adding two maps

This commit is contained in:
jenz 2026-01-31 23:30:23 +00:00
parent 209b33f2c6
commit dcb898bf4d
2 changed files with 148 additions and 0 deletions

100
maps/ze_timeshifter_a2.cfg Normal file
View File

@ -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"
}
}

View File

@ -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"
}
}