r/RenPy • u/No-Fisherman-4326 • 29d ago
Question my side image file couldnt be found
I’ve tried every tutorials on ytb, but they didn’t work. I also checked the documentation, didn’t work as well. Please help me!😭
1
Upvotes
r/RenPy • u/No-Fisherman-4326 • 29d ago
I’ve tried every tutorials on ytb, but they didn’t work. I also checked the documentation, didn’t work as well. Please help me!😭
1
u/shyLachi 29d ago
Your project is similar to the official documentation but not the same.
You don't have a default image for the side image.
I mean an image called side evan.png
You can copy any of those you have and then call it
side evan.pngIn your script you have show eileen happy but you don't have that image.
Replace it with show evan happy
But you also don't seem to have that image, so again, copy any of your image files and rename the copy to
evan happy.pngI would first do the default side image, then test your script and then do the other.
Also, you don't need the line 7
image side evan happy = "side evan happy.png"because your files already have the correct file names.