]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move hook cvars and add offhand blaster cvars.
authorLyberta <lyberta@lyberta.net>
Fri, 16 Feb 2018 08:17:43 +0000 (11:17 +0300)
committerLyberta <lyberta@lyberta.net>
Fri, 16 Feb 2018 08:17:43 +0000 (11:17 +0300)
defaultServer.cfg
mutators.cfg

index 4cabc2246ac608a760fa1fc596f576a54cf1e9a9..f9609e346c8e0e85d5bfd8846732e2cac286b3ae 100644 (file)
@@ -223,9 +223,6 @@ set g_balance_cloaked_alpha 0.25
 set g_playerclip_collisions 1 "0 = disable collision testing against playerclips, might be useful on some defrag maps"
 set g_botclip_collisions 1 "0 = disable collision testing against botclips, might be useful on some defrag maps"
 
-set g_grappling_hook 0 "let players spawn with the grappling hook which allows them to pull themselves up"
-set g_grappling_hook_useammo 0 "use ammunition with the off-hand grappling hook"
-
 set g_spawn_alloweffects 1 "allow clients to enable spawn point and event effects such as particles and sounds, see cl_spawn_ cvars for more info"
 set g_spawn_furthest 0.5 "this amount of the spawns shall be far away from any players"
 set g_spawn_useallspawns 0 "use all spawns, e.g. also team spawns in non-teamplay, and all spawns, even enemy spawns, in teamplay"
index af0fa9e68477e1b05e3366e6dddb57a1f3547677..2fd56a49cef54d4ae9831436181c2070fe868d3f 100644 (file)
@@ -376,6 +376,13 @@ set g_buffs_flight 0 "flight buff: crouch jump to reverse your gravity!"
 set g_buffs_flight_time 60 "flight buff carry time"
 
 
+// ================
+//  grappling hook
+// ================
+set g_grappling_hook 0 "let players spawn with the grappling hook which allows them to pull themselves up"
+set g_grappling_hook_useammo 0 "use ammunition with the off-hand grappling hook"
+
+
 // ==============
 //  vampire hook
 // ==============
@@ -386,6 +393,12 @@ set g_vampirehook_health_steal "2" "give hooker this much health per damage fram
 set g_vampirehook_teamheal "1" "hooking teammates drains hooker's health"
 
 
+// =================
+//  offhand blaster
+// =================
+set g_offhand_blaster 0 "whether to enable offhand blaster"
+
+
 // ===============
 //  rocket minsta
 // ===============