RPG Maker MV

RPG Maker MV

ryueokami Dec 24, 2018 @ 12:50pm
Any integrated function / addon to skip text / fast forward it?
I'm trying to find something that lets me skip text (excluding choices) by pressing the right control key.

But so far everything I searched for......was for VX ace and didn't work for mv.

What is working for MV therE?
< >
Showing 1-9 of 9 comments
Iguana Guy Dec 24, 2018 @ 2:10pm 
Just holding down spacebar or action key should speed though text dialogs. Unless you have wait commands built into your events or text boxes themselves.
ryueokami Dec 24, 2018 @ 2:29pm 
Originally posted by IguanaGuy:
Just holding down spacebar or action key should speed though text dialogs. Unless you have wait commands built into your events or text boxes themselves.
it speeds things up a bit but strangely not by a lot. is there any possibility to speed up things even more?
Caethyril Dec 25, 2018 @ 1:28am 
Yanfly's Message Core plugin adds a "proper" skip speed option and lets you specify the key assigned to it. Since by default ctrl is a debug key (toggle collision) I'm not sure whether it's supported there, but you could always try!

Link to plugin: http://yanfly.moe/2015/10/10/yep-2-message-core/
See video ~05:30 to 06:00 for skip demonstration.
Hajami Dec 26, 2018 @ 4:20am 
Right String Button? Cant recall it, and to lazy to Test it myself right now.
JohnDoeNews Dec 27, 2018 @ 7:07pm 
Originally posted by IguanaGuy:
Just holding down spacebar or action key should speed though text dialogs. Unless you have wait commands built into your events or text boxes themselves.
Any idea how to prevent that? That is one of the few things I still didn't manage to do :p

Originally posted by Hajami:
Right String Button? Cant recall it, and to lazy to Test it myself right now.
Uhm... What button? What do you mean by "right string button?"?


Originally posted by ryueokami:
I'm trying to find something that lets me skip text (excluding choices) by pressing the right control key.

But so far everything I searched for......was for VX ace and didn't work for mv.

What is working for MV therE?
You say "addon" and I assume you mean "plugin". I know I sound a wise♥ss, and I don't mean to, but: Using the right terms and getting used to them, will help you understand your problems and solve them in the future.

Most of all, cause if we all use different terms for different things, it will be impossible to understand eachother. Also, if you're looking for the answer on a search engine like google, the wrong terms will give you few to none results.

The reason I notify this specially for the word Addon is because in the very last topic I saw before opening this one, someone called DLC addons. Which might be more fitting, but still is not the right term. This is the perfect example

Again, don't mean to sound like a wise♥ss, or make you look like a noob. I am just sure if you need an "addon" again, and look for a "plugin" instead, you might save yourself a lot of time searching for what then seens the unfindable.
Caethyril Dec 27, 2018 @ 11:17pm 
Originally posted by BigFatX:
Any idea how to prevent that? That is one of the few things I still didn't manage to do :p
If you're trying to disable the fast-forward effect that happens when you hold the "OK" button on the map, try this little override (save as .js, import as usual):
Scene_Map.prototype.isFastForward = function() { return false; };
Hajami Dec 28, 2018 @ 3:55am 
Ups i ment Right Control Button, in german its Steuerung (Strg) -Button.
JohnDoeNews Dec 30, 2018 @ 11:24am 
Originally posted by Caethyril:
Originally posted by BigFatX:
Any idea how to prevent that? That is one of the few things I still didn't manage to do :p
If you're trying to disable the fast-forward effect that happens when you hold the "OK" button on the map, try this little override (save as .js, import as usual):
Scene_Map.prototype.isFastForward = function() { return false; };
Hmmm... I'll try that sometime. I'm not sure if I will need it, but I have tried to make this happen in the past and couldn't :p Thanks.


Originally posted by Hajami:
Ups i ment Right Control Button, in german its Steuerung (Strg) -Button.
:p I still don't know which one you mean. You don't just mean the action button, right?
Hajami Dec 30, 2018 @ 12:33pm 
Nope =)
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Dec 24, 2018 @ 12:50pm
Posts: 9