From 5cc5a42f0b1f46d2eb9e4bc3cbbbc57c8c3bea54 Mon Sep 17 00:00:00 2001 From: rackgaming Date: Sun, 19 May 2024 18:57:51 -0400 Subject: [PATCH] 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 --- lgsm/config-default/config-lgsm/atsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/atsserver/_default.cfg b/lgsm/config-default/config-lgsm/atsserver/_default.cfg index f6d1650983..5c0a5b378f 100644 --- a/lgsm/config-default/config-lgsm/atsserver/_default.cfg +++ b/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"