Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Door help [Archive] - TF2Maps.net Forums

PDA

View Full Version : Door help


poopster101
02-02-2008, 03:58 PM
i have made my dynamic prop door and have made my func_door and made my trigger and put in the inputs and my door works fine
but i want it to be a filtered door
so i made a filter_activator_tfteam and named it RedFilter and set the team to red. then went to my trigger and set the filter to RedFilter and now my door opens for both teams still
what gives?
here is the .vmf file

DJive
02-02-2008, 04:15 PM
Team Fortress 2 Level Creation (http://developer.valvesoftware.com/wiki/Team_Fortress_2_Level_Creation)

I'm at work right now so i cant check out the .zip BUT from the sounds of it your missing the...

Next, go to the Flags tab in the func_door's properties, and make sure Touch Opens is UNCHECKED. If this were checked, it would allow the other team to bypass our filter by touching the door!


Hopefully it was that =)

poopster101
02-02-2008, 04:31 PM
Team Fortress 2 Level Creation (http://developer.valvesoftware.com/wiki/Team_Fortress_2_Level_Creation)

I'm at work right now so i cant check out the .zip BUT from the sounds of it your missing the...



Hopefully it was that =)
oh perfect
you're the king
haha yea the tutorial i was using didnt have that step
thanks a lot :D