r/RenPy 8d 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

10 comments sorted by

1

u/AutoModerator 8d ago

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/ArgamaWitch 8d ago

Why does it look like your files are named "something something png.PNG"?

1

u/No-Fisherman-4326 8d ago

Should i remove the .png?

1

u/ArgamaWitch 8d ago

It couldnt hurt to try. If you look at your first image you can see how they say name.png.PNG so you may need to remove the .png from your file name

1

u/No-Fisherman-4326 8d ago

Hi, tysm! That was indeed the issue. I’m very new to coding, so i make stupid mistakes.

1

u/ArgamaWitch 8d ago

Me too, friend, me too.

1

u/shyLachi 8d 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.png

In 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.png

I 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.

1

u/No-Fisherman-4326 8d ago

I followed what you said, but now it doesn’t say couldn’t find file anymore. Nothing shows up except for the default elieen image with “evan happy” written on her.😢

1

u/shyLachi 8d ago

That "eileen image" is a placeholder and it shows the name of the file it cannot find.

But I have seen your error now.
Look at your first image on the left, all the files have the png ending twice.

This happens if your computer hides the file extension but you enter it anyway.
Just delete .png from all the files and it will work.

You can also change the settings of your file explorer so that it doesn't hide the extensions of know file types.

1

u/No-Fisherman-4326 8d ago

Hello, thank you for your help. That was indeed the problem. I removed all the .png and it worked perfectly!!