Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update tenkinoko welkin stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
notkoen committed Feb 25, 2024
1 parent e9c7797 commit 8ebf18e
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions stripper/ze_tenkinoko_welkin_v1_7f.cfg
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -39,7 +53,7 @@ modify:
}
}

;Make Frozen Tomb activation button less frustrating to press
;MAKE FROZEN TOMB BUTTON EASIER TO PRESS
modify:
{
match:
Expand All @@ -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"
Expand Down Expand Up @@ -84,4 +98,4 @@ modify:
{
"OnMapSpawn" "map_brushFireUser151"
}
}
}

0 comments on commit 8ebf18e

Please sign in to comment.