]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add ctscup cvars
authordrjaska <drjaska83@gmail.com>
Thu, 5 May 2022 11:08:32 +0000 (14:08 +0300)
committerdrjaska <drjaska83@gmail.com>
Thu, 5 May 2022 11:08:32 +0000 (14:08 +0300)
gamemodes-server.cfg

index ba4812b57afd8bdc4c5da48d31320788f122acb2..c0b53e9a409b6add0a6b891c1de625cf3405f091 100644 (file)
@@ -25,6 +25,7 @@ alias sv_hook_gamestart_as
 alias sv_hook_gamestart_rc
 alias sv_hook_gamestart_nb
 alias sv_hook_gamestart_cts
+alias sv_hook_gamestart_ctscup
 alias sv_hook_gamestart_ka
 alias sv_hook_gamestart_ft
 alias sv_hook_gamestart_inv
@@ -46,6 +47,7 @@ alias sv_vote_gametype_hook_as
 alias sv_vote_gametype_hook_ca
 alias sv_vote_gametype_hook_ctf
 alias sv_vote_gametype_hook_cts
+alias sv_vote_gametype_hook_ctscup
 alias sv_vote_gametype_hook_dm
 alias sv_vote_gametype_hook_dom
 alias sv_vote_gametype_hook_ft
@@ -187,6 +189,13 @@ set g_cts_respawn_delay_large_count 0
 set g_cts_respawn_delay_max 0
 set g_cts_respawn_waves 0
 set g_cts_weapon_stay 2
+set g_ctscup_respawn_delay_small -1  // CTS Cup shall have instant respawn.
+set g_ctscup_respawn_delay_small_count 0
+set g_ctscup_respawn_delay_large -1  // CTS Cup shall have instant respawn.
+set g_ctscup_respawn_delay_large_count 0
+set g_ctscup_respawn_delay_max 0
+set g_ctscup_respawn_waves 0
+set g_ctscup_weapon_stay 2
 set g_ft_respawn_delay_small 0
 set g_ft_respawn_delay_small_count 0
 set g_ft_respawn_delay_large 0
@@ -326,6 +335,10 @@ set g_cts_finish_kill_delay 10 "prevent cheating by running back to the start li
 set g_cts_send_rankings_cnt 15 "send this number of map records to clients"
 set g_cts_removeprojectiles 0 "remove projectiles when the player dies, to prevent using weapons earlier in the stage than intended"
 
+// ========================
+//  complete the stage cup
+// ========================
+set g_ctscup 0 "CTSCup: complete the stage, tournament edition"
 
 // ==========================
 //  deathmatch (ffa or team)