Search found 5 matches

by Shirral
Thu Jul 23, 2020 5:54 am
Forum: Ren'Py Questions and Announcements
Topic: RenPy can't find an image even though the image is there (IOError)
Replies: 9
Views: 773

Re: RenPy can't find an image even though the image is there (IOError)

Nevermind - it just dawned on me that since my list is in Python, not Ren'Py script, I should use "$ renpy.show(k_mid[cd])" instead of show k_mid[cd]! I still don't understand why Ren'Py won't show the picture that it has the name of that is the same as the name of the image it's supposed ...
by Shirral
Thu Jul 23, 2020 5:39 am
Forum: Ren'Py Questions and Announcements
Topic: RenPy can't find an image even though the image is there (IOError)
Replies: 9
Views: 773

Re: RenPy can't find an image even though the image is there (IOError)

Hey there, I'm having a similar problem. In my case, the game doesn't return any errors, but it still doesn't show the image. What I'm trying to do is making the game show one of the 5 pictures ("k_mid") for the same location depending on a variable ("cd"). At the beginning, the ...
by Shirral
Wed Jul 08, 2020 7:46 am
Forum: Ren'Py Questions and Announcements
Topic: WSAD/arrows movement in a labyrinth game?
Replies: 4
Views: 890

Re: WSAD/arrows movement in a labyrinth game?

Thank you a lot for your answers! Is this of any use? https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=19245#p249267 Nyaatrap's framework looks great - this is basically how I'd like this to look/work, and someone provided the solution for the key input in the comments. The only problem is...
by Shirral
Mon Jul 06, 2020 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: WSAD/arrows movement in a labyrinth game?
Replies: 4
Views: 890

WSAD/arrows movement in a labyrinth game?

Hey there! I'm creating a labyrinth game, where the player needs to navigate a labyrinth, find some objects, get to the certain point and use the objects (typical VN story introduction, then the labyrinth part with the places where the objects/traps are linked with VN story flashbacks - character's ...
by Shirral
Tue Dec 27, 2016 3:23 pm
Forum: Ren'Py Cookbook
Topic: Imagebutton GUI Framework [GxImagebuttons]
Replies: 105
Views: 89363

Re: Imagebutton GUI Framework [GxImagebuttons]

Yeah, same issue here. It seems the two latest releases of Ren'Py have some problem with it; try downloading 6.99.10 - it's still working with this version.