Team-only doors - basic mapping question

J

JohnMazz

I have what should be a fairly simple question (I hope). I have those grate (not great) doors like blu has on their respawn room in Dustbowl in a map I'm making. I want them to be workable (open and close when you walk up to it) only for one team (blue for instance).

See? Pretty basic.
 
S

Squirrelly

I don't think u can make it so it ONLY opens for certain teams, but u can simply make the brush to trigger a door to open on one side so only they can open it.

The doors in dustbowl are built that way, if u could get to the other side of the door, it would open for you, no matter what team your on.
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Use a filter_activator_team, name it and set it to the team you want. Then use a trigger_multiple for opening the door and set the trigger's filter property to the one you made.
 

DrHaphazard

L5: Dapper Member
Jan 6, 2008
249
12
Curses! Well Boojum beat me too it. Heh I had fun looking at the decompiled 2fort to see how it was done though. Thanks though Boojum for clearing that up.
 
S

Squirrelly

Okay i lied

haven't used filter_activator_team yet, haha

Yeah what he said!
 
J

JohnMazz

Thanks guys, I'll be trying all of this out today. Nice find shpladoink, I was looking all around Valve's wiki looking for something exactly like that without any luck, thanks.