Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello! I downloaded your plugin but am running into some issues. I have the correct file path but continue to get this result when trying to playtest in MV. I don't know why the file type shows up twice. Any way I can rectify this? Thanks for your help!


Greetings.

I'm sure you figured it out by now, but the problem is that, for some reason, the directions say to include the file extension in the name, but the plugin appends".png" to image files automatically, meaning the error it cannot load ffs_splash.png.png is actually because your image isn't called ffs_splash.png.png, so it doesn't exist.

You can fix this by removing the '.png' from the file name in the plugin (ie: /img/pictures/ffs_splash instead of /img/pictures/ffs_splash.png).

(1 edit)

Hi again,

I tried to do what you suggested and it doesn’t work/show up in playtesting. Even exporting the build gives me this error (I changed the file name to splash1). I tried with the file type and without. Same thing. It either crashes or doesn’t show my splash screen. Is the file name case sensitive (like PNG vs png?) I’m honestly not sure what else I could do. I’d love to know if there’s anything else I could do, though!

Sorry if I sound clueless/if I’m asking too many questions.

Edit: Because itch.io refuses to work for some reason, I will just explain it. It is supposed to say "Failed to load: /img/pictures/splash1.png" and I am not sure what to do.