From 376ba58786ba33df248d3c59cd32f2aab352db17 Mon Sep 17 00:00:00 2001 From: drjaska Date: Thu, 5 May 2022 14:08:32 +0300 Subject: [PATCH] add ctscup cvars --- gamemodes-server.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index ba4812b57..c0b53e9a4 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -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) -- 2.39.2