Noisemap Generator

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…

Continue reading

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…

Continue reading

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…

Continue reading

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…

Continue reading

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…

Continue reading

API Reference

This page shows and explains every JavaScript Call method. Algorithms The Algorithms are described here: Algorithms Maze Generator / $DungeonGenerator Entrance, Exit, and makeWayOut Choose if you want to draw Entrance and Exit, or if you want to have pathways…

Continue reading