A save editor for Diablo II: Resurrected.
Supports both version 0x63 (v1.x) and 0x69 (v3.x) d2s save files.
- Parse and edit character saves (.d2s)
- Parse and edit shared stash (.d2i)
- Parse and edit standalone items (.d2i)
- View and edit character stats, skills, waypoints, quests
- View and edit item properties
- Drag & drop items between inventory slots
- Python 3.12+
- PySide6 >= 6.6.0
pip install -r requirements.txtpython d2s_gui.pypython d2s_parse.py <save_file># Build executable
make build
# Build installer
make installermake tests