DestroyedClone-SkipToOutroText icon

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 15413
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-5.4.1902 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.1902
tristanmcpherson-R2API-4.0.11 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.0.11

README

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 to win, if this argument is missing)
    • fail will show the flavortext from dying on the moon while your teammates survive the ending sequence.
  • 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 (")

Examples

  • show_outro EngiBody : Shows the Engineer's win quote
  • show_outro HuntressBody fail : Shows the Huntress's fail quote
  • show_outro custom "<color=red>red text</color>" : Shows the end flavortext as red text colored red. enter image description here

Patched for SOTV