ExperimentalGear/config-definitions.json

158 lines
3.7 KiB
JSON
Raw Normal View History

2021-07-25 20:10:06 +02:00
{
"User information": {"type": "label"},
2021-07-25 20:10:06 +02:00
"username": {
"type": "text",
"label": "Username (max 8 characters)",
"default": "GUEST"
},
"separator_a": {},
"MSG": {
"type": "text",
"label": "Message (max 8 characters)",
"default": "Hellooooooo"
},
"separator_b": {},
"Animations": {"type": "label"},
"animations_affectWithBPM": {
"type": "bool",
"label": "Affect speed of some animations with the current song's BPM",
"default": false
},
2022-05-06 00:05:20 +02:00
"animations_skipIntro": {
"type": "bool",
"label": "Skip intro splash screens",
"default": false
},
"separator_c": {},
2021-10-25 19:43:11 +02:00
"Crew": { "type": "label" },
"single_idol": {
"label": "Crew idol animations, folder name in `crew/anim/`",
2021-10-25 19:43:11 +02:00
"type": "text",
"default": "nothing"
},
2022-05-06 16:39:54 +02:00
"beta_idol": {
"label": "Toggle between Old and New Idol Mode",
"type": "bool",
"default": false
},
2022-06-05 03:12:34 +02:00
"static_idol": {
"label": "If Single Image is in ,Stactic Folder, toggle this",
"type": "bool",
"default": false
},
2021-10-25 19:43:11 +02:00
2022-06-24 22:09:19 +02:00
"separator_d": {},
"custom_badges":{
2022-06-24 22:09:19 +02:00
"type": "selection",
"label": "Custom Skill Level Badge",
2022-06-24 22:09:19 +02:00
"default": "NONE",
"values": ["NONE", "SKILLED", "EXPERT", "EXPERT (MASTERY)", "LOWER PRO",
"LOWER PRO (MASTERY)", "UPPER PRO", "UPPER PRO (MASTERY)", "LOWER MASTER", "LOWER MASTER (MASTERY)",
"UPPER MASTER", "UPPER MASTER (MASTERY)", "GRANDMASTER", "GRANDMASTER+"]
},
"badges":{
"type": "selection",
"label": "Normal Skill Level Badge",
"default": "NONE",
"values": ["NONE", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "INF"]
},
"is_badges":{
"type": "bool",
"label": "Custom made Dan Badges",
"default": true
},
2022-06-24 22:09:19 +02:00
"separator_e": {},
"words": {
"type": "selection",
"label": "Language",
"default": "EN",
2021-10-22 20:08:04 +02:00
"values": ["EN", "DE", "SK", "test2"]
2021-10-30 21:50:55 +02:00
},
2022-06-24 22:09:19 +02:00
"separator_f": {},
2021-10-30 21:50:55 +02:00
"Audio": { "type": "label" },
"audio_systemVoice": {
"label": "Turn on Rasis",
"type": "bool",
"default": false
2021-11-21 17:03:10 +01:00
},
2022-06-24 22:09:19 +02:00
"separator_g": {},
2021-11-21 17:03:10 +01:00
"Gameplay": { "type": "label" },
"gameplay_ucDifferentColor": {
"label": "Use different colors for UC and PUC chain numbers",
"type": "bool",
"default": false
2022-05-06 00:05:20 +02:00
},
"gameplay_showSearchControls": {
"label": "Show song select controls when searching",
"type": "bool",
"default": true
},
2022-06-05 22:06:08 +02:00
"gameplay_earlyLateFor": {
"label": "Show Early/Late display for",
"type": "selection",
"default": "NEAR (or worse)",
"values": ["CRITICAL (or worse)", "NEAR (or worse)", "OFF"]
},
"gameplay_earlyLatePosition": {
"label": "Early/Late display position",
"type": "selection",
"default": "STANDARD",
"values": ["UPPER+", "UPPER", "STANDARD", "LOWER"]
},
"gameplay_msFor": {
"label": "Show millisecond display for",
"type": "selection",
"default": "NEAR (or worse)",
"values": ["ALL", "CRITICAL (or worse)", "NEAR (or worse)", "NONE"]
},
2022-06-24 22:09:19 +02:00
"separator_h": {},
2022-05-06 00:05:20 +02:00
"Debug": { "type": "label" },
"debug_showInformation": {
"label": "Show debug information (sometimes in the middle of the screen when you're playing)",
"type": "bool",
"default": false
},
"separator_i": {},
"Experimental features": { "type": "label" },
"songselect_showEffectRadar": {
"label": "Show Effect Radar for compatible songs (VERY WIP)",
"type": "bool",
"default": false
},
"songselect_enableTimer": {
"label": "Display a countdown timer until a demo is played, when available (Buggy)",
"type": "bool",
"default": false
},
"songselect_freezeTimer": {
"label": "Freeze timer on value (in seconds, -1 to disable)",
"type": "int",
"default": -1,
"min": -1,
"max": 5999
2021-07-25 20:10:06 +02:00
}
}