Search found 5 matches

by aitha
Sat Sep 21, 2019 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: (solved) Can anyone correct this code?
Replies: 1
Views: 559

Re: (solved) Can anyone correct this code?

changed
image_gallery.unlock_image("bg_intro")
to
image_gallery.image("bg_intro")

How to delete this question(post)?
by aitha
Sat Sep 21, 2019 2:10 pm
Forum: Ren'Py Questions and Announcements
Topic: (solved) Can anyone correct this code?
Replies: 1
Views: 559

(solved) Can anyone correct this code?

I got this code from game dev for a gallery in-game. This code is working only when the images are seen by the player. But when I want to show pics that not seen by the player it locking itself. I want to show the player all the out game images (Not seen images in-game). Please help me. :cry: Have a...
by aitha
Sat Sep 21, 2019 10:13 am
Forum: Ren'Py Questions and Announcements
Topic: Code for character gallery
Replies: 8
Views: 1006

Re: Code for character gallery

yeah and even I rechecked. no luck
by aitha
Sat Sep 21, 2019 7:09 am
Forum: Ren'Py Questions and Announcements
Topic: Code for character gallery
Replies: 8
Views: 1006

Re: Code for character gallery

Thanks for the help. I changed my character variable to something new. But now I am getting this error. I'm sorry, but an uncaught exception occurred. While running game code: File "game/gallery.rpy", line 49, in execute screen gallery_a(): File "game/gallery.rpy", line 49, in ex...
by aitha
Fri Sep 20, 2019 6:08 am
Forum: Ren'Py Questions and Announcements
Topic: Code for character gallery
Replies: 8
Views: 1006

Code for character gallery

I am super dumb in coding. :cry: :oops: I want an easy code for adding the gallery into the game. All images are unlocked no locking is needed. I Just want to show group images and I want user clicked on it should show image fullscreen. I tried a bunch of youtube tutorials and ren'py documentation e...