;; _ ;; fix doors modify: { match: { "classname" "func_door" } replace: { "loopmovesound" "0" } } ;; fix nuke add: { "model" "*29" "StartDisabled" "0" "spawnflags" "1" "origin" "-5400.5 5956.5 1798.5" "damage" "100000" "classname" "trigger_hurt" } modify: { match: { "targetname" "toxic_hurt" "classname" "trigger_hurt" } replace: { "damagetype" "0" "damage" "10" } insert: { "OnStartTouch" "!activator,AddOutput,origin -5417 5799 1806,0,-1" } } modify: { match: { "targetname" "tele_to_surface_rec" "classname" "info_teleport_destination" } replace: { "origin" "-4976 7552 1925" } } modify: { match: { "classname" "/prop_.*/" } replace: { "disableshadows" "1" "disablereceiveshadows" "1" } } modify: { match: { "classname" "/func_.*/" } replace: { "disableshadows" "1" "disablereceiveshadows" "1" } }