osb/scripts/windows/sbinit.config
2023-06-20 14:33:09 +10:00

25 lines
398 B
Plaintext

{
"assetDirectories" : [
"..\\assets\\",
".\\mods\\"
],
"storageDirectory" : ".\\",
"assetsSettings" : {
"pathIgnore" : [],
"digestIgnore" : [
".*"
]
},
"defaultConfiguration" : {
"allowAdminCommandsFromAnyone" : true,
"anonymousConnectionsAreAdmin" : true,
"gameServerBind" : "*",
"queryServerBind" : "*",
"rconServerBind" : "*"
}
}