Truly Disabling Capture Points

Charron

L1: Registered
Apr 2, 2009
11
0
So I'm working on a randomness-based map. I've got 8 Capture Points, only 3 of which are supposed to actually be active each round.

The selection logic is fine. I can even destroy the triggers, the bases, and the capture point holograms. But... the capture_point_master still thinks the points exist. They show up on the HUD and need to be captured to proceed (even though they can't, by virtue of not existing). Kill and Disable were both tried as inputs, neither worked. Any ideas? Is there a way to go in the opposite direction, having them disabled by default then creating them randomly?
 

Charron

L1: Registered
Apr 2, 2009
11
0
You must have a capture_point_master for each different round, like in tc

I'm creating a one-round a/d CP map, not TC. (Sorry for not stating that.) Should I still be looking at the TC logic though?
 

UKCS-Alias

Mann vs Machine... or... Mapper vs Meta?
aa
Sep 8, 2008
1,264
816
The TC system does work for it, simply dont add an overview and you will get such round based effect where 3 cps are active in. Still, youll have to make 1 team_control_point_round for each situation. This means you are forced to make alot of them.