]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add an InstaHook ruleset k9er/instahook-balance 1486/head
authorotta8634 <k9wolf@pm.me>
Sun, 2 Mar 2025 07:38:28 +0000 (15:38 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 16 Mar 2025 11:20:35 +0000 (19:20 +0800)
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 [new file with mode: 0644]
ruleset-instahook.cfg [new file with mode: 0644]

diff --git a/balance-instahook.cfg b/balance-instahook.cfg
new file mode 100644 (file)
index 0000000..67947be
--- /dev/null
@@ -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 (file)
index 0000000..dd401ed
--- /dev/null
@@ -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