stripper-configs/maps/ze_amkoescape_v1337.cfg

66 lines
772 B
INI

add:
{
"origin" "-112 1216 -480"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "2"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "Easy_Relay"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "Hard_Relay"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
;; STRIPPER BY ENCAP
;; prevent players from triggering nuke early by swimming
modify:
{
match:
{
"classname" "trigger_teleport"
"hammerid" "19134"
}
replace:
{
"origin" "-3010 3182 47"
}
}
modify:
{
match:
{
"classname" "trigger_hurt"
"hammerid" "19103"
}
replace:
{
"origin" "-3480 3272 -91"
}
}