A downloadable RPG Maker plugin

Download NowName your own price

This is a very unpolished proof of concept that I'm putting out there under CC-BY.

Press 'A' on the keyboard or the left trigger on a gamepad at any time to toggle auto-advancing message boxes. There's a base delay, and more gets added proportionally to the message length.

Auto-advance is turned off whenever message text is manually shown fast or advanced, but not from interactions with any other game elements.

You'll probably want to tweak the settings a bit (you have to edit the plugin file for that), as active auto-advance makes the pause sign pink by default.

I haven't tested this with MZ but there's a good chance it'll just work.

Download

Download NowName your own price

Click download now to get access to the following files:

Qz_AutoAdvance.js 2 kB

Comments

Log in with itch.io to leave a comment.

Hey i couldn't figure out how to get this to work. Does it work in RPG maker games? Do i just paste it into the plugins folder and open the game?

(3 edits)

The plugin also needs to be enabled in plugins.js, usually by the game's creator using the editor.

You can paste the following line into that file to enable it for (most) existing RPG Maker MV and MZ games though, after pasting Qz_AutoAdvance.js into js/plugins/:

{"name":"Qz_AutoAdvance","status":true,"description":"","parameters":{}},

(Towards the end of the $plugins array, among the other plugins. It should be clear once you open it with a plaintext editor.)

Like this?  sorry im not a programming master

Fuck i got it to work for one game but not this one, does something obviously look wrong in the place where i pasted it?

It's possible that one of the other plugins interferes with it.

Also, make sure to save the file and then restart the game! I sometimes forget to.

You also have added it in line 24 accidentally here. It likely won't work if you add it more than once.

I tweaked the default settings a bit after recording, so by default the base delay is now 90 (1.5 seconds) and the character delay is 2.5 (2.5 seconds / 60 characters).

The GIF was recorded with base delay 60 (1 second) and character delay 2.0 (2.0 seconds / 60 characters), which is most likely a bit too fast for a comfortable first read.