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

5.00 star(s) 8 Votes

yawns82

New Member
Mar 30, 2024
1
0
An easy workaround is opening index.html inside of the www folder and adding the code below after the last script has been added.

What this does is it opens the cheat window when the game starts.
You don't have permission to view the spoiler content. Log in or register now.
JavaScript:
        <script>CheatMenu = window.open("Cheat.html", "Cheat menu", "width=300,height=350,location=no,toolbar=no,statusbar=no,resizeable=no");CheatMenu.resizeTo(550, 570);</script>


I have the same problem, copied to index.html and in the end after launch it says file not found, am I missing something?
 
5.00 star(s) 8 Votes