Skip to content

Instantly share code, notes, and snippets.

@mrunkel
Last active May 27, 2018 08:28
Show Gist options
  • Select an option

  • Save mrunkel/87df6c7b1107048526ff589ec4a2f2ea to your computer and use it in GitHub Desktop.

Select an option

Save mrunkel/87df6c7b1107048526ff589ec4a2f2ea to your computer and use it in GitHub Desktop.

Create a file in /game called options.rpy with the following content

init -1:
  python hide:
    config.developer = True

In /Renpy/Common/00console.rpy

Set config.console variable to True (use capital T)

Save file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment