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 Fix Load Character - NRP_FixLoadCharacter.js
Plugin desc : v1.00 Address the issue of characters not appearing after switching screens.
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_FixLoadCharacter.js
Desc page : http://newrpg.seesaa.net/article/482550157.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_FixLoadCharacter.js
File name : NRP_FixLoadCharacter.js
Help of plugin :
Addresses the issue where character images * are not displayed after switching screens. * * In RPG Maker MZ, the character image may not be displayed for a short time * after moving to a new location or loading the save data. * ※This does not seem to happen in Maker MV. * * This phenomenon becomes more pronounced the more character images * you use in a single map. * For example, if you load about 30 images in one map, * the character images may not be displayed for about 0.2 to 0.3 seconds. * * In normal location movement, * the fade process is not noticeable because it exists. * However, if you move to a new location without fading, * or if you load the save data, the player can clearly see it. * * The cause of this phenomenon is that the timing of the character image * drawing process is not stable. * * This plugin changes the drawing process of the character to ensure * that the character is drawn after switching screens. * This will improve the display of the map screen * and character images at the same time. * * [Usage] * Just apply it. * There are no parameters or anything. * * In addition, there is no negative impact on the loading time. * This is because the character image loading process itself * is performed from the initial state. * (The problem lies in the subsequent drawing process.) * * [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.