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

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

MZ plugins

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.

スポンサードリンク

-MZ plugins

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