{
"title": "LAUNCHER",
"items": [{
"internal_name": "fullscreen",
"description": "Makes the launcher start in fullscreen. Does not affect the game itself. Can be toggled via the \"Alt + Enter\" key combo.",
"os": OS_ANY,
"type": TYPE_BOOL,
"enabled_by": -1,
"disabled_by": -1,
"name": "Fullscreen"
}, {
"internal_name": "window_width",
"description": "Default width of the launcher window in pixels.",
"os": OS_ANY,
"type": TYPE_LAUNCHER_WIDTH,
"enabled_by": -1,
"disabled_by": -1,
"name": "Default Window Width"
}, {
"internal_name": "window_height",
"description": "Default height of the launcher window in pixels.",
"os": OS_ANY,
"type": TYPE_LAUNCHER_HEIGHT,
"enabled_by": -1,
"disabled_by": -1,
"name": "Default Window Height"
}, {
"internal_name": "music_volume",
"description": "Sets the volume of the launcher music. Can be toggled via the \"Alt + M\" key combo.",
"os": "OS_ANY",
"type": "TYPE_PERCENTAGE",
"enabled_by": -1,
"disabled_by": -1,
"name": "Music Volume"
}, {
"internal_name": "sound_volume",
"description": "Sets the volume of the launcher sounds. Can be toggled via the \"Alt + S\" key combo.",
"os": "OS_ANY",
"type": "TYPE_PERCENTAGE",
"enabled_by": -1,
"disabled_by": -1,
"name": "Sound Volume"
}, {
"internal_name": "quick_launch",
"description": "Makes the game boot automatically after opening the launcher. You can press the <Backspace> key or the (Select) button in the disclaimer screen to go to the launcher menu.",
"os": OS_ANY,
"type": TYPE_BOOL,
"enabled_by": -1,
"disabled_by": -1,
"name": "Quick Launch"
}, {
"internal_name": "close_on_launch",
"description": "Closes the launcher after launching the game.",
"os": OS_ANY,
"type": TYPE_BOOL,
"enabled_by": -1,
"disabled_by": -1,
"name": "Close on Launch"
}],
"hidden": false,
"os": OS_ANY
}