From baf4d617afe3c4418a6ba550702ec646d1329070 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Sun, 2 Mar 2025 15:38:28 +0800 Subject: [PATCH] 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. --- balance-instahook.cfg | 12 ++++++++++++ ruleset-instahook.cfg | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 balance-instahook.cfg create mode 100644 ruleset-instahook.cfg 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 -- 2.39.5