Multiple control points on a koth map

apple696568

L1: Registered
Feb 4, 2024
3
0
I have made a king of the hill map with only 1 point, but is it possible to have another control point? If so please teach me.
 

The Tiny Desk Engineer

L1: Registered
Jul 19, 2021
30
6
The koth timer is started by an output on the control point's trigger_capture_area, right? Just add some extra logic to start the timer whenever you want it to, and add multiple control points.

If you want the timer to stop under certain conditions, you're going to have to directly stop the round timers created by the tf_logic_koth entity on map start. They're regular team_round_timer entities with the targetnames zz_red_koth_timer and zz_blue_koth_timer.