Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Does anyone know what to do when you get the " Failed to load: img/characters/_______________.png " ?

Im stuck at the place where you first meet the lady who runs the Dairy Farm. And she ask you to help find her friends so they can run the farm together again. (Aka the Half cow Half human ladies)  When I walk up to her it starts the "Cutscene/image" but it fails to load it...

With all of those image loading bugs, and there are a few of them...I open the game files navigate to the right folder find the image file the game is trying to use make a copy of it and make it match the file name the game is trying to find. Aka if the one it is searching for has spaces between like Black Cow but the original is BlackCow just make a copy with the space there. Any of the %20 lines in the search are spaces.

Where in the files did you find them? I've tryed to look for it but I dont think im looking in the right spot..

So when it throws up that error, just follow the locations from it. For example: Your img/characters/________.png

Just go to the game file > www > img > characters

You then just to need to find the file. They are in alphabetical order. Many times there will be a ! or $ in front. These files are usually placed first because they start with a non-alphabet symbol. They then proceed alphabetically.

Note: Some of the missing/failed to load images are NOT under characters, they are under faces. Make sure to look at the error message to identify which it is. That may be where you are getting lost as well.

(+1)

Ok that makes a lot more sense. Thank you ^^

If the file name contains %20 nothing can be done for it, otherwise try searching it up in your game folder and replacing all the ones with a somewhat similar name with the one you are missing