Saving on the cloud
Crystark
Member Posts: 22
Hi,
I was wondering if the game would use any cloud saving technology so that we can install it on numerous computers and always be able to continue the same game ?
Thanks !
I was wondering if the game would use any cloud saving technology so that we can install it on numerous computers and always be able to continue the same game ?
Thanks !
0
Comments
mklink /D "folder path where u want the link" "folder path in Dropbox"
i have made in this way the folders: save, mpsave and characters
Anyway, instead of dropbox u could use any cloud-program...
I've also sync-ed the Portraits folder
Here's what i did. Note that you need to execute cmd with admin rights (search 'cmd', right click, run as admin) :
cd C:\Users\YOURUSER\Documents\Baldur's Gate - Enhanced Edition
mklink /D .\save "E:\Google Drive\PCSync\bgee\save"
mklink /D .\Portraits "E:\Google Drive\PCSync\bgee\Portraits"
mklink /D .\characters "E:\Google Drive\PCSync\bgee\characters"
mklink /D .\tempsave "E:\Google Drive\PCSync\bgee\tempsave"