Learn / Guides
GuidesStep-by-step Ren'Py guides
Technical guides on common Ren'Py development problems, tooling workflows, and safe asset management — written for creators who want clarity, not complexity.
Asset Management
Why Ren'Py GUI files appear unused — but deleting them breaks your game
Scanners flag gui/ files as unreferenced because they're never in script. Here's what's actually loading them and how to stay safe.
How to find missing images in a Ren'Py project before release
Missing image errors only appear at runtime, deep in branches testers rarely reach. Static scanning finds them all, across every path, before you run anything.
Project StructureUnderstanding branching complexity in visual novels
Why story scripts become impossible to reason about at scale, what choice explosion means in practice, and how a visual map of your story graph changes what you can see.