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.
MNKR TM Timer Ex MZ - MNKR_TMTimerExMZ.js
Plugin desc : Changes the timer display from seconds to milliseconds.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMTimerExMZ.js
File name : MNKR_TMTimerExMZ.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMTimerExMZ.js @plugindesc Changes the timer display from seconds to milliseconds. @author munokura @license MIT License @help How to Use: Extend the timer functionality simply by installing this plugin. When using the timer judgment of the ”Conditional Branch” event command, it may be determined that the timer has run out even if there is still time remaining in milliseconds. This problem can be avoided by assigning the remaining time to a game variable using the plugin command, and then using that variable to execute the conditional branch. Displaying milliseconds requires redrawing every frame, which can slow down processing. Plugin Command: timerMsec 5 Assigns the remaining timer time in milliseconds to game variable 5. # Contact Information This is a plugin originally created for RPG Maker MV that has been ported to MZ. Please contact the modifier for any inquiries. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute it without permission from the author, and there are no restrictions on its use (commercial, R18, etc.). @param timerX @text Timer X coordinate @desc The X coordinate to display the timer. @type number @default 816 @param timerY @text Timer Y coordinate @desc The Y coordinate at which to display the timer. @type number @default 48 @param showMinutes @text Timer display format @desc Displays the timer in minutes:seconds format. @type boolean @on minutes: seconds @off Seconds only @default true @param msecShiftY @text Y adjustment in milliseconds @desc Adjusts the Y coordinate of the millisecond display. @type number @default 36 @command timerMsec @text Assign the remaining time to the timer @desc Sets the remaining time on the timer. @arg variableId @text Variable ID @desc Sets the variable to the number of milliseconds remaining on the timer. @type variable @default 0