From ca58ddddb186ef544c54791364ceb626c7f435d9 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Fri, 16 Feb 2018 11:17:43 +0300 Subject: [PATCH] Move hook cvars and add offhand blaster cvars. --- defaultServer.cfg | 3 --- mutators.cfg | 13 +++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/defaultServer.cfg b/defaultServer.cfg index 4cabc2246..f9609e346 100644 --- a/defaultServer.cfg +++ b/defaultServer.cfg @@ -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" diff --git a/mutators.cfg b/mutators.cfg index af0fa9e68..2fd56a49c 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -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 // =============== -- 2.39.2