From: otta8634 Date: Sun, 2 Mar 2025 07:38:28 +0000 (+0800) Subject: Add an InstaHook ruleset X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=baf4d617afe3c4418a6ba550702ec646d1329070;p=xonotic%2Fxonotic-data.pk3dir.git Add an InstaHook ruleset Many InstaGib servers also play with offhand hook enabled, often with extra changes made to the hook since by default it travels quite slowly in comparison to the fast-paced InstaGib gameplay. Added ruleset and associated balance config files for InstaHook. Custom hook balance settings were based on TheRegulars Instagib Server. --- diff --git a/balance-instahook.cfg b/balance-instahook.cfg new file mode 100644 index 000000000..67947be2d --- /dev/null +++ b/balance-instahook.cfg @@ -0,0 +1,12 @@ +exec balance-xonotic.cfg + +g_mod_balance InstaHook +testing_disable + +// By default the hook is quite slow for InstaGib gameplay, make some changes to make it more usable +// {{{ jetpack/hook +set g_balance_grapplehook_speed_fly 4400 +set g_balance_grapplehook_crouchslide 1 +set g_balance_grapplehook_health 1 +set g_balance_grapplehook_refire 0 +// }}} diff --git a/ruleset-instahook.cfg b/ruleset-instahook.cfg new file mode 100644 index 000000000..dd401ed62 --- /dev/null +++ b/ruleset-instahook.cfg @@ -0,0 +1,12 @@ +// =============== +// InstaHook Mod +// =============== + +exec xonotic-server.cfg +exec balance-instahook.cfg + +g_instagib 1 +g_grappling_hook 1 + +g_instagib_ammo_start 30 +g_instagib_ammo_drop 15