Aero

Aero

Let’s make a Teleport Device!

Need a break from exploration? You quickly need some items from the village, but you want to return right there? No problem, let’s create a teleport device for the player. Our teleport device will handle… The Common Event Create a…

Switch&Variable Management

By default, RPG Maker knows about Switches&Variables, which are globally available, and Self-Switches, which are bound to Events. In some cases, however, you may need something in between. Game information that is neither globally nor bound to an Event but…

Auto-Switches

The „Auto Switches“ feature allows labeling each room for a particular purpose. Let’s give an example: „I want my dungeon to have 1 room with one secret boss, 2 keys that the player must find, 1 save point, and the…

Is Room solved?

The Random Maps Core plugin can track whether a room has been solved by the player or not. This is controlled by a single Switch that the plugin synchronizes each time the player enters a room. After that, it’s up…

RandomMaps 3.0 Upgrade

This guide is for all of you who already have a project using Random Maps and want to upgrade to version 3.0. Version 3.0 comes with many changes to make your life easier! We estimate the duration of this procedure…

Room Layouts

Most dungeons consist of multiple rooms; for example, a mystic tower will have multiple floors to challenge. This plugin series comes with functions to make it simple to control which room the player is in and also memorizes all Event…

Eventing (RPG Maker MV)

You will find all the necessary commands to generate a dungeon or map in MK_RNGMaps_Core. In this article, we demonstrate the two essential actions regarding map generation. Preparation Before you start, grab a pen and a sheet of paper (yes,…

Eventing (RPG Maker MZ)

You will find all the necessary commands to generate a dungeon or map in MK_RNGMaps_Core. In this article, we demonstrate the two essential actions regarding map generation. Generate This Plugin Command generates a map and transfers the player to it.…