Instant Text Version 1.1.0

chaucer

Veteran
Veteran
Joined
Aug 6, 2014
Messages
325
Reaction score
549
First Language
English
Primarily Uses
RMMV
Instant Text : v - 1.1.0
Creator :
Chaucer
Introduction
Script description/usage goes here. Be descriptive and try to give as much general information as possible.

Features:

  • This plugin will cause all window messages to show text instantly, instead of letter by letter.

  • Disable and enable during gameplay with the following plugin command InstantText on/off.


How to Use
It's pretty much plug n play, nothing is required for it to work, except plugging it in.

Script:
Download here


Terms:


Free for commercial and non-commercial use, just don't forget to credit. :D
 
Last edited:

chaucer

Veteran
Veteran
Joined
Aug 6, 2014
Messages
325
Reaction score
549
First Language
English
Primarily Uses
RMMV
*Update*


I've updated the plugin, mostly small changes, less code etc, however  a minor bug with YEP_MessageCore plugin was brought to my attention recently, something I can't fix on my side, but I've added a variable to my plugin, in order to prevent this bug, you'll need to edit YEP_MessageCore, replace this section,


Yanfly.Message.Window_Message_updateInput =
Window_Message.prototype.updateInput;
Window_Message.prototype.updateInput = function() {
if (this.pause && this.isFastForward()) {
if (!this._textState ) {
this.pause = false;
this.terminateMessage();
}
}
return Yanfly.Message.Window_Message_updateInput.call(this);
};


with the following code.

Code:
Yanfly.Message.Window_Message_updateInput =
		Window_Message.prototype.updateInput;
Window_Message.prototype.updateInput = function() {
	if (this.pause && this.isFastForward()) {
		if (this.isInstant) this._waitCounter = 0;
		if (!this._textState ) {
			this.pause = false;
			this.terminateMessage();
		}
	}
	return Yanfly.Message.Window_Message_updateInput.call(this);
};
 

chaucer

Veteran
Veteran
Joined
Aug 6, 2014
Messages
325
Reaction score
549
First Language
English
Primarily Uses
RMMV
Small update :)


● Version : 1.1.0
● Date : 02/01/2020
★ improved help file.
★ Improved code structure.
 

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

Latest Threads

Latest Posts

Latest Profile Posts

How many parameters is 'too many'??
Yay, now back in action Happy Christmas time, coming back!






Back in action to develop the indie game that has been long overdue... Final Fallacy. A game that keeps on giving! The development never ends as the developer thinks to be the smart cookie by coming back and beginning by saying... "Oh bother, this indie game has been long overdue..." How could one resist such? No-one c
So I was playing with filters and this looked interesting...

Versus the normal look...

Kind of gives a very different feel. :LZSexcite:
To whom ever person or persons who re-did the DS/DS+ asset packs for MV (as in, they are all 48x48, and not just x2 the pixel scale) .... THANK-YOU!!!!!!!!! XwwwwX

Forum statistics

Threads
105,849
Messages
1,016,981
Members
137,563
Latest member
cexojow
Top