Files
KKAFIO/config.json
RedDeadDepresso d394b12241 renamed
2023-12-10 16:11:22 +00:00

37 lines
618 B
JSON

{
"Core": {
"GamePath": "",
"Tasks": [
"CreateBackup",
"FCKKS",
"InstallChara",
"RemoveChara"
]
},
"InstallChara": {
"Enable": false,
"InputPath": "",
"FileConflicts": "Skip",
"ArchivePassword": "Skip",
"AbdataZipmod": ""
},
"RemoveChara": {
"Enable": false,
"InputPath": ""
},
"FCKKS": {
"Enable": false,
"InputPath": "",
"Convert": true
},
"CreateBackup": {
"Enable": false,
"OutputPath": "",
"Filename": "",
"GameFolders": {
"UserData": false,
"mods": false,
"BepInEx": false
}
}
}