This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix offliner * Update slackerino mapperino configs * Update tenkinoko welkin stripper * Update 2049 stripper
- Loading branch information
Showing
5 changed files
with
290 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,34 @@ | ||
;block off stage 2 pixel surf | ||
;----------------------------- | ||
;Block off stage 2 pixel surf | ||
;----------------------------- | ||
add: | ||
{ | ||
"classname" "func_brush" | ||
"model" "*160" | ||
"origin" "6343 -3777.5 -7408" | ||
"rendermode" "10" | ||
} | ||
|
||
;------------------- | ||
;Delay stage 1 nuke | ||
;------------------- | ||
modify: | ||
{ | ||
match: | ||
{ | ||
"classname" "trigger_once" | ||
"targetname" "s1_nuke_trigger" | ||
} | ||
delete: | ||
{ | ||
"OnTrigger" "x_nuke_fadeFade4.81" | ||
"OnTrigger" "x_nuke_zm01Enable4.81" | ||
"OnTrigger" "global_nuke_sPlaySound4.81" | ||
} | ||
insert: | ||
{ | ||
"OnTrigger" "x_nuke_fadeFade9.81" | ||
"OnTrigger" "x_nuke_zm01Enable9.81" | ||
"OnTrigger" "global_nuke_sPlaySound9.81" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.