姫HimeWorks Blog

2

Placeholder Graphics

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...

18

Pre-Skill Effects

By default, effects assigned to skills or items are executed after skill or item is executed. This script allows you to specify that certain effects should be executed before the skill or item is...

23

Character Sprite Zooming

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...

2

Performance Analysis: Event Trigger Checks

This is a series of articles dedicated to performance analysis in RPG Maker. The purpose is to understand what causes performance issues which result in what developers or players usually refer to as “lag”. This article...

2

Hiding and Showing Rooms with Overlay Mapping

Overlay mapping is a mapping technique where you “overlay” your map with other graphics to create multi-layered maps. Maps are typically decomposed into several different layers depending on their height with respect to objects on the map....