-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUI_Config.json
386 lines (386 loc) · 9.91 KB
/
UI_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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
{
"output_file": "Settings.json",
"Goal": {
"type": "numberbox",
"value": 7,
"label": "Goal",
"tooltip": "Amount of Points needed to advance to the next streak."
},
"GoalMin": {
"type": "numberbox",
"value": 10,
"label": "Goal Min",
"tooltip": "Minimum value for the incremental Goals."
},
"GoalMax": {
"type": "numberbox",
"value": 10,
"label": "Goal Max",
"tooltip": "Maximum value for the incremental Goals."
},
"GoalIncrement": {
"type": "numberbox",
"value": 0,
"label": "Increment Goal By",
"tooltip": "Increments the Goal by the defined amount, each time a Streak is completed.\n\n(Leave at zero to disable.)"
},
"CountReSubs": {
"type": "checkbox",
"value": false,
"label": "Allow Resubs",
"tooltip": "Enables ReSubs to be counted as well.\n\n(Gifted-Sub will always be counted.)"
},
"BitsMinAmount": {
"type": "numberbox",
"value": 500,
"label": "Bits Amount",
"tooltip": "Minimum amount of Bits needed.",
"group": "Bits"
},
"BitsPointValue": {
"type": "numberbox",
"value": 1,
"label": "Bits Point Value",
"tooltip": "Point Value of Bits that exceed the minimum Bits amount.",
"group": "Bits"
},
"CountBits": {
"type": "checkbox",
"value": false,
"label": "Allow Bits",
"tooltip": "Point Value of Bits that exceed the minimum Bits amount.",
"group": "Bits"
},
"CountBitsOnce": {
"type": "checkbox",
"value": false,
"label": "Only Count Once",
"tooltip": "Only count Bits that exceed the specified amount once, even if they're a multiple of the minimum Bits amount.",
"group": "Bits"
},
"CountBitsCumulative": {
"type": "checkbox",
"value": false,
"label": "Cumulative Bits",
"tooltip": "Allows Bits that are below the minimum amount to pile up until they exceed the minimum amount and then will be counted as normal together.",
"group": "Bits"
},
"DonationMinAmount": {
"type": "numberbox",
"value": 5.00,
"label": "Donation Amount",
"tooltip": "Minimum amount that needs to be donated for the Donation to be counted.",
"group": "Donations"
},
"DonationPointValue": {
"type": "numberbox",
"value": 1,
"label": "Donation Point Value",
"tooltip": "Point Value of a Donation that exceeds the minimum donation amount.",
"group": "Donations"
},
"CountDonations": {
"type": "checkbox",
"value": false,
"label": "Allow Donations",
"tooltip": "Allows Donations above the specified amount to be counted as Subs.",
"group": "Donations"
},
"CountDonationsOnce": {
"type": "checkbox",
"value": false,
"label": "Only Count Once",
"tooltip": "Only counts Donations that exceed the specified amount once, even if they're a multiple of the minimum Donation amount.",
"group": "Donations"
},
"CountDonationsCumulative": {
"type": "checkbox",
"value": false,
"label": "Cumulative Donations",
"tooltip": "Allows Donations that are below the minimum amount to pile up until they exceed the minimum amount and then will be counted as a normal Donation together.",
"group": "Donations"
},
"FollowsRequired": {
"type": "numberbox",
"value": 10,
"label": "Follows Required",
"tooltip": "Amount of Follows required to be awarded the specified amount of Points.",
"group": "Follows"
},
"FollowPointValue": {
"type": "numberbox",
"value": 1,
"label": "Follow Point Value",
"tooltip": "Amount of Points awarded for the completion of a Follow segment.",
"group": "Follows"
},
"CountFollows": {
"type": "checkbox",
"value": false,
"label": "Allow Follows",
"tooltip": "Enables Follows to be counted as well.",
"group": "Follows"
},
"BarGoal": {
"type": "numberbox",
"value": 100,
"label": "Goal",
"tooltip": "Amount of Points needed to fill the bar.",
"group": "Progress Bar"
},
"BarSegmentCount": {
"type": "numberbox",
"value": 4,
"label": "Segment Count",
"tooltip": "Amount of segments within the bar. Their value will be calculated automatically depending on the amount of segments needed.",
"group": "Progress Bar"
},
"BarBitsEnabled": {
"type": "checkbox",
"value": true,
"label": "Enable Bits",
"tooltip": "Enable Bits for the Progress Bar.",
"group": "Progress Bar"
},
"BarDonationsEnabled": {
"type": "checkbox",
"value": true,
"label": "Enable Donations",
"tooltip": "Enable Donations for the Progress Bar.",
"group": "Progress Bar"
},
"BarFollowsEnabled": {
"type": "checkbox",
"value": true,
"label": "Enable Follows",
"tooltip": "Enable Follows for the Progress Bar.",
"group": "Progress Bar"
},
"BarSubsEnabled": {
"type": "checkbox",
"value": true,
"label": "Enable Subs",
"tooltip": "Enable Subs for the Progress Bar.",
"group": "Progress Bar"
},
"SoundEnabled": {
"type": "checkbox",
"value": false,
"label": "Enable Sounds",
"tooltip": "Enables the completion sounds.",
"group": "Progress Bar"
},
"GoalCompletedSound": {
"type": "textbox",
"value": "GoalCompleted.mp3",
"label": "Completion Sound",
"tooltip": "Sound that will be played when the bar is completely filled.",
"group": "Progress Bar"
},
"GoalCompletedSoundDelay": {
"type": "numberbox",
"value": 0,
"label": "Completion Sound Delay",
"tooltip": "Amount of seconds that the Completion Sound is delayed.",
"group": "Progress Bar"
},
"SegmentCompletedSound": {
"type": "textbox",
"value": "SegmentCompleted.mp3",
"label": "Segment Sound",
"tooltip": "Sound that will be played when a segment within the bar is completely filled.",
"group": "Progress Bar"
},
"SegmentCompletedSoundDelay": {
"type": "numberbox",
"value": 0,
"label": "Segment Sound Delay",
"tooltip": "Amount of seconds that the Segment Sound is delayed.",
"group": "Progress Bar"
},
"Sub1": {
"type": "numberbox",
"value": 1,
"label": "Sub",
"tooltip": "Point value for a Tier 1 Sub.",
"group": "Tier 1 Values"
},
"ReSub1": {
"type": "numberbox",
"value": 1,
"label": "Resub",
"tooltip": "Point value for a Tier 1 Resub.",
"group": "Tier 1 Values"
},
"GiftSub1": {
"type": "numberbox",
"value": 1,
"label": "Gift-Sub",
"tooltip": "Point value for a Tier 1 Gifted-Sub.",
"group": "Tier 1 Values"
},
"GiftReSub1": {
"type": "numberbox",
"value": 1,
"label": "Gifted-Resub",
"tooltip": "Point value for a Tier 1 Gifted-Resub.",
"group": "Tier 1 Values"
},
"Sub2": {
"type": "numberbox",
"value": 1,
"label": "Sub",
"tooltip": "Point value for a Tier 2 Sub.",
"group": "Tier 2 Values"
},
"ReSub2": {
"type": "numberbox",
"value": 1,
"label": "Resub",
"tooltip": "Point value for a Tier 2 Resub.",
"group": "Tier 2 Values"
},
"GiftSub2": {
"type": "numberbox",
"value": 1,
"label": "Gift-Sub",
"tooltip": "Point value for a Tier 2 Gifted-Sub.",
"group": "Tier 2 Values"
},
"GiftReSub2": {
"type": "numberbox",
"value": 1,
"label": "Gifted-Resub",
"tooltip": "Point value for a Tier 2 Gifted-Resub.",
"group": "Tier 2 Values"
},
"Sub3": {
"type": "numberbox",
"value": 1,
"label": "Sub",
"tooltip": "Point value for a Tier 3 Sub.",
"group": "Tier 3 Values"
},
"ReSub3": {
"type": "numberbox",
"value": 1,
"label": "Resub Tier 3",
"tooltip": "Point value for a Tier 3 Resub.",
"group": "Tier 3 Values"
},
"GiftSub3": {
"type": "numberbox",
"value": 1,
"label": "Gift-Sub",
"tooltip": "Point value for a Tier 3 Gifted-Sub.",
"group": "Tier 3 Values"
},
"GiftReSub3": {
"type": "numberbox",
"value": 1,
"label": "Gifted-Resub",
"tooltip": "Point value for a Tier 3 Gifted-Resub.",
"group": "Tier 3 Values"
},
"AddPoint": {
"type": "button",
"label": "+ Point",
"tooltip": "Increments the Point counter by one.",
"function": "AddPoint",
"wsevent": "",
"group": "Overwrites"
},
"SubtractPoint": {
"type": "button",
"label": "- Point",
"tooltip": "Decrements the Point counter by one.",
"function": "SubtractPoint",
"wsevent": "",
"group": "Overwrites"
},
"AddStreak": {
"type": "button",
"label": "+ Streak",
"tooltip": "Increments the Streak counter by one.",
"function": "AddStreak",
"wsevent": "",
"group": "Overwrites"
},
"AddStreak5": {
"type": "button",
"label": "+ Streak (5)",
"tooltip": "Increments the Streak counter by five.",
"function": "AddStreak5",
"wsevent": "",
"group": "Overwrites"
},
"AddStreak10": {
"type": "button",
"label": "+ Streak (10)",
"tooltip": "Increments the Streak counter by ten.",
"function": "AddStreak10",
"wsevent": "",
"group": "Overwrites"
},
"SubtractStreak": {
"type": "button",
"label": "- Streak",
"tooltip": "Decrements the Streak counter by one.",
"function": "SubtractStreak",
"wsevent": "",
"group": "Overwrites"
},
"SubtractStreak5": {
"type": "button",
"label": "- Streak (5)",
"tooltip": "Decrements the Streak counter by five.",
"function": "SubtractStreak5",
"wsevent": "",
"group": "Overwrites"
},
"SubtractStreak10": {
"type": "button",
"label": "- Streak (10)",
"tooltip": "Decrements the Streak counter by ten.",
"function": "SubtractStreak10",
"wsevent": "",
"group": "Overwrites"
},
"AddToGoal": {
"type": "button",
"label": "+ Goal",
"tooltip": "Increments the Subs Per Streak goal by one.",
"function": "AddToGoal",
"wsevent": "",
"group": "Overwrites"
},
"SubtractFromGoal": {
"type": "button",
"label": "- Goal",
"tooltip": "Decrements the Subs Per Streak goal by one.",
"function": "SubtractFromGoal",
"wsevent": "",
"group": "Overwrites"
},
"SocketToken": {
"type": "textbox",
"value": "SocketToken",
"label": "Socket Token",
"tooltip": "Insert your Streamlabs Socket Token.\n\n(You can find your Token under Settings > API Settings > API Tokens, on the Streamlabs Website.)",
"group": "Streamlabs"
},
"RefreshOverlay": {
"type": "button",
"label": "Refresh Overlay",
"tooltip": "Forces a refresh on the Overlay.",
"function": "UpdateTracker",
"wsevent": ""
},
"ResetSession": {
"type": "button",
"label": "Reset Session",
"tooltip": "Resets the current Session.",
"function": "ResetSession",
"wsevent": ""
}
}