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.
NRP Seamless Encounter - NRP_SeamlessEncounter.js
Plugin desc : v1.03 Make the battle start effect seamless.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_SeamlessEncounter.js
Desc page : https://newrpg.seesaa.net/article/502501086.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_SeamlessEncounter.js
File name : NRP_SeamlessEncounter.js
Help of plugin :
It provides a seamless battle start effect
* with no intervening darkening.
* Zooming and rotation are also possible.
*
* Note that even with seamless effects,
* a minimum loading time is required.
* Therefore, I cheat by adding zoom
* and rotation effects in the initial state.
*
* -------------------------------------------------------------------
* [Usage]
* -------------------------------------------------------------------
* Register settings in EncounterList.
* Settings on the upper side will be used first.
* For example, by making a switch a condition,
* you can change the direction only for boss battles.
*
* If "NoEffect" is turned on, the effect
* by this plugin will not be executed.
* This is useful when you want to use this plugin
* together with other plugins.
*
* -------------------------------------------------------------------
* [Terms]
* -------------------------------------------------------------------
* There are no restrictions.
* Modification, redistribution freedom, commercial availability,
* and rights indication are also optional.
* The author is not responsible,
* but will deal with defects to the extent possible.
*
* @-----------------------------------------------------
* @ Plugin Parameters
* @-----------------------------------------------------
*
* @param EncounterList
* @type struct<Encounter>[]
* @default ["{¥"Note¥":¥"Sample¥",¥"Switch¥":¥"¥",¥"BeforeDuration¥":¥"30¥",¥"ZoomSpeed¥":¥"0.20¥",¥"RotationSpeed¥":¥"0.20¥",¥"FadeInDuration¥":¥"30¥",¥"WaitFadeIn¥":¥"true¥"}"]
* @desc The following is a list of the battle start effects.