Skip to main content

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

RPG Maker Cook Tool Deluxe

The one stop shop for deploying RPG Maker MV/MZ games · By AceOfAces

After compiling, plugins that require base plugin do not work.

A topic by kitr7707 created 80 days ago Views: 96 Replies: 3
Viewing posts 1 to 3

After compiling, Plugins that require basic plugins do not work. For example, PluginCommonBase.js or NUUN_Base.js. I made some changes with try and error, such as document.src, but all of them result in blackouts or underfind errors after compilation.
Could you please help me with this?

Developer (1 edit)

Hello, kitr7707! 

Could you provide me the error log from the dev console? You can do so by creating a test build (found under Project Settings). Once it's created, run the game and press F12 to open the dev tools. 

I didn't realize that pressing F12 opens the console... For now, I plan to refer to the displayed error and make some adjustments to PluginCommonBase.js and the child plugins myself. I have made changes to one child plugin so far, and it is now working correctly. Since I have identified a potential solution, I will conclude the discussion here for now. Thank you for your help.

Developer

No problem.