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

Commit

Permalink
Fix trigger_push spawnflag bugs on sh maps (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
notkoen authored Oct 16, 2023
1 parent f5b7828 commit b67577f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stripper/ze_silent_hill_2_illusion_b5.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
;fix trigger_push spawnflag bug due to csgo jank
modify:
{
match:
{
"classname" "trigger_push"
"spawnflags" "4097"
}
replace:
{
"spawnflags" "1"
}
}

;Replace physics-based level system with a vscript one
filter:
{
Expand Down
14 changes: 14 additions & 0 deletions stripper/ze_silent_hill_3_dawn_v2.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
;fix trigger_push spawnflag bug due to csgo jank
modify:
{
match:
{
"classname" "trigger_push"
"spawnflags" "4097"
}
replace:
{
"spawnflags" "1"
}
}

;Replace physics-based bonus trigger(?) with a vscript one
filter:
{
Expand Down
14 changes: 14 additions & 0 deletions stripper/ze_silent_hill_3_flee_v4.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
;fix trigger_push spawnflag bug due to csgo jank
modify:
{
match:
{
"classname" "trigger_push"
"spawnflags" "4097"
}
replace:
{
"spawnflags" "1"
}
}

;Replace physics-based level system with a vscript one
filter:
{
Expand Down

0 comments on commit b67577f

Please sign in to comment.