Files
MikuSB/Config/Config.json
2026-05-13 07:22:46 +09:00

59 lines
1.2 KiB
JSON

{
"HttpServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 21500
},
"GameServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 21000,
"KcpAliveMs": 45000,
"DatabaseName": "Miku.db",
"GameServerId": "MikuSB",
"GameServerName": "MikuSB"
},
"Path": {
"ResourcePath": "Resources",
"ConfigPath": "Config",
"DatabasePath": "Config/Database",
"HandbookPath": "Config/Handbook",
"LogPath": "Config/Logs",
"DataPath": "Config/Data"
},
"ServerOption": {
"Language": "EN",
"FallbackLanguage": "EN",
"DefaultPermissions": [
"Admin"
],
"ServerProfile": {
"Name": "Miku-chan",
"Uid": 80
},
"AutoCreateUser": true,
"SavePersonalDebugFile": false,
"AutoSendResponseWhenNoHandler": true,
"EnableDebug": true,
"DebugMessage": true,
"DebugDetailMessage": true,
"DebugNoHandlerPacket": true
},
"Proxy": {
"Enabled": true,
"Port": 18888
},
"Loader": {
"GamePath": "",
"PatchPaths": [
"Patch\\MikuSB-Patch.dll"
],
"Arguments": [
"-FeatureLevelES31",
"-channelid=seasun",
"-NoSplash"
],
"SetAllProxy": true
}
}