Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/launcher/launcher_settings.json
7887 views
1
{
2
"title": "LAUNCHER",
3
"items": [{
4
"internal_name": "fullscreen",
5
"description": "Makes the launcher start in fullscreen. Does not affect the game itself. Can be toggled via the \"Alt + Enter\" key combo.",
6
"os": OS_ANY,
7
"type": TYPE_BOOL,
8
"enabled_by": -1,
9
"disabled_by": -1,
10
"name": "Fullscreen"
11
}, {
12
"internal_name": "window_width",
13
"description": "Default width of the launcher window in pixels.",
14
"os": OS_ANY,
15
"type": TYPE_LAUNCHER_WIDTH,
16
"enabled_by": -1,
17
"disabled_by": -1,
18
"name": "Default Window Width"
19
}, {
20
"internal_name": "window_height",
21
"description": "Default height of the launcher window in pixels.",
22
"os": OS_ANY,
23
"type": TYPE_LAUNCHER_HEIGHT,
24
"enabled_by": -1,
25
"disabled_by": -1,
26
"name": "Default Window Height"
27
}, {
28
"internal_name": "music_volume",
29
"description": "Sets the volume of the launcher music. Can be toggled via the \"Alt + M\" key combo.",
30
"os": "OS_ANY",
31
"type": "TYPE_PERCENTAGE",
32
"enabled_by": -1,
33
"disabled_by": -1,
34
"name": "Music Volume"
35
}, {
36
"internal_name": "sound_volume",
37
"description": "Sets the volume of the launcher sounds. Can be toggled via the \"Alt + S\" key combo.",
38
"os": "OS_ANY",
39
"type": "TYPE_PERCENTAGE",
40
"enabled_by": -1,
41
"disabled_by": -1,
42
"name": "Sound Volume"
43
}, {
44
"internal_name": "quick_launch",
45
"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.",
46
"os": OS_ANY,
47
"type": TYPE_BOOL,
48
"enabled_by": -1,
49
"disabled_by": -1,
50
"name": "Quick Launch"
51
}, {
52
"internal_name": "close_on_launch",
53
"description": "Closes the launcher after launching the game.",
54
"os": OS_ANY,
55
"type": TYPE_BOOL,
56
"enabled_by": -1,
57
"disabled_by": -1,
58
"name": "Close on Launch"
59
}],
60
"hidden": false,
61
"os": OS_ANY
62
}
63