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

Commit

Permalink
Add biohazard3_nemesis stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Sep 26, 2023
1 parent ed155c5 commit 8219fca
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions stripper/ze_biohazard3_nemesis_b6_2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
;ze_biohazard3_nemesis_b6_2 -- Stripper fixes by Vanyarin -- Last Updated September 22nd, 2023
;Thanks to GFL for testing

;Adds my name in because I forgot and Headsh and HaRyDe said I could :)
modify:
{
match:
{
"classname" "logic_auto"
}
delete:
{
"OnNewGame" "cmdCommandsay **Rebuilt for Zombie Escape by HaRyDe and Headsh**8-1"
}
insert:
{
"OnNewGame" "cmd,Command,say **Rebuilt for Zombie Escape by HaRyDe Headsh and Vanyarin**,8,-1"
}
}

;Changes how many times OnUser1 fires outputs on HP perma trigger to fix lag issues related to Akuma Mode
modify:
{
match:
{
"targetname" "stage4_hp_perma_trigger"
}
delete:
{
"OnStartTouch" "!selfFireUser10-1"
}
insert:
{
"OnStartTouch" "!self,FireUser1,,0,1"
}
}

;Changes spawnflags to Map Nuke sound so it can be heard everywhere (Flag not set normally)
modify:
{
match:
{
"targetname" "map_nuke_sound"
}
replace:
{
"spawnflags" "49"
}
}

0 comments on commit 8219fca

Please sign in to comment.