stripper-configs/maps/ze_dravania_a2.cfg

130 lines
1.9 KiB
INI
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; the ancient wrath
filter:
{
"classname" "info_player_terrorist"
"hammerid" "118151"
}
filter:
{
"classname" "info_player_terrorist"
"hammerid" "357586"
}
; add path messages
modify:
{
match:
{
"classname" "trigger_once"
"targetname" "Defend2A_Trigger"
}
delete:
{
"OnStartTouch" "Server_CMDCommandsay - 20 seconds -01"
}
insert:
{
"OnStartTouch" "Server_CMDCommandsay - Left path opening in 20 seconds -01"
}
}
modify:
{
match:
{
"classname" "trigger_once"
"targetname" "Defend2B_Trigger"
}
delete:
{
"OnStartTouch" "Server_CMDCommandsay - 20 seconds -01"
}
insert:
{
"OnStartTouch" "Server_CMDCommandsay - Right path opening in 20 seconds -01"
}
}
; move left path defense hold further
modify:
{
match:
{
"classname" "func_breakable"
"targetname" "Defend3A_Clip"
}
replace:
{
"origin" "-288 2080 -1760"
}
}
modify:
{
match:
{
"classname" "prop_dynamic"
"targetname" "Defend3A_Prop"
"hammerid" "52664"
}
replace:
{
"origin" "-1408 2752 -1408"
}
}
modify:
{
match:
{
"classname" "prop_dynamic"
"targetname" "Defend3A_Prop"
"hammerid" "52660"
}
replace:
{
"origin" "-1408 1152 -1600"
}
}
modify:
{
match:
{
"classname" "trigger_once"
"targetname" "Defend3A_Trigger"
}
replace:
{
"origin" "-2304 2048 -1760"
}
delete:
{
"OnStartTouch" "Temp_DebrisAddOutputorigin -2624 2048 -1308251"
}
insert:
{
"OnStartTouch" "Temp_DebrisAddOutputorigin -1792 2048 -1308251"
}
}
; fix cat anim
modify:
{
match:
{
"classname" "func_door"
"targetname" "Gubal_Defend1_Door"
}
delete:
{
"OnFullyOpen" "Gubal_Cat_TrainStartForward0-1"
"OnFullyOpen" "Gubal_CatSetDefaultAnimationwalk0-1"
}
insert:
{
"OnFullyOpen" "Gubal_Cat_TrainStartForward0.5-1"
"OnFullyOpen" "Gubal_CatSetDefaultAnimationwalk0.5-1"
}
}