-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
107 lines (107 loc) · 2.91 KB
/
Copy pathconfig.json
File metadata and controls
107 lines (107 loc) · 2.91 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
{
"twitch_config": {
"redirect_uri": "http://localhost:5050/callback",
"scopes": [
"channel:moderate",
"channel:read:subscriptions",
"channel:read:hype_train",
"channel:read:goals",
"channel:read:charity",
"channel:read:vips",
"channel:manage:polls",
"channel:manage:raids",
"channel:manage:predictions",
"channel:manage:broadcast",
"channel:manage:redemptions",
"channel:manage:moderators",
"channel:edit:commercial",
"user:read:emotes",
"user:read:chat",
"user:write:chat",
"bits:read",
"clips:edit",
"moderator:manage:banned_users",
"moderator:manage:shoutouts",
"moderator:read:followers",
"moderator:read:suspicious_users"
],
"browser": {"librewolf": "C:\\Program Files\\LibreWolf\\librewolf.exe"},
"channels": {
"channel.channel_points_custom_reward_redemption.add": null,
"channel.ban": null,
"channel.suspicious_user.message": null,
"channel.follow": null,
"channel.bits.use": null,
"channel.chat.notification": null,
"channel.chat.message": null,
"channel.chat.message_delete": null,
"channel.chat.clear_user_messages": null,
"channel.goal.progress": null,
"channel.prediction.begin": null,
"channel.prediction.progress": null,
"channel.prediction.lock": null,
"channel.prediction.end": null,
"channel.hype_train.progress": null,
"channel.hype_train.end": null,
"stream.online": null
},
"static_dirs": ["static"]
},
"obs_cfg": {
"host": "localhost",
"port": "4455",
"ignore_media": ["RustFlashbang", "Sun Spin", "flies", "fire1", "fire2", "fire3", "fire4"],
"media_scenes": ["[S] Videos", "[S] TWSS", "[S] Bit Alerts"]
},
"spotify_cfg": {
"redirect_uri": "http://localhost:5050/spotify_oauth",
"scope" : [
"user-read-currently-playing",
"user-modify-playback-state",
"user-read-playback-state",
"playlist-modify-public",
"playlist-modify-private"
]
},
"goals_cfg": {
"goals" : {
"monthly": {
"amount": 74000,
"description": "My facecam will be turned on when we hit the monthly goal."
},
"comfort": {
"amount": 100000,
"description": "My bills are paid and I have a bit extra"
},
"safety net": {
"amount": 160000,
"description": "I have more than I need and enough to cover next months bills."
}
},
"value_multipliers": {
"t1": 250,
"t2": 400,
"t3": 1200,
"bits": 1
}
},
"eft_config": {
"base_log_path": "C:\\Battlestate Games\\Escape from Tarkov\\Logs",
"log_names": ["application", "network-connection"]
},
"subathon_cfg": {
"time_multiplier": 1,
"value_multipliers": {
"bits": 1,
"t1": 300,
"t2": 480,
"t3": 1225,
"raids": 15
}
},
"discord_cfg": {
"live_noto_channel": 1280707946925527110
},
"max_retries": 60,
"retry_delay": 10
}