-
Notifications
You must be signed in to change notification settings - Fork 9
/
config-definitions.json
544 lines (544 loc) · 10.3 KB
/
config-definitions.json
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
{
"////////// GENERAL //////////": {
"type": "label"
},
"playerName": {
"label": "Player Name",
"type": "text",
"default": "Guest"
},
"separator_ivy": {},
"dateFormat": {
"label": "Date Format",
"type": "selection",
"default": "DAY-MONTH-YEAR",
"values": [
"DAY-MONTH-YEAR",
"MONTH-DAY-YEAR",
"YEAR-MONTH-DAY"
]
},
"separator_dvj": {},
"nauticaPath": {
"label": "Nautica Download Folder i.e. 'nautica' (no quotes, case-sensitive)",
"type": "text",
"default": "nautica"
},
"separator_hjb": {},
"backgroundDim": {
"label": "Background dim: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"tintBackground": {
"label": "Tint background image",
"type": "bool",
"default": true
},
"separator_b": {},
"////////// COLORS //////////": {
"type": "label"
},
"colorScheme": {
"label": "Overall Color Scheme",
"type": "color",
"default": "78A0F0FF"
},
"positiveColor": {
"label": "Positive color (positive score difference, result stats, truthy values, etc.)",
"type": "color",
"default": "78A0F0FF"
},
"negativeColor": {
"label": "Negative color (negative score difference, result stats, falsy values, etc.)",
"type": "color",
"default": "C85050FF"
},
"SCriticalColor": {
"label": "S-Critical color",
"type": "color",
"default": "DCF0FFFF"
},
"criticalColor": {
"label": "Critical color",
"type": "color",
"default": "FFEB64FF"
},
"earlyColor": {
"label": "Early color",
"type": "color",
"default": "FF69FFFF"
},
"lateColor": {
"label": "Late color",
"type": "color",
"default": "69CDFFFF"
},
"errorColor": {
"label": "Error color",
"type": "color",
"default": "F02814FF"
},
"PucChainColor": {
"label": "PUC chain state color",
"type": "color",
"default": "FFEB64FF"
},
"UcChainColor": {
"label": "UC chain state color",
"type": "color",
"default": "FFEB64FF"
},
"normalChainColor": {
"label": "Normal chain state color",
"type": "color",
"default": "EBEBEBFF"
},
"separator_yui": {},
"////////// SONG SELECT //////////": {
"type": "label"
},
"showFolderStats": {
"label": "Enable Folder Stats",
"type": "bool",
"default": true
},
"getOfficialStats": {
"label": "For All folder, only collect stats for official charts",
"type": "bool",
"default": true
},
"separator_olv": {},
"jacketQuality": {
"label": "Jacket Image Quality (decrease for faster loading and less RAM usage)",
"type": "selection",
"default": "NORMAL",
"values": [
"LOW",
"NORMAL",
"HIGH",
"ORIGINAL"
]
},
"playSongSelectSound": {
"label": "Play sound when selecting a song",
"type": "bool",
"default": true
},
"playDiffSelectSound": {
"label": "Play sound when selecting a difficulty",
"type": "bool",
"default": true
},
"separator_c": {},
"////////// GAMEPLAY //////////": {
"type": "label"
},
"assistTick": {
"label": "Enable Assist Tick",
"type": "bool",
"default": false
},
"separator_lbr": {},
"showCriticalDelta": {
"label": "Show hit delta for Critical hits (Early / Late Display must be enabled)",
"type": "bool",
"default": false
},
"minCriticalDelta": {
"label": "Minimum value to show critical hit delta",
"default": 23,
"min": 0,
"max": 46,
"type": "int"
},
"separator_dofn": {},
"showPracticeControls": {
"label": "Show Controls for Practice Mode",
"type": "bool",
"default": true
},
"showPracticeSetup": {
"label": "Show Setup Instructions for Practice Mode",
"type": "bool",
"default": true
},
"separator_d": {},
"////////// RESULTS //////////": {
"type": "label"
},
"colorCodeRatings": {
"label": "Color code rating texts",
"type": "bool",
"default": false
},
"showSimpleGraph": {
"label": "Show simple hit graph",
"type": "bool",
"default": true
},
"distinguishCritRating": {
"label": "Distinguish Early / Late Criticals for hit graph and note display",
"type": "bool",
"default": false
},
"showHardScores": {
"label": "Only show High Scores with harder hit windows",
"type": "bool",
"default": false
},
"showOnlineScores": {
"label": "Show online scores",
"type": "bool",
"default": false
},
"separator_kqm": {},
"suggestSongOffset": {
"label": "Show song offset recommendation",
"type": "bool",
"default": true
},
"songOffsetMin": {
"label": "Minimum offset required to show recommendation",
"type": "int",
"default": 3,
"min": 1,
"max": 50
},
"separator_owf": {},
"screenshotRegion": {
"label": "Screenshot Capture Region",
"type": "selection",
"default": "PANEL",
"values": [
"FULLSCREEN",
"PANEL"
]
},
"separator_e": {},
"////////// DEVELOPER //////////": {
"type": "label"
},
"Do not modify here, use GAMEPLAY SETTINGS instead": {
"type": "label"
},
"separator_mmm": {},
"showChain": {
"label": "Show Chain",
"type": "bool",
"default": true
},
"chainScale": {
"label": "Chain Scale: %.2f",
"type": "float",
"default": 1.0,
"min": 0.5,
"max": 5.0
},
"chainOpacity": {
"label": "Chain Opacity: %.2f",
"type": "float",
"default": 1.0,
"min": 0.05,
"max": 1.0
},
"chainX": {
"label": "Chain X-Position: %.2f",
"type": "float",
"default": 0.5,
"min": 0.0,
"max": 1.0
},
"chainY": {
"label": "Chain Y-Position: %.2f",
"type": "float",
"default": 0.75,
"min": 0.0,
"max": 1.0
},
"separator_miu": {},
"showGaugeBar": {
"label": "Show Gauge Bar",
"type": "bool",
"default": true
},
"gaugeBarFillType": {
"label": "Gauge Bar Fill Type",
"type": "selection",
"default": "STANDARD",
"values": [
"STANDARD",
"HIDDEN"
]
},
"gaugeBarPctType": {
"label": "Gauge Bar Percentage Type",
"type": "selection",
"default": "STANDARD",
"values": [
"STANDARD",
"STATIC BOT",
"STATIC TOP",
"HIDDEN"
]
},
"separator_mrx": {},
"showHitAnimations": {
"label": "Show Hit Animations",
"type": "bool",
"default": true
},
"hitAnimationType": {
"label": "Hit Animation Type",
"type": "selection",
"default": "STANDARD",
"values": [
"SDVX",
"STANDARD"
]
},
"leftLaserHue": {
"label": "Left Laser Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"rightLaserHue": {
"label": "Right Laser Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"sCriticalHue": {
"label": "S-Critical Hit Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"criticalHue": {
"label": "Critical Hit Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"nearHue": {
"label": "Near Hit Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"holdHue": {
"label": "Hold Animation Hue: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"hitAnimationScale": {
"label": "Hit Animation Scale: %.2f",
"type": "float",
"default": 1.0,
"min": 0.10,
"max": 4.00
},
"separator_ert": {},
"showEarlate": {
"label": "Show Early / Late Display",
"type": "bool",
"default": true
},
"earlateType": {
"label": "Early / Late Display Type",
"type": "selection",
"default": "TEXT",
"values": [
"DELTA",
"TEXT",
"TEXT + DELTA"
]
},
"earlateScale": {
"label": "Early / Late Scale: %.2f",
"type": "float",
"default": 1.0,
"min": 0.5,
"max": 5.0
},
"earlateFlicker": {
"label": "Early / Late Flicker",
"type": "bool",
"default": true
},
"earlateOpacity": {
"label": "Early / Late Opacity: %.2f",
"type": "float",
"default": 1.0,
"min": 0.0,
"max": 1.0
},
"earlateX": {
"label": "Early / Late X-Position: %.2f",
"type": "float",
"default": 0.5,
"min": 0.0,
"max": 1.0
},
"earlateY": {
"label": "Early / Late Y-Position: %.2f",
"type": "float",
"default": 0.70,
"min": 0.0,
"max": 1.0
},
"earlateGap": {
"label": "Early / Late Text/Delta Gap: %.2f",
"type": "float",
"default": 0.25,
"min": 0,
"max": 1.0
},
"separator_mdu": {},
"showLaneSpeed": {
"label": "Show Lane Speed Display",
"type": "bool",
"default": true
},
"ignoreSpeedChange": {
"label": "Ignore incoming Lane-Speed changes",
"type": "bool",
"default": false
},
"laneSpeedScale": {
"label": "Lane-Speed Scale: %.2f",
"type": "float",
"default": 1.0,
"max": 5.0,
"min": 0.5
},
"laneSpeedOpacity": {
"label": "Lane-Speed Opacity: %.2f",
"type": "float",
"default": 1.0,
"max": 1.0,
"min": 0.2
},
"laneSpeedX": {
"label": "Lane-Speed X-Position: %.2f",
"type": "float",
"default": 0.5,
"min": 0.0,
"max": 1.0
},
"laneSpeedY": {
"label": "Lane-Speed Y-Position: %.2f",
"type": "float",
"default": 0.5,
"min": 0.0,
"max": 1.0
},
"separator_iuw": {},
"showHitDeltaBar": {
"label": "Show hit delta bar",
"type": "bool",
"default": false
},
"hitDecayTime": {
"label": "Hit delta bar hit decay time (in seconds): %.2f",
"type": "float",
"default": 6.0,
"max": 10.0,
"min": 2.0
},
"hitDeltaBarScale": {
"label": "Hit Delta Bar Scale: %.2f",
"type": "float",
"default": 1.0,
"max": 2.0,
"min": 0.5
},
"hitDeltaBarX": {
"label": "Hit Delta Bar X-Position: %.2f",
"type": "float",
"default": 0.5,
"min": 0.0,
"max": 1.0
},
"hitDeltaBarY": {
"label": "Hit Delta Bar Y-Position: %.2f",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0
},
"separator_wei": {},
"showPlayerCard": {
"label": "Show Player Card",
"type": "bool",
"default": true
},
"showPlayerAvatar": {
"label": "Show Player Avatar",
"type": "bool",
"default": true
},
"danLevel": {
"type": "selection",
"default": "NONE",
"values": [
"NONE",
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"∞"
]
},
"separator_erq": {},
"showScoreDifference": {
"label": "Show Score Difference",
"type": "bool",
"default": true
},
"scoreDifferenceDelay": {
"label": "Score Difference update delay time (in seconds): %.2f",
"type": "float",
"default": 0.05,
"min": 0.05,
"max": 1.0
},
"scoreDifferenceScale": {
"label": "Score Difference Scale: %.2f",
"type": "float",
"default": 1.0,
"min": 0.50,
"max": 5.0
},
"scoreDifferenceX": {
"label": "Score Difference X-Position: %.2f",
"type": "float",
"default": 0.10,
"min": 0.0,
"max": 1.0
},
"scoreDifferenceY": {
"label": "Score Difference Y-Position: %.2f",
"type": "float",
"default": 0.55,
"min": 0.0,
"max": 1.0
}
}