stripper-configs/maps/ze_rooftop_autism_runaway_v1_1.cfg

108 lines
1.3 KiB
INI

;---------------------------------------
;Zombie Speed Slower
;---------------------------------------
modify:
{
match:
{
"classname" "logic_auto"
}
delete:
{
"OnMultiNewMap" "Map_Command,Command,zr_class_modify zombies speed 360,0,1"
}
insert:
{
"OnMultiNewMap" "Map_Command,Command,zr_class_modify zombies speed 350,0,1"
}
}
;---------------------------------------
;Xtreme cancer Speed Mod Fix
;---------------------------------------
modify:
{
match:
{
"targetname" "Map_SpeedTrigger_Fix"
}
insert:
{
"Map_SpeedTrigger_Fix" "OnUser1,!self,Enable,,0,-1"
"Map_SpeedTrigger_Fix" "OnUser1,!self,Disable,,1.00,-1"
}
}
modify:
{
match:
{
"targetname" "Extreme_Autism_Case"
}
insert:
{
"OnCase02" "Map_SpeedTrigger_Fix,FireUser1,,15.30,0,-1"
}
}
;---------------------------------------
;makes things not so loud
;---------------------------------------
modify:
{
match:
{
"targetname" "nigra_sound"
}
replace:
{
"health" "1"
}
}
modify:
{
match:
{
"targetname" "dog_sound"
}
replace:
{
"health" "1"
}
}
modify:
{
match:
{
"targetname" "MainNpc_Sound"
}
replace:
{
"health" "1"
}
}
modify:
{
match:
{
"targetname" "smoke_sound"
}
replace:
{
"health" "1"
}
}
modify:
{
match:
{
"targetname" "MainNpc_BeginCase"
}
delete:
{
"OnCase06" "!self,InValue,HumpingDogs,10,-1"
}
}