mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 04:03:58 +00:00
enter intro cutscene
This commit is contained in:
42
Config/Config.json
Normal file
42
Config/Config.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
51
Config/Hotfix.json
Normal file
51
Config/Hotfix.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"UseLocalCache": false,
|
||||
"Hotfixes": {
|
||||
"BETA V1.0": {
|
||||
"Asb": {
|
||||
"Android": {
|
||||
"EnableTime": 0,
|
||||
"Revision": "",
|
||||
"Suffix": ""
|
||||
},
|
||||
"Iphone": {
|
||||
"EnableTime": 0,
|
||||
"Revision": "",
|
||||
"Suffix": ""
|
||||
},
|
||||
"Pc": {
|
||||
"EnableTime": 0,
|
||||
"Revision": "",
|
||||
"Suffix": ""
|
||||
}
|
||||
},
|
||||
"AsbPreDownload": {
|
||||
"Android": {
|
||||
"EncryptKey": "",
|
||||
"EnableTime": 0,
|
||||
"Revision": "",
|
||||
"Suffix": ""
|
||||
},
|
||||
"Iphone": {
|
||||
"EncryptKey": "",
|
||||
"EnableTime": 0,
|
||||
"Revision": "",
|
||||
"Suffix": ""
|
||||
}
|
||||
},
|
||||
"Audio": {
|
||||
"Platform": {},
|
||||
"Revision": 0
|
||||
},
|
||||
"AudioPreDownload": {
|
||||
"EnableTime": 0,
|
||||
"Platform": {},
|
||||
"Revision": 0
|
||||
},
|
||||
"VideoEncrypt": {
|
||||
"FileName": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"AesKeys": {}
|
||||
}
|
||||
Reference in New Issue
Block a user