Skip to main content

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

Hey Preggopixels, I'd like to pitch an idea to you to maybe help deal a certain bug:

The most prominent bug right now is the bug where images fail to load, which means you have to close and restart from the last save. What I think would help is that instead of having the image constantly be trying to reload, either code in something that forces it to stop attempting to load the image after a certain amount of tries OR add a button which the user can press in order to choose whether they want the image to load or not. I have seen some simple solutions on the bug report discussion board but I was thinking that this could help with future image problems, since doing either will let anyone who plays through it know that there is a bug and can tell you about it and can let us move forward with the game instead of being stuck in one particular place.

I just think it's better than having someone, like myself, who knows absolutely nothing about coding going in and doing it themselves or being to nervous to do it at all and being stuck at that particular position.

(1 edit)

He doesn't reply much on this site that often any more, you got to reach him on discord. Good idea though.

You dont have to load from the save, most problems are related to incorrect path of teh sprites, just find the "missing one" and rename it in the folder and then press "reload" button

What do you mean by "missing one" and "renaming". What did you do step by step to fix it? Do you need any special tools?

When the game says it fails to load image, you can see the path of that image. Go to the files, there you copy file that have almost the exact name and rename it just how the game is showing you that you don´t have. Just renameing of similar file can lead to problem of not having picture with that name. 

There are files that game says have name for example "Cowgirl%20yellow" you name that file like this "Cowgirl yellow".

Hope it helps, sorry if I am not making sense, this is not my first language.

For the most part you work around it, go in to the game files useing the error to locate the file path and rename the file or copy it and rename it to match the one the error ask for.