How would one go about making a gallery/scene viewer

Bleebao

New Member
Aug 3, 2020
4
0
I'm thinking about making a game and am curious on how to develop a gallery to viewed collected scenes
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,111
3,394
For renpy?

Find an existing game and steal learn from theirs. I'm serious.

Failing that, use the search function. I know I've seen multiple posts where Anne'O'nymous basically writes one from scratch while answering a question.
 

J&R Games

Newbie
Game Developer
Nov 5, 2023
80
180
I'm thinking about making a game and am curious on how to develop a gallery to viewed collected scenes
I'm pretty sure renpy has a module for creating a gallery but the concept is very simple.

  • Create a menu/screen where all the buttons link to a scene.
  • Create a variable to flag that you're viewing from the gallery so it can return to gallery rather than proceed normally
  • Tie the unlocking of those buttons to whatever progress variables you have or create some