stripper-configs/maps/ze_surf_shonyudo_v4_1_ep.old_cfg

75 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2025-01-03 18:59:04 +01:00
;
;+++++++++++++++++++++++++++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"
}
2022-06-15 21:00:48 +02:00
}