Skip to content

Crimson Save Editor C++ v1.0.0 (pre-release)

Pre-release
Pre-release

Choose a tag to compare

@NattKh NattKh released this 16 Jul 23:35
· 2 commits to main since this release

This is the new C++ version of the save editor — a full rewrite of the desktop editor in C++20 (ImGui/DX11). It replaces the Python-based save editor going forward; the Python Game Mods releases continue separately.

Highlights

  • Native C++ engine: much faster load/parse/save than the Python editor
  • Item database updated for the latest game client: 6,508 items (+29 new from the current patch, incl. renamed items like the The Ashen's set)
  • Save Tree with XML export/import (whole-save byte-identical round-trip, cross-save node grafts)
  • Inventory, equipment, dye, knowledge, quests, mercenaries/pets, appearance, world editors
  • Built-in Rebuild item names from your game install sync

Install

Unzip anywhere and run CrimsonSaveEditor.exe. Keep the data/ and icons_local/ folders next to the exe.

Notes

  • Pre-release: back up your saves before editing (the editor also auto-backups).
  • Report issues on Discord or the issue tracker.