Koth Round won't end

Whatpantz

L1: Registered
Mar 26, 2023
12
6
I'm "making" a map and when I go to test it, almost everything works, the control point lets me capture it, the hud shows it correctly, the timer counts down, however when the timer hits 0, nothing happens, no victory screen, no endgame stuff happens, even when both timers hit 0, every guide I've found said to do the same thing, and that hasn't worked, I'm not sure if does work and I'm doing something wrong or I broke something.
 

Attachments

  • koth_1fort_v4.bsp
    21.5 MB · Views: 54
  • koth_1fort_v4.vmf
    17.2 MB · Views: 57
Solution
It seems that your team_control_point_master is set to "Start Disabled" which is causing it to break. If I turn it back on it works!

In trying to find what was wrong I also edited the names you gave to the entities to remove spaces (so "point control" became "point_control") so if enabling the team_control_point_master on its own doesn't fix it on its own, removing the spaces in everything might.

14bit

L14: Bit Member
aa
Oct 5, 2014
677
2,139
It seems that your team_control_point_master is set to "Start Disabled" which is causing it to break. If I turn it back on it works!

In trying to find what was wrong I also edited the names you gave to the entities to remove spaces (so "point control" became "point_control") so if enabling the team_control_point_master on its own doesn't fix it on its own, removing the spaces in everything might.
 
Solution