Limited support
This feature is only present in Momentum Mod.

BRUSH zone_timer_start

Zone that starts the timer for a main map track or bonus track.

KeyValues

Stage/Bonus Name (stage_name) <string>

A custom name for Stage 1 if this is a main track start, or a custom name for this track if it is a bonus start (optional).

Filter Name (filter_name) <filterclass>

filter_activator entity to use for this zone.

Track Number (track_number) <integer> = 0

Track number that this entity belongs to. 0 = main map, 1+ = bonus (of that number).

Stage End Zones (stage_end_zones) <choices> = Next Stage (1)

If the map has stages, which zones should be used as stage end zones?

Possible Values:

NameValue
Last Checkpoint0
Next Stage1

Checkpoints Required (checkpoints_required) <boolean> = No

Is the player required to activate all checkpoints before progressing? Otherwise, checkpoint zones may be skipped. If there are multiple stages, this only applies to Stage 1.

Checkpoints Ordered (checkpoints_ordered) <boolean> = No

Do the checkpoints in this segment have a logical order, even if the player is not required to activate them all? If there are multiple stages, this only applies to Stage 1.

Safe Height (safe_height) <float> = -1

Height that the player must be under to start a run of this stage track. Safe height is not a factor in activating the stage when running the full main track. -1 = full zone, 0 = base of zone, > 0 = custom height.

Max Velocity (max_velocity) <float> = 0

Maximum speed that the player can move at. 0 = unlimited, > 0 = custom limit.

Restart Destination (restart_destination) <target_destination>

The entity specifying the point to which the player should be teleported when restarting a run.