Skip to content

Commit

Permalink
Update _default.cfg
Browse files Browse the repository at this point in the history
ATS needs to be launched via the server_launch.sh file and not amtrucks_server then it works, has been tested by me! Also, people need to realize they need to export_server_packages for ATS by starting their ATS game first and loading their game save then use WinSCP to find their .local directory as some server hosters may have this directory hidden(or at least my linux server had the .local directory hidden), anyway this should fix the current problem of the game server not starting, the rest is in the post stated hereto fix the game server from missing things: GameServerManagers#4580
  • Loading branch information
rackgaming authored May 19, 2024
1 parent 1522cbd commit 5cc5a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/atsserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ glibc="2.15"
## Game Server Directories
systemdir="${serverfiles}"
executabledir="${systemdir}/bin/linux_x64"
executable="./amtrucks_server"
executable="./server_launch.sh"
servercfgdir="${HOME}/.local/share/American Truck Simulator"
servercfg="server_config.sii"
servercfgdefault="server_config.sii"
Expand Down

0 comments on commit 5cc5a42

Please sign in to comment.