Custom Map Encounters
This script allows you to customize random encounters on your maps during the game. For example, initially there might be slime and rats wandering around the map, but after certain events take place in the game,...
This script allows you to customize random encounters on your maps during the game. For example, initially there might be slime and rats wandering around the map, but after certain events take place in the game,...
In some games, you may have multiple characters that the player follows throughout the story. Depending on the plot, players may be asked to play through each character’s scenario separately, and each character’s performance may affect the...
I have implemented a new feature for Item Affixes. Affixes are objects that you can attach to equips, and the affix properties are transferred to the equip including the name, parameters, and features. For example, if...
The Scene Interpreter allows you to run common events in any scene that you want. For example, when you use an item that calls a common event, by default it would take you back to...
This script allows you to run a common event when you encounter an enemy through “random encounter”. When the common event finishes executing, the random encounter battle will begin. In this common event, you...
RPG Maker comes with a built-in encryption system that you can use to protect your resources from distribution to some degree. This tutorial shows you how to encrypt your resources.