"MapHack" { "pre_entities" { // Fix incorrect !activator usage that caused a regression in 1.13.5 // Contributed by Felis $modify { "match" { "targetname" "obj4_rel" } "delete" { "OnTrigger" "!activator,FireUser1,,0,-1" } "insert" { "OnTrigger" "obj4_weld,FireUser1,,0.0,-1" } } // Fix subdued glows since 1.10.0 $modify { "match" { "GlowEntity1Color" "64 0 0" } "replace" { "GlowEntity1Color" "200 0 0" } } $modify { "match" { "GlowEntity2Color" "64 0 0" } "replace" { "GlowEntity2Color" "200 0 0" } } // Prevent props getting deleted for being the wrong type $modify { "match" { "model" "models/gibs/airboat_broken_engine.mdl" } "replace" { "classname" "prop_dynamic_override" } } $modify { "match" { "model" "models/props_debris/concrete_chunk01c.mdl" } "replace" { "classname" "prop_dynamic_override" } } } }