Skip to content

TitleScreenInfo

Title Screen Schema / Definitions / TitleScreenInfo
Schema Type: JSON Type: object

A single title screen configuration

Type: MColor

Colour of the text on the main menu

See Definitions/MColor

factRequiredForTitle

Type: string

Ship log fact required for this title screen to appear.


persistentConditionRequiredForTitle

Type: string

Persistent condition required for this title screen to appear.


disableNHPlanets

Type: boolean

If set to true, NH generated planets will not show on the title screen. If false, this title screen has the same chance as other NH planet title screens to show.


shareTitleScreen

Type: boolean

If set to true, this custom title screen will merge with all other custom title screens with shareTitleScreen set to true. If false, NH will randomly select between this and other valid title screens that are loaded.


Skybox

Type: SkyboxModule

Customize the skybox for this title screen

See Definitions/SkyboxModule

music

Type: string

The music audio that will play on the title screen. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list.


ambience

Type: string

The ambience audio that will play on the title screen. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list.


Background

Type: BackgroundModule

Edit properties of the background

See Definitions/BackgroundModule

Type: MenuPlanetModule

Edit properties of the main menu planet

See Definitions/MenuPlanetModule

extras

Type: object

Extra data that may be used by extension mods