Filter on player only

Filter on player only

Re: Filter on player only Posted by Leck on Sat Dec 11th 2004 at 10:32am
Leck
9 posts
Posted 2004-12-11 10:32am
Leck
member
9 posts 1 snarkmarks Registered: Dec 10th 2004 Occupation: - Location: Ostraya
Now that I have my door working, I want to add a filter on the
breakable part that will stop enemies coming through the door from
breaking it, and only allow the player to break it. (it's a small
door :razz: )

I figured I could just use a filter_activator_class or
filter_activator_name, but I don't know the class name to refer to the
player itself by.
Re: Filter on player only Posted by parakeet on Sat Dec 11th 2004 at 1:41pm
parakeet
544 posts
Posted 2004-12-11 1:41pm
parakeet
member
544 posts 81 snarkmarks Registered: Apr 30th 2004 Occupation: n/a Location: Eastern US
i have a feeling its just player .... it was for hl1 scripted seq. try that = P :smile:
Re: Filter on player only Posted by Leck on Mon Dec 13th 2004 at 7:20am
Leck
9 posts
Posted 2004-12-13 7:20am
Leck
member
9 posts 1 snarkmarks Registered: Dec 10th 2004 Occupation: - Location: Ostraya
It doesn't work, unless I'm using the filters wrong (which I doubt).
Re: Filter on player only Posted by Nanodeath on Mon Dec 13th 2004 at 7:33am
Nanodeath
356 posts
Posted 2004-12-13 7:33am
356 posts 66 snarkmarks Registered: Nov 11th 2004 Occupation: Student - Bioengineering Location: Seattle, WA, USA
Actually it is player, but setting up the filters can be pretty tricky :wink: I had a post about someone who wanted to use filters, perhaps it can help. Link. (they wanted objects, but not players, to be blocked by an invisible wall)
Re: Filter on player only Posted by Leck on Tue Dec 14th 2004 at 7:05am
Leck
9 posts
Posted 2004-12-14 7:05am
Leck
member
9 posts 1 snarkmarks Registered: Dec 10th 2004 Occupation: - Location: Ostraya
I got it working. Turns out it was working all along but I had some settings wrong so it wasn't breakable...
Re: Filter on player only Posted by Nanodeath on Tue Dec 14th 2004 at 7:06am
Nanodeath
356 posts
Posted 2004-12-14 7:06am
356 posts 66 snarkmarks Registered: Nov 11th 2004 Occupation: Student - Bioengineering Location: Seattle, WA, USA
Lol, smooooth.