banner
Rating
Voted0

Dungeon Rooms Max

1
Mod version:1
Game version:all
The mod has been successfully tested for the absence of viruses
421.46K77.86K

Report mod

  • image
  • image
  • image
modalImage

About This Mod

Increases the likelihood of large dungeons.

Increases the likelihood of larger dungeons.


License.

GNU Affero General Public Licence v3.0.

A closed source license, which allows for commercial use.


Source

GitHub.


Maximum dungeon room in Digitalroot.

Modified to create larger dungeons. Valheim limits the number of rooms in the dungeon as follows

Limit the number of dungeon rooms.


Forest storage is 20/40 by default. 

The default value of the flooded store is 20/30.


This mod changes these values to allow more rooms to sleep in the dungeon.

It is generated on a single dungeon.


FREQUENTLY ASKED QUESTIONS.

What is the smallest number of rooms when using this mode?

What is the largest number of rooms sleeping in this fashion99

Are there performance issues? Yes, this can happen on slow computers.

What happens to the dungeons you receive if the mod is removed? They will remain because they are part of a save-the-world file.


Algorithm.


Min/Max values are not working as expected.

The algorithm used by the dungeon creator is as follows


for (int i = 0; i < maxRooms; i++)

{

 TryToPlaceOneRoom();

 if (HasAllRequiredRooms() && placedRooms.Count > minRooms)

 {

break;

 }

}


Dungeon Builder will stop creating new rooms if one of the following two events occurs

All the necessary rooms appeared, as well as the minimum number of rooms.

The dungeon designer attempted to create the maximum number of rooms.


Configuration

Minimum rooms

Maximum number of rooms


Detailed configuration

Each type of dungeon can have its own meaning. Enable the dungeon override and set its value. If override is not enabled, values in the General section will be used.



Similar Mods/Addons

Game Version *

all (Digitalroot.Valheim.MaxDungeonRooms-1665-2-0-34-1719261408.zip)