moved stripper to maps directory, added a README, added a gitignore

This commit is contained in:
2025-01-03 18:19:22 +01:00
parent 68c12e0304
commit 50ae220cf8
416 changed files with 41 additions and 7132 deletions
+75
View File
@@ -0,0 +1,75 @@
;
;+++++++++++++++++++++++++++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"
}
}