Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Flowchart Plug-In for Ren'Py

Framework for implementing in-game flowcharts for easier navigation · By Devil Spiδεr

How do I activate the flowchart in my own project?

A topic by Luckygekko created 56 days ago Views: 56 Replies: 2
Viewing posts 1 to 2

Hello! First of all, thank you for the amazing tool you created. I am new to renpy and coding in general and I would like to know how to integrate and activate the flowchart into my visual novel. I have downloaded the standalone file and put it into the game folder. But when I launch the game and go into the menu, I can't find the "flowchart" option like in the demo.


Thank you for your time and patience =)

Developer(+1)

It’s disabled by default so it doesn’t throw errors when trying to use the default assets. You’d also need to add a “link” to the screen by having a button with a ShowMenu(“flowchart”) action, which for a default project will be in the navigation screen in screens.rpy The flowchart.rpy file has a basic operating guide for the framework as well.

I see! I will try this. Thank you for your fast response =)