Aero

Aero

Path in and outside the Map

It’s also possible to make the road go to the map’s end instead of having a door or corridor. Region ID Setup We need to set up the Region tiles on the Snippets. We put… Region ID 6 South Region…

Outer Snippets

I haven’t come up with a better name yet. Outer Snippets are snippets to replace the blank area around the dungeon with a set of alternative snippets. There are usually used on field maps, like roads, canyon or a forest.…

Create Specific Object X Times

In this topic, we handle scenarios in which you want some objects to be instantiated a specific number of times. This is useful when… You want to define more precisely how often loot chests, enemies, or points of interest should…

Seedable RNG

I recommend you to check out the Meta Maze first, as it already assists you a lot with this topic. If you want to set the RNG’s seed, you can do so by calling: If you want to use an…

Dungeons with large Areas

This tutorial focuses on another algorithm to generate dungeons: Those to create dungeons with large areas. Create more Snippets We need some new snippets to draw those dungeons. Those to draw large areas, including edges, corners, inner corners Those to…