paramonos / RPG-Maker-MV-MZ-Cheat-UI-Plugin

GUI based RPG Maker MV game cheat tool
MIT License
87 stars 6 forks source link

RPG-Maker-MV-MZ-Cheat-UI-Plugin

Intro

UI Sample

Features

Set up

How to apply

  1. Unpack game if needed.
  2. Download latest version of rpg-{mv|mz}-cheat-{version}.zip from releases and unzip.
  3. Copy unziped directories to {game directory}/www (for MZ, just copy to {game_directory}).
    • It will overwrite www/js/main.js file, so it is strongly recommended to make a backup file.
    • Example for RPG MV

    • Example for RPG MZ

How to use

Apply same cheat settings from another game

If you want to apply same shortcut keys, move speed, game speed, translation, etc... settings from another game,

Just copy the www/cheat-settings folder of the game that already has settings applied to the other game folder.

Handling Errors

If embeded nwjs version of game is lower than 0.26.4

  1. Download latest version of nwjs and unzip. ({version}/nwjs-symbol-v{version}-win-{ia32|x64}.7z)
    • If you need developer tools, download the sdk version.
  2. Copy www directory and package.json file from the game directory to nwjs directory.
  3. Run nw.exe and play game.

If the game does not work properly after the nwjs update, cheats cannot be applied to the game.

If the error occurs after updating the cheat

Settings files created from earlier versions of cheats may cause errors.

Delete the www/cheat-settings folder from the game folder.