stripper-configs/maps/ze_typical_american_week_v2_1.cfg
2026-01-31 23:30:23 +00:00

48 lines
1.1 KiB
INI
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; __ __ ____ _____ _____ ________ __
; | \/ |/ __ \| __ \_ _| ____\ \ / /
; | \ / | | | | | | || | | |__ \ \_/ /
; | |\/| | | | | | | || | | __| \ /
; | | | | |__| | |__| || |_| | | |
; |_| |_|\____/|_____/_____|_| |_|
; Stripper by Małgo 09.10.2025
;STRIPPER CFG BY MAŁGO https://steamcommunity.com/profiles/76561197992553990/
;---------------------------------------------------------------
;---------------------------------------
;Boost a little shark boss hp
;---------------------------------------
modify:
{
match:
{
"targetname" "Boss_shark_attack_multi"
"classname" "trigger_multiple"
}
delete:
{
"OnStartTouch" "Boss_shark_Attack_HP1Add1400-1"
}
insert:
{
"OnStartTouch" "Boss_shark_Attack_HP1Add1970-1"
}
}
;---------------------------------------
;Stripper version
;---------------------------------------
modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "942469"
}
delete:
{
"OnNewGame" "cmdCommandsay **Map Status: No Stripper!**01"
}
insert:
{
"OnNewGame" "cmdCommandsay **Map Status: Stripper #0.0.1 Enable!**0-1"
}
}