Skip to content

Commit 9cdf0f6

Browse files
Make checkpoints required by default (#273)
1 parent f574051 commit 9cdf0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgd/brush/trigger/zone_timer_stage.fgd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
stage_name(string) : "Stage Name" : : "A custom name for this stage (optional)."
55
filter_name(filterclass) : "Filter Name" : : "filter_activator entity to use for this zone."
66
stage_number(integer) : "Stage Number" : 2 : "The stage number of this zone. NOTE: 1 is reserved for start! 2+ are free for your stage zones, so start at 2!"
7-
checkpoints_required(boolean) : "Checkpoints Required" : 0 : "Is the player required to activate all checkpoints before progressing to the next stage? Otherwise, checkpoint zones may be skipped for this stage."
7+
checkpoints_required(boolean) : "Checkpoints Required" : 1 : "Is the player required to activate all checkpoints before progressing to the next stage? Otherwise, checkpoint zones may be skipped for this stage."
88
checkpoints_ordered(boolean) : "Checkpoints Ordered" : 1 : "Do the checkpoints in this segment have a logical order, even if the player is not required to activate them all?"
99
limit_ground_speed(boolean) : "Limit ground speed" : 1 : "Limit ground speed to walking speed (prevents bunny hopping)."
1010
safe_height(float) : "Safe Height" : -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."

0 commit comments

Comments
 (0)