Seizing
This Plugin provides some methods to temporarily seize Exp, Gold, Items, & Equipment and to restore them later. Seized items are stored in an invisible container for later retrieval. If you seize a 2nd time while the container still owns…
Random Map Generation in RPG Maker MV & MZ
Random Map Generation in RPG Maker MV & MZ
This Plugin provides some methods to temporarily seize Exp, Gold, Items, & Equipment and to restore them later. Seized items are stored in an invisible container for later retrieval. If you seize a 2nd time while the container still owns…
The Meta Maze is a powerful tool for making a dungeon more interesting to explore. Maybe you have already set up your first dungeon and defined some objects, such as enemies or save points. And after some playtesting, you realized,…
The Static Map is a simple but sometimes handy feature. But because it’s simplified, it lacks certain functionalities such as exits to the next room and automatic Spawn Position for the player, which makes it challenging to combine this approach…
This tutorial is a direct follow-up to Let’s get more Variety… by using Switches!. You have already learned how to achieve more diversity by using Switches; now I want to show you one more thing: How do Templates work? The…
From the start, one of my most important goals was to provide tools you can use to generate diverse worlds as quickly as possible. On the other hand, with high flexibility sometimes comes complexity, which is why I wrote this…
This is the first article to give you some inspiration and tips to think outside the box. At this point, I assume you already know the basics and have set up your first generated map(s). It’s okay when you haven’t…
First of all, there’s no dedicated algorithm yet to create a village, but that doesn’t mean we cannot make one! Why is there still no algorithm for that? Because, other than creating a cave that is natural and hence random,…
Dear MV-users, at the moment this error is likely to occur. You can try this temporary workaround before I release an official patch by deleting some lines of code. In MK_RNGMaps_withSnippets.js please delete from .. until… In MK_RNGMaps_withoutSnippets.js please delete…
Space Map Design the Space Map as shown below: This setup has 3 rows. From top to bottom: 1st Row: one Ceiling Tile 2nd Row: one or multiple Tiles for the Areas 3rd Row: one or multiple Tiles for the…
RNGMaps provides a lot of algorithms with many variants and parameters. This page presents all of them, including links and cheat sheets. Algorithms using Snippets Prim’s Maze Algorithm Creates classical Maze Uses Snippets Start here: Procedural Maze Generator – Starter…
In this article, we do a small Game Changer, a Maze within a Maze (Maze-ception), with the possibility to travel back to the Main Map. We will do secret underground ruins to explore beneath the Forest. In this example, the…
Thanks for taking your time and helping me improving my work! Your answers will help me understanding what the community is looking for when using my Plugins. Wird geladen…
Since RPG Maker quit using RTP, some developers use other methods to keep project files minimal. Also, I don’t want to upload a MV and a MZ zip file every time. Hence, all Demo projects on my blog contain only…