From f1f556248749fae42a1b671076b057113626bf55 Mon Sep 17 00:00:00 2001 From: Son Date: Thu, 4 Jul 2024 21:58:05 -0400 Subject: [PATCH] Include depot 1006 for steamclient.so dependency --- scripts/helper_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/helper_install.sh b/scripts/helper_install.sh index a0c730c7a..91eeaf4cb 100644 --- a/scripts/helper_install.sh +++ b/scripts/helper_install.sh @@ -138,6 +138,7 @@ InstallServer() { if [ "${USE_DEPOT_DOWNLOADER}" == true ]; then LogWarn "Downloading server files using DepotDownloader" DepotDownloader -app 2394010 -depot 2394012 -osarch 64 -dir /palworld -beta insiderprogram -validate + DepotDownloader -app 2394010 -depot 1006 -osarch 64 -dir /palworld -validate else /home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +@sSteamCmdForcePlatformBitness 64 +force_install_dir "/palworld" +login anonymous +app_update 2394010 -beta insiderprogram validate +quit fi @@ -145,6 +146,7 @@ InstallServer() { if [ "${USE_DEPOT_DOWNLOADER}" == true ]; then LogWarn "Downloading server files using DepotDownloader" DepotDownloader -app 2394010 -depot 2394012 -osarch 64 -dir /palworld -validate + DepotDownloader -app 2394010 -depot 1006 -osarch 64 -dir /palworld -validate else /home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +@sSteamCmdForcePlatformBitness 64 +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit fi @@ -161,6 +163,7 @@ InstallServer() { if [ "${USE_DEPOT_DOWNLOADER}" == true ]; then LogWarn "Downloading server files using DepotDownloader" DepotDownloader -app 2394010 -depot 2394012 -manifest "$targetManifest" -osarch 64 -dir /palworld -validate + DepotDownloader -app 2394010 -depot 1006 -osarch 64 -dir /palworld -validate else /home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +@sSteamCmdForcePlatformBitness 64 +force_install_dir "/palworld" +login anonymous +download_depot 2394010 2394012 "$targetManifest" +quit fi