Skip to content

EldenRing Save Manager GUI app written entirely in Python

Notifications You must be signed in to change notification settings

corntoasted/EldenRing-Save-Manager

 
 

Repository files navigation

EldenRing-Save-Manager

GUI app written entirely in Python

Usage

Windows

Download Latest Release

Linux / Proton / SteamDeck

Dependencies

python3 -m pip install Pillow requests

Fedora/DNF for 'ImageTk' from 'PIL'

sudo dnf install python3-pillow-tk.x86_64 python3-pillow.x86_64

Run

python3 SaveManager.py

Pyinstaller

pyinstaller --onefile --windowed --icon=./data/icon.ico ./SaveManager.py ./hexedit.py ./stat_progression.py ./itemdata.py ./os_layer.py ./allitems_dict.py

Features:

  • Edit item quantities
  • Edit character stats
  • Copy characters between save files
  • Duplicate characters within the same save file
  • rename characters in-game name
  • Seamless co-op .co2 extension support
  • automatically patch downloaded save files with your own Steam ID
  • Fix corrupt save files by recalculating checksum values
  • God mode (sets HP, ST, FP to 60k)
  • Create save and load backups
  • Create save slots for various builds before respec etc.
  • Edit notes attached to each save slot
  • Update to the latest release with included updater
  • Force quit EldenRing when the game locks up and even task manager wont end the process

If you like the mod or want to support future updates, please Donate via PayPal

save-editor

inventory editor

v1 40

Icon used from https://www.deviantart.com/abdelrahman18/art/Elden-Ring-Icon-877626671 You can use this icon to replace the horrible default Elden Ring game icon.

Video Tutorial: https://youtu.be/RZIP0kYjvZM

About

EldenRing Save Manager GUI app written entirely in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%