Skip to main content
unofficial.voyage wiki
Builder

Other

Character Creation Music

Selects which background music track Voyage plays during the character creation flow. Top-level enum field accepting `fantasy` or `nonfantasy`. Omit the field to play no music during character creation.

Editor
Other → Character Creation Music
Edit via
Dropdown (two-value enum)

Example

{
  "characterCreationMusic": "fantasy"
}

Values

  • "fantasy" selects the default high-fantasy music bed appropriate for sword-and-sorcery, classic medieval, mythic, or magical worlds.
  • "nonfantasy" selects an alternate bed for modern, sci-fi, contemporary, historical-non-magical, or any world that would feel mismatched with orchestral fantasy themes.
  • Only these two literals are accepted. Anything else (including an empty string) is treated as a codec error by the validator.
  • This field affects character creation UI only. In-game music is driven by partyState.musicMood and individual scene context, not by this setting.

Related