Posted January 06, 2014
high rated
Have you ever wished one of your favorite good old games had a way to automatically backup and synchronize your saved game data (and other game settings) across multiple machines, or after a reformat? Do you have a NAS server (or a USB stick you don't mind toting between the computers you play on)? If you answered "yes" to both questions, read on!
I'm working on a free-to-use and open source tool to automatically manage user data. I designed it to be capable of working with any application, but so far it's been used almost exclusively for games. It already supports nearly 100 applications (many of them from GOG), and it's reached a stage of completeness where I think it would greatly benefit from feedback (and contributions) from users besides me, and contributions from others who want to add support for their favorite game (which is super easy to do via simple XML files, with a little learning).
It's best used with a NAS (network attached storage) over a wired network connection - so if you play games on two or more computers that both have a wired LAN connection to the same NAS server, that's perfect. If you have a wireless connection to the NAS, this may also work, depending on how reliable your wireless connection is when copying large amounts of data (and if it's not, consider the USB stick option). Yes, I plan to expand to have more options such as syncing over a real cloud in the future.
If you're on Windows Vista or higher, it should only be used for games you install OUTSIDE of the "program files" folder or other folders that require elevated privileges to write to (because of permission issues).
Note: I'm still working on this software, and it has not yet been tested by a large number of people. I have personally used this project to sync my game save data for many months, and have never seen it lose anything during that time - however, if you're using this software on any game saves or other data you'd really hate to lose, please back up that data first because this project is still maturing!
If you're interested, check if you are currently playing any of the supported applications here: http://www.michaelgcarlson.com/settings/supported-applications/
And see the tutorial here: http://www.michaelgcarlson.com/settings/tutorial/
I'm working on a free-to-use and open source tool to automatically manage user data. I designed it to be capable of working with any application, but so far it's been used almost exclusively for games. It already supports nearly 100 applications (many of them from GOG), and it's reached a stage of completeness where I think it would greatly benefit from feedback (and contributions) from users besides me, and contributions from others who want to add support for their favorite game (which is super easy to do via simple XML files, with a little learning).
It's best used with a NAS (network attached storage) over a wired network connection - so if you play games on two or more computers that both have a wired LAN connection to the same NAS server, that's perfect. If you have a wireless connection to the NAS, this may also work, depending on how reliable your wireless connection is when copying large amounts of data (and if it's not, consider the USB stick option). Yes, I plan to expand to have more options such as syncing over a real cloud in the future.
If you're on Windows Vista or higher, it should only be used for games you install OUTSIDE of the "program files" folder or other folders that require elevated privileges to write to (because of permission issues).
Note: I'm still working on this software, and it has not yet been tested by a large number of people. I have personally used this project to sync my game save data for many months, and have never seen it lose anything during that time - however, if you're using this software on any game saves or other data you'd really hate to lose, please back up that data first because this project is still maturing!
If you're interested, check if you are currently playing any of the supported applications here: http://www.michaelgcarlson.com/settings/supported-applications/
And see the tutorial here: http://www.michaelgcarlson.com/settings/tutorial/
Post edited January 07, 2014 by Fallen_Zen