Tool RPGM RPG Maker MV MZ, CheatMenu [v2.1.1]

5.00 star(s) 9 Votes

Aziien

2D is all I need!
Modder
Donor
Apr 9, 2017
312
910
328
how do you set it up please i need a step by step guide
i cant get the cheats two work on lust epidemic
hi i found the cheat menu for the lust epidemic in one off the files of the game i clicked on it and it open the cheat menu for that game it took mr two a new tab bar and its not working for me please help
how do you run the cheat menu of lust epidemic please i cant do it give me a step by step
1. Extract
2. Run the MV Cheat.exe
3. Click the 3 dots under select game exe
4. Look for your rpgm game. exe file ( just make sure that the game is fully extract with everything like audio, data, img are in the www file because some dev like to put everything in game.exe and it wouldn't work. However, you can EnigmaVBUnpacker to extract it)
5. Install and Run (default press L to open menu)
This kind user already answered your question the first time you asked.

Also there’s no need to pm me when I don’t reply to you within the hour I’ll naturally reply when I have time ..........
 

Husarz.Evil

New Member
Jan 11, 2022
7
5
13
Karryn's Prison When i change MP (Energy) - this back to default again after 1 second. Or if i change to 7777 for example is will 7777 but price of Energy for use skill is up to high values.
Example: i have 12 energy, 1 skill cost is 2 energy, if i change my energy to 50/100/7777 - cost just copied this in %... 10 cost for 100? 100 cost for 1000 and so on...
How to fix this?
 
Last edited:

Darksshades

Member
Feb 7, 2020
135
500
235
I've found a small bug.

On some games with older version of nw.js the cheatMenu won't work at all. It'll break with.
Code:
Uncaught SyntaxError: Unexpected token = at js/plugins/CheatMenu.js:211
It seems the syntax doesn't allow the override of setMoveSpeed with the extra parameter isCheat.

I've found that this happens on games that have packed nw.dll inside a game.exe (45~MB).

A quickfix is to remove the whole line: 210~215 from the CheatMenu.js
The player speed might be changed during specific events later on, but you can always reset it again later.

(see edit below)
JavaScript:
    //  Only player can set move speed
    Game_CharacterBase.prototype.setMoveSpeed = function(moveSpeed, isCheat = false) {
        if (isCheat){
            this._moveSpeed = moveSpeed;
        }
    };
-----
Edit: Forget it, I didn't properly checked. It opens the cheat window but won't load the context of it even after the game is loaded.

Just replace the game.exe and .dll for a more updated one and it solves the problem.
I think it might be too much of a hastle to try to figure out whats going on this older versions of nw.js.

If you don't have another more updated game you can take the starter files from rpgmaker mv from 'installfolder/nwjs-win/'
 
Last edited:

tfs08933

New Member
Jun 21, 2019
6
0
11
Hi, does anyone here know how to mod the game to always have all participants of the strip show to blush?
 

blazer3111

Member
Jul 28, 2019
282
39
171
Hello new to this one how to use and what dl for karry prison and can someone tell where to put the file plus step by step if its fine????
 

ohhellyea

Member
Jun 7, 2020
340
79
204
yea, doesn't work on manila shaw, tried everything not worth the hassle for that game, which is a pitty
 

bigbananabucket

New Member
Jun 15, 2022
3
2
3
RPG Maker MV, CheatMenu did not work, although they were still in the "www" folder. When I reinstalled them, they still did not work. . What should I do
 

olivFs9s

New Member
Jun 16, 2022
5
2
3
hi I only have 3 questions

1>)I need some guide on how to upload
2>)How do I install mods RPG Maker MY , CheatMemu on games RPG ?
3>)Can you make a video tutorial for using with it instead?
and i cant find it
 

porotect

New Member
Jul 27, 2021
11
10
13
I can't download the tool cause f95 detected a virus in the archive. When I click "I am aware of the risks", I still can't download. That's the name in virus total "Trojan.Malware.300983.susgen"

Edit: Only in Firefox it doesn't work, works fine in Edge. But still tho why does it detect that specific trojan?
 
5.00 star(s) 9 Votes