Character Sprite Opacity
This script allows you to control a character’s opacity settings on the map. You can increase or decrease the opacity, turning the character fully opaque (value of 255), or completely transparent (value of 0). You...
This script allows you to control a character’s opacity settings on the map. You can increase or decrease the opacity, turning the character fully opaque (value of 255), or completely transparent (value of 0). You...
This script allows you to use placeholder graphics for your events. The appropriate graphics will be chosen automatically by the engine during the game. This script is focused on actors and allows you to...
This script allows you to control the zoom-level for character sprites, which includes the player, followers, events, and the default vehicles. All it does is change the look of the sprite. Functions are available for...
In this article we explore a feature built into RPG Maker sprites called Blend Type. Personally, I don’t see it come up very often, and initially I didn’t have much idea how it works...