Closed Elaina525 closed 2 years ago
Hello @Elaina525, force_install_dir
should tell SteamCMD what local folder you want it to use for the dedicated server. You're looking for app_update <appid>
(https://developer.valvesoftware.com/wiki/Command_Line_Options#Commands_2) to tell it to start a download, in this case 740 for Counter-Strike: Global Offensive's dedicated server. (app_update 740
)
Hello @Elaina525,
force_install_dir
should tell SteamCMD what local folder you want it to use for the dedicated server. You're looking forapp_update <appid>
(https://developer.valvesoftware.com/wiki/Command_Line_Options#Commands_2) to tell it to start a download, in this case 740 for Counter-Strike: Global Offensive's dedicated server. (app_update 740
)
It works! Thank you so much!
指定的这个./csgo_Server文件夹是不是要自己先建?如果不建,应用会下载到哪里
I wanted to download csgg and open a dedicated server, but the code "force_install_dir ./csgo_Server" didn't work. After pressing enter, steamCMD immediately start a new line. Nothing happens after I login.
Output after "force_install_dir ./csgo_Server"
Output after login
And if I type the code again, it says "Please use force_install_dir before logon!", which I know, is normal.
Output after another "force_install_dir ./csgo_Server"
So is this a bug? What should I do to install csgo? Is this because I did all the steps under root user instead of creating a new user?
Steps for reproducing this issue: