itch.io is community of indie game creators and players

Devlogs

Version 2.6 Mini, Web Demo, and Discussion Board

Ren'Py All-In-One GUI Template
A browser GUI made in HTML5

Hello again everyone! Just a very quick update for you all to let you know there's an alternate version of the template available, as well as a web demo for those of you who want to see what you'll be downloading!

More on the "alternate" version of the template: it's basically the same, but with the File Slot screens (Save and Load) taken out for very small VNs that may not have much use for them. That's one less screen for you to have to worry about customizing, and it's quite handy for the Only One of Any Asset VN Jam coming up soon... For those of you who picked up yesterday's update and don't want to bother getting the other download, add the following lines to your screens.rpy somewhere.

init:
    ## This will make it so the usual inputs that lead to the File Slot screens will go to
    ## the Preferences screen instead.
    $ _game_menu_screen = "preferences"
    ## Be sure to comment out the Save and Load buttons in your Quick Menu and Navigation!

Additionally, we've decided to swap the comments on this page to a dedicated Discussion board in order to address individual inquiries better.

Thank you for your time, and happy devving!

Files

  • AIO-GUI-Template-2.6-web.zip 19 MB
    Jul 24, 2022
  • GUI_Template_Mini_v2.6.zip 12 MB
    Jul 23, 2022
  • GUI Template 2.5.zip 12 MB
    May 12, 2021
Download Ren'Py All-In-One GUI Template
Leave a comment