How to lock spawn door in forward spawn room?

Open Blade

L420: High Member
Nov 30, 2007
439
34
I have forward or advancing spawn rooms in my map. They work just fine. I have tied them to the center control point, which ever team owns that, spawns in their respective forward spawn room.

What I want to do is make it so the doors won't open in the forward spawn rooms unless you have captured the center control point. Right now, they open all the time. The spawning works correctly but I just want to make it so you can't open the doors at all on the forward spawn rooms unless your team owns the center control point. I have tied the info player team spawn to the center cap and that's why the spawning works but what setting on my door controls if it can open or not depending on which spawn room is being used?

Thanks.
 

FaTony

Banned
Mar 25, 2008
901
160
Doors are controlled by trigger_multiple and trigger_multiple is controlled by filter_activator_tfteam (not really, but it's the simple explanation). If u want doors not to open at all at some moment u can have players trapped in the spawnroom which is bad. In ur case, u need trigger brush to be only inside the spawn so doors will open only from inside.
 

Open Blade

L420: High Member
Nov 30, 2007
439
34
Doors are controlled by trigger_multiple and trigger_multiple is controlled by filter_activator_tfteam (not really, but it's the simple explanation). If u want doors not to open at all at some moment u can have players trapped in the spawnroom which is bad. In ur case, u need trigger brush to be only inside the spawn so doors will open only from inside.


Nah, that won't work either. It's a spawn room after all and players will need to be able to get back in to the resupply locker.

But, the reason I don't want them to open is so they can't get ammo and health from the locker in forward spawn room if they are not spawning in that room. Maybe I can turn off the locker trigger somehow???

I can't be certain but don't the forward spawn room doors turn off and on in Well? I don't believe you can access that spawn room unless your team has the center cp.
 

TheDarkerSideofYourShadow

L10: Glamorous Member
Apr 12, 2008
792
286
Give your triggers that open the doors different names, such as blu_middle_door and red_middle_door. Have both triggers start disabled. Then, go into your cap point and add 4 outputs. OnCapTeam1, enable the red trigger and disable the blu one. Flip it for OnCapTeam2.
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
as a side note: split the trigger in two, and have the outside trigger turn on and off, while leaving the inside always on. Then you won't trap people.
 

Open Blade

L420: High Member
Nov 30, 2007
439
34
Give your triggers that open the doors different names, such as blu_middle_door and red_middle_door. Have both triggers start disabled. Then, go into your cap point and add 4 outputs. OnCapTeam1, enable the red trigger and disable the blu one. Flip it for OnCapTeam2.

So is Team1 default to Red? I just want to make sure that I set up the right team to the right trigger.