Splash Text Configuration

Configure the random joke/flavor line shown on the main menu and window title.

Splash text is the single random line of flavor text shown next to the logo on the main menu, and in the window title bar (Creation v1.0.0 - <splash text>). One line is picked at random each time the game starts. This is a single, repo-root file — not per-mod.


File Location

./splashtext.yaml

Minimal Example

splash-text:
  - Hello, world!

Fields

FieldRequiredDescription
splash-textYesA list of strings. One is chosen at random on each launch. A non-string entry is skipped with a warning, not a hard failure.

If the file is missing or splash-text isn’t a list, the game falls back to a single placeholder line noting the file couldn’t be found.


Complete Example

Based on the real shipped splashtext.yaml:

splash-text:
  - Is anyone reading these?
  - No, this is Creation!
  - I LOVE YOU PERSON READING THIS!
  - Splash Text
  - Drink water!