Add American Truck Simulator (#332)

* Add American Truck Simulator

The game requires additional setup which are linked in the ExtraSetupStepsURI. Linux only or Docker on Windows as there are issues running as NETWORK SERVICE in Windows.

After this is fully reviewed, I'll convert it to work for Euro Truck Simulator 2 as well.

* Update american-truck-simulator.kvp

* Requested changes + moderators

* Update american-truck-simulatorupdates.json
This commit is contained in:
IceOfWraith
2023-04-28 23:47:19 -05:00
committed by GitHub
parent c888050b66
commit 6c1d9df968
6 changed files with 519 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[
{
"Protocol": "UDP",
"Port": "27015",
"Name": "Main Server Port",
"Description": "Port used for main game traffic",
"Ref": "MainServerPort"
},
{
"Protocol": "UDP",
"Port": "27016",
"Name": "Query Dedicated Port",
"Description": "Port used for main game traffic",
"Ref": "QueryDedicatedPort"
}
]