-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
225 lines (225 loc) · 5.88 KB
/
mod.json
File metadata and controls
225 lines (225 loc) · 5.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"geode": "5.6.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "deaen.underdash",
"name": "underdash",
"version": "v1.4.0",
"developer": "deaen",
"description": "Make ur GD menu look straight outta undertale",
"links": {
"source": "https://github.com/deaen/underdash",
"homepage": "https://x.com/ddeaen"
},
"issues": {
"info": "Please report issues on the GitHub repository! Or you can just tag/DM me on twitter...",
"url": "https://github.com/deaen/underdash/issues"
},
"tags": [
"interface",
"offline",
"music"
],
"early-load": true,
"resources": {
"files": [
"resources/*.ogg",
"resources/*.fnt",
"resources/*.png"
]
},
"dependencies": {
"geode.node-ids": ">=v1.20.0"
},
"settings": {
"menu-section": {
"name": "Buttons",
"description": "Toggle which buttons show up",
"type": "custom:section-title"
},
"profile": {
"name": "Profile Button",
"description": "Whether to show the profile button in the main menu.",
"type": "bool",
"default": true
},
"geode": {
"name": "Geode Button",
"description": "Whether to show the geode button in the main menu.",
"type": "bool",
"default": true
},
"globed": {
"name": "Globed button",
"description": "Whether to show the globed button in the main menu (if globed is installed).",
"type": "bool",
"default": true
},
"chests": {
"name": "Daily chests button",
"description": "Whether to show the daily chest button in the main menu.",
"type": "bool",
"default": true
},
"quit": {
"name": "Quit button",
"description": "Whether to show the quit button in the main menu.",
"type": "bool",
"default": true
},
"restart": {
"name": "Restart button",
"description": "Whether to add a restart button in the main menu.",
"type": "bool",
"default": false
},
"achievements": {
"name": "Achievements button",
"description": "Whether to show the achievements button in the main menu.",
"type": "bool",
"default": false
},
"stats": {
"name": "Stats button",
"description": "Whether to show the stats button in the main menu.",
"type": "bool",
"default": false
},
"search": {
"name": "Search button",
"description": "Whether to show a shortcut to the level search menu in the main menu.",
"type": "bool",
"default": false
},
"saved": {
"name": "Saved levels button",
"description": "Whether to show a shortcut to your saved levels in the main menu. <cr>(not implemented on macOS yet)</c>",
"type": "bool",
"default": false
},
"create": {
"name": "Created levels button",
"description": "Whether to show a shortcut to your created levels in the main menu. <cr>(not implemented on macOS yet)</c>",
"type": "bool",
"default": false
},
"featured": {
"name": "Featured levels button",
"description": "Whether to show a shortcut to the featured menu in the main menu. <cr>(not implemented on macOS yet)</c>",
"type": "bool",
"default": false
},
"daily": {
"name": "Daily level button",
"description": "Whether to show a shortcut to the daily level in the main menu. <cr>(not implemented on macOS yet)</c>",
"type": "bool",
"default": false
},
"weekly": {
"name": "Weekly level button",
"description": "Whether to show a shortcut to the weekly level in the main menu. <cr>(not implemented on macOS yet)</c>",
"type": "bool",
"default": false
},
"icon-section": {
"name": "Icons",
"description": "toggle which icons show up",
"type": "custom:section-title"
},
"activeIcon": {
"name": "Only active icon",
"description": "Whether to only show your selected icon in the menu (Not compatible with the other options)",
"type": "bool",
"default": true
},
"iconCube": {
"name": "Cube",
"description": "Whether to add your cube to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconShip": {
"name": "Ship",
"description": "Whether to add your ship to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconBall": {
"name": "Ball",
"description": "Whether to add your ball to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconUfo": {
"name": "Ufo",
"description": "Whether to add your ufo to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconWave": {
"name": "Wave",
"description": "Whether to add your wave to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconRobot": {
"name": "Robot",
"description": "Whether to add your robot to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconSpider": {
"name": "Spider",
"description": "Whether to add your spider to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconSwing": {
"name": "Swing",
"description": "Whether to add your swing to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"iconJetpack": {
"name": "Jetpack",
"description": "Whether to add your jetpack to the menu icons.",
"type": "bool",
"default": false,
"enable-if": "!activeIcon"
},
"other-section": {
"name": "Other",
"type": "custom:section-title"
},
"loadingBar": {
"name": "Show loading bar",
"description": "Whether to show the loading bar in the loading screen.",
"type": "bool",
"default": false
},
"utMenuDefault": {
"name": "Set underdash as default",
"description": "Whether to start the game with underdash visible or not",
"type": "bool",
"default": true
},
"utMusic": {
"name": "Replace menu music",
"description": "Whether to play a custom undertale menu loop.",
"type": "bool",
"default": true
}
}
}