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:

  1. Take the .rpy script out of the folder and throw it into your 'game' folder.
  2. Place the images into your 'gui' folder!
  3. Add the line "show screen onscreenmenubutton" in your script.rpy after the start label.
  4. Open the script and fill your character's information to the default variables!

Features

If you have questions, requests, or errors, please comment them! Thank you!