LogoSaveFileEditor

    Doki Doki Literature Club Save Editor

    Edit your Doki Doki Literature Club save data in your browser — gallery/CG unlocks, music room flags, and other cross-save values, straight from DDLC's Ren'Py "persistent" file.

    Runs 100% in your browser. Your save file is never uploaded to a server.
    Ren'Py persistent editor
    Upload the file named persistent (no file extension) — not a .save slot file. Everything runs in your browser — nothing is uploaded anywhere.
    Processed entirely client-side. Open your browser's Network tab to confirm nothing is sent to a server.
    Ren'Py keeps persistent.* data (achievements, gallery unlocks, settings) in one file per game, shared by every save slot — it's not inside your .save files. Find it at ~/Library/RenPy/<game>/persistent (macOS), %AppData%\RenPy\<game>\persistent (Windows), or ~/.renpy/<game>/persistent (Linux) — it sits right next to your .save files, with no file extension.

    Doki Doki Literature Club save file format

    Format
    Ren'Py "persistent" file (zlib-compressed Python pickle, no file extension) (extensions: (no extension))
    What you can edit in Doki Doki Literature Club
    • Gallery / CG unlocks<gallery_flag_name>

      Named per image/gallery entry. The editor lists whatever your file actually contains, so the exact names depend on your playthrough and DDLC version.

    • Music room unlocks<music_flag_name>
    • "Seen"/completion flags<completion_flag_name>

      e.g. whether the game has been completed once, end-of-game flags.

    • Counters and settings<counter_name>

      Any plain number, text or true/false value stored on the persistent object — including Ren'Py's own settings. You can also add a new key or delete one.

    Built in Ren'Py, so this works the same way for other Ren'Py games. Editing is limited to the plain values stored directly on the "persistent" object; the rest of the file is copied through byte-for-byte.

    Where is the Doki Doki Literature Club save file located?

    Doki Doki Literature Club save file locations by platform
    Windows
    %AppData%\RenPy\DDLC-1454445547\persistent
    macOS
    ~/Library/RenPy/DDLC-1454445547/persistent
    Linux
    ~/.renpy/DDLC-1454445547/persistent

    Doki Doki Literature Club save editor FAQ