Learn /
Guides
Step-by-step technical guides on common Ren'Py development problems, tooling workflows, and safe asset management.
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.
Debugging
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.
March 2026 · 5 min readProject Structure
Understanding 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.
March 2026 · 6 min read