Devlogs
Patch Notes for 5 of June 2022
It seems like I am getting around to a monthly cycle! So here 3 new plugins and an update of 1 plugin due to the RPG Maker MZ 1.5 release.
- New Plugins (3)
- Animation Sound Variance
- Allows the developer to add a list of sounds to the animation which will be randomly chosen each time the animation plays
- Control Skip Text
- Allows the developer to prevent the player from skipping dialog in Show Text windows. Also has the ability to turn this feature on and off throughout the game
- Face Image to Bust
- Allows the developer to program clickable Face Images in Show Text windows which when clicked will display a picture (bust) of the character.
- Updated Plugin
- Tile-based Scaling
- Updated to handle non 48 by 48 tiles. Note: If the map gets too small the UI elements might not fully display.
- Updated Generator
- Fixed bug that would occur if the file name contained space.
- Added tip about starting plugin parameter or plugin command arguments with '[' or '{' will result in undesired behaviors, please add a space to the start if you must do this.