Questions about intelligence.

Doorknoob

L1: Registered
Mar 27, 2010
3
1
I'm making a melee only map, where there are no objectives other than beat the crap out of everyone else. However, this map will be filled all sorts of fancy mechanisms, traps, and exploitable areas. However, I want to have the intel there as a sort of key: If you hold it, you can get to some areas others can't. However, I don't know how to make it so only people with the intel can walk through certain doors. Any help on this?
 

Terr

Cranky Coder
aa
Jul 31, 2009
1,590
410
However, I don't know how to make it so only people with the intel can walk through certain doors. Any help on this?

Hmm. I'll tell you a minimum that you ought to be able to to do. You can make it so that unless the intel is at its home location, any member of the other team can go through areas.

However, if your goal is for only the single person carrying the intel to go through certain areas... Not sure.

You could try a func_flag_alert entity with a filter_activator_tfteam on a door, but the flag carrier could still stop and let his teammates walk through.
 
Last edited:

Ravidge

Grand Vizier
aa
May 14, 2008
1,544
2,818
You can use the Point_proximity_sensor entity to make the door only work when the intel is near. But I personally hate that entity because of the MASSIVE console spam....

Keep in mind that this method wouldn't necessary keep non-flagcarriers out 100%


edit: bleh, Again I completely forget the "new"-ish entities.
Listen to Terr, func_flag_alert is much easier to use than what I described.
 
Last edited: