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.
Event Skip - EventSkip.js
Plugin desc : Event Skip Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/EventSkip.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/EventSkip.js
File name : EventSkip.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/EventSkip.js @plugindesc Event Skip 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 ----- EventSkip.js When the specified switch is turned ON during an event, the screen fades out. While the screen is dark, the event will be executed at 32 times the normal speed (adjustable). Messages will also be automatically skipped. Parallel processing and battle events are not affected. The skip switch will turn OFF and fast execution will end when the following conditions are met: - When the event is executed to the end (if there is an auto-execution event immediately after, the skip will continue). - When transitioning to another screen, such as a battle screen. - When a choice is displayed or a numerical input process is waiting for input. - When the skip switch is turned OFF. Sound effects will be ignored during skipping. 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: Modification and redistribution are permitted without the author’s permission, and there are no restrictions on usage (commercial, R18, etc.). This plugin is now yours. @param skipSwitchId @text Skip Switch ID @desc The event will be skipped when the specified switch is turned ON. Once the skip is complete, it will automatically turn OFF. @type switch @default 1 @min 1 @param skipSpeed @text Skip Speed @desc The update speed when skipping. Normal speedup is doubled. Setting a value that is too large may cause slowdowns. @type number @default 32 @min 2 @param fadeFrame @text Fade Frame @desc The number of frames it takes to fade out at the start of a skip and fade in at the end. @type number @default 8 @param pictureFadeImage @text Picture Fade Image @desc This is the image that will be displayed instead of going dark when fading out. Select it from the Background folder. @type file @dir img/parallaxes @param loadingSpinner @text Loading Spinner @desc Shows a loading spinner while skipping. @type boolean @default false