|
1 | 1 | { |
2 | | - "geode": "5.0.0-beta.2", |
| 2 | + "geode": "5.4.1", |
3 | 3 | "gd": { |
4 | 4 | "win": "2.2081", |
5 | 5 | "android": "2.2081", |
6 | 6 | "ios": "2.2081", |
7 | 7 | "mac": "2.2081" |
8 | 8 | }, |
9 | | - "version": "v1.0.15", |
| 9 | + "version": "v1.1.0-beta.1", |
10 | 10 | "id": "minemaker0430.gddp_integration", |
11 | 11 | "name": "GDDP - Demon Progression", |
12 | 12 | "developer": "ItsMochaTheOtter", |
|
93 | 93 | "default": true, |
94 | 94 | "enable-if": "skillset-badges" |
95 | 95 | }, |
| 96 | + "show-recommended-in-list": { |
| 97 | + "name": "Show Recommendations Button in List", |
| 98 | + "description": "If disabled, the star button on recommendations will only be shown on the Level Page.", |
| 99 | + "type": "bool", |
| 100 | + "default": true, |
| 101 | + "enable-if": "skillset-badges" |
| 102 | + }, |
96 | 103 | "enable-search": { |
97 | 104 | "name": "Enable Search Menu", |
98 | 105 | "description": "Enables the Advanced GDDP Search Menu.", |
|
111 | 118 | "type": "bool", |
112 | 119 | "default": true |
113 | 120 | }, |
| 121 | + "enable-recommended-btn": { |
| 122 | + "name": "Enable Recommendation Button", |
| 123 | + "description": "Enables the Star button next to recommended levels.", |
| 124 | + "type": "bool", |
| 125 | + "default": true |
| 126 | + }, |
| 127 | + "enable-random-level-picker": { |
| 128 | + "name": "Enable Random Level Picker", |
| 129 | + "description": "Enables the Button on GDDP Pages that pick a Random Level.", |
| 130 | + "type": "bool", |
| 131 | + "default": true |
| 132 | + }, |
114 | 133 | "show-xp": { |
115 | 134 | "name": "Enable XP", |
116 | 135 | "description": "Enables all XP-Related Buttons.", |
|
123 | 142 | "type": "bool", |
124 | 143 | "default": true |
125 | 144 | }, |
| 145 | + "replace-main-levels": { |
| 146 | + "name": "Replace Main Level Copies", |
| 147 | + "description": "Overrides the GDDP's Main Level Copies by sending you to the actual Main Levels.", |
| 148 | + "type": "bool", |
| 149 | + "default": true |
| 150 | + }, |
126 | 151 | "faces-section": { |
127 | 152 | "name": "Difficulty Faces", |
128 | 153 | "description": "Options relating to the GDDP Difficulties. Purely cosmetic.", |
|
210 | 235 | "description": "Options that relate to cosmetics in menus.", |
211 | 236 | "type": "title" |
212 | 237 | }, |
| 238 | + "achievement-popups": { |
| 239 | + "name": "Achievement Popups", |
| 240 | + "description": "Toggles the Achievement Popups that happen whenever you get a Rank, Plus Rank, Pack Completion, Monthly Completion, or Medal.", |
| 241 | + "type": "bool", |
| 242 | + "default": true |
| 243 | + }, |
| 244 | + "disable-pack-achievements": { |
| 245 | + "name": "Disable Pack Achievements", |
| 246 | + "description": "Disables the Achievement Popups that happen whenever you complete a Legacy or Bonus Pack.", |
| 247 | + "type": "bool", |
| 248 | + "default": false |
| 249 | + }, |
| 250 | + "disable-monthly-achievements": { |
| 251 | + "name": "Disable Monthly Achievements", |
| 252 | + "description": "Disables the Achievement Popups that happen whenever you complete the Monthly.", |
| 253 | + "type": "bool", |
| 254 | + "default": false |
| 255 | + }, |
| 256 | + "disable-medal-achievements": { |
| 257 | + "name": "Disable Medal Achievements", |
| 258 | + "description": "Disables the Achievement Popups that happen whenever you get a Medal or Plus Medal.", |
| 259 | + "type": "bool", |
| 260 | + "default": false |
| 261 | + }, |
213 | 262 | "custom-pack-text": { |
214 | 263 | "name": "Fancy Pack Text", |
215 | 264 | "description": "Adds fancy text to pack names.", |
|
222 | 271 | "type": "bool", |
223 | 272 | "default": true |
224 | 273 | }, |
225 | | - "reduce-demon-label-effects": { |
226 | | - "name": "Reduce Demon Label Effects", |
227 | | - "description": "Disables most Demon Label Effects to prevent eyestrain from pixelation on lower resolutions.", |
228 | | - "type": "bool", |
229 | | - "default": false |
230 | | - }, |
231 | 274 | "custom-level-name": { |
232 | 275 | "name": "Fancy Level Name", |
233 | 276 | "description": "Adds fancy text to level names.", |
234 | 277 | "type": "bool", |
235 | 278 | "default": true |
236 | 279 | }, |
| 280 | + "fancy-medals": { |
| 281 | + "name": "Fancy Medals", |
| 282 | + "description": "Adds fancy text to Medals & Plus Medals.", |
| 283 | + "type": "bool", |
| 284 | + "default": true |
| 285 | + }, |
237 | 286 | "override-gold-text": { |
238 | 287 | "name": "Override Completed Text", |
239 | 288 | "description": "Fancy text overrides gold text on completed packs.", |
|
270 | 319 | "type": "bool", |
271 | 320 | "default": false |
272 | 321 | }, |
273 | | - "custom-banners": { |
274 | | - "name": "Enable Banners [NYI]", |
275 | | - "description": "Adds a custom banner for each tier.", |
| 322 | + "disable-fancy-monthly-text": { |
| 323 | + "name": "Disable Fancy Monthly Pack Text", |
| 324 | + "description": "Disables the text effects on monthly packs.", |
276 | 325 | "type": "bool", |
277 | | - "default": true |
278 | | - }, |
279 | | - "custom-backgrounds": { |
280 | | - "name": "Enable Tier Backgrounds [NYI]", |
281 | | - "description": "Adds a custom background for each tier.", |
282 | | - "type": "bool", |
283 | | - "default": true |
| 326 | + "default": false |
284 | 327 | }, |
285 | 328 | "restore-bg-color": { |
286 | 329 | "name": "Vanilla Background Color", |
|
0 commit comments