|
|
发表于 2026-6-6 20:44:24
|
显示全部楼层
{
"HttpServer": {
"BindAddress": "0.0.0.0",
"PublicAddress": "127.0.0.1",
"Port": 21500,
"EnableLog": false
},
"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": "CHS",
"FallbackLanguage": "EN",
"DefaultPermissions": [
"Admin"
],
"ServerProfile": {
"Name": "Miku-chan",
"Signature": "SnowBreak Private Server",
"Uid": 80,
"Level": 100,
"Gender": 1
},
"EnableGmMenu": false,
"AutoCreateUser": true,
"SavePersonalDebugFile": false,
"AutoSendResponseWhenNoHandler": true,
"EnableDebug": false,
"DebugMessage": true,
"DebugDetailMessage": true,
"DebugNoHandlerPacket": true
},
"Proxy": {
"Enabled": true,
"Port": 8888,
"ServerHttpPort": 21500,
"InstallRootCertificate": true,
"ManageSystemProxy": true,
"RestoreSystemProxyOnStop": true,
"ProxyOverride": "localhost;127.*;10.*;192.168.*;<local>"
}
}
文件里没有GamePach |
|