Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.
/ RPGMakerPlugins Public archive

Collection of plugins I made for RPG Maker MV/MZ

License

Notifications You must be signed in to change notification settings

erri120/RPGMakerPlugins

Repository files navigation

RPG Maker Plugins

PlaytimeFix

Source: PlaytimeFix.js

Don't count frames to calculate time. RPG Maker MV/MZ use a frame counter for various operations such as determining how much time has passed. This is obviously completely stupid since frame times can differ wildly and you can just use normal date operations. This is exactly what this plugin does: use Date.now() and calculate the difference when needed.

I wrote a blog post about this here.

About

Collection of plugins I made for RPG Maker MV/MZ

Topics

Resources

License

Stars

Watchers

Forks