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
m (Andytizer moved page Save Folder Cloud Syncing to Save Game Cloud Syncing over redirect)
(already cleaned up)
 
(34 intermediate revisions by 16 users not shown)
Line 1: Line 1:
Save folder cloud syncing is the process of having save game data automatically synced to cloud (online) storage.
+
{{Image|Steam Cloud.jpg|Steam Cloud - cloud sync conflict.}}
 +
'''Save game cloud syncing''' is the process of having save game data automatically synced to [[Wikipedia:Cloud_storage|cloud storage]].  
  
Cloud syncing has a number of benefits:
+
==Advantages==
*Automatic backup protects against catastrophic data loss like hard drive crashes.
+
'''Cloud syncing''' has a number of benefits:
*Continue a game on another PC such as a laptop seamlessly.
+
* Automatic backup protects against catastrophic data loss like hard drive crashes.
*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).
+
* Seamlessly continue a game on another PC without having to manually transfer save data.
 
+
* 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 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===
 
*[http://store.steampowered.com/search/?sort_by=Name&sort_order=ASC&category2=23 Steam Cloud search]
 
 
 
===List Of Steam Cloud Games Which Do Not Sync Save Game Data===
 
*[[Braid]]
 
*[[Fallout: New Vegas]]
 
 
 
==Dropbox Cloud Saving Guide==
 
[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===
 
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====
 
* [http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Link shell extension]
 
 
 
====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 (Operating System)|Windows]] 7. This location is:
 
 
 
<pre>C:\Users\[Username]\Documents\My Games\Fallout New Vegas\</pre>
 
 
 
====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:
 
 
 
<pre>C:\Users\[Username]\Documents\My Dropbox\</pre>
 
 
 
====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. To create a symbolic link on Mac or Linux on the command line, run:
 
 
 
<code>$ ln -s ~/Dropbox/Saved\ Games/Fallout New Vegas ~/Documents/My\ Games/</code>
 
 
 
==GameSave Manager==
 
[http://www.gamesave-manager.com/ 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.
 
  
 
[[Category:Guide]]
 
[[Category:Guide]]

Latest revision as of 22:38, 27 October 2020

Steam Cloud - cloud sync conflict.
Steam Cloud - cloud sync conflict.

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.
  • Seamlessly continue a game on another PC without having to manually transfer save data.
  • Ability to store save games for long term retrieval (useful for series such as Mass Effect which spanned over 4 years).