inspired by (forked from) emerladCoder/RPG-Maker-MV-Cheat-Menu-Plugin
- Tested in
- NW v0.29.0
- NW v0.49.0
- There is no
www/js/plugins
orjs/plugins
in game folder.- Use EnigmaVBUnpacker to unpack game.
- There is no
Game.exe
in game folder.- Open file cm-patch.bat with
Note Pad
or other text editor. - Change the line
.\Game.exe
to the executable file of your game.- For example: change
.\Game.exe
to.\Game_en.exe
when game is patched with english translation.
- For example: change
- Then save it and double click
cm-patch.bat
to patch the game.
- Open file cm-patch.bat with
- Download Cheat Menu.
- Extract the zip file and copy everything to game folder.
- Make sure that
cm-patch.bat
is in the same folder ofGame.exe
.
- Make sure that
- Double click
cm-patch.bat
.
- Double click
cm-patch.bat
, it will guide to unpatch this game.- And also, you can manually copy
www/js/plugins.js~
towww/js/plugins.js
.- It will be
js/plugins.js~
if you have MZ game.
- It will be
- And also, you can manually copy
# run
npm run dev
# build
npm run build
- By updating to Svelte 5, svelte compiler will use
:where
selector to constraint the style, which will only be available above Chromium 88.- Therefore, prebuild.cjs will change the code of svelte/compiler.