An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

LL Sprash Screen - LL_SprashScreen.js

Plugin desc : Displays a splash screen at launch.

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation

Author : Lulu's Church

Website : https://nine-yusha.com/

Desc page : https://nine-yusha.com/plugin-sprashscreen/

File name : LL_SprashScreen.js

Help of plugin :

* @target MZ
 * @plugindesc Displays a splash screen at launch.
 * @author Lulu's Church
 * @url https://nine-yusha.com/plugin-sprashscreen/
 *
 * @help LL_SprashScreen.js
 *
 * Displays a splash screen at the start of the game.
 * You can display multiple splash screens in order.
 * Allows skipping with confirm key or mouse click.
 * Optionally plays a jingle ME.
 * (v1.1.0: ME can be set per image.)
 *
 * Terms of use:
 *   ・No copyright notice required.
 *   ・No report needed for use.
 *   ・Free for commercial and non-commercial.
 *   ・No restriction for adult works.
 *   ・You may modify freely for your game.
 *   ・Redistribution as plugin material (incl. modified) prohibited.
 *
 * Author: Lulu's Church
 * Date: 2022/4/10
 *
 * @param splashImages
 * @text Splash Image List
 * @desc Images to show as splash screens. Shown in listed order.
 * @default []
 * @type struct<splashImages>[]
 *
 * @param skipEnabled
 * @text Allow Skip
 * @desc Allow skipping with confirm key or mouse click.
 * @type boolean
 * @default true
 *
 * @param debugDisabled
 * @text Hide in Test Play
 * @desc Hide splash screens when test playing the game.
 * @type boolean
 * @default false
 *
 * @param jingleSettings
 * @text Jingle Settings
 * @desc * This setting is not used.
 *
 * @param meName
 * @text ME
 * @desc Select the ME sound to play.
 * @dir audio/me
 * @type file
 * @require 1
 * @parent jingleSettings
 *
 * @param meVolume
 * @text ME Volume
 * @desc ME volume (0–100%). Default: 90%
 * @default 90
 * @max 100
 * @min 0
 * @type number
 * @parent jingleSettings
 *
 * @param mePitch
 * @text ME Pitch
 * @desc ME pitch (50–150%). Default: 100%
 * @default 100
 * @max 150
 * @min 50
 * @type number
 * @parent jingleSettings
 *
 * @param mePan
 * @text ME Pan
 * @desc ME pan (-100–100). Default: 0
 * @default 0
 * @max 100
 * @min -100
 * @type number
 * @parent jingleSettings

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2025 All Rights Reserved.