127 lines
1.5 KiB
INI
127 lines
1.5 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"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
;; _
|
|
|
|
;; fix early zm teleport
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "5711.5 1868 1836"
|
|
"filtername" "Zombies"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
replace:
|
|
{
|
|
"targetname" "Teleport_Zombies"
|
|
}
|
|
} |