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:
37
empyrion-galactic-survivalports.json
Normal file
37
empyrion-galactic-survivalports.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user