top of page

RPG Maker MZ/MV Tutorial Series
Beginner Tutorials
This series is designed for complete beginners of the MZ/MV engine. It covers everything from opening the engine for the first time to common puzzle horror mechanics (switches, search-fetch, code, etc.).
​
There are two series:
Beginners+: This series uses the RMMV engine, and we build a game together. It is very lengthy but very detailed.
​
MZ Series: Five short 20-minute videos using the RMMZ engine. Rather than giving you the game files, I guide you through starting a new project and finish by showing you how to make several key puzzles in an RPG Maker horror game.
Develop Beginner+ Alongside Me:

Tutorial 1
Open the engine for the first time and learn how to create a map. There are some secrets to mapping that you may find very useful here. We end the video with learning about quick creations.

Tutorial 2
Events, animations, and interactions between events are key to making the game come alive. In this video, we exploit those fundamentals to create a working door and chest.

Tutorial 3
Switches & variables are the most important concepts to learn with RPG Maker. If there were any tutorials you will need to master, it would be this one.

Tutorial 4
Understand how events trigger through parallel processes, autorun, and event touch to create flawless cutscenes. As an added bonus, we will play with timers and make a chasing killer.

Tutorial 5
Are you ready to try something more advanced? Take a look at the core code of RPG Maker, Javascript (JS). If you take the time to understand JS, I have no doubt you will be able to create Expert level content.
bottom of page