Change savegame location (to simulate cloud storing)
Morrandirr
Member Posts: 60
Is there a way to change the savegame location (or the location of the complete MyDocuments BG:EE folder)?
I'd like to change it to a location that is automatically synchronized (like DropBox or GoogleDrive) to simulate cloud storage of savegames. I'm playing on diferrent machines, so this would save me the copy and paste stuff. :-)
If not, is there another way to do such a thing?
I'd like to change it to a location that is automatically synchronized (like DropBox or GoogleDrive) to simulate cloud storage of savegames. I'm playing on diferrent machines, so this would save me the copy and paste stuff. :-)
If not, is there another way to do such a thing?
1
Comments
Wouldn't it be great if you could set up multiple Dropbox folders? This would let you select your BG:EE save game folder to act as another Dropbox folder so that it would automatically upload any modified files. Maybe you can do this? I'm not sure as I don't have a lot of Dropbox experience.
So it is possible to move e.g. your dropbox folder to "C:\Users\username\Documents\Baldur's Gate - Enhanced Edition\Dropbox", but only the "Drobbox" subdirectory will be synchronized.
Perhaps there's another cloud service I don't know of, that can do this?
See http://www.maximumpc.com/article/features/15_things_you_have_know_about_dropbox
this would be much more portable. I could even play the old baldurs-gate from an external usb-drive an carry it around while travelling.
Please developers always think of the best solution for the players...
Anyway, I cloud sync all the games I play on my notebook, it's very nice
I tried SugarSync a while back, but it gave me more problems than advantages
(It's actually the only sync service that managed to lose some of my files!)
All in all, Dropbox is still the best one for me, and if I need to synchronise something out of its main folder I just symlink it (one way or the other, usually the hard copy inside and the link outside) like @Gumba suggested.
Why in the hell was that changed? It never used to be like that, now I have to start over and to tell you the truth, I'm not sure I want to bother going through all that again.
One of these days I'll forget to copy my savegame folder and will lose all my progress again.
A game like this which has very low requirements is just dying to be installed on removable media, and played anywhere.
Documents written by your applications - whether they are word files or saved games or whatever else - are expected to reside somewhere in the user's folder on the machine, where access permissions are more relaxed. This also enables machines set up for multiple users to handle things correctly, with each user having their own files in their own folder, but the application installed only once.
In any version of windows released in the past seven or eight years, this separation of space is enforced by the system itself. Even in XP (and perhaps some other elderly Windows versions, I really can't remember), it was recommended, and required for some certifications, but not something that was actually locked down as it is now.
On the actual topic at hand here though...
Found this thread on a google search, trying to set up the same thing. The suggestion of a symbolic link (symlink) is an ideal solution. If you don't want to create it at the command line, I'll recommend this tool which adds related options to your context menus in Windows. For those unfamiliar with them, symlinks are like super-shortcuts that allow a file (or in this case, a whole folder) to be in more than one place at a time. To programs, they look exactly like the real deal, but under the hood they point over somewhere else.
-------------
As for the original question of trying to set up a situation where the My Documents folder is archived by a cloud storage service, you can do this:
1) Set up your cloud storage service, so that the contents of some specific folder will automatically be synchronized with the cloud. (Make sure that your cloud storage service never overwrites newer files with older ones.)
2) Relocate your My Documents folder to be inside that archive location. (Instructions for relocating My Documents in Windows 7 can be found here; a web search should find instructions for other OSes.)
3) Repeat step 2 for each other computer that will access the cloud storage, pointing them all to the same My Documents folder.
That should put you in a situation where all of your My Documents files are automatically shared amongst your various computers. This solution should be simpler and less risky than using a 3rd-party utility.
Edit: Actually, Gumba's link above (15 Hacks Every Dropbox User Should Know) already covers relocating My Documents into a Dropbox folder. See the last page of that article for details.