A plugin to hide speech/"show text" windows

EthanFox

Veteran
Veteran
Joined
Oct 15, 2018
Messages
458
Reaction score
334
First Language
English
Primarily Uses
RMMV
I could really do with a very small MV plugin which hides all the "show text" windows. This would be useful for when I'm recording footage for trailers, where I don't necessarily want the text windows to appear.

Has anyone written this already? Does it exist?
 

Poryg

Dark Lord of the Castle of Javascreeps
Veteran
Joined
Mar 23, 2017
Messages
4,125
Reaction score
10,640
First Language
Czech
Primarily Uses
RMMV
There's nothing simpler.
Save this code as a plugin.
Code:
Game_Interpreter.prototype.command101 = function () {
return;
}
This will not really hide the message window, but entirely skip it.

If you want to let the messages process, but not be visible, use this:
Code:
Window_Message.prototype.open = function () {
return;
}
But in this case I'd recommend you to use my plugin that closes message windows automatically after certain time has passed so you don't have to guess when to press enter.
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,049
Messages
1,018,547
Members
137,835
Latest member
yetisteven
Top