Category: Dev Log

23

Grid Battle System: Devlog #2

In the last progress update, I had implemented support for “grid selection”. That is, you were able to select a tile on the grid directly instead of selecting actors or enemies…

[Update] Actor Parameter Tables 48

[Update] Actor Parameter Tables

Parameter Tables is a plugin that allows you to manage parameters as spreadsheets. These tables are essentially an extension to the default parameter system, with support for All of the basic parameters – Max...

6

My Solution to RMDC #1

A week ago I had published an RMdev challenge. You can read the problem here. A number of solutions have been presented. Some of them are purely evented, and others use a mix of events...

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