stripper-configs/ze_survivors_b5.cfg
2019-06-17 01:13:20 +02:00

136 lines
1.7 KiB
INI

add:
{
"origin" "-1258 1802 -1009"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "9"
"startvalue" "1"
"classname" "math_counter"
}
; Cold Mountain Low
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1925125"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
; City Streets Part 1
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1825456"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
; City Building Easy
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1773309"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
; Cold Mountain Medium
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1771931"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,4,0,1"
}
}
; City Streets Part 2
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1825472"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,5,0,1"
}
}
; City Building Normal
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1772670"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,6,0,1"
}
}
; Cold Mountain High
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1771949"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,7,0,1"
}
}
; City Building Hard
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1772686"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,8,0,1"
}
}
; Cold Mountain Impossible
modify:
{
match:
{
"classname" "trigger_once"
"hammerid" "1773167"
}
insert:
{
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,9,0,1"
}
}