Doesn't support the new RPGM MV format
cooperdk opened this issue · 2 comments
cooperdk commented
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.
NamelessMagician commented
I have created a PR #9 with support for the newer MZ build format. Downloads are available from my fork.
emerladCoder commented