-
Notifications
You must be signed in to change notification settings - Fork 44
/
options_config.json
57 lines (51 loc) · 2.03 KB
/
options_config.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
{
"Render options": {
"osu! path": {"type": "PathBox", "filetype": "Folder"},
"Output path": {"type": "PathBox", "filetype": "Folder"},
"Output name": {"type": "BigTextBox"},
"Start time": {"type": "StartTimeSlider"},
"End time": {"type": "EndTimeSlider"},
"Process": {"type": "SmallTextBox", "Column": 1},
"Width": {"type": "SmallTextBox", "Column": 1},
"Height": {"type": "SmallTextBox", "Column": 1},
"FPS": {"type": "SmallTextBox", "Column": 1},
"Video codec": {"type": "SmallTextBox", "Column": 1},
"Audio codec": {"type": "SmallTextBox"}
},
"Visual options": {
"Cursor size": {"type": "Slider", "min": 0.1, "max": 2, "step": 0.1},
"In-game interface": {"type": "CheckBox"},
"Show scoreboard": {"type": "CheckBox"},
"Background dim": {"type": "Slider", "min": 0, "max": 100, "step": 1},
"Always show key overlay": {"type": "CheckBox"},
"Automatic cursor size": {"type": "CheckBox"},
"Score meter size": {"type": "Slider", "min": 0.5, "max": 5, "step": 0.1},
"Show score meter": {"type": "CheckBox"},
"Rotate sliderball": {"type": "CheckBox"},
"Show mods icon": {"type": "CheckBox"},
"Enable PP counter": {"type": "CheckBox"},
"Global leaderboard": {"type": "CheckBox"},
"Mods leaderboard": {"type": "AverageTextBox"},
"api key": {"type": "BigTextBox"}
},
"Sound options": {
"Song volume": {"type": "Slider", "min": 0, "max": 100, "step": 1},
"Effect volume": {"type": "Slider", "min": 0, "max": 100, "step":1},
"Ignore beatmap hitsounds": {"type": "CheckBox"},
"Use skin's sound samples": {"type": "CheckBox"},
"Song delay": {"type": "Slider", "min": -1000, "max": 1000, "step": 1}
},
"Advanced options": {
"Custom mods": {"type": "CustomModsTextBox"},
"Slider quality": {"type": "SmallTextBox"}
},
"Advanced render options": {
"Use FFmpeg video writer": {"type": "CheckBox"},
"FFmpeg codec": {"type": "AverageTextBox"},
"FFmpeg custom commands": {"type": "VeryBigTextBox"},
"Audio bitrate": {"type": "SmallTextBox"}
},
"Maintenance": {
"Update": {"type": "UpdateButton"}
}
}