instant text in rpg mv games

kira07

Member
Feb 28, 2018
296
290
As title says, is there a way to make text show instantly in rpg games?
 

scrumbles

Engaged Member
Jan 12, 2019
2,331
2,421
It depends on the game, I guess. In some games, the text speed may be managed by plugins.

In a generic Japanese game, the text showed instantly when I opened the file www\js\rpg_windows.js in a text editor, found the lines:
Code:
Window_Message.prototype.clearFlags = function() {
    this._showFast = false;
replaced false with true , saved and relaunched the game.
 

lemonfreak

The Freakiest of Lemons
Oct 24, 2018
5,406
10,106
Check the thread for 'Lisa' someone linked a mod for that on the last page or so