Prologue:
This guide will help you to synchronize your savegames on multiple devices. I use it because I play this game at school on my laptop and at home on my PC, and I'd like to keep my savegames in sync. By using Dropbox, you also gain the ability to restore old files, so you'll be able to restore any state where you used Save+Quit using the history feature of Dropbox. This may also be considered cheating, I also don't use it, but it's your decision whether you take advantage of this feature or not.
tl;dr: After you followed this guide's steps you'll be able to use your savegames on all your devices.
Prerequisites:
- Basic knowledge of Windows (How to create a folder, how to find a folder's path)
- Dropbox account (Or anything else that automatically synchronizes folders, but this guide only discusses the way to do it with dropbox)
This step-by-step guide should only be done once, and you should do this on the device whose savegame you'd like to use.
- Create a Dropbox folder for your savegames. (You may want to call it something like Savegames? *derp*)
- Go to "Documents\My Games" in the Windows explorer.
- Copy the FasterThanLight-folder to the savegames folder of your Dropbox. (If the FasterThanLight-folder doesn't exist, you either didn't run FTL before or you're in the wrong folder)
- Go to "Documents\My Games" in the Windows explorer.
- Rename the FasterThanLight-folder to something like "FasterThanLight-backup".
- Go to "Documents" in the Windows explorer.
- Shift+Right click the "My Games"-folder and choose to open this folder in a command window. (It's called "Eingabeaufforderung hier öffnen" in german)
- Type:
Instead of DROPBOXFOLDER type the path to your FasterThanLight dropbox folder, for instance:
Code: Select all
mklink /J FasterThanLight DROPBOXFOLDER
Code: Select all
mklink /J FasterThanLight "E:\Dropbox\Savegames\FasterThanLight"
- Press ENTER and it should've successfully created a link.
Epilogue:
I hope this guide was helpful, if not - feel free to ask questions here.
Best regards,
rynti
Troubleshooting:
I lost all my achieved stuff directly after following this guide
Thank god I'm so happy that you didn't just delete your FasterThanLight folder but renamed it to "FasterThanLight-backup" (If you DID delete it - your fault). You can just delete the "Documents\My Games\FasterThanLight" folder (Or rename it to something just to make sure you don't lose anything) and rename the "Documents\My Games\FasterThanLight-backup" back to it's default name (Documents\My Games\FasterThanLight). Even though you're not in sync anymore, you'll have your old savegame restored.
I lost all my achieved stuff after using this synchronization feature for a while
Probably Dropbox messed up some synchronization, you can have a look at the Documents\My Games\FasterThanLight folder and see if there are some "conflict" files (There should by something like "Conflicted version of foo bar" there). If there are some conflicting files, try them all out (Rename them to their original name, e.g. "prof.sav") and keep only the one with the correct savegame. If there's no such conflicting file, you can go to the savegame folder on dropbox and check the history of the file (Right click on the file -> Dropbox -> Show previous versions (Or something like that)) and on the homepage you can restore a previous state. If you don't see any files at all, you can right click the FasterThanLight folder and look it up on the dropbox website. There you can review all recent changes and you can restore previous states of deleted files.