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.
Fast Forward Customize - FastForwardCustomize.js
Plugin desc : FastForwardCustomizePlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/FastForwardCustomize.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/FastForwardCustomize.js
File name : FastForwardCustomize.js
Help of plugin :
* @plugindesc FastForwardCustomizePlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/FastForwardCustomize.js * @base PluginCommonBase * @author triacontane * * @param eventSpeedVariableId * @desc Variable number to get the speed at event acceleration. * @default 0 * @type variable * * @param disableMessageSkip * @desc When the event speed is 0, message skipping is also disabled. * @default false * @type boolean * * @help FastForwardCustomize.js * * This function allows you to adjust the fast forward of event acceleration. * The speed at which the event is accelerated changes depending on the value of the specified variable. * The speed changes as follows depending on the value of the variable. * 0 : Fast forward is disabled. * 1 : This is the default speed. * 2+ : The higher the value, the faster the speed. If an abnormally high value is set, processing will fail. * * This plugin is released under the MIT License.