Long story short, I got annoyed in a game where the message box was hiding "the most interesting part of the CGs" (if you know what I mean).
So I went around on git hub, found a .js plugin made by HIME.
Then I took the Cheat Menu Plugin made by EmeraldCODER.
Mixed them and changed a thing or two.
Luck played an important part since I don't know much about programming, I was just bored as hell.
So basically it's just a small patch tool for Players who wish to hide the message box in order to better see the CGs in RPG Maker MV games when the devs didn't include it (unlike Ren'py where it's included from the start).
I just tested it on one game, it worked, not sure if it will work for every mv games out there but who know.
Simple installation :
First, the game needs to be unpacked with the www folder available.
1) In the www\js folder, do a backup of the "plugin.js" file just in case.
2) Put the "
HIME_HMSHideMessageWindow.js" file in the www\js\plugins folder
3) Put the "
MVPluginPatcher.exe" and "
plugins_patch.txt" files in the main game folder (the one with the game.exe)
4) Execute "
MVPluginPatcher.exe".
Launch the game to check if everything work. Now, the "pagedown" and "w" keys should hide and bring back the text box.
EDIT :
In order to change the key used (in some situations where you play a game which already assigned pagedown or w to do something else) :
- Open "
plugins_patch.txt" in any text editor and change the {"Hide Button":"
pagedown"} parameter to the key you want.
- Re-execute "
MVPluginPatcher.exe" to apply the changes
Credits for these files go to HIME and EmeraldCODER.
Download Link :
You must be registered to see the links