stripper-configs/maps/ze_potc_iv_v6_1.cfg

175 lines
2.3 KiB
INI

add:
{
"origin" "-2091 -10337 75"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "4"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "220738"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "220773"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "220782"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "220785"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}
;; _
;; fix afk teleport
add:
{
"origin" "-5920 -4352 -1081"
"targetname" "vankila"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "133460"
}
insert:
{
"OnStartTouch" "afk_tele2,Enable,,0,-1"
}
}
;; possible playercrash fix
modify:
{
match:
{
"classname" "/prop_.*/"
}
replace:
{
"disableshadows" "1"
"disablereceiveshadows" "1"
}
}
modify:
{
match:
{
"classname" "/func_.*/"
}
replace:
{
"disableshadows" "1"
"disablereceiveshadows" "1"
}
}
;; music volume
modify:
{
match:
{
"message" "oilrig/megadeth - duke nukem theme.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#oilrig/megadeth - duke nukem theme.mp3"
}
}
modify:
{
match:
{
"message" "potc/pirates of the caribbean 4 - soundtrack 03 - mutiny.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#potc/pirates of the caribbean 4 - soundtrack 03 - mutiny.mp3"
}
}
modify:
{
match:
{
"message" "potc/pirates of the caribbean 4 - soundtrack 07 - palm tree escape ft.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#potc/pirates of the caribbean 4 - soundtrack 07 - palm tree escape ft.mp3"
}
}
modify:
{
match:
{
"message" "potc/pirates of the caribbean 4 soundtrack - 1.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#potc/pirates of the caribbean 4 soundtrack - 1.mp3"
}
}
modify:
{
match:
{
"message" "potc/pirates of the caribbean 4 soundtrack - 11.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#potc/pirates of the caribbean 4 soundtrack - 11.mp3"
}
}