mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
153 lines
4.1 KiB
JSON
153 lines
4.1 KiB
JSON
{
|
|
"host_ip": "",
|
|
"bin_path": "bin",
|
|
"devmode": true,
|
|
"devmodeoptions": {
|
|
"serverName" : "",
|
|
"cleandb": false,
|
|
"maxlauncherhr": true,
|
|
"LogOutboundMessages": false,
|
|
"Event": 0,
|
|
"OpcodeMessages": false,
|
|
"SaveDumps": {
|
|
"Enabled": true,
|
|
"OutputDir": "savedata"
|
|
}
|
|
|
|
},
|
|
"discord": {
|
|
"enabled": false,
|
|
"bottoken": "",
|
|
"channelid": ""
|
|
},
|
|
"database": {
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"user": "postgres",
|
|
"password": "",
|
|
"database": "erupe"
|
|
},
|
|
"launcher": {
|
|
"port": 80,
|
|
"UseOriginalLauncherFiles": false
|
|
},
|
|
"sign": {
|
|
"port": 53312
|
|
},
|
|
"channel": {
|
|
"port1": 54001,
|
|
"port2": 54002,
|
|
"port3": 54003,
|
|
"port4": 54004
|
|
},
|
|
"entrance": {
|
|
"port": 53310,
|
|
"entries": [
|
|
{
|
|
"name": " Server #1",
|
|
"ip": "",
|
|
"unk2": 0,
|
|
"type": 3,
|
|
"season": 3,
|
|
"unk6": 0,
|
|
"allowedclientflags": "4096",
|
|
"channels": [
|
|
{
|
|
"port": 54001,
|
|
"MaxPlayers": 100,
|
|
"CurrentPlayers": 0,
|
|
"Unk4": 0,
|
|
"Unk5": 0,
|
|
"Unk6": 0,
|
|
"Unk7": 0,
|
|
"Unk8": 0,
|
|
"Unk9": 0,
|
|
"Unk10": 319,
|
|
"Unk11": 248,
|
|
"Unk12": 159,
|
|
"Unk13": 12345
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": " Server #2",
|
|
"ip": "",
|
|
"unk2": 0,
|
|
"type": 1,
|
|
"season": 3,
|
|
"unk6": 0,
|
|
"allowedclientflags": 0,
|
|
"channels": [
|
|
{
|
|
"port": 54002,
|
|
"MaxPlayers": 50,
|
|
"CurrentPlayers": 0,
|
|
"Unk4": 0,
|
|
"Unk5": 0,
|
|
"Unk6": 0,
|
|
"Unk7": 0,
|
|
"Unk8": 0,
|
|
"Unk9": 0,
|
|
"Unk10": 318,
|
|
"Unk11": 251,
|
|
"Unk12": 155,
|
|
"Unk13": 12345
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": " Server #3",
|
|
"ip": "",
|
|
"unk2": 0,
|
|
"type": 2,
|
|
"season": 1,
|
|
"unk6": 0,
|
|
"allowedclientflags": 0,
|
|
"channels": [
|
|
{
|
|
"port": 54003,
|
|
"MaxPlayers": 50,
|
|
"CurrentPlayers": 0,
|
|
"Unk4": 0,
|
|
"Unk5": 0,
|
|
"Unk6": 0,
|
|
"Unk7": 0,
|
|
"Unk8": 0,
|
|
"Unk9": 0,
|
|
"Unk10": 318,
|
|
"Unk11": 251,
|
|
"Unk12": 155,
|
|
"Unk13": 12345
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": " Server #4",
|
|
"ip": "",
|
|
"unk2": 0,
|
|
"type": 4,
|
|
"season": 0,
|
|
"unk6": 0,
|
|
"allowedclientflags": 0,
|
|
"channels": [
|
|
{
|
|
"port": 54004,
|
|
"MaxPlayers": 50,
|
|
"CurrentPlayers": 0,
|
|
"Unk4": 0,
|
|
"Unk5": 0,
|
|
"Unk6": 0,
|
|
"Unk7": 0,
|
|
"Unk8": 0,
|
|
"Unk9": 0,
|
|
"Unk10": 318,
|
|
"Unk11": 251,
|
|
"Unk12": 155,
|
|
"Unk13": 12345
|
|
}
|
|
]
|
|
|
|
}
|
|
]
|
|
}
|
|
} |