Author: Hime

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

2

Picture Anchors

This script introduces the concept of “picture anchors”. An anchor is a tool that fixes an object to a certain position. A picture anchor functions the same way: it fixes the picture to a certain position....

4

Scene Event Animations

This script is an add-on for the Scene Interpreter. It allows you to display various screen effects such as  pictures  weather  tone change  screen flash  fade in, fade out This allows you to display animations...