Skip to content

Commit

Permalink
version: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allape committed Jan 16, 2022
1 parent e6e2be3 commit e3ea28e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e3ea28e

Please sign in to comment.