eggs/game_eggs/steamcmd_servers/truck-simulator/american-truck-simulator/README.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

# ATSPtero - A Egg For Setting Up ATS Dedicated Server
2022-12-15 20:40:14 +08:00
Ports below are the default ports that are associated with the ATS dedicated server.
| Port | default |
|----------|---------------|
| Dedicated| 27015 |
| Query | 27016 |
2022-12-15 20:40:14 +08:00
# Adding moderators
2022-12-15 20:40:14 +08:00
To add moderators to your server instance you have to edit(.local/shared/American Truck Simulator/server_config.sii) example seen below:
```
moderator_list: 3
moderator_list[0]: "Steam64 ID Here"
moderator_list[1]: "Steam64 ID Here"
moderator_list[2]: "Steam64 ID Here",
^^^ Can be found by googling Steam ID Lookup
```
# Enjoy your server
Once those files have been uploaded and configured you are free to start up your server. When the sever is started look for the line: Session search id: 00000000000000000/101 The number before the / is your search term. This is number to search for in the convoy screen to find your server. You can **NOT** search by the server name at this time. Example: if your number before the / is 987654321 then you would search for 987654321 on your convoy screen in game.
2022-12-11 22:39:55 +08:00
# Steam Server Token
2022-12-15 20:40:14 +08:00
--**A steam server Token is required**--
Adding a server token received from registering your server at https://steamcommunity.com/dev/managegameservers be sure to use the correct App ID or your server will crash upon startup.
2022-12-11 22:39:55 +08:00
American Truck Sim = 270880
# Disclaimer
I do not claim to know everything about this setup as I just got it reliably working myself and will update the egg if anything changes. That being said, if you have problems open up an issue and I will do my best to help if when I have the time.