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.
Change Splash Wait - ChangeSplashWait.js
Plugin desc : Splash screen wait time change Ver1.0.0 (2025/1/1)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/ChangeSplashWait.js
File name : ChangeSplashWait.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Scene/Title/ChangeSplashWait.js @plugindesc Splash screen wait time change Ver1.0.0 (2025/1/1) @author PotatoDragon @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/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Allows you to change the splash screen wait time. ## Usage 1. Update RPG Maker MZ to 1.8.0 or later. 2. Update the core script to 1.8.0 or later. 3. Place the desired splash image in img/system/Splash.png. 4. Check "Show Splash Screen" in System 1. 5. Change the wait time in the parameters. 6. When you launch the game, the logo will be displayed for the specified wait time. ### Parameter Description #### Wait Time (Wait) Logo display time (1 frame: 1/60 seconds) Default (120 frames: 2 seconds) #### Enable Skip (EnableSkip) Enables skipping via the Enter key or click. Default (Skip enabled) @param Wait @text Wait Time @desc Logo display time (1 frame: 1/60 seconds) @type number @default 120 @min 1 @max 999999999999999 @param EnableSkip @text Skip Enabled @desc Enable Enter key and click skip @type boolean @on Enable (default) @off Disable @default true