姫HimeWorks Blog

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