- Aug 12, 2017
- 707
- 1,952
You can enable debug/playtest mode in all versions of Rpg maker MV games without installing any scripts or modifying the game.
Go to your game directory, find the file "package.json" and open it with a text editor. Find the string
and change it to
save it and start the game.
Depending on the MV version you can start the debug console with the keys F8 or F12.
Go to your game directory, find the file "package.json" and open it with a text editor. Find the string
"main": "www/index.html",
and change it to
"main": "www/index.html?test",
save it and start the game.
Depending on the MV version you can start the debug console with the keys F8 or F12.