Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you make more space on the good hard drive, the update should start to download there if you make enough.
Edit: Here http://store.steampowered.com/news/32099/
Managed to work around it, since removing a steam library folder required you to empty the folder. With the HD being faulty deleting all the content would take hours or more. Closing steam and renaming the library folder on the faulty hd was a quick workaround to removing that folder from steam.
This is remedied by a full install, or NOT using the built in Steam Move feature. Simply copy the data folder, uninstall, then re-install after moving the folder back. It should auto discover and solve future patch issues to boot.
Not "necro posting" as this comes up first in google search.
A little tip: changing the game folder name instead of physically moving the data folder works too
Thank you, I was getting so god awful sick of reading years and years worth of replies to these posts saying.
"It always downloads to the install folder"
"Check you task manager/resource manger/etc.. "
"Do you have enough space"
OMG why do people do this on literally every question anyone ever asks? Do you ever go to the mechanic and say "My car doesn't have any oil" and they say "No, cars have oil"
I have a separate external hard drive with all the games I have downloaded, but I also bought an SSD and installed that too, so I had three hard drives in total.
I've moved Windows to the SSD, naturally, and kept the games as they are on the external drive. New downloads I've pointed to download to that external drive as default.
A couple of games that take ages to start, for example, 7 Days to Die, I simply downloaded to the SSD. I've had one update pick up since then and it's gone onto the SSD as it should.
What I would say is to not piss around with moving files manually. Backup any saves, then delete the game files from the drive you no longer want it on. Reinstall it where you want, they manuall move the backed up save to where it should be.
By keeping things as clean as this, and letting Steam do the work, it ensures it doesn't get waylaid downloading elsewhere.
Hope this helps.
Necroing this post to describe a way how to consolidate the steam download folders into one location for example on different disk in case you have multiple library folders, without messing around with Steam Client.
By using this, you do not need to worry anymore what happens when you move a game between library folders.
The trick is to use Symbolic Links (a feature widely known in Linux, but not so much in Windows) to let each "downloading" folder of the various Steam Library folders point to the same, centralized location/drive.
Example : Games in Steam Library folders on smaller SSDs in C:\Steam and D:\Steam, the desired central download location on the slower but bigger HDD E:\SteamDownloads.
Be sure you have all current downloads finished and applied to their games (as you will temporarily delete the downloading folders).
Then exit the Steam Client completely and open an Administrative Command Prompt.
Type :
md E:\SteamDownloads
C:
cd \Steam\steamapps
rd /s /q downloading
mklink /D downloading E:\SteamDownloads
D:
cd \Steam\steamapps
rd /s /q downloading
mklink /D downloading E:\SteamDownloads
This folder redirection is transparent to Steam Client and Windows Explorer - the only difference is a little arrow in the folder icon.
Regardless which ......\steamapps\downloading folder is selected, it will always end up in E:\SteamDownloads
THANK YOU so much for this, i was looking for exactly this workaround. Since my tiny 120 gb SSD always has problems containing both the game itself and the wonky way that steam downloads take up 40 gb, even though the download itself is 5gb
DUDE, YOU ARE A LIFE SAVIOR
big thx
Thanks! This worked like a charm!
Thank you! This saved me from a lot of headache! There really should be a native way to set the order of preferred drive to download to, since by default it was using my slowest hard disk.
Using this symlink I was able to default to another, faster disk.