; ;+++++++++++++++++++++++++++fix stage1 music playing on stage2+++++++++++++++++++++++++++ ; modify: { match: { "classname" "trigger_once" "origin" "397 2933.3 12055" } insert: { "OnTrigger" "[BGM]komorebi_lp,Kill,,0,-1" "OnTrigger" "[BGM]komorebi,Kill,,0,-1" } } ; ;+++++++++++++++++++++++++++fix lasers on stage2+++++++++++++++++++++++++++ ; modify: { match: { "classname" "trigger_hurt" "targetname" "[LASER]1H" } replace: { "parentname" "[LASER]1" } } modify: { match: { "classname" "point_template" "targetname" "[LASER]1P" } replace: { "spawnflags" "0" } delete: { "OnEntitySpawned" "[LASER]2,Open,,0,-1" } insert: { "OnEntitySpawned" "[LASER]1,Open,,0,-1" } } modify: { match: { "classname" "point_template" "targetname" "[LASER]2P" } replace: { "spawnflags" "0" } } modify: { match: { "classname" "point_template" "targetname" "[LASER]3P" } replace: { "spawnflags" "0" } }