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 Auto Tile Animation Config MZ - NRP_AutoTileAnimationConfigMZ.js
Plugin desc : v1.02 Changes the animation speed of auto tiles (water, falls, etc.).
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_AutoTileAnimationConfigMZ.js
Desc page : http://newrpg.seesaa.net/article/480713311.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_AutoTileAnimationConfigMZ.js
File name : NRP_AutoTileAnimationConfigMZ.js
Help of plugin :
Changes the animation speed of auto tiles (water, falls, etc.). * This plugin is for MZ only. * * [Usage] * First, please change the BaseWait of the animation. * This is the display time for one pattern of auto tiles (A1). * The default value of 30 corresponds to 0.5 seconds. * The smaller the value, the faster the animation will be. * * However, this value affects all auto tile animations, * including water/falls. * * For example, if you want only the water to maintain its original speed, * adjust the individual magnification settings by increasing them. * * [Note on Tilesets] * It is possible to change the magnification * for each tileset by writing the following. * * <WaterMagnification:X>: Change the magnification of the water animation to X. * <FallsMagnification:X> : Change the magnification of the falls animation to X. * * [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. * * @param BaseWait * @type number * @default 30 * @desc This is the basic time to display one pattern of animation. The default is 30 (0.5 seconds). * * @param WaterMagnification * @type number * @default 1 * @desc The magnification of the water animation display time. * The base wait time multiplied by this value will be used. * * @param FallsMagnification * @type number * @default 1 * @desc The magnification of the falls animation display time. * The base wait time multiplied by this value will be used.