Character Creation Music
characterCreationMusicSelects which background music track Voyage plays during the character creation flow.
In the editor
"Selects the background music used during character creation."
- Editor location
- Files → Other → Character Creation Music
- Editor type
- Edit in Studio + View JSON
- Size limits
No character-length caps for this section.
Schema
{
"characterCreationMusic": "fantasy | nonfantasy"
}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.musicMoodand individual scene context, not by this setting.
The Music section also selects character-creation music, by naming one of its own track families in characterCreationTrackId.