Search found 5 matches

by nuby
Thu Jun 29, 2017 10:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Image in folder not found
Replies: 13
Views: 4479

Re: Image in folder not found

I've solved the problem! I don't really know what the problem was OR how I fixed it.. but thank you guys for your help! :)
by nuby
Thu Jun 29, 2017 7:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Image in folder not found
Replies: 13
Views: 4479

Re: Image in folder not found

Back to "can't find" w/ quotes.. darn. What should I try now?
by nuby
Thu Jun 29, 2017 7:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Image in folder not found
Replies: 13
Views: 4479

Re: Image in folder not found

No no, I mean if your images are in a subfolder, make sure to include the subfolder in the image definition. The "BGs" folder is an example, that is what I did for my images. I made a folder called "BGs" within the "game" folder. In the "BGs" folder, I put the image files I defined in the example c...
by nuby
Thu Jun 29, 2017 6:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Image in folder not found
Replies: 13
Views: 4479

Re: Image in folder not found

Two things: 1) Your image definitions aren't in an init block. 2) Did you check the file paths for the images? Here is an example: init: image bg street = "BGs/bg_street.jpg" image bg school hall = "BGs/school_hall.jpg" image bg school grounds = "BGs/school_grounds.jpg" label start: Each of these i...
by nuby
Thu Jun 29, 2017 5:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Image in folder not found
Replies: 13
Views: 4479

Image in folder not found

I have ren'py set to show the file mc_happy as mc h right before the first line of dialogue. However, no matter what I try, I end up with "could not find file 'mc_happy.png". I know it's in the folder. I have tried basically everything and the closest i've gotten is having no character pop up at all...