Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This plugin is amazing! been tinkering with it and love it. Is it possible to create like special rooms with %? like, a 5% chance of one of the maps being of a different kind?

and if it's possible to create like a infinite type rouge like dungeon to see how much you can last.

  1. This is not supported, however, you can spawn assets (e.g. a secret boss) conditionally on any ruleset. I wrote a tips&tricks here: https://aerosys.blog/lets-improve-your-gameplay-experience
  2. The default implementation doesn't allow it, but again, you achieve something like that by...
    1. use "single room" layout
    2. Generate a whole new dungeon every single time instead of "regenerate"