76 lines
904 B
INI
76 lines
904 B
INI
filter:
|
|
{
|
|
"classname" "info_particle_system"
|
|
"targetname" "boom1"
|
|
}{
|
|
"classname" "info_particle_system"
|
|
"targetname" "boom1"
|
|
}
|
|
|
|
|
|
|
|
;; _
|
|
|
|
;; fix playercrash
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boom2"
|
|
"effect_name" "explosion_silo"
|
|
"classname" "info_particle_system"
|
|
}
|
|
replace:
|
|
{
|
|
"effect_name" "explosion_huge_j"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "ship"
|
|
"classname" "func_tanktrain"
|
|
}
|
|
replace:
|
|
{
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9208 -9172 -1824"
|
|
"parentname" "ship"
|
|
"model" "models/props_vehicles/boat_fishing02.mdl"
|
|
"classname" "prop_dynamic"
|
|
}
|
|
replace:
|
|
{
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
}
|
|
}
|
|
|
|
;; fix afk teleport on boat ending
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "5040 -10026 -1977.71"
|
|
"classname" "func_button"
|
|
"hammerid" "368384"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "tp7,Enable,,3,1"
|
|
}
|
|
}
|
|
|
|
|