Jump to content

Steam now lets you install games to different drives


Recommended Posts

Posted

Finally!

 

Source: Rock, Paper, Shotgun

 

Now, whenever you attempt to install a game using the new file system (pretty much anything recent, and many will update), when you choose to install you’ll have a dropdown box offering any of the folders you’ve set via the console option. It works. I tried it.

 

http://i.imgur.com/Z6T81.jpg

Posted
WOOT! I wonder if it will allow you to move them from their current location as well?

 

If not, I do believe there is a community tool on the interwebz that allows you to move current steam games to other locations. :)

Posted
If not, I do believe there is a community tool on the interwebz that allows you to move current steam games to other locations. :)

 

Cheers. I'll have to have a dig around for that one :)

Posted
Cheers. I'll have to have a dig around for that one :)

 

Apparently, you can also do it with the mklink dos command...

 

- Shut down Steam completely. (In the icon in your system tray, right click the Steam icon and click Exit, or from within the client click on the Steam menu and click Exit.)

 

- Move the game folder from its current location to its new location (using cut/paste or whichever method you prefer).

 

- Open up a command prompt as the administrator. (Start → All Programs → Accessories → Right click on Command Prompt → Run As Administrator)

 

- Use the mklink command to create a directory junction link from the old location to the new location. (Yes, I know, it’s the command line. There’s more to Windows than a GUI, you know.) Don’t forget to use the /J argument and make sure that each directory path is enclosed in double quotes or else the link will fail. Note also that it will create a new link wherever your old directory was, which is why you need to move the game directory.

 

Example: mklink /J "old directory" "new directory"

 

Below is the mklink program in action.

 

mklink /J "C:\Program Files (x86)\Steam\steamapps\common\portal 2" "D:\SteamApps\portal 2"

Junction created for C:\Program Files (x86)\Steam\steamapps\common\portal 2 <<===>> D:\SteamApps\portal 2

 

That’s it! When you start up Steam again, it should be oblivious to the fact that you moved the game directory.

 

http://thebergerbits.com/?p=294

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...