Updated app id status

This commit is contained in:
acidicoala
2023-01-10 03:17:37 +03:00
parent 59fa68a7b4
commit 30f1076261
4 changed files with 41 additions and 67 deletions

26
res/SmokeAPI.config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$version": 2,
"logging": true,
"unlock_family_sharing": true,
"default_app_status": "unlocked",
"override_app_status": {
"1234": "original",
"4321": "unlocked",
"5678": "locked"
},
"extra_dlcs": {
"1234": {
"dlcs": {
"56789": "Example DLC 1"
}
},
"4321": {
"dlcs": {
"98765": "Example DLC 2"
}
}
},
"auto_inject_inventory": true,
"extra_inventory_items": [],
"koalageddon_config": null
}