A new plugin maker has arrived!

A new plugin maker has arrived by the name of Irina! 😀 Here’s some of the stuff she’s made for free!

AutoMessageColors

Auto Message Colors

This plugin automatically causes the messages that can use text codes to automatically color keywords to depict importance so you don’t have to manually type in \c[3]Important\c[0] every time you want to draw attention to something. This helps those who want to make their keywords consistent throughout their game as well as makes it easier to simply offload text into RPG Maker MV without having to go through and highlight everything manually.

PerformanceUpgrade

Performance Upgrade

This is a “plugin” of mostly performance upgrades shifts away from the usage of bitmap functions to WebGL and PIXI for better performance. Results may vary from computer to computer as PIXI alternatives depend highly on the PC’s GPU. For those that this does affect, expect less lag spikes from many things like hue changes for enemies and animations, entering the main menu, or constant pixel grabs from the window skin.

AntiAudioDelay

Anti-Audio Delay

When playing audio in RPG Maker MV events, there’s a small delay when the audio loads to when it’s actually played. This can make some scenes lose impact where an emotional piece of music is supposed to be played, but it gets delayed instead and ruins the moment.

What this plugin does is go through the currently running event’s command list by a certain amount and loads ahead of time the audio files it finds. This way, the audio files are ready by the time the event runs, making it transition smoothly.

This plugin does not preload and store audio files forever because that’s a very quick way to get your game client to crash when it consumes more memory than the player’s computer can handle. Instead, it will save a designated amount of audio files in its cache to keep them ready in case they’re reused but will flush them out of memory when the limit has been reached. This is to ensure that memory doesn’t overflow and crash the game.

Be sure to grab her stuff and follow her on itch.io!