Engine
Ren'Py Save Editor
Edits persistent data and inspects slot saves for any Ren'Py visual novel
Works with: Doki Doki Literature Club, Katawa Shoujo, Long Live the Queen, Butterfly Soup, Dream Daddy, Monster Prom, and thousands more.
persistent (no ext) .save files zlib + pickle decoded
Drop your Ren'Py save here
Supports persistent (no extension) and .save slot files
zlib-compressed pickle — decoded entirely in your browser
Where to find Ren'Py saves:
- Windows:
%APPDATA%\RenPy\[game-id]\ - Mac:
~/Library/RenPy/[game-id]/ - Linux:
~/.renpy/[game-id]/ - Steam:
SteamApps/common/[game]/game/saves/
What can be edited?
- ✓ persistent file — all primitive values (flags, counters, choices)
- ✓ Boolean flags (achievements, seen-routes, unlocks)
- ✓ Numeric values (points, counters)
- ~ .save slot files — inspect only (game state is read-only)
Edit Save Data
Persistent Variables (editable)
These are flags and counters that persist across saves — achievements, seen routes, chapter unlocks.
Save File Info (read-only)
All Extracted Data (JSON view)
Full decoded object tree. Editing here has no effect on download.