]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add singleplayer cvars to gamemodes.cfg
authorMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 14:08:15 +0000 (14:08 +0000)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 14:08:15 +0000 (14:08 +0000)
gamemodes.cfg

index 80d99022669f30b3819d93f0ba2da519c9bb30cc..2610321109b1f14109a559393e92d7e1527366ae 100644 (file)
@@ -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
 
 
 // =========