ExperimentalGear/config-definitions.json

102 lines
2.1 KiB
JSON
Raw Normal View History

2022-02-20 17:27:27 +01:00
{
"User information": {"type": "label"},
"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
},
"animations_skipIntro": {
"type": "bool",
"label": "Skip intro splash screens",
"default": false
},
2022-02-20 17:27:27 +01:00
"separator_c": {},
"Crew": { "type": "label" },
"single_idol": {
2022-09-18 20:31:23 +02:00
"label": "Crew idol animations, folder name in `crew/anim/`",
2022-02-20 17:27:27 +01:00
"type": "text",
"default": "nothing"
},
"words": {
"type": "selection",
"label": "Language",
"default": "EN",
"values": ["EN", "DE", "SK", "test2"]
},
"separator_d": {},
"Audio": { "type": "label" },
"audio_systemVoice": {
"label": "Turn on Rasis",
"type": "bool",
"default": false
},
"separator_e": {},
"Gameplay": { "type": "label" },
"gameplay_ucDifferentColor": {
"label": "Use different colors for UC and PUC chain numbers",
"type": "bool",
"default": false
},
"gameplay_showSearchControls": {
"label": "Show song select controls when searching",
"type": "bool",
"default": true
},
2022-02-20 17:27:27 +01:00
2022-05-14 10:54:17 +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-02-20 17:27:27 +01:00
"separator_f": {},
"Debug": { "type": "label" },
"debug_showInformation": {
"label": "Show debug information (sometimes in the middle of the screen when you're playing)",
"type": "bool",
"default": false
}
}