Browse Source

Update _default.cfg

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: https://github.com/GameServerManagers/LinuxGSM/issues/4580
pull/4581/head
rackgaming 1 year ago
committed by GitHub
parent
commit
5cc5a42f0b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lgsm/config-default/config-lgsm/atsserver/_default.cfg

2
lgsm/config-default/config-lgsm/atsserver/_default.cfg

@ -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"

Loading…
Cancel
Save