Is it possible to change the download directory for steam so it doesn't throw everything into the documents folder?
Is it possible to change the download directory for steam so it doesn't throw everything into the documents folder?
MikeM64 said:Quick fix for those that want the Steam Content folder somewhere else other than their document folder:
1. Open Terminal (/Applications/Utilities/Terminal.app)
2. Type (No quotes) "ln -s [PATH TO WHERE YOU WANT IT] ~/Documents/Steam\ Content/"
EX. ln -s /Library/Application\ Support/Steam/Steam\ Content/ ~/Documents/Steam\ Content
You will need to do this for each user account (on the mac, not steam) that will be running steam.
Assuming Dropbox lacks an exception filter. I would say that your rather boned.
Steam would have to be reworked on the source code level to not look in Documents for steam content (i think).
going to poke through some plist files and see if I can't make allot of peoples day
If thats what steam has to do then so be it.
It's the wrong place and apparently goes against apples dev guidelines.
It should be in ~/Library/Application Support/
Hope they do something about it, and quickly. Rather annoying having to tell all my backup apps to ignore the game data when it really SHOULDN'T be there.
Besides I want apps on my Velociraptor so they load quicker, my documents is on a 1Tb storage drive, which is completely pointless.
placing the games in the documents folder and using a 1TB drive for documents, I have to agree both are pointless. but I can't help but feel its not that big of an issue to say ignore Steam Content.
either way my plist search has been fruitless so far.
so i decided to see what windows users do.
First solution is moving steam to a different HD, steam, on windows, seems to refer to the root of its current drive/partition as the system root and places files acordingly. so perhaps cloning things to a different drive might trick steam into using the /user/<yourusername>/Documents that would exist on that drive.
Sauce: https://support.steampowered.com/kb_article.php?ref=7710-tdlc-0426
The next solution im going to offer is what I used to do when I ran linux so that my world of warcraft folder and other games would be on their own partition imune from upgrade to Gentoo.
your still going to need an exception filter in your back up program and im not even sure this works on macs.
What i am suggesting is mounting an external drive or partition to a folder within my documents.
using terminal your steps should be like this
* diskutil list
This should return a list of the drives you have mounted
* diskutil info disk1s1
Just incase your paranoid fire this one to be sure its the disk you want instead of disk1s1 it should be the name following /dev/ or /volumes/ that coincides with the disk you want to place the game on
* umount /Volumes/name
The volume name should be the name you see in finder feel free to run the first two commands again to make sure you did not miss fire and also know the name of the disk your about to remount
* mkdir ~/Documents/Steam\ Content
Assuming you have already nuked or moved your steam content folder you need to make a new one for your mount to go to
* mount_msdos /dev/disk1s1 ~/Documents/Steam\ Content
Mount the drive directly to the folder
* open ~/Documents/Steam\ Content
Sauce: https://forums.macrumors.com/threads/342691/
There is also always the symlink option I never get tired of having to constantly remind people of (but wont be reposting unless asked). but until then an exception rule still seems to be the only way around constantly backing up games.
It still doesn't solve the problem for people with multiple user accounts. They need to move it...
Have you tried my symlink trick.
That way there is one general steam folder being linked from yur dads documents folder.
https://forums.macrumors.com/threads/915169/#11
I have a problem that's not fixed by this solution. I have DropBox automatically syncing my Documents Folder. If I put a symlink in, dropbox will sync it anyhow as it's really seeing the Steam Content folder as part of Documents.
I really don't want to sync 5+ Gigs of Steam data over dropbox. I poked around the configuration files for Steam and couldn't find where to make it look at another directory.
The sensible thing that valve should have done is put this content under Home/Library/Application Support/Steam as this stuff can hardly be considered "Documents".