Other RPG Maker MV Links Original ULMF thread for this plugin:thread I might also suggest Libellule's text hook for untranslated games:thread It has a packaged version of my Cheat Menu, just note it is outdated at the moment so if you install my plugin with his patcher just overwrite with...
I've created a plugin for RPG Maker MV that allows users to access a Cheat Menu in game. The controls are all input via the number keys [0]-[9] (not the NUMPAD). Open the Menu by pressing the [1] Key. Move menu to different positions with ` (key with tilde ~) Scro...
// handler for the toggling the current switch Cheat_Menu.toggle_current_switch = function(event) { Cheat_Menu.toggle_switch(Cheat_Menu.switch_selection); if ($gameSwitches.value(Cheat_Menu.switch_selection)) { SoundManager.playSystemSound(1); } else { SoundManager.playSystemSound(...