Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Random inn map generator?

I know there are lots of dungeon generators, even APIs that make dungeons. But is there anything that generates the map of a random inn/tavern?
that's just any old room generator. I'd recommend dungeon draw for that, if you want something more automated then nothing like that exists currently.
1434671071
Gabriel P.
Pro
Marketplace Creator
Though not random, you could use Arcknight's fireside Tavern to make a number of different taverns/inns quickly.
1434675789
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
This Dungeon Draw API pack is for your stately manor and rustic inns. Information on the API (with demo video) and intallation instructions can be found at this wiki page: <a href="https://wiki.roll20.net/Dungeon_Draw_API" rel="nofollow">https://wiki.roll20.net/Dungeon_Draw_API</a>
I'll take a look at that dungeon draw thanks
1434734031

Edited 1434734109
So there is no random room generator, okay. Thanks for responding.
1434737990
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
Not coded.... but all the parts are there. The Dungeon Draw script is currently coded to take canvas select information and create an array to represent where the floor is. Below is two rooms with a short 10 foot wall between them. ######################## ###..................### ###..................### ###..................### ##########..############ ##########..############ ###..................### ###..................### ###..................### ######################## # = off map 'dot' = floor Any 'dot' next to a # would have the proper wall and dynamic walls paths. Just need a map generating addtion to the script. However, what would be likely nicer would be the sharing of the data array.... that's not content, that is just map lay out. So anyone using this script could share a really cool Inn design, just by sharing the array. Then when you want a "random" inn, you just call up someone was nice enough to design. And apply a texture you perfer.