Server/project/assets/configs/core.json
Cj be64e897b9 Enable BSG logging (!262)
Needs merged with: https://dev.sp-tarkov.com/SPT-AKI/Modules/pulls/96

Read details there.

Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/262
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-16 21:03:52 +00:00

32 lines
824 B
JSON

{
"akiVersion": "3.8.0",
"projectName": "SPT-AKI",
"compatibleTarkovVersion": "0.14.1.29197",
"serverName": "SPT Server",
"profileSaveIntervalSeconds": 15,
"sptFriendNickname": "SPT",
"bsgLogging": {
"verbosity": 6,
"sendToServer": false
},
"release": {
"betaDisclaimerTimeoutDelay": 30
},
"fixes": {
"fixShotgunDispersion": true,
"removeModItemsFromProfile": false,
"fixProfileBreakingInventoryItemIssues": false
},
"features": {
"autoInstallModDependencies": false,
"compressProfile": false,
"chatbotFeatures": {
"sptFriendEnabled": true,
"commandoEnabled": true,
"commandoFeatures": {
"giveCommandEnabled": false
}
}
}
}