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 Custom Fade - LL_CustomFade.js

Plugin desc : Implements fade-in and fade-out with customizable duration.

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-customfade/

File name : LL_CustomFade.js

Help of plugin :

* @target MZ
 * @plugindesc Implements fade-in and fade-out with customizable duration.
 * @author Lulu's Church
 * @url https://nine-yusha.com/plugin-customfade/
 *
 * @help LL_CustomFade.js
 *
 * This plugin allows you to perform fade-out and fade-in with a specified
 * duration. Use plugin commands to trigger the fade-out or fade-in effect.
 *
 * 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: 2020/11/26
 *
 * @command fadeout
 * @text Fade Out
 * @desc Gradually darkens the screen until it becomes completely black.
 *
 * @arg time
 * @text Duration
 * @desc Duration of the fade-out in frames (1/60 sec).
 * @default 60
 * @type number
 *
 * @arg waiting
 * @text Wait Until Complete
 * @desc Waits for the effect to complete before proceeding.
 * @default true
 * @type boolean
 *
 * @command fadein
 * @text Fade In
 * @desc Gradually brightens the screen that was faded out,
 * restoring it to normal.
 *
 * @arg time
 * @text Duration
 * @desc Duration of the fade-in in frames (1/60 sec).
 * @default 60
 * @type number
 *
 * @arg waiting
 * @text Wait Until Complete
 * @desc Waits for the effect to complete before proceeding.
 * @default true
 * @type boolean

スポンサードリンク

-MZ plugins

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