diff --git a/README.md b/README.md index f12abc1..1864245 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,24 @@ ## Cheater for RPG Maker MV +### ⚠️⚠️⚠️ Still in TESTING, Save Game Frequently ⚠️⚠️⚠️ + +### In Progress +- `Searching Text Field` caches with game saving file +- `Scroll Selector` states cache with game saving file + ### Instructions - Download release zip - Download Cheat Plugin patch at [GitHub](https://github.com/emerladCoder/RPG-Maker-MV-Cheat-Menu-Plugin) - Unzip these zips -- Copy ```Auto_Translator.js``` into ```Cheat_Menu/www/js/plugins``` -- Replace the ```plugins_patch.txt``` in ```Cheat_Menu/``` with the same name file in release -- Copy all files inside ```Cheat_Menu/``` into game folder -- Run MVPluginPatcher.exe -- Start game, then a button will appear in the top-left corner in 3 seconds, clicking it will display the translation window +- Copy everything in release zip into `Cheat_Menu/` +- Copy all files inside `Cheat_Menu/` into game folder +- Run `MVPluginPatcher.exe` +- Start game, then load a game or start a new game, then press `1` to display cheat menu ### FAQ -- there is no ```www/js/plugins``` in game folder +- After double-clicking `MVPluginPatcher.exe`, there is a black window keeps showing + - It means this exe failed to patch the game with cheats +- There is no ```www/js/plugins``` in game folder - use [EnigmaVBUnpacker](https://f95zone.to/threads/rpg-maker-mv-unpacker.417/post-3577739) to unpack game ### Dev diff --git a/package.json b/package.json index 23d8a06..4f53143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rpg-maker-mv-cheater", - "version": "0.0.1", + "version": "0.1.0", "description": "Refined cheat plugin for RPG Maker MV", "private": true, "scripts": {