Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Message Speed Customize - MessageSpeedCustomize.js
Plugin desc : Message Rate Throttling Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageSpeedCustomize.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MessageSpeedCustomize.js
File name : MessageSpeedCustomize.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageSpeedCustomize.js @plugindesc Message Rate Throttling Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- MessageSpeedCustomize.js Adjusts the message display speed. Assign the following values to the variable number specified in the parameter. 0: Instantaneous display 1: Normal display speed 2 or higher: Displays one character at the specified frame interval. * The parameter does not specify the display speed itself, but the value of the variable that obtains the display speed. The larger the variable value, the slower the display. Using the control character ”¥ms[n]” allows you to set the display speed to any value for that message only. This is useful for temporarily changing the message display speed. The speed changed with ¥ms[n] takes precedence over the display speed specified in the ”Display Speed Variable” parameter. It does not take precedence over the ”Display Speed Variable (Fast Display)” parameter. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder. dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param SpeedVariable @text Display Speed Variable @desc The number of the variable that stores the message display speed. The value stored in this variable will be the message display speed. @type variable @default 1 @param SpeedVariableOnFast @text Display speed variable (fast display) @desc The number of the variable that stores the message display speed when fast display (holding down the Enter button) is enabled. @type variable @default 0 @param FastSwitch @text momentary display switch @desc When the switch with the specified number is ON, pressing the OK button or left-clicking while a sentence is displayed will instantly display the sentence. @type switch @default 0