stripper-configs/maps/ze_2012_b3b.cfg

121 lines
1.3 KiB
INI

add:
{
"origin" "-7982 -11101 824"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "6"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "defaultround"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "73552"
}
insert:
{
"OnNewGame" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "73554"
}
insert:
{
"OnNewGame" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
; Duplicate servercommand
filter:
{
"origin" "-7982 -11101 824"
"targetname" "sc"
"classname" "point_servercommand"
"hammerid" "2918"
}
;; _
;; increase nuke damage
modify:
{
match:
{
"targetname" "hurtmap"
"classname" "trigger_hurt"
}
replace:
{
"damage" "100000"
}
}
;; players can't block doors
modify:
{
match:
{
"targetname" "arcdoor"
"classname" "func_door_rotating"
}
replace:
{
"dmg" "3"
}
}
modify:
{
match:
{
"targetname" "cockpitdoor"
"classname" "func_door_rotating"
}
replace:
{
"dmg" "3"
}
}
;; filter zm bars
modify:
{
match:
{
"targetname" "/bar[1-4]/"
"classname" "func_breakable"
}
insert:
{
"damagefilter" "tteam"
}
}