Category: Dev Log

4

Diagonal Movement and Large Sprites

In all of the previous articles on diagonal movement, I only used 32×32 character sprites because they were readily available to me. Now the question is, what happens if you have character sprites that are...

0

Understanding Large Troops

This article discusses some of the limitations in RPG Maker’s troop editor, explore some workarounds, and then look at a few solutions that have been implemented to address these limitations. I assume you have a general idea...

17

Diagonal Movement and Movement Speed

This is the third part of my dev log on implementing diagonal movement in your RPG Maker VX Ace project. In the first part, we modified the movement scripts to allow diagonal movement and to use diagonal sprites...