forked from acidicoala/SmokeAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmokeAPI.config.json
More file actions
67 lines (67 loc) · 2.04 KB
/
Copy pathSmokeAPI.config.json
File metadata and controls
67 lines (67 loc) · 2.04 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
{
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v4.0.0/res/SmokeAPI.schema.json",
"$version": 4,
"logging": true,
"log_steam_http": false,
"default_app_status": "unlocked",
"override_app_status": {
"107410": "unlocked"
},
"override_dlc_status": {
"107410": "unlocked",
"4198200": "unlocked",
"2647850": "unlocked",
"2647830": "unlocked",
"2647760": "unlocked",
"1681170": "unlocked",
"1325500": "unlocked",
"1294440": "unlocked",
"1227700": "unlocked",
"1175380": "unlocked",
"1042220": "unlocked",
"1021790": "unlocked",
"798390": "unlocked",
"744950": "unlocked",
"639600": "unlocked",
"612480": "unlocked",
"601670": "unlocked",
"571710": "unlocked",
"395180": "unlocked",
"332350": "unlocked",
"304400": "unlocked",
"304380": "unlocked",
"288520": "unlocked",
"275700": "unlocked",
"249862": "unlocked",
"249861": "unlocked"
},
"auto_inject_inventory": true,
"extra_inventory_items": [],
"extra_dlcs": {
"107410": {
"2647830": "Arma 3 Creator DLC: Expeditionary Forces",
"2647760": "Arma 3 Creator DLC: Reaction Forces",
"1681170": "Arma 3 Creator DLC: Western Sahara",
"1325500": "Arma 3 Art of War",
"1294440": "Arma 3 Creator DLC: CSLA Iron Curtain",
"1227700": "Arma 3 Creator DLC: S.O.G. Prairie Fire",
"1175380": "Arma 3 Creator DLC: Spearhead 1944",
"1042220": "Arma 3 Creator DLC: Global Mobilization - Cold War Germany",
"1021790": "Arma 3 Contact",
"798390": "Arma 3 Tanks",
"744950": "Arma 3 Tac-Ops Mission Pack",
"639600": "Arma 3 Malden",
"612480": "Arma 3 DLC Bundle 2",
"601670": "Arma 3 Jets",
"571710": "Arma 3 Laws of War",
"395180": "Arma 3 Apex",
"332350": "Arma 3 Marksmen",
"304400": "Arma 3 DLC Bundle 1",
"304380": "Arma 3 Helicopters",
"288520": "Arma 3 Karts",
"275700": "Arma 3 Zeus",
"249862": "Arma 3 Tactical Guide",
"249861": "Arma 3 Maps"
}
}
}