Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Player Movement - Version Alpha R5

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version AlphaR5!

This version is focused on normal player movement instead of movement abilities. It adds the option to lock individual directions, for example if you only want the player to move up and down, you can lock the left and right direction. You could use this for puzzles or for some minigames. This does account for reversed direction, if your player cannot move left and they are in reverse movement and press right, they will not be able to move since they would have moved left.

This update also added instant movement. This emulates old school RPGs where the player sprite did not smoothly move from one tile to the next, they just instantly appeared on the tile in front of them. You can turn this on or off during gameplay just like all other movement abilities, so if you want to create a throwback room where this movement is used while the rest of your game uses modern movement, you can do that. See below gif for how it can look:

This update also fixed a bug that could occur when adding this plugin to a saved game from before the plugin was added.

Version AlphaR5
  • Added option to lock each direction individually
  • Added instant move mechanic
  • Fix crash that could occur when adding this plugin to a saved game

Back to Plugin