ExperimentalGear/config-definitions.json

69 lines
1.4 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
},
"separator_c": {},
2021-10-25 19:43:11 +02:00
"Crew": { "type": "label" },
"single_idol": {
2022-09-18 20:31:23 +02:00
"label": "Crew idol animations, folder name in `crew/anim/`",
2021-10-25 19:43:11 +02:00
"type": "text",
"default": "nothing"
},
"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
},
"separator_d": {},
"Audio": { "type": "label" },
"audio_systemVoice": {
"label": "Turn on Rasis",
"type": "bool",
"default": false
2021-11-21 17:03:10 +01:00
},
"separator_e": {},
"Gameplay": { "type": "label" },
"gameplay_ucDifferentColor": {
"label": "Use different colors for UC and PUC chain numbers",
"type": "bool",
"default": false
},
"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
2021-07-25 20:10:06 +02:00
}
}