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

Commit

Permalink
Fix push issues on a few maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Sep 5, 2023
1 parent 3226d99 commit ffd123c
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
38 changes: 38 additions & 0 deletions stripper/ze_aot_trost_v8_3.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
;remove trigger_push "Correctly account for object mass" spawnflag that breaks push strength when zms knife inside/around the trigger
modify:
{
match:
{
"classname" "trigger_push"
"targetname" "boss4_push"
}
replace:
{
"spawnflags" "1"
}
}
modify:
{
match:
{
"classname" "trigger_push"
"targetname" "boss5_push"
}
replace:
{
"spawnflags" "1"
}
}
modify:
{
match:
{
"classname" "trigger_push"
"targetname" "Lv1_boss_push2"
}
replace:
{
"spawnflags" "1035"
}
}

;translate map to english
;############################## THIS CHANGE WILL NOT WORK WITHOUT HAVING #####################################
;############################### csgo/scripts/vscripts/gfl/aot_v8_patched.nut ################################
Expand Down
27 changes: 26 additions & 1 deletion stripper/ze_negative_legacy_va2.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
;remove trigger_push "Correctly account for object mass" spawnflag that breaks push strength when zms knife inside/around the trigger
modify:
{
match:
{
"classname" "trigger_push"
"targetname" "pulse_multieple"
}
replace:
{
"spawnflags" "1"
}
}
modify:
{
match:
{
"classname" "trigger_push"
"targetname" "Apulse_multieple"
}
replace:
{
"spawnflags" "1"
}
}

;fix blockable elevators
modify:
{
Expand All @@ -11,7 +37,6 @@ modify:
"blockdamage" "99999"
}
}

modify:
{
match:
Expand Down
12 changes: 12 additions & 0 deletions stripper/ze_rawnscape_b2_nc3.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
;remove trigger_push "Correctly account for object mass" spawnflag that breaks push strength when zms knife inside/around the trigger
modify:
{
match:
{
"classname" "trigger_push"
}
replace:
{
"spawnflags" "1"
}
}

0 comments on commit ffd123c

Please sign in to comment.