SkipToOutroText
SOTV Patch | Skips to the outro text for viewing any survivor win/fail flavortext, or any custom strings. See the README.
Last updated | 2 years ago |
Total downloads | 17298 |
Total rating | 3 |
Categories | Mods Tools |
Dependency string | DestroyedClone-SkipToOutroText-1.0.1 |
Dependants | 9 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.1902README
Skip To Outro Text
Successor to the now deprecated MoonToOutro, because the name was horrible.
Allows you to view your outro flavortext by sending you to the outro with the defined flavortext. Mostly intended for character creation devs to see how their outro text looks.
You must be in at least the lobby, to activate the command, just doing it on the title screen will yield no result. Because this is done through a command, it means that if you view the outro normally, then you're not affected, probably.
Command
There's two versions of the command: show_outro
:
show_outro {BodyName} {win/fail}
- Bodyname must match an existing bodyname that belongs to a survivor (such as
EngiBody
). win
will show the flavortext from surviving the ending sequence. (Defaults towin
, if this argument is missing)fail
will show the flavortext from dying on the moon while your teammates survive the ending sequence.
- Bodyname must match an existing bodyname that belongs to a survivor (such as
show_outro custom {string}
- If you have a bunch of text you want to test, then you can put
custom
instead of the bodyname to have the next argument be any string. Just be sure to enclose it in quotation marks if it has spaces.- If your text has any quotation marks (")
- If you have a bunch of text you want to test, then you can put
Examples
show_outro EngiBody
: Shows the Engineer's win quoteshow_outro HuntressBody fail
: Shows the Huntress's fail quoteshow_outro custom "<color=red>red text</color>"
: Shows the end flavortext asred text
colored red.
Patched for SOTV