Aero

Aero

Templates (Plugin Manager)

At this time, there are 2 major Plugins to own templates: „withSnippets“ and „withoutSnippets“. I already made a small set of various templates that you can view, change, copy-paste, or you just create your own! A template’s name must be…

Static Map with Decoration Features

If you want to use this plugin’s features of spawning assets on an ordinary (non-randomized) map, follow this tutorial. Create Map Create a custom Game Map. Transfer Player While transferring the player to this map, transfer him to the exact…

Let’s build… a Castle!

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…

Let’s build… a Worldmap!

In this tutorial, we will build a world map! We will not use snippets. There’s a dedicated algorithm to generate such a map, and there are a lot of functions that we will use as well. Space Map Create a…

Map Generation without using Snippets

In this tutorial, we look at how you can create randomized Maps without defining Snippets. Step 1 – The Space Map Let’s create a Map and call it „Space Map“. Feel free to set BGM, encounters, or other settings for…

Let’s build… a Cave!

In this tutorial, we will build a cave. We will not use Snippets. This article explains to you how to define your dungeon’s overall design and how to individualize it by adding elements such as water, grass, dirt, boulders… Space…

Post Processing

This plugin series lets algorithms generate a skeleton first and then provides a set of functions to beautify it step-by-step to get a whole map. This so-called post-processing is independent of the chosen algorithm – in other words: you can…

Algorithms

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…