Quake has a team deathmatch mode. Team deathmatch takes place on deathmatch maps.
I want to make a TDM map where players from different teams will spawn in places designated for each specific team, like in CTF.
Launching the map editor, I see the names of entities such as: info_player_coop, info_player_deathmatch, info_player_start2, info_player_start, info_player_team1, info_player_team2. I even made a test map with all these entities on it. I know that the console command is responsible for enabling team deathmatch - teamplay. I'm not sure if it's even possible to implement what I want. I will be grateful for any information.