Skip to content

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

 
 

Repository files navigation

Cheat Menu for RPG Maker MV/MZ

inspired by (forked from) emerladCoder/RPG-Maker-MV-Cheat-Menu-Plugin


⚠️⚠️⚠️ Still in TESTING, Save Game Frequently ⚠️⚠️⚠️

  • Tested in
    • NW v0.29.0
    • NW v0.49.0

FAQ

  • There is no www/js/plugins or js/plugins in game folder.
  • 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.
    • Then save it and double click cm-patch.bat to patch the game.

Previews

Dummy Playground

Installation

  • Download Cheat Menu.
  • Extract the zip file and copy everything to game folder.
    • Make sure that cm-patch.bat is in the same folder of Game.exe.
  • Double click cm-patch.bat.

Uninstallation

  • Double click cm-patch.bat, it will guide to unpatch this game.
    • And also, you can manually copy www/js/plugins.js~ to www/js/plugins.js.
      • It will be js/plugins.js~ if you have MZ game.

Dev

# run
npm run dev
# build
npm run build

Dev FAQ

  • 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.

Languages

  • Svelte 55.2%
  • TypeScript 32.1%
  • JavaScript 6.2%
  • HTML 5.4%
  • Other 1.1%