... | ... | @@ -18,25 +18,22 @@ The generator will try to generate a valid layout as many times as it can within |
|
|
- Max room occurrences - If a room has already reached its max, it's removed from the pool of rooms.
|
|
|
- Min & max room depth - A room won't exist in the pool if the generator isn't at a valid depth.
|
|
|
|
|
|
**Last resort: Increasing the generator timeout**
|
|
|
**Last resort: Increasing the generator timeout**
|
|
|
If your dungeon is STILL having trouble because it's particularly complex, you could try increasing the Generator Timeout in Mythic Dungeons' `config.yml`. This is a LAST RESORT, as your dungeon should not take more than 5 seconds to generate unless you've created an outrageously complicated dungeon. (I.e. 500+ rooms, large rooms, lots of rooms with high min occurrences, etc.)
|
|
|
|
|
|
|
|
|
## "My room isn't generating!"
|
|
|
If a room is never appearing in your dungeon, here are a few possible causes...
|
|
|
|
|
|
**Room depth paradox**
|
|
|
**Room depth paradox**
|
|
|
Your room may be configured to only appear at a depth of 35+... but your dungeon might have only generated 30 rooms. This means the dungeon can never get big enough for your room to appear. Check the console to see how many rooms your dungeon is generating!
|
|
|
_WARNING: If your room is ALSO set to have at least 1 min occurrence, the layout will FAIL in this situation!_
|
|
|
|
|
|
**No connectors**
|
|
|
**No connectors**
|
|
|
You may have just forgotten to add connectors to your room, preventing it from appearing. Oops!
|
|
|
|
|
|
**Invalid max occurrences/depth**
|
|
|
**Invalid max occurrences/depth**
|
|
|
Check your room's YAML file! If max occurrences or max depth are set to 0, that means it will NEVER appear! A value of -1 means "infinite".
|
|
|
|
|
|
**Weight too low (or 0)**
|
|
|
Your room is too unlikely to spawn, making it so rare it never appears. This is pretty unlikely, but worth checking!
|
|
|
|
|
|
|
|
|
|
|
|
**Weight too low (or 0)**
|
|
|
Your room is too unlikely to spawn, making it so rare it never appears. This is pretty unlikely, but worth checking! |
|
|
\ No newline at end of file |