stripper-configs/maps/ze_little_trip_v2.cfg

90 lines
1.1 KiB
INI
Executable File

modify:
{
match:
{
"targetname" "button_5"
}
replace:
{
"wait" "-1"
}
delete:
{
"OnPressed" "door_math,Subtract,1,0.2,1"
}
}
modify:
{
match:
{
"targetname" "button_4"
}
replace:
{
"wait" "-1"
}
delete:
{
"OnPressed" "door_math,Subtract,1,0.2,1"
}
}
;fix boss breakable being too low health
modify:
{
match:
{
"classname" "func_breakable"
"targetname" "boss_health"
"hammerid" "117200"
}
replace:
{
"health" "9999999"
}
}
;; _
;; music volume
modify:
{
match:
{
"message" "music/Path_to_the_Nairn.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/Path_to_the_Nairn.mp3"
}
}
modify:
{
match:
{
"message" "music/Prometheus.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/Prometheus.mp3"
}
}
modify:
{
match:
{
"message" "music/Singularity.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/Singularity.mp3"
}
}