Author: Hime

53

Command Manager

The command manager is a framework that changes the way commands are handled in RPG Maker. It provides developers with an intuitive way to customize each and every actor’s commands from the basic “Attack” and “Item” commands...

5

Dev log: Demystifying movement collision detection

In a previous dev log, we explored how movement is done and I provided a very bare-bones implementation of “pixel movement”, which allows you to move your character along a finer movement grid. In this article, we explore how map movement collision...

Reading files in RPG Maker 19

Reading files in RPG Maker

File I/O is an important topic when it comes to RPG Maker. Everything that you work with is stored in external files and are loaded by the engine at run-time, whether they are database...