-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
202 lines (202 loc) · 5.47 KB
/
Copy pathsettings.json
File metadata and controls
202 lines (202 loc) · 5.47 KB
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
[
{
"uniqueID": "doesNothing",
"type": "textarea",
"title": "Notes:",
"description": "color selection only works in dashboard, not ingame overlay manager (TOSU ISSUE) \n\nsetting names should be clear as to what they do and how they are implemented relative to another setting/element \n\nnumeric settings for dimensions and timings (px and ms) do not have any limits, but take note of the following: \n\n - adjust your metadata.txt and obs browser source dimension settings when changing (px) values \n\n - percentage values should be limited from 0 to 100 \n\n - opacity values should be limited from 0 to 1 \n\n - changing the timings to be higher can greatly detriment performance as there will be more elements to render. \n\n - using the color value #000000 will render that element transparent.\n\nhave fun!",
"options": [],
"value": "feel free to adjust this text. it does nothing."
},
{
"uniqueID": "color300g",
"type": "color",
"title": "300g Color",
"description": "",
"options": [],
"value": "#ffffff"
},
{
"uniqueID": "color300",
"type": "color",
"title": "300 Color",
"description": "",
"options": [],
"value": "#ffff00"
},
{
"uniqueID": "color200",
"type": "color",
"title": "200 Color",
"description": "",
"options": [],
"value": "#00ff40"
},
{
"uniqueID": "color100",
"type": "color",
"title": "100 Color",
"description": "",
"options": [],
"value": "#0080c0"
},
{
"uniqueID": "color50",
"type": "color",
"title": "50 Color",
"description": "",
"options": [],
"value": "#8000ff"
},
{
"uniqueID": "color0",
"type": "color",
"title": " Miss Color",
"description": "",
"options": [],
"value": "#ff0000"
},
{
"uniqueID": "TimingWindowOpacity",
"type": "number",
"title": "Timing Windows Opacity (0 - 1)",
"description": "",
"options": [],
"value": 0
},
{
"uniqueID": "timingWindowHeight",
"type": "number",
"title": "Timing Window Height (% of Center Bar Height)",
"description": "",
"options": [],
"value": 40
},
{
"uniqueID": "colorArrowEarly",
"type": "color",
"title": "Early Arrow Color",
"description": "",
"options": [],
"value": "#0080ff"
},
{
"uniqueID": "colorArrowLate",
"type": "color",
"title": "Late Arrow Color",
"description": "",
"options": [],
"value": "#ff0000"
},
{
"uniqueID": "colorArrowPerfect",
"type": "color",
"title": "Perfect Arrow Color",
"description": "",
"options": [],
"value": "#ffffff"
},
{
"uniqueID": "arrowSize",
"type": "number",
"title": "Arrow Size (px)",
"description": "",
"options": [],
"value": 25
},
{
"uniqueID": "perfectArrowThreshold",
"type": "number",
"title": "Perfect Arrow Threshold (ms)",
"description": "",
"options": [],
"value": 5
},
{
"uniqueID": "colorBar",
"type": "color",
"title": "Center Bar Color",
"description": "",
"options": [],
"value": "#bf0000"
},
{
"uniqueID": "barWidth",
"type": "number",
"title": "Center Bar Width (px)",
"description": "",
"options": [],
"value": 8
},
{
"uniqueID": "barHeight",
"type": "number",
"title": "Center Bar Height (px)",
"description": "",
"options": [],
"value": 60
},
{
"uniqueID": "tickWidth",
"type": "number",
"title": "Tick Width (px)",
"description": "",
"options": [],
"value": 8
},
{
"uniqueID": "tickHeight",
"type": "number",
"title": "Tick Height (px)",
"description": "",
"options": [],
"value": 40
},
{
"uniqueID": "tickOpacity",
"type": "number",
"title": "Tick Opacity (0 - 1)",
"description": "",
"options": [],
"value": 0.75
},
{
"uniqueID": "tickDuration",
"type": "number",
"title": "Tick Duration (ms)",
"description": "",
"options": [],
"value": 500
},
{
"uniqueID": "fadeOutDuration",
"type": "number",
"title": "Fade Out Duration (ms)",
"description": "",
"options": [],
"value": 800
},
{
"uniqueID": "isRounded",
"type": "number",
"title": "Rounded Elements (%)",
"description": "",
"options": [],
"value": 100
},
{
"uniqueID": "useCustomTimingWindows",
"type": "checkbox",
"title": "Use Custom Timing Windows",
"description": "enable to override automatic timing window calculation",
"options": [],
"value": false
},
{
"uniqueID": "customTimingWindows",
"type": "text",
"title": "Custom Timing Windows",
"description": "comma separated list of 5 timing windows",
"options": [],
"value": "16.5,64,97,127,151"
}
]