eggs/game_eggs/steamcmd_servers/truck-simulator/euro-truck-simulator2/README.md

40 lines
1.7 KiB
Markdown
Raw Normal View History

2022-12-11 17:34:54 +08:00
# ETS2 Ptero - A Egg For Setting Up ETS2 Dedicated Server
2022-12-15 20:40:14 +08:00
Ports below are the default ports that are associated with the ETS2 dedicated server.
2022-12-11 17:34:54 +08:00
| Port | default |
|----------|---------------|
| Dedicated| 27015 |
| Query | 27016 |
2022-12-15 20:40:14 +08:00
# Adding moderators
2022-12-11 17:34:54 +08:00
2022-12-15 20:40:14 +08:00
To add moderators to your server instance you have to edit (.local/share/Euro Truck Simulator 2/server_config.sii) An example seen below:
2022-12-11 17:34:54 +08:00
```
moderator_list: 3
moderator_list[0]: Steam64_ID
moderator_list[1]: Steam64_ID
moderator_list[2]: Steam64_ID
2022-12-11 17:34:54 +08:00
```
^^^ Steam64_ID can be found by googling Steam ID Lookup
2022-12-11 17:34:54 +08:00
# 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
Euro Truck Sim 2 = 227300
2022-12-11 17:34:54 +08:00
# 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.
2022-12-11 17:49:23 +08:00
**Readme made by: https://github.com/kj4lxc**