Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Renpy Persistent Editor May 2026

There isn’t an official standalone "Ren'Py Persistent Editor" tool from the Ren'Py team, but here are your main options: You can manipulate persistent data directly from the Ren'Py console or via a temporary screen.

define config.console = True Then in-game press Shift + O and type, for example: renpy persistent editor

(in options.rpy or gui.rpy ):

persistent.unlock_ending = True to edit values: renpy persistent editor

It sounds like you're looking for a way to (the persistent object that stores data across game sessions/runs). renpy persistent editor