AMPTemplates/empyriondedicated.yaml
IceOfWraith e368ccbe78
Add Empyrion Galactic Survival (#155)
Reference: https://github.com/CubeCoders/AMPTemplates/pull/49

All changes requested by @Greelan have been implemented, but there are two things to note.
-I kept the working directory the same as the launcher lives in this folder, but calls the dedicated server executable one deeper.
-There are two ports that have unknown uses. I've looked around and have gotten mixed responses on if they're actually needed or what they do, but the telnet port is always 4 higher than the main game port in each case, so I have to assume there's a reason behind it.
2022-06-28 19:38:18 -05:00

33 lines
839 B
YAML

{
"ServerConfig": {
"Srv_Port": 30000,
"Srv_Name": "AMP Powered Server",
"Srv_Password": "",
"Srv_MaxPlayers": 8,
"Srv_ReservePlayfields": 1,
"Srv_Description": "AMP Powered Empyrion Server",
"Srv_Public": true,
"Srv_StopPeriod": 48,
"Tel_Enabled": true,
"Tel_Port": 30004,
"Tel_Pwd": "",
"EACActive": true,
"SaveDirectory": "Saves",
"MaxAllowedSizeClass": 10,
"AllowedBlueprints": "All",
"HeartbeatServer": 15,
"HeartbeatClient": 30,
"LogFlags": 0,
"DisableSteamFamilySharing": false,
"KickPlayerWithPing": 300,
"TimeoutBootingPfServer": 90,
"PlayerLoginParallelCount": 5,
"PlayerLoginVipNames": ""
},
"GameConfig": {
"GameName": "DediGame",
"Mode": "Survival",
"Seed": 1011345,
"CustomScenario": "Default Multiplayer"
}
}