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

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

MZ plugins

NUUN Animation FPS Rate - NUUN_AnimationFPSRate.js

Plugin desc : Frame rate change when playing MV compatible animation

License : MIT License

Author : NUUN

Website : https://github.com/nuun888/MZ/blob/master/NUUN_AnimationFPSRate.js

Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_AnimationFPSRate.js

File name : NUUN_AnimationFPSRate.js

Help of plugin :

* @target MZ
 * @plugindesc Frame rate change when playing MV compatible animation
 * @author NUUN
 * @version 1.2.0
 * 
 * @help
 * Set the frame rate for each animation when playing MV animation.
 * 
 * FPS Mode: 4 frames at 15FPS, 2 frames at 30FPS, 1 frame at 60FPS
 * Frame mode: 15FPS for 4frame, 30FPS for 2 frames, 60FPS for 1 frame
 * 
 * Terms of Use
 * This plugin is distributed under the MIT license.
 * This plugin can be used for free or for a fee.
 * 
 * Log
 * 6/4/2024 Ver.1.1.4
 * Added the ability to specify the magnification ratio.
 * 6/3/2024 Ver.1.1.3
 * Fixed an issue where the frame rate would be set to 60 FPS in FPS mode.
 * 12/6/2022 Ver.1.1.2
 * Fixed some text.
 * 11/9/2022 Ver.1.1.1
 * Changed the display in languages other than Japanese to English.
 * 11/5/2022 Ver.1.1.0
 * Change the frame value to FPS designation.
 * 12/9/2021 Ver.1.0.2
 * Changed to work without introducing 'NUUN_Base'.
 * 11/28/2021 Ver.1.0.1
 * Added the ability to set the default playback speed.
 * 11/28/2021 Ver.1.0.0
 * first edition.
 * 
 * @param DefaultAnimationRate
 * @text Standard animation playback FPS
 * @desc Specifies the number of playback FPS for one standard animation. (15 default)
 * @type combo
 * @option 15
 * @option 30
 * @option 60
 * @default 15
 * 
 * @param DefaultAnimationScaleX
 * @desc The horizontal scale of the animation.
 * @text Animation horizontal magnification
 * @type number
 * @default 100
 * @min 0
 * 
 * @param DefaultAnimationScaleY
 * @desc The vertical scale of the animation.
 * @text Animation vertical magnification
 * @type number
 * @default 100
 * @min 0
 * 
 * @param AnimationSetting
 * @text Animation FPS setting
 * @desc Set animation FPS.
 * @default []
 * @type struct<FPSSettingList>[]
 * 
 * @param AnimationRateMode
 * @text Frame setting mode
 * @desc Animation FPS specification. (Frame is specified with OFF) OFF when updating from Ver.1.0.2 or earlier.
 * @type boolean
 * @default true
 *

スポンサードリンク

-MZ plugins

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