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 2: Line 2:
  
 
Cloud syncing has a number of benefits:
 
Cloud syncing has a number of benefits:
*Protection against hard drive failure.  
+
*Automatic backup protects against catastrophic data loss like hard drive crashes.
 
*Continue a game on another PC such as a laptop seamlessly.
 
*Continue a game on another PC such as a laptop seamlessly.
 
*Ability to store save games for long term use (handy for games like [[Mass Effect]] where save games can be transferred from one title to another).
 
*Ability to store save games for long term use (handy for games like [[Mass Effect]] where save games can be transferred from one title to another).
  
 
==Steam Cloud==
 
==Steam Cloud==
Steam Cloud is a feature of the [[Steam]] client that allows configuration and save game data to synced to the cloud. However, 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 have Steam Cloud listed as a feature, but do not sync any data whatsoever. However, its perfectly possibly to sync save game and configuration data yourself using the plethora of free cloud syncing services. Furthermore, Steam Cloud is not available in any non-Steam games.
+
Steam Cloud is a feature of the [[Steam]] client that allows configuration and save game data to synced to the cloud. However, 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 as a feature, but do not sync any data whatsoever.  
  
 
===List Of Steam Cloud Games===
 
===List Of Steam Cloud Games===
 
*[http://store.steampowered.com/search/?sort_by=Name&sort_order=ASC&category2=23 Steam Cloud search]
 
*[http://store.steampowered.com/search/?sort_by=Name&sort_order=ASC&category2=23 Steam Cloud search]
  
===Steam Cloud Games Which Do Not Sync Save Game Data===
+
===List Of Steam Cloud Games Which Do Not Sync Save Game Data===
 
*[[Braid]]
 
*[[Braid]]
 
*[[Fallout: New Vegas]]
 
*[[Fallout: New Vegas]]
  
==Dropbox==
+
==Dropbox Cloud Saving Guide==
* [http://www.dropbox.com/ Dropbox]
+
[http://www.dropbox.com/ Dropbox] is a cloud storage program. It only synchronises a single folder at a time. There is a method for linking a save game folder into one's Dropbox folder for automatic syncing.
 +
 
 
===Windows===
 
===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.
 +
 +
====Step 1 - Install Link Shell Extension Utility====
 
* [http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Link shell extension]
 
* [http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Link shell extension]
  
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)
+
====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:
  
<pre>C:\Users\%USERNAME%\Documents\My Games\Fallout New Vegas\</pre>
+
<pre>C:\Users\[Username]\Documents\My Games\Fallout New Vegas\</pre>
  
Launch New Vegas and create a save if you haven't done so already. Additionally, you should set your graphics options and preferences at the launcher.
+
====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:
  
Next, create a "Saved games" folder in your Dropbox. '''Move''' your Fallout New Vegas folder here; do not copy it. Once it has finished syncing, right click the Fallout New Vegas folder and click "Pick Link Source". Next, go back to Documents\My Games, right click and choose "Drop as - Symbolic link".
+
<pre>C:\Users\[Username]\Documents\My Dropbox\</pre>
  
Each time you save in New Vegas from now on, your save games will sync to Dropbox! Whenever you install New Vegas on a new computer, simply go to Dropbox, right click Fallout New Vegas and choose "Pick Link Source" and create the symbolic link in your My Games folder.
+
====Step 4 - Create Symbolic Link====
 +
Right click on the folder:
 +
 
 +
<pre>C:\Users\[Username]\Documents\My Dropbox\Fallout New Vegas\</pre>
 +
 
 +
Click 'Pick Link Source'.
 +
 
 +
Go to:
 +
 
 +
<pre>C:\Users\[Username]\Documents\My Games\</pre>
 +
 
 +
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.
 
Some games may save in their installation directory. It is still easy enough to create the symbolic link required.
Line 37: Line 56:
 
<code>$ ln -s ~/Dropbox/Saved\ Games/Fallout New Vegas ~/Documents/My\ Games/</code>
 
<code>$ ln -s ~/Dropbox/Saved\ Games/Fallout New Vegas ~/Documents/My\ Games/</code>
  
== Windows Live Mesh 2011 ==
 
[http://www.mesh.com/ Not sure if this is the right link]
 
 
== Syncplicity ==
 
[http://www.syncplicity.com/ Link]
 
  
 
== Game Save Manager ==
 
== Game Save Manager ==

Revision as of 15:49, 20 March 2012

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

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 use (handy for games like Mass Effect where save games can be transferred from one title to another).

Steam Cloud

Steam Cloud is a feature of the Steam client that allows configuration and save game data to synced to the cloud. However, 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 as a feature, but do not sync any data whatsoever.

List Of Steam Cloud Games

List Of Steam Cloud Games Which Do Not Sync Save Game Data

Dropbox Cloud Saving Guide

Dropbox is a cloud storage program. It only synchronises a single folder at a time. There is a method for linking a save game folder into one's Dropbox folder for automatic syncing.

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.

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.

If on Linux or Mac, to create a symbolic link on the command line, run:

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


Game Save Manager

Can store files locally or on a Dropbox account for cloud storage link