updating all the stripper files on git

This commit is contained in:
2025-01-03 17:59:04 +00:00
parent 9fa0165083
commit 19b858e304
408 changed files with 156008 additions and 32230 deletions
+27
View File
@@ -0,0 +1,27 @@
;Disable bhop during boss stage 4
modify:
{
match:
{
"classname" "logic_relay"
"targetname" "lvl4_boss_start"
}
insert:
{
"OnTrigger" "cmd,Command,sv_enablebunnyhopping 0,0,1"
}
}
modify:
{
match:
{
"classname" "logic_relay"
"targetname" "lvl4_boss_dead"
}
insert:
{
"OnTrigger" "cmd,Command,sv_enablebunnyhopping 1,0,1"
}
}