stripper-configs/maps/ze_re4_castle_a3.cfg

349 lines
4.6 KiB
INI

filter:
{
"classname" "prop_dynamic_override"
"hammerid" "36787"
}
modify:
{
match:
{
"classname" "prop_dynamic_override"
"targetname" "rock01"
}
replace:
{
"solid" "0"
}
}
modify:
{
match:
{
"classname" "prop_dynamic_override"
"targetname" "rock02"
}
replace:
{
"solid" "0"
}
}
modify:
{
match:
{
"targetname" "train_rock01"
}
replace:
{
"dmg" "999999"
}
}
modify:
{
match:
{
"targetname" "train_rock02"
}
replace:
{
"dmg" "999999"
}
}
modify:
{
match:
{
"hammerid" "172593"
}
delete:
{
"OnStartTouch" "hp_boss,Add,5,0,-1"
}
insert:
{
"OnStartTouch" "hp_boss,Add,3,0,-1"
}
}
modify:
{
match:
{
"targetname" "Leon_p_90"
}
delete:
{
"OnPass" "tp_zm07,Enable,,0,-1"
}
insert:
{
"OnPass" "tp_zm07,Enable,,10,-1"
}
}
modify:
{
match:
{
"targetname" "Leon_p_91"
}
delete:
{
"OnPass" "tp_zm07,Enable,,0,-1"
}
insert:
{
"OnPass" "tp_zm07,Enable,,10,-1"
}
}
;; ze_re4_castle_a3
;; block glitch spot
add:
{
"targetname" "BridgeClip"
"model" "*13"
"vrad_brush_cast_shadows" "0"
"StartDisabled" "0"
"spawnflags" "2"
"Solidity" "0"
"solidbsp" "0"
"rendermode" "10"
"renderfx" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "11143 -2213 664"
"invert_exclusion" "0"
"InputFilter" "0"
"disableshadows" "1"
"disablereceiveshadows" "1"
"classname" "func_brush"
}
;; add fall teleports
add:
{
"model" "*19"
"targetname" "tp_fall"
"target" "desti_pont"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "10137 -2057 -640"
"classname" "trigger_teleport"
}
add:
{
"model" "*28"
"targetname" "tp_fall2"
"target" "desti_zm02"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "8269 -498 516"
"classname" "trigger_teleport"
}
add:
{
"model" "*20"
"targetname" "tp_fall2"
"target" "desti_zm02"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "8099 350 -226"
"classname" "trigger_teleport"
}
add:
{
"model" "*20"
"targetname" "tp_fall2"
"target" "desti_zm02"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "6083 350 -226"
"classname" "trigger_teleport"
}
;; doors crush players to prevent delays
modify:
{
match:
{
"targetname" "door04"
"classname" "func_door"
}
replace:
{
"dmg" "10000"
"forceclosed" "1"
}
}
modify:
{
match:
{
"targetname" "door05"
"classname" "func_door"
}
replace:
{
"dmg" "10000"
"forceclosed" "1"
}
}
modify:
{
match:
{
"targetname" "porte"
"classname" "func_door"
}
replace:
{
"dmg" "10000"
"forceclosed" "1"
"spawnflags" "0"
}
}
;; at the end, crush players that stand under opening staircase
modify:
{
match:
{
"targetname" "ponton"
"classname" "func_door_rotating"
}
replace:
{
"ignoredebris" "0"
}
}
;; music volume
modify:
{
match:
{
"message" "re4_01.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#re4_01.mp3"
}
}
modify:
{
match:
{
"message" "Resident Evil 4 Music 14 Garrador.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#Resident Evil 4 Music 14 Garrador.mp3"
}
}
modify:
{
match:
{
"message" "Resident Evil 4 Soundtrack - Catapult.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#Resident Evil 4 Soundtrack - Catapult.mp3"
}
}
modify:
{
match:
{
"message" "Resident Evil 4 Soundtrack - Ganado IV.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#Resident Evil 4 Soundtrack - Ganado IV.mp3"
}
}
;; fix afk tele
filter:
{
"targetname" "tp_zm07"
"classname" "trigger_teleport"
}
modify:
{
match:
{
"targetname" "tp_zm06"
"classname" "trigger_teleport"
}
replace:
{
"origin" "7048 -988 1222"
}
delete:
{
"filtername" "Zombie"
}
}
modify:
{
match:
{
"targetname" "math_bouton"
"classname" "math_counter"
}
delete:
{
"OnHitMax" "porte,Close,,10,-1"
"OnHitMax" "tp_zm06,Enable,,10,-1"
"OnHitMax" "tp_zm06,Disable,,10.5,-1"
"OnHitMax" "porte,Open,,12,-1"
"OnHitMax" "sc,Command,say >> FOLLOW LEON ! <<,12,-1"
"OnHitMax" "voice_followme,PlaySound,,12,-1"
"OnHitMax" "leon,SetAnimation,run_all,12,1"
"OnHitMax" "Track_leon,StartForward,,12,1"
}
insert:
{
"OnHitMax" "porte,Close,,15,1"
"OnHitMax" "tp_zm06,Enable,,15,1"
"OnHitMax" "tp_zm06,AddOutput,origin 9744 -988 1222,16.5,1"
"OnHitMax" "porte,Open,,17,1"
"OnHitMax" "sc,Command,say >> FOLLOW LEON ! <<,17,1"
"OnHitMax" "voice_followme,PlaySound,,17,1"
"OnHitMax" "leon,SetAnimation,run_all,17,1"
"OnHitMax" "Track_leon,StartForward,,17,1"
}
}
modify:
{
match:
{
"classname" "func_door"
"hammerid" "162129"
}
delete:
{
"OnFullyClosed" "sc,Command,say GO FIND THE KEY !!,36,-1"
}
insert:
{
"OnFullyClosed" "sc,Command,say GO FIND THE KEY !!,4,1"
}
}