Special Delivery Race Not Working

Unh3lpful

L2: Junior Member
May 6, 2015
95
50
I was making some logic for a map I'm working on but it doesn't seem to be working, the capture point just remains locked. It is not set to start locked, but just stays locked all day. I was wondering if someone could take a look and help with what is keeping it locked. I've included a vmf and bsp.

Download

Just for reference, the teams must collect the flag from the enemy base to unlock the control point for 25 seconds only for that team. On capture their clock counts down, like KOTH.

Thanks in advance,
-Unh3lpful
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
Do you have the right "team can cap" values?

Also does it have the right preceding point values? You might need to set "<team> previous required point" to itself
 

Unh3lpful

L2: Junior Member
May 6, 2015
95
50
Do you have the right "team can cap" values?

Also does it have the right preceding point values? You might need to set "<team> previous required point" to itself

It changes team can cap on capture of the flag. I set the previous required points and fixed a bad I/O connection but it still just remains locked. I even added a logic auto which unlocks the CP on map spawn.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
Wait, why do you even have a capture point? SD doesn't use a capture point and a version with two flags shouldn't need one either

I think you have to set the team can cap value to yes for both then use I/O to alter that if you want to change who can cap it later. Might be wrong.
 

Unh3lpful

L2: Junior Member
May 6, 2015
95
50
Wait, why do you even have a capture point? SD doesn't use a capture point and a version with two flags shouldn't need one either

I think you have to set the team can cap value to yes for both then use I/O to alter that if you want to change who can cap it later. Might be wrong.

It's used for the hud, the koth logic and so that you have to capture the point, taking time, rather than just getting a point.
 

Unh3lpful

L2: Junior Member
May 6, 2015
95
50
Managed to get it to work by starting again. Thanks for the help.