protonscr

It seems that force_install_dir no work for me?

steamopen SteamCMD
ValveSoftware/steam-for-linux#10609 · opened 2024-03-12 by SKYC829 · updated 2024-03-12 · 0 comments · github
SSKYC829 2024-03-12 github

Your system information

  • Steam client version (build number or date):
    Sorry, I don't know, I download steamcmd by using apt install script
  • Distribution (e.g. Ubuntu):
    Ubuntu server 22.0*
  • Opted into Steam client beta?: [Yes/No]
    no
  • Have you checked for system updates?: [Yes/No]
    yes, i run apt update && apt upgrade at first
  • Steam Logs: [generate by running this command in a terminal tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs]
    steam-logs.tar.gz
  • GPU: Nvidia/Intel/AMD
    no gpu

Please describe your issue in as much detail as possible:

I use steamcmd script to install some game server, and i set the force_install_dir before login command, but the game server still install into /home/my-user-name/.steam/SteamApps/common dir after script run finished.

Steps for reproducing this issue:

my script:
/usr/games/steamcmd +force_install_dir /mnt/data/game-server-dir +login anonymous +app_update "SOME_GAME_SERVER_ID" validate +quit

Nothing extracted yet.