emerladCoder/RPG-Maker-MV-Cheat-Menu-Plugin

Doesn't support the new RPGM MV format

cooperdk opened this issue · 2 comments

Hi,
you need to adapt your cheat injector to match the new RPG Maker MV format (the one without a www folder, and with a game executable which is essentially a nw.js runtime. In this version, the data files are all in the root folder and therefore, the plugins.js is not under \www\js but just under \js.

I installed it the manual way, unfortunately, that didn't work.

I have created a PR #9 with support for the newer MZ build format. Downloads are available from my fork.

Duplicate of issue #4 , closed with PR #9