Yeah, I already did that. I think I'm still not knowing what to do with either the new label in the script, or maybe I'm still not getting the replay_setup stuff right. Nothing I've done has broken my playthrough yet but the gallery is still locked.
SuperTerrificHappyHour
3
Posts
3
Following
A member registered Nov 07, 2024
Recent community posts
Easy Ren'Py Image and Replay Gallery comments · Replied to BadMustard in Easy Ren'Py Image and Replay Gallery comments
Easy Ren'Py Image and Replay Gallery comments · Posted in Easy Ren'Py Image and Replay Gallery comments
Hi, thanks for an awesome gallery! I have the replay gallery showing with the lock screens, however I am unable to unlock them so far. In my script I have this:
menu:
"Should I help Foxy out?"
"Submit DNA evidence!":
$ foxy_love += 1
$ xxx_files += 1
jump dna_yes
"Are you sure this is a good idea?":
jump dna_no
label dna_yes:
Here is what I have in the replay setup:
Replay_items.append(ReplayItem("Rthumb1", "dna_yes", "Foxy roof scene."))
and for the thumbnail I have:
image Rthumb1 = ("images/replay/ch1foxyroof22.webp")
Am I missing something? I've replayed my scene several times and saved afterwards and it's still showing up as locked.