... now with 35% more arrogance!

Monday, October 14, 2019

d6-Only Random Maps

I've talked about random map tricks before, but I'm not sure if I've done anything restricted to d6 rolls, kept as simple as possible (no dice map/drop dice techniques, easily memorizable so that you don't need to consult a table...)

You've already seen one such trick in the Generic Tower and Dungeon Expander semi-random dungeons. In a long corridor like the one in the pic, roll 3d6 for each side of the corridor and keep only one die out of every set of doubles or triples. The remaining dice, in order, are what's behind the door, using a simple d6 "table" expressed as a map. (I've modified the room order for this example by making a result of 5 = the Tunnel and result 6 = the Staircase.) Optionally, at the end of the corridor, roll 2d6 and use one die result if you roll doubles, otherwise leave it as a dead end.

The next trick would be to apply this to room exits as well. Roll 4d6 for a room, only keeping one die from each set of doubles, triples, or quads. Results 1 through 4 are doors in each of the four walls. Result 5 is a ladder in the middle of the room (I used a trap symbol, because I couldn't find a better option in Gridmapper.) Result 6 is a staircase. Roll another d6: on 5+, the ladder or stairs go up, otherwise they go down.

But these two tricks work best when used on a "seed map" of tunnels, using Trick 1 in each section of tunnel, followed by Trick 2 to find the second exit in any room discovered. So Trick 3 is to roll 2d6 multiple times to find the direction of several tunnel segments. The first die indicates the tunnel starts at the map edge indicated or in the center of the map. The second die indicates where the tunnel heads. Results 1 through 4 are one of the compass directions. Results 5 and 6 are the center of the map, again indicating a ladder or staircase. The tunnel segments are all a standard length, say 240 paces (60 feet,) after which it may extend as indicated in Trick 1. Don't discard doubles for this roll: instead, doubles indicate a U-turn for results 1 through 4, or a landing stage between two ladders or staircases. (This is what the short "L" segments represent on the map.)

How many tunnel segments you need to create a seed map is mostly a matter of taste, but I'd say three would be a decent start.

2 comments:

  1. If you ever get your algorithm to the point where you'd like to see a generator for it, let me know! I've extended Text Mapper with the Gridmapper icons and some code to generate 5-room and 7-room dungeons, but I'm always interested in adding more algorithms, specially if they only involve dice rolling and table lookups. Those are easy to write code for.
    https://campaignwiki.org/text-mapper/gridmapper/random?rooms=5
    https://campaignwiki.org/text-mapper/gridmapper/random?rooms=7

    ReplyDelete
    Replies
    1. I don't know about this particular algorithm, since it's kind of being developed with unassisted human usage in mind. But I could look into either redesigning this one for computer usage or revisiting one of my older random room generation approaches.

      One thing I noticed was really missing is full "Jaquaying" of the dungeon. None of the 5-room dungeons seem to be Jaquayed, and only two of the 7-room dungeons I tested were Jaquayed. It's possibly very difficult, but I'll think a bit about how to make a simple Jaquayed dungeon algorithm. Probably by splitting the dungeon into subsections and using pre-defined Jaquayed patterns to arrange and connect rooms in each section.

      I'll think about it some more!

      Delete