Steam – Can you change the Steam download location

steamwindows

I do not mean the library folder, but the place where the downloaded files are stored to and then installed from.

Windows Resource Monitor shows that they're downloaded onto the same drive the library resides on. The whole installation (especially of patches) could probably be sped up, if you could tell it to download the files to a different, physical drive, so that the drive wouldn't have to read and write to the same place.

So can you change the download location, and if so, how? It works with GOG, so it would be a bummer if you couldn't do it with Steam.

Best Answer

So you are asking if you can move the steam/steamapps/downloading folder to a different drive, for speed reasons.

If there is no built-in facility for this in Steam, you can use mklink.

However, this is probably not a good idea, since steam downloads updates to this folder and then moves the files (unless the update is some for of delta patcher).

Moving files on a single volume is usually a simple edit of the file system which can be achieved nearly instantly, but moving from one drive or volume to another involves actually copying the data.