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.
This commit is contained in:
IceOfWraith
2022-06-28 19:38:18 -05:00
committed by GitHub
parent 2f19b5d580
commit e368ccbe78
6 changed files with 572 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
[
{
"Protocol": "Both",
"Name": "Game Port 1",
"Description": "The port used for main game traffic",
"Port": 30000,
"Ref": "GamePort1"
},
{
"Protocol": "Both",
"Name": "Steam Query Port",
"Description": "The port used for Steam Queries",
"Port": 30001,
"Ref": "SteamQueryPort"
},
{
"Protocol": "Both",
"Name": "Game Port 3",
"Description": "The port used for unknown game traffic",
"Port": 30002,
"Ref": "GamePort3"
},
{
"Protocol": "Both",
"Name": "Game Port 4",
"Description": "The port used for unknown game traffic",
"Port": 30003,
"Ref": "GamePort4"
},
{
"Protocol": "TCP",
"Name": "Telnet Port",
"Description": "The port used for telnet console",
"Port": 30004,
"Ref": "TelnetPort"
}
]