From f50d69e30487c4f72048bdc939aaf2ae85e74e4d Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Sun, 19 Mar 2017 14:08:15 +0000 Subject: [PATCH] Add singleplayer cvars to gamemodes.cfg --- gamemodes.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gamemodes.cfg b/gamemodes.cfg index 80d990226..261032110 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -38,6 +38,7 @@ alias cl_hook_gamestart_cts alias cl_hook_gamestart_ka alias cl_hook_gamestart_ft alias cl_hook_gamestart_inv +alias cl_hook_gamestart_sp alias cl_hook_gameend "rpn /cl_matchcount dup load 1 + =" // increase match count every time a game ends alias cl_hook_shutdown alias cl_hook_activeweapon @@ -60,6 +61,7 @@ alias sv_hook_gamestart_cts alias sv_hook_gamestart_ka alias sv_hook_gamestart_ft alias sv_hook_gamestart_inv +alias sv_hook_gamestart_sp alias sv_hook_gamerestart alias sv_hook_gameend @@ -86,6 +88,7 @@ alias sv_vote_gametype_hook_lms alias sv_vote_gametype_hook_nb alias sv_vote_gametype_hook_ons alias sv_vote_gametype_hook_rc +alias sv_vote_gametype_hook_sp alias sv_vote_gametype_hook_tdm // Preset to allow duel to be used for the gametype voting screen @@ -228,6 +231,13 @@ set g_inv_respawn_delay_large_count 0 set g_inv_respawn_delay_max 0 set g_inv_respawn_waves 0 set g_inv_weapon_stay 0 +set g_sp_respawn_delay_small 0 +set g_sp_respawn_delay_small_count 0 +set g_sp_respawn_delay_large 0 +set g_sp_respawn_delay_large_count 0 +set g_sp_respawn_delay_max 0 +set g_sp_respawn_waves 0 +set g_sp_weapon_stay 0 // ========= -- 2.39.2