stripper-configs/maps/ze_survivors_b5.cfg

528 lines
7.9 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"
}
}
;Increase roundtime
modify:
{
match:
{
"classname" "logic_auto"
}
delete:
{
"OnMapSpawn" "roundtime,Command,mp_roundtime 9,1,-1"
}
insert:
{
"OnMapSpawn" "roundtime,Command,mp_roundtime 12,1,-1"
}
}
add:
{
"model" "*381"
"wait" "0"
"unlocked_sound" "0"
"unlocked_sentence" "0"
"speed" "5"
"spawnflags" "1025"
"sounds" "3"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "-2690 1935 -864"
"movedir" "0 0 0"
"locked_sound" "0"
"locked_sentence" "0"
"lip" "0"
"health" "0"
"disablereceiveshadows" "0"
"classname" "func_button"
"OnPressed" "mount,Disable,,0,-1"
"OnPressed" "build,Enable,,0,-1"
"OnPressed" "city,Enable,,0,-1"
"OnPressed" "roundtime,Command,say MOUNTAIN ENABLED,0,-1"
}
add:
{
"model" "*381"
"wait" "0"
"unlocked_sound" "0"
"unlocked_sentence" "0"
"speed" "5"
"spawnflags" "1025"
"sounds" "3"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "-2594 1935 -864"
"movedir" "0 0 0"
"locked_sound" "0"
"locked_sentence" "0"
"lip" "0"
"health" "0"
"disablereceiveshadows" "0"
"classname" "func_button"
"OnPressed" "build,Disable,,0,-1"
"OnPressed" "mount,Enable,,0,-1"
"OnPressed" "city,Enable,,0,-1"
"OnPressed" "roundtime,Command,say BUILDING ENABLED,0,-1"
}
add:
{
"model" "*381"
"wait" "0"
"unlocked_sound" "0"
"unlocked_sentence" "0"
"speed" "5"
"spawnflags" "1025"
"sounds" "3"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "-2498 1935 -864"
"movedir" "0 0 0"
"locked_sound" "0"
"locked_sentence" "0"
"lip" "0"
"health" "0"
"disablereceiveshadows" "0"
"classname" "func_button"
"OnPressed" "city,Disable,,0,-1"
"OnPressed" "build,Enable,,0,-1"
"OnPressed" "mount,Enable,,0,-1"
"OnPressed" "roundtime,Command,say CITY ENABLED,0,-1"
}
;; _
;; cold mountain - fix winning score
modify:
{
match:
{
"targetname" "score3"
"classname" "trigger_multiple"
}
insert:
{
"OnStartTouch" "!self,Kill,,2,1"
}
}
;; reduce number of stages from 9 to 7 (skip Mountain Low and Building Easy)
modify:
{
match:
{
"targetname" "cb_r2"
"classname" "func_brush"
}
replace:
{
"StartDisabled" "1"
}
}
modify:
{
match:
{
"targetname" "cb_rs"
"classname" "func_brush"
}
replace:
{
"StartDisabled" "0"
}
}
modify:
{
match:
{
"targetname" "cb_r1"
"classname" "func_brush"
}
replace:
{
"StartDisabled" "1"
}
}
modify:
{
match:
{
"targetname" "3win3"
"classname" "trigger_once"
}
delete:
{
"OnTrigger" "build,Disable,,0,-1"
}
insert:
{
"OnTrigger" "city,Disable,,0,-1"
}
}
;; cold mountain - fix double damage for some ct's
modify:
{
match:
{
"targetname" "cmtimer"
"classname" "logic_timer"
}
insert:
{
"OnTimer" "cold,Disable,,0.1,-1"
"OnTimer" "colder,Disable,,0.1,-1"
"OnTimer" "cold,Enable,,0.5,-1"
"OnTimer" "colder,Enable,,0.5,-1"
"OnTimer" "cold,Disable,,0.6,-1"
"OnTimer" "colder,Disable,,0.6,-1"
"OnTimer" "cold,Enable,,0.9,-1"
"OnTimer" "colder,Enable,,0.9,-1"
}
}
modify:
{
match:
{
"targetname" "colder"
"classname" "trigger_hurt"
}
replace:
{
"damagetype" "0"
}
}
modify:
{
match:
{
"targetname" "cold"
"classname" "trigger_hurt"
}
replace:
{
"damagetype" "0"
}
;; music volume
modify:
{
match:
{
"message" "music/aglimpseofhell_03.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/aglimpseofhell_03.mp3"
}
}
modify:
{
match:
{
"message" "music/bh_rabies_04.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/bh_rabies_04.mp3"
}
}
modify:
{
match:
{
"message" "music/da_rabies_09.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/da_rabies_09.mp3"
}
}
modify:
{
match:
{
"message" "music/hl2_song25_teleporter.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/hl2_song25_teleporter.mp3"
}
}
modify:
{
match:
{
"message" "music/horde_04.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#music/horde_04.mp3"
}
}
;; cold mountain - prevent early heli trigger
add:
{
"origin" "9085 10000 -5110"
"targetname" "mount_prop"
"StartDisabled" "0"
"spawnflags" "0"
"solid" "6"
"skin" "0"
"SetBodyGroup" "0"
"rendermode" "0"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"RandomAnimation" "0"
"pressuredelay" "0"
"PerformanceMode" "0"
"model" "models/props_unique/wooden_barricade.mdl"
"mindxlevel" "0"
"MinAnimTime" "5"
"maxdxlevel" "0"
"MaxAnimTime" "10"
"fadescale" "1"
"fademindist" "-1"
"fademaxdist" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"disableshadows" "1"
"disablereceiveshadows" "1"
"DisableBoneFollowers" "0"
"angles" "0 0 0"
"classname" "prop_dynamic"
"OnUser1" "!self,Kill,,0,1"
"OnUser1" "roundtime,Command,say <!!!> CALL HELICOPTER <!!!>,0,1"
"OnUser1" "roundtime,Command,say <!!!> USE THE RADIO <!!!>,1,1"
"OnUser1" "roundtime,Command,say <!!!> IN THE CONTAINER <!!!>,2,1"
}
add:
{
"model" "*108"
"wait" "-1"
"targetname" "mount_trigger"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "3250 11870 -4493.5"
"filtername" "terror"
"classname" "trigger_multiple"
"OnStartTouch" "mount_prop,FireUser1,,0,1"
}
modify:
{
match:
{
"origin" "8348 10516 -4980.5"
"classname" "trigger_once"
"hammerid" "604133"
}
delete:
{
"OnTrigger" "roundtime,Command,say <!!!> CALL HELICOPTER <!!!>,0,-1"
"OnTrigger" "roundtime,Command,say <!!!> USE THE RADIO <!!!>,1,-1"
"OnTrigger" "roundtime,Command,say <!!!> IN THE OPEN CONTAINER <!!!>,2,-1"
}
insert:
{
"targetname" "heli_trigger"
"OnTrigger" "roundtime,Command,say <!!!> WE MADE IT TO THE RESCUE POINT <!!!>,0,1"
"OnTrigger" "roundtime,Command,say <!!!> LET'S WAIT FOR OTHER SURVIVORS <!!!>,3,1"
}
}
modify:
{
match:
{
"targetname" "cm_md"
"origin" "-4767.8 -6688.19 -8592"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "heli_trigger,AddOutput,OnTrigger mount_prop:FireUser1::40:1,0,1"
}
}
modify:
{
match:
{
"targetname" "cm_hd"
"origin" "-4784.78 -6671.22 -8592"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "heli_trigger,AddOutput,OnTrigger mount_prop:FireUser1::60:1,0,1"
}
}
modify:
{
match:
{
"targetname" "cm_id"
"origin" "-4784.78 -6671.22 -8592"
"classname" "trigger_once"
}
insert:
{
"OnStartTouch" "heli_trigger,AddOutput,OnTrigger mount_prop:FireUser1::80:1,0,1"
}
}