How to make forward spawns?

squ1rrel

L4: Comfortable Member
Apr 11, 2016
167
24
If anyone knows a decent tutorial that would be handy. Otherwise could anyone explain how to make these work (mainly talking about the logic etc...).

The map is attack/defend and requires a forward spawn for Blu (when they cap 1st) and a 'backwards' spawn I guess you could call it for Red when 1st is captured (this is so they don't have to walk miles just to get to 1st when it's not captured).
 

Muddy

Muddy
aa
Sep 5, 2014
2,575
4,592
Disable the initial info_player_teamspawn entities, enable the info_player_teamspawn entities in the forward spawn. Do the same with the func_respawnroom entities.

If you're disabling a forward spawn, set the spawndoors to open permanently so that players don't get stuck inside. Also remember to disable the resupply cabinet and the door triggers.
 

squ1rrel

L4: Comfortable Member
Apr 11, 2016
167
24
What are the outputs/inputs used to disable these things and what trigger/entity do I put them in? Btw where about should I put Blu's forward spawn? I want to put it just outside A on the path to B but feel it might be too close?