The GBM2K (Grid Based Movement 2K) Framework is a Godot 4 project that facilitates the creation of 2D grid-based games like YumeNikki.
The framework replicates the grid movement seen in RPG Maker 2003 while keeping things simple and easily modifiable. But if you want grid movement more akin to RPG Maker 2000 you can use this.
- An input priority system, that prioritizes the last directional key pressed
- Movement animations that alternate between swinging the left and right arm for each grid move
- Modifiable Actor movement speed, that also speeds up the animation accordingly
- Wandering NPC's that can be interacted with
- A simple dialogue system
- An event system
Credits to GDQuest and their Grid Based Movement system, without it this wouldn't be possible. Also credits to Jason Perry for the sprites. These sprites are from the OpenRTP.
If you encounter any bugs with an unmodified version of the framework, please post the issue on Github with a video attached. If you want to contribute to the project, do a pull request on Github and I'll take a look at it.
The GBM2K Framework is licensed under the MIT license. Meaning that you can do whatever you want as long as you credit me, and include the MIT license contained within this repository with your software/source. Reminder, this is my understanding of the MIT license. I'm not a lawyer, do your own research.