-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise Installation Directory #1
Comments
I had a look into this. Here are a few points to note:
These two points can allow for further convenience functions (#16). |
The |
I have investigated this issue. The best I could find is this URL for XCOM2: http://clientconfig.akamai.steamstatic.com/appinfo/268500/sha/163238418f51174e7882ac5faec80da1fe17bbc5.txt.gz. "268500" is the app ID, however I do not know what the hash is. I have posted a question about this on Stack Overflow. The solutions I am currently pursuing:
|
It turns out the problem is much less complicated than it sounds. If you I also found out about a few other nice commands:
|
If I set the installation directory to:
~/Downloads/steam
then asteamapps
folder will automatically be created within it. There you will have a bunch of files and folders that are used while the download persists. However once the download is done then all the game's files are move outward to~/Downloads/steam
.I don't think this is really desired. I think it should move the completed downloads into a
common
folder within thesteamapps
folder.This will have to be investigated and maybe
steamapps/common
should be appended to the installation directory.After investigating this: it seems that SteamCmd only does the above for non-library install folders. So, I think the expected behaviour should be:
The text was updated successfully, but these errors were encountered: