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

101 lines
1.8 KiB
INI

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