Ren'Py Description Menus (Beginner Friendly!) by Rev (original) (raw)
Ren'Py Description Menus
I've always wished character profiles were built into Ren'py, so have a quick plugin to add it in!
There are 4 premade layouts with each containing 8 character pages. All you need to do on your end is fill in what the default variables say for it to show up on your menu! Take a peek into the sample game if you need an example of how to change the variables mid-game as well.

This image shows the difference between each preset pack!
To add this into your project you need to:
- Take the .rpy script out of the folder and throw it into your 'game' folder.
- Place the images into your 'gui' folder!
- Add the line "show screen onscreenmenubutton" in your script.rpy after the start label.
- Open the script and fill your character's information to the default variables!
Features
- Everything is a variable so you can change it during the story.
- Buttons and backgrounds are images (Assets included)
- Tons of script comments to help you along the way!
If you have questions, requests, or errors, please comment them! Thank you!