Equip Slot Fixing
This script allows you to use note-tags to fix your equip slots. When you fix an equip to a slot, you cannot change the equip manually. This allows you to effectively prevent the player from changing...
This script allows you to use note-tags to fix your equip slots. When you fix an equip to a slot, you cannot change the equip manually. This allows you to effectively prevent the player from changing...
This article examines the way the party inventory is implemented in the default engine. I look at the various functions that are provided, and then I discuss why it is not a very good...
This article is focused on how online game developers can try to secure their resources from being downloaded in 5 minutes. Resources might include graphics, sounds, videos, text/scripts, code, or any other files that...
By default, RPG Maker uses the file called “Window” stored in the Graphics/System folder, and only supports one windowskin throughout the game. This script allows you to change window skins dynamically during the game using...
In this article, I discuss how you can use external applications to handle output generated from RPG Maker. It is well-known that RPG Maker does not support many things natively, such as the ability to make network...
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...