Jump to content

Save game syncer


jlaw90

Recommended Posts

Hi everyone!

After a quick search for cloud game synchronisation the other day I noticed there was nothing available so I quickly hacked together a plugin to synchronise save files.

Code is available on github here: https://github.com/jlaw90/KSPSaveSync

Latest binary release will always be available from https://github.com/jlaw90/KSPSaveSync/releases

It's an initial release so there may be bugs, please backup your saves before use!

Here's the readme:

KSPSaveSync

A simple plugin to synchronise Kerbal Space Program saves.

Usage

Download the latest release from https://github.com/jlaw90/KSPSaveSync/releases and copySaveGameSyncer.dll to <KSP>/Plugins. Copy sync.cfg.example to <KSP>/Plugins as well, change it so that it contains only the directory you want to sync your saves with and rename it to sync.cfg.

How it works

When the main menu loads, all saves will be copied from the sync directory to the KSP save directory. Any time the game saves, all save data will be copied back from the KSP save directory to the sync directory.

This can be useful for using Google Drive, Dropbox, MEGAsync or other programs to keep your saves in the cloud.

Compiling

  • Load the solution in Visual Studio 2013 or higher
  • Add references to Assembly-CSharp.dll and UnityEngine.dll (can be found in<KSP>/KSP_Data/Managed directory)
  • Voila! It should now compile fine

Refer to usage on how to use

Contributing

If you have any suggestions on how to make this better feel free to open an issue or create a pull request

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...