diff --git a/maps/ze_timeshifter_a2.cfg b/maps/ze_timeshifter_a2.cfg new file mode 100644 index 0000000..7aa8049 --- /dev/null +++ b/maps/ze_timeshifter_a2.cfg @@ -0,0 +1,100 @@ +;---------------------------- +; Disables flashlight - Disables ambientsounds - MZ ratio +;---------------------------- +modify: +{ + match: + { + "classname" "logic_auto" + "hammerid" "163249" + } + insert: + { + "OnMapSpawn" "Server,Command,mp_flashlight 0,1,1" + "OnMapSpawn" "Server,Command,zr_infect_mzombie_ratio 11,1,1" + "OnMapSpawn" "Server,Command,zr_ambientsounds_volume 0,2,1" + "OnMapSpawn" "Server,Command,say Stripper 05 Loaded,10,1" + } +} +;---------------------------- +; Fixes AFK TP Spawn Preset +;---------------------------- +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "100392" + } + insert: + { + "OnPressed" "afk_tp_present_01,Enable,40,1" + } +} +;---------------------------- +; Redirects Vscript Entry +;---------------------------- +modify: +{ + match: + { + "classname" "logic_script" + "hammerid" "87608" + } + replace: + { + "vscripts" "ze_timeshifter/timeshift_v2.nut" + } +} +;---------------------------- +; Fixes particles +;---------------------------- +modify: +{ + match: + { + "classname" "info_particle_system" + "hammerid" "9957" + } + replace: + { + "effect_name" "sparks_core" + } +} +modify: +{ + match: + { + "classname" "info_particle_system" + "hammerid" "9432" + } + replace: + { + "effect_name" "ts_small_fire_base" + } +} +modify: +{ + match: + { + "classname" "info_particle_system" + "hammerid" "8334" + } + replace: + { + "effect_name" "sparks_core" + } +} +modify: +{ + match: + { + "classname" "info_particle_system" + "hammerid" "10370" + } + replace: + { + "effect_name" "ts_waterleak_1" + } +} + diff --git a/maps/ze_typical_american_week_v2_1.cfg b/maps/ze_typical_american_week_v2_1.cfg new file mode 100644 index 0000000..f73dbfa --- /dev/null +++ b/maps/ze_typical_american_week_v2_1.cfg @@ -0,0 +1,48 @@ +; __ __ ____ _____ _____ ________ __ +; | \/ |/ __ \| __ \_ _| ____\ \ / / +; | \ / | | | | | | || | | |__ \ \_/ / +; | |\/| | | | | | | || | | __| \ / +; | | | | |__| | |__| || |_| | | | +; |_| |_|\____/|_____/_____|_| |_| +; 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" + } +} \ No newline at end of file