AMPTemplates/sons-of-the-forestports.json
IceOfWraith 5971d1851a
Add Sons of the Forest (#406)
* Add Sons of the Forest

This adds Sons of the Forest. There are no known limitations, but one bug with the game server that if the ports aren't declared as command line args, it fails to start since the ports are not able to be read from the config file. This template caters to both so it should not be an issue.

* Update sons-of-the-forestupdates.json

* Update sons-of-the-forest.kvp

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forest.kvp

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

* Update sons-of-the-forestconfig.json

---------

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
2023-06-25 23:03:06 -05:00

23 lines
676 B
JSON

[
{
"Protocol": "UDP",
"Port": "8766",
"Name": "Game Port",
"Description": "UDP port used for gameplay netcode (Bolt).",
"Ref": "GamePort"
},
{
"Protocol": "UDP",
"Port": "27016",
"Name": "Steam Query Port",
"Description": "UDP port used by Steam to list the server and enable the discovery services.",
"Ref": "SteamQueryPort"
},
{
"Protocol": "UDP",
"Port": "9700",
"Name": "Blob Sync Port",
"Description": "BlobSyncPort UDP port used by the BlobSync system to initialize game systems and exchange data.",
"Ref": "BlobSyncPort"
}
]