From 8ebf18ea5be405557721a7e150a19b6b21b4f9b2 Mon Sep 17 00:00:00 2001 From: notkoen <45914779+notkoen@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:29:52 -0800 Subject: [PATCH] Update tenkinoko welkin stripper --- stripper/ze_tenkinoko_welkin_v1_7f.cfg | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/stripper/ze_tenkinoko_welkin_v1_7f.cfg b/stripper/ze_tenkinoko_welkin_v1_7f.cfg index d47ca46f..109457d3 100644 --- a/stripper/ze_tenkinoko_welkin_v1_7f.cfg +++ b/stripper/ze_tenkinoko_welkin_v1_7f.cfg @@ -1,4 +1,18 @@ -;fix trigger_push spawnflag boosting zombies +;FIX ITEM BUTTONS NOT ROTATING PROPERLY WITH PLAYER +modify: +{ + match: + { + "classname" "func_button" + "spawnflags" "19457" + } + replace: + { + "spawnflags" "3073" + } +} + +;FIX TRIGGER_PUSH SPAWNFLAG PUSHING ZOMBIES modify: { match: @@ -25,7 +39,7 @@ modify: } } -;on laser stage,early disable the push, prevent the zombies to be able to go ahead of the humans +;DISABLE ENDING PUSH ON WEATHERAGE TO PREVENT ZOMBIES GETTING AHEAD modify: { match: @@ -39,7 +53,7 @@ modify: } } -;Make Frozen Tomb activation button less frustrating to press +;MAKE FROZEN TOMB BUTTON EASIER TO PRESS modify: { match: @@ -53,7 +67,7 @@ modify: } } -;Remove map's own entwatch display, as it shows no new information compared to server's default entwatch (and causes game_text flickering) +;REMOVE BUILT-IN ENTWATCH DISPLAY filter: { "classname" "game_text" @@ -84,4 +98,4 @@ modify: { "OnMapSpawn" "map_brushFireUser151" } -} +} \ No newline at end of file