You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ sound files are found in `fortress/sound/hitaudio/` and `fortress/sound/announc
71
71
* Website backend for match results, stats. Get a token at fortressone.org, connect to a FortressOne server, and `login <token>`.
72
72
73
73
74
+
*`localinfo play_to_completion 0` set to 1 to allow quad to continue to round end even after required score exceeded.
74
75
*`localinfo pipecooldown_time <number>` time in seconds for demo pipe cooldown
75
76
*`localinfo allpipes_cooldown on/off` whether cooldown is applied to individual pipes or all pipes. i.e. with this on the demo can not det any of his pipes immediately after firing. (default off)
76
77
*`localinfo discord_channel_id <number>` to specify discord_channel. Required for autoreporting.
{"9","Force Start","","Skip prematch and start the game\nPlease use sparingly",FO_MENU_STATE_NORMAL,{localcmd("cmd forcestart\n");},MENU_BORDER_WARNING},
{"3","Quad Rounds...","","Number of rounds in Quad mode. Usually 2",FO_MENU_STATE_NORMAL,{FO_Menu_Admin_Rounds(TRUE);},MENU_BORDER_WARNING},
465
467
{"4","Quad Round Time...","","Round time for each quad round",FO_MENU_STATE_NORMAL,{FO_Menu_Admin_QuadTimelimit(TRUE);},MENU_BORDER_WARNING},
466
-
MenuSpacer,
467
-
MenuSpacer,
468
-
MenuSpacer,
468
+
{"5","Play To Completion","","Play match to end of round even if result decided",FO_MENU_STATE_NORMAL,{FO_Menu_Admin_PlayToCompletion(TRUE);},MENU_BORDER_WARNING},
469
469
MenuSpacer,
470
470
MenuSpacer,
471
471
MenuSpacer,
@@ -479,6 +479,7 @@ var fo_menu FO_MENU_ADMIN_SETTINGS = {
{"1","No","","Match will end as soon as the winner is known",FO_MENU_STATE_NORMAL,{localcmd("cmd play_to_completion 0\n");FO_Menu_Admin_Settings(TRUE);},MENU_BORDER_WARNING},
627
+
{"2","Yes","","Match will end at the end of the final round",FO_MENU_STATE_NORMAL,{localcmd("cmd play_to_completion 1\n");FO_Menu_Admin_Settings(TRUE);},MENU_BORDER_WARNING},
628
+
MenuSpacer,
629
+
MenuSpacer,
630
+
MenuSpacer,
631
+
MenuSpacer,
632
+
MenuSpacer,
633
+
MenuSpacer,
634
+
MenuSpacer,
635
+
{"0","Back to Main Menu","","",FO_MENU_STATE_NORMAL,{Menu_Cancel();FO_Menu_Admin_Modes(TRUE);},MENU_BUTTON},
{"1","Rated","","Match result will affect player ratings",FO_MENU_STATE_NORMAL,{localcmd("cmd fo_matchrated 1\n");FO_Menu_Admin_Modes(TRUE);},MENU_BORDER_WARNING},
0 commit comments