CP - cant get it to work right

Gigins

L1: Registered
Oct 5, 2008
38
0
I've read over the tutorials like 100 times but still dont get it. I have a map with 5 control points. I want 3 center points to be independent, but the 2 final points to be locked until the center points are taken. Fort example:

0 - red final
1 - blu final
2 - center 1
3 - center 2
4 - center 3

You can cap 2,3 and 4 anytime but 0 and 1 only when you own 2,3 and 4. How do I set it up?
 

Uriak

L8: Fancy Shmancy Member
Apr 27, 2008
543
70
for points center1, center2, center3 set their previous captured point to cap to be themselves (for instance, on center1 set the Red team_previouspoint and Blu team_previouspoint to "center1")

Then for blu final you set team_previouspoint_0, team_previouspoint_1 and team_previouspoint_2 for red team to "center1, center2 and center3. For red final you do the same thing for blue previouspoints
 
Oct 6, 2008
1,949
446
I'll post a test map for you later today - vmf file so so can see it later in hammer
 

Gigins

L1: Registered
Oct 5, 2008
38
0
"team_previouspoint", right! I was messing with team_control_point_master, doh. Thanks man. :)
 
Oct 6, 2008
1,949
446