Hey all,
first of all, this is my first Plugin for MV and in fact the first time I deal with JS at all, so this is why I first want to show my plugin here as a Beta-version.
This plugin allows you to create snippets for tunnels, which then will be randomly connected to generate an appealing map to explore.
Functions:
Inspired by:
This plugin originally was inspired by https://forums.rpgmakerweb.com/inde...s-random-dungeons-now-with-version-two.40197/ , which was created for VX Ace
Link to my Blog:
https://aerosys.blog
The great TODO list
- more algorithms
- check compatibility with Alpha ABS
- check compatibility with Yanfly Doodads
first of all, this is my first Plugin for MV and in fact the first time I deal with JS at all, so this is why I first want to show my plugin here as a Beta-version.
This plugin allows you to create snippets for tunnels, which then will be randomly connected to generate an appealing map to explore.

Functions:
- Random Dungeon / Maze Generator
- Parameters for higher diversity eg. dead-end probability, perfect / imperfect maze
- Multiple algorithms to create classical mazes or maps with rooms and tunnels
- Add assets randomly, but still logically
- Events can be used as assets (eg. torches, loot chest, switches)
- Seedable RNG for pseudo-persisting Map or Non-seedable RNG for Rogue-like Games
Inspired by:
This plugin originally was inspired by https://forums.rpgmakerweb.com/inde...s-random-dungeons-now-with-version-two.40197/ , which was created for VX Ace
Link to my Blog:
https://aerosys.blog
The great TODO list
- more algorithms
- check compatibility with Alpha ABS
- check compatibility with Yanfly Doodads
Last edited: