Lost Grace Found!

What is this?

Lostgrace is a service that syncs your Elden Ring Seamless Coop save, saving you the hard work of plugging and unplugging a $2 thumb drive all the way over there.

But seriously. It could be helpful if you are trying to sync your save to a handheld that only has usb-c/limited ports, or you really don't want to format that thumb drive with that sweet Arch Linux distro on it.

Using Lost Grace

  1. Play some Seamless Coop if you don't have a save.
  2. Register here. You will immediately get a code to use for syncing your saves after you register. Make sure you save it.
  3. Download the client to each of the machines you would like to sync. Get it here.
  4. Extract the zip. Edit the user.config with your favorite text editor. Set name = your_name_you_used_to_register and key = your_key_from_registration_step.
  5. (Optional on Windows. Required on Linux) Set the path of save the save directory if it is not in %AppData%/Roaming/EldenRing. If there is just a single directory underneath ../EldenRing/, good to go. Otherwise, replace path = auto with path = the_path_to_your_save_file. There will be an error if auto does not work.
  6. (Optional) If you are not using the ersc save format (co2), replace ext = default with ext = .your_extension. Ex: ext = .abc
  7. Run the lostgrace executable (lostgrace.exe on Windows) to sync. Run it with the -d <direction> flag to either upload (-d up) or download (-d down) your save.

Misc. Details

Planned Features/Goals

Closing Remarks

I use VIM by the way.

I use Arch by the way.

If you got this far, Thank you. I had super fun developing this. I hope to introduce more features (that make sense) in the future. There were some speed bumps that made this a little tricky here and there. Error logs were my friend.