-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmod.json
More file actions
388 lines (383 loc) · 12.1 KB
/
mod.json
File metadata and controls
388 lines (383 loc) · 12.1 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
{
"geode": "5.5.3",
"gd": {
"win": "2.2081",
"android": "2.2081",
"ios": "2.2081",
"mac": "2.2081"
},
"version": "v1.1.5",
"id": "minemaker0430.gddp_integration",
"name": "GDDP - Demon Progression",
"developer": "ItsMochaTheOtter",
"description": "Adds various utilities for Demon Progression",
"links": {
"source": "https://github.com/Minemaker0430/GDDPIntegration/"
},
"issues": {
"info": "Submit problems to the GitHub or @itsmochatheotter on Discord.",
"url": "https://github.com/Minemaker0430/GDDPIntegration/issues"
},
"resources": {
"spritesheets": {
"Menu": [ "resources/DP_Menu/*.png" ],
"Difficulty": [ "resources/DP_Difficulty/*.png" ],
"PlusDifficulty": [ "resources/DP_PlusDifficulty/*.png" ],
"Bonus": [ "resources/DP_Bonus/*.png" ],
"Monthly": [ "resources/DP_Monthly/*.png" ],
"DifficultyText": [ "resources/DP_DifficultyText/*.png" ],
"PlusDifficultyText": [ "resources/DP_PlusDifficultyText/*.png" ],
"DifficultySmallText": [ "resources/DP_DifficultySmallText/*.png" ],
"PlusDifficultySmallText": [ "resources/DP_PlusDifficultySmallText/*.png" ],
"SkillBadge": [ "resources/DP_SkillBadge/*.png" ],
"Effects": [ "resources/DP_Effects/*.png" ]
},
"files": [
"resources/DP_Fonts/*.png",
"resources/DP_Fonts/*.fnt"
]
},
"tags": [
"gameplay",
"utility",
"interface",
"online",
"content"
],
"dependencies": {
"geode.node-ids": ">=1.23.3"
},
"settings": {
"refresh-stats": {
"name": "Refresh Stats",
"description": "Clears your completed levels in the mod's save data. Should only be used for accidental completions or bugs.\n\n<cr>This will NOT affect ranks.</c>",
"type": "custom:refresh-stats"
},
"reset-ranks": {
"name": "Reset Ranks",
"description": "Clears your completed ranks in the mod's save data. Should only be used for accidental completions or bugs.\n\n<cr>This will NOT affect progress.</c>",
"type": "custom:reset-ranks"
},
"reset-achievements": {
"name": "Reset Achievements",
"description": "Clears your completed achievements in the mod's save data. Should only be used for accidental completions or bugs.\n\n<cr>This will NOT affect ranks or progress.</c>",
"type": "custom:reset-achievements"
},
"bypass-section": {
"name": "Progression Bypass",
"description": "Options that let you bypass the lock system in the GDDP Menus.",
"type": "title"
},
"unlock-if-progressed": {
"name": "Unlock If Progressed",
"description": "Unlocks any pack you have progress in, regardless of rank status.\n<cy>(NOTE: Overrides \"Unlock All Tiers\" and \"Unlock All Legacy Packs\")</c>",
"type": "bool",
"default": false
},
"unlock-all-tiers": {
"name": "Unlock All Tiers",
"description": "Disables the Locked Tiers so you can Jump Difficulties to your heart's content.",
"type": "bool",
"default": false
},
"unlock-all-legacy": {
"name": "Unlock All Legacy Packs",
"description": "Disables Legacy Packs being Locked behind Main Packs.",
"type": "bool",
"default": false
},
"utility-section": {
"name": "Utility",
"description": "A set of extra/QoL features that may be helpful.",
"type": "title"
},
"skillset-badges": {
"name": "Enable Skillset Badges",
"description": "Enables Skillset Badges next to the difficulty faces.",
"type": "bool",
"default": true
},
"show-skills-in-list": {
"name": "Show Skills in List",
"description": "If disabled, Skillsets will only be shown on the Level Page.",
"type": "bool",
"default": true,
"enable-if": "skillset-badges"
},
"show-recommended-in-list": {
"name": "Show Recommendations Button in List",
"description": "If disabled, the star button on recommendations will only be shown on the Level Page.",
"type": "bool",
"default": true,
"enable-if": "skillset-badges"
},
"enable-search": {
"name": "Enable Search Menu",
"description": "Enables the Advanced GDDP Search Menu.",
"type": "bool",
"default": true
},
"enable-roulette": {
"name": "Enable Roulette",
"description": "Enables the GDDP Roulette.",
"type": "bool",
"default": true
},
"enable-recommendations": {
"name": "Enable Recommendations",
"description": "Enables GDDP Recommendations. Disabling this option will also disable the Recommended Glow.",
"type": "bool",
"default": true
},
"enable-recommended-btn": {
"name": "Enable Recommendation Button",
"description": "Enables the Star button next to recommended levels.",
"type": "bool",
"default": true
},
"enable-random-level-picker": {
"name": "Enable Random Level Picker",
"description": "Enables the Button on GDDP Pages that pick a Random Level.",
"type": "bool",
"default": true
},
"show-xp": {
"name": "Enable XP",
"description": "Enables all XP-Related Buttons.",
"type": "bool",
"default": true
},
"enable-practice": {
"name": "Enable Practice",
"description": "Enables StartPos Copies to be accessed.",
"type": "bool",
"default": true
},
"faces-section": {
"name": "Difficulty Faces",
"description": "Options relating to the GDDP Difficulties. Purely cosmetic.",
"type": "title"
},
"custom-difficulty-faces": {
"name": "Custom Difficulty Faces",
"description": "Shows custom difficulty faces in the GDDP Menus.",
"type": "bool",
"default": true
},
"show-outside-menus": {
"name": "Show Faces Outside Menus",
"description": "Makes Custom Difficulty Faces no longer require GDDP Menus to activate.",
"type": "bool",
"default": false,
"enable-if": "custom-difficulty-faces"
},
"replace-epic": {
"name": "Replace Epic Fire",
"description": "Replaces the Epic fire with the Plus fire in the GDDP Menus.",
"type": "bool",
"default": true,
"enable-if": "custom-difficulty-faces"
},
"override-ratings": {
"name": "Plus Tier Override",
"description": "Ratings will always show the Plus fire in the GDDP Menus when in a Plus Tier.",
"type": "bool",
"default": false,
"enable-if": "custom-difficulty-faces"
},
"disable-recommended-effect": {
"name": "Disable Recommended Glow",
"description": "Disables the Glow on Recommended Levels.",
"type": "bool",
"default": false,
"enable-if": "enable-recommendations"
},
"hide-monthly-outside": {
"name": "Hide Monthly Outside Menus",
"description": "Hides GDDP difficulty faces outside menus for levels only in a GDDP Monthly Pack.",
"type": "bool",
"default": true,
"enable-if": "show-outside-menus"
},
"hide-bonus-outside": {
"name": "Hide Bonus Outside Menus",
"description": "Hides GDDP difficulty faces outside menus for levels only in a GDDP Bonus Pack.",
"type": "bool",
"default": false,
"enable-if": "show-outside-menus"
},
"menu-section": {
"name": "Menu Tweaks",
"description": "Options relating to Creator Menu Customization. Keep in mind some options may not be compatible with other mods.",
"type": "title"
},
"alt-button-texture": {
"name": "Alternate Button Texture",
"description": "Changes the menu button to something less nightmarish.",
"type": "bool",
"default": false
},
"compact-button": {
"name": "Compact Menu Button",
"description": "Changes the menu button to a Circle Button rather than a typical Creator Menu Button.",
"type": "bool",
"default": false
},
"replace-map-packs": {
"name": "Replace Map Packs",
"description": "Replaces the Map Packs button with the Demon Progression button.",
"type": "bool",
"default": false
},
"show-database-version": {
"name": "Show Database Version",
"description": "Shows what version of the database you're currently on.",
"type": "bool",
"default": false
},
"cosmetic-section": {
"name": "Cosmetic",
"description": "Options that relate to cosmetics in menus.",
"type": "title"
},
"achievement-popups": {
"name": "Achievement Popups",
"description": "Toggles the Achievement Popups that happen whenever you get a Rank, Plus Rank, Pack Completion, Monthly Completion, or Medal.",
"type": "bool",
"default": true
},
"disable-pack-achievements": {
"name": "Disable Pack Achievements",
"description": "Disables the Achievement Popups that happen whenever you complete a Legacy or Bonus Pack.",
"type": "bool",
"default": false
},
"disable-monthly-achievements": {
"name": "Disable Monthly Achievements",
"description": "Disables the Achievement Popups that happen whenever you complete the Monthly.",
"type": "bool",
"default": false
},
"disable-medal-achievements": {
"name": "Disable Medal Achievements",
"description": "Disables the Achievement Popups that happen whenever you get a Medal or Plus Medal.",
"type": "bool",
"default": false
},
"custom-pack-text": {
"name": "Fancy Pack Text",
"description": "Adds fancy text to pack names.",
"type": "bool",
"default": true
},
"custom-demon-labels": {
"name": "Fancy Demon Labels",
"description": "Adds fancy text to demon tiers.",
"type": "bool",
"default": true
},
"custom-level-name": {
"name": "Fancy Level Name",
"description": "Adds fancy text to level names.",
"type": "bool",
"default": true
},
"fancy-medals": {
"name": "Fancy Medals",
"description": "Adds fancy text to Medals & Plus Medals.",
"type": "bool",
"default": true
},
"override-gold-text": {
"name": "Override Completed Text",
"description": "Fancy text overrides gold text on completed packs.",
"type": "bool",
"default": true
},
"disable-crystals": {
"name": "Disable Crystal Effect",
"description": "Disables the crystal effect that appears over text.",
"type": "bool",
"default": false
},
"disable-stars": {
"name": "Disable Stars Effect",
"description": "Disables the stars effect that appears over text.",
"type": "bool",
"default": false
},
"disable-bevel": {
"name": "Disable Bevel Effect",
"description": "Disables the bevel effect that appears over text.",
"type": "bool",
"default": false
},
"disable-text-gradient": {
"name": "Disable Fancy Text Gradient",
"description": "Disables the gradient that appears over text. <cr>(Not recommended, it makes the text look boring)</c>",
"type": "bool",
"default": false
},
"disable-fancy-bonus-text": {
"name": "Disable Fancy Bonus Pack Text",
"description": "Disables the text effects on bonus packs.",
"type": "bool",
"default": false
},
"disable-fancy-monthly-text": {
"name": "Disable Fancy Monthly Pack Text",
"description": "Disables the text effects on monthly packs.",
"type": "bool",
"default": false
},
"restore-bg-color": {
"name": "Vanilla Background Color",
"description": "Changes the background color in the GDDP Menus to the Vanilla Color.",
"type": "bool",
"default": false
},
"disable-year-color": {
"name": "Disable Year Colors",
"description": "Disables the subtle Background coloring on Monthly Packs.",
"type": "bool",
"default": false
},
"show-support": {
"name": "Show Support Button",
"description": "Controls the support button in the GDDP Menu. No hard feelings if you disable this.",
"type": "bool",
"default": true
},
"show-monthly-timer": {
"name": "Show Monthly Timer",
"description": "Shows the time until the next Monthly Pack.",
"type": "bool",
"default": true
},
"compatibility-section": {
"name": "Compatibility",
"description": "Compatibility options for certain mods that may conflict.",
"type": "title"
},
"dont-move-side-btns": {
"name": "Don't Move Side Buttons",
"description": "Disables moving the Side Buttons from BetterInfo and GDRoulette.",
"type": "bool",
"default": false
},
"lower-xp": {
"name": "Lower Demon XP Button",
"description": "Lowers the Demon XP Button so it doesn't overlap with other buttons.",
"type": "bool",
"default": false,
"enable-if": "show-xp"
},
"move-skill-badges": {
"name": "Move Skillset Badges",
"description": "Moves the Skillset Badges on the Level Info page to the right.",
"type": "bool",
"default": false,
"enable-if": "skillset-badges"
}
}
}