Skip to main content

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

Ey, just found another bug now... Exporting a game with the "Exclude Unused Files" option seems to prevent some of the UI elements from being loaded causing a crash any time you get into combat... Even manually putting them in doesn't fix this... It quintupled the size of my game... I have no idea if this bug only happens when exporting on Linux though MV.

That's a known RPG Maker level issue. Never use "Exclude Unused Files" when using external plugins especially those that need to link to assets in other directories. Manually cull assets before you make an export so you can make sure RM doesn't accidentally mess it up for you.

Oh, that's fare.