Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Save game cloud syncing"

From PCGamingWiki, the wiki about fixing PC games
Line 19: Line 19:
  
 
==Dropbox Cloud Saving==
 
==Dropbox Cloud Saving==
[http://www.dropbox.com/ '''Dropbox'''] is a [[Wikipedia:Cloud_storage|cloud storage]] program, widely regarded as the most reliable and well-implemented program of its kind.<ref>http://www.theverge.com/2012/4/24/2954960/google-drive-dropbox-skydrive-sugarsync-cloud-storage-competition</ref>
+
[http://www.dropbox.com/ '''Dropbox'''] is a [[Wikipedia:Cloud_storage|cloud storage]] program, widely regarded as the most reliable and well-implemented program of its kind.<ref>http://www.theverge.com/2012/4/24/2954960/google-drive-dropbox-skydrive-sugarsync-cloud-storage-competition</ref> However, '''Dropbox''' can only synchronise a single 'Dropbox' folder at any one time. To use '''Dropbox''' to sync save game files, one needs to [[Wikipedia:Symbolic Link|symbolic links]] to make the save games 'appear' inside the Dropbox folder.
 
 
'''Dropbox''' can only synchronise a single 'Dropbox' folder at any one time.  
 
  
 
===Windows===
 
===Windows===

Revision as of 15:43, 15 June 2012

Steam Cloud - cloud sync conflcit.

Save game cloud syncing is the process of having save game data automatically synced to cloud storage.

Advantages

Cloud syncing has a number of benefits:

  • Automatic backup protects against catastrophic data loss like hard drive crashes.
  • Continue a game on another PC such as a laptop seamlessly.
  • Ability to store save games for long term retrieval (useful for series such as Mass Effect which spanned over 4 years).

Steam Cloud

Steam Cloud is a feature of the Steam client that allows save game data to synced to the cloud. A list of Steam Cloud games can be searched for on Steam.

Steam Cloud implementation is very inconsistent among developers. Some choose to only sync configuration files, some force users to choose only a single slot to be synced. Some games list Steam Cloud as a feature, but do not sync any data whatsoever. For example:

Therefore other methods of cloud syncing can be enabled.

Dropbox Cloud Saving

Dropbox is a cloud storage program, widely regarded as the most reliable and well-implemented program of its kind.[1] However, Dropbox can only synchronise a single 'Dropbox' folder at any one time. To use Dropbox to sync save game files, one needs to symbolic links to make the save games 'appear' inside the Dropbox folder.

Windows

This method uses symbolic linking (mklink) to move a folder, whilst making Windows think that the folder has not moved. Symbolic linking works in a similar way to a shortcut; a link replaces the folder, whilst also pointing to the new location. This new location will be in the Dropbox, which is automatically synced online.

Note: #GameSave Manager also has an excellent Sync & Link feature which can automate this process.

Step 1 - Install Link Shell Extension Utility

Step 2 - Find Save Game Location

First of all, locate where your save games are stored. For this guide, we will assume you want to sync your Fallout: New Vegas saves, which are stored in on Windows 7. This location is:

C:\Users\[Username]\Documents\My Games\Fallout New Vegas\

Step 3 - Move Save Game Folder Into Dropbox

Move (do not copy) the Fallout: New Vegas folder into the Dropbox folder. This default location is:

C:\Users\[Username]\Documents\My Dropbox\

Step 4 - Create Symbolic Link

Right click on the folder:

C:\Users\[Username]\Documents\My Dropbox\Fallout New Vegas\

Click 'Pick Link Source'.

Go to:

C:\Users\[Username]\Documents\My Games\

Right click and choose 'Drop as - Symbolic Link'. Now Fallout: New Vegas save game folder will sync onto Dropbox.

Mac And Linux

Some games may save in their installation directory. It is still easy enough to create the symbolic link required. To create a symbolic link on Mac or Linux on the command line, run:

$ ln -s ~/Dropbox/Saved\ Games/Fallout New Vegas ~/Documents/My\ Games/

GameSave Manager

GameSave Manager is a very well developed and comprehensive save game backup utility. The feature Sync & Link can be used to automate the symbolic linking process to one's Dropbox folder.