Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello !

I'm having a weird issue with inline images. When I playtest the game inside RPGM, everything  works without problems, but after deploying the game, the inline images won't appear...

Do you have an idea of what could be causing this and how to fix it ?

Hello!

Which version of BookMenu are you using?

Also... which deployment type? Is it Android / Web deployment?

The plugin checks if the image exists before loading it into the screen. If it doesn't find the image, it skips this steps instead of crashing. However, there was a bug on older versions where this check would never work for Android / Web deployments. This was fixed on 1.6.0, if my memory serves me well.

Another possible reason is the required image was not exported. If you export your game with the option to remove unused files checked, the default exporting engine does not consider BookMenu inline images (as they are dinamically loaded by the game). There's three ways of working around this issue:

  1. Not marking this option on export.
  2. Enabling this feature, then manually copying inline images to your deployed project.
  3. Running your game in test mode and issuing the $gameSystem.createExportDummy() script cal, which will create a dummy map and dummy event which will ensure all inline images are referenced by an event. Then export your game removing unused files as usual. Check the help file on how to use this command.

Woops, my bad ! It was fixed upon downloading the 1.6.1, I was checking the wrong file xD

Yep, everything is working ! Thanks for the help, and thanks for the awesome plugin you made !!! :D

Where EXACTLY is the bandits' outpost? It's just that the task says that it is located somewhere in the northern part of Walwood (that's just such a location in the game there is only Waldwood, although probably the author of the game forgot to put "d" there) that's just that I found only a goblin camp and a bandit farm in this northern part, but no bandit outpost in this northern part I didn't find any more parts (more precisely, the passages to the following locations) and I only know the outpost of the bandits that is located in the southeast (you know what I mean), but that's just closed and I won't even miss everything in it, only the task from Frida to take a letter from her to those bandits and that's all.

The outpost if the farm in the north ^^ Sorry if it's not clear enough ^^
and yeah, seems like I made a small mistake there, thanks for noticing it ! I'll fix it !

Ok