Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 36 to 75 of 263 · Next page · Previous page · First page · Last page
(+1)

Any chance we could have an option to produce dungeons on a hex grid rather than a square grid? I know you've done this with a few other random generators, but I don't know how hard it will be to implement here.

Overlaying a dungeon map with a hex grid isn't difficult, but I doubt it will be useful: nothing on the map will be aligned to the hex grid (and there is no way around it because dungeons are generated on a square grid).

(3 edits) (+4)

Found the answer to my own question. Just had to click around in the right places. Love the generator. Thank you. I am new to this and a little confused about how to get the images that are generated for us. Tried right clicking and checked all links on the page to no avail. Anyone care to share other than printing the screen? Thanks in advance,

(+1)

If you "right click" & choose "save as PNG" from the drop-down menu.   That saves it as a PNG (picture file) in your Downloads folder. In that same drop-down menu you can click on "Notes Mode". This gives you a sub-menu that allows you to change the map so it only displays "Room Numbers". You can then "Save as PNG" & upload or email it to your players, giving them a map they can use but keeping the contents of the rooms a surprise to your players. You should also be able to edit the PNG in whatever picture editing tools you have on your computer, ie. MS Paint, PhotoShop etc. FYI: Once you right-click to get the drop-down menu, you may have to "scroll down" the page to see all the options in that drop-down menu, as the drop-down menu can be quite long. I hope this helps :-)

(+3)

I posted this on the reddit/FantasyCities...

Would you consider making an editor to create the dungeons? (Non-generated) I know there are editors out there but your work is very polished and feature rich. (You have round rooms!)

(2 edits) (+3)

Sometimes I think I could make one, but most of the time this idea doesn't seem attractive to me. Editors are all about UI, and making UI is boring and tedious.

BTW, those round rooms are fake. Creating a generator supporting proper round rooms (and also diagonal and arched tunnels) would be a more interesting task :)

(+2)

In the json format, what parameter is determining whether a door is a front or back door?
Also just a note for you, because in your json file the notes are named "ref", it means the notes part of the json file cannot be read within unity without renaming it before parsing it through, as there is an inbuilt parameter in C# called ref that you cannot override.
Loving the project!

(+1)
  • There is no explicit way to distinguish front and rear entrances in json: they are both "stairs" ("type": 3). In most case they are situated in different rooms and it is possible to check which room's description  contains "rear entrance" as a substring. Probably I should introduce a separate door type for back doors.
  • That's unfortunate, but I guess (i.e. I hope) it's not too hard to replace all "ref"s with something else before passing json code to the parser.

Cheers!

(+2)

Nice work watabou. This is a cool update. 

I'd like to +1 the request for naming the different doors. That means as a game designer I can use them with more deliberate intent. 

Also numbering the rooms e.g. room 1, room 2, room 3 in the JSON would be would be a huge win for me. That way I can programatically do what you're doing in this image and use the custom notes feature to write about each of digital dungeon in my campaign. Pretty please ;) 



If you right-click & choose "Notes Mode" from the drop-down menu, you can change the map so it only displays room numbers

(+1)

Would have to go an extra step to replace all "ref" using C# with the Unity engine, as to parse the json file I have to use a custom class that matches all of the naming conventions, which I can't since I can't name anything "ref" in c#. 

(1 edit) (+1)

I can't replace "ref" because that would break compatibility with applications supporting the current format. I can duplicate it with another attribute ("symbol"?) if it helps.

(+1)

I suspected that wouldn't be possible, yeah duplicating it would be a good work around that problem, sorry to be a pain with it all

(1 edit) (+1)

Hey Watabou, I really like this generator's style. I think it's the best dungeon generator out there currently.  You've done amazing work!

I saw on your devlog that you're looking to make a cavegen again. I hope this comment serves as encouragement in your attempts to make that. A cave generator in this style would be a godsend since this is best looking map generator I've seen so far.

Cheers!

(+1)

i just read your idea on how to do this in Patreon. 

Please please please  make them compatible. I am importing the dungeon json into a game and I can envisage a version of this where players could move between dungeon and cave.  

I'd like to be able to generate maps combining the two styles (something like this) but it's too early to say how hard would it be. For one thing, the cave generator is going to utilize a hex grid (vs. a square grid of 1PDG)...

(+1)

If there’s anything I could do to convince you not to go hex I’d do it. 

Dungeons & Caves make sense to work together and this sounds like you’d be intentionally making them not compatible  from the start 🤔

Unless of course the JSON was indifferent and I could use the JSON from hex caves tool to draw the same caves using tiles as I do with the dungeons. 

Bro, those caves look sick! My fingers and toes are crossed. Either way love your work. I’m still your number 1 kiwi fan 😎

(+1)

does this support hexes?

Are you asking if there is a way to display a hex grid instead of a regular one? No, currently it's not possible.

(+1)

yes, thankyou for the answer :)

(+1)

i have a cuestion, meaby a dumb one, but whats the meaning of the cricled star simbol?

https://dysonlogos.blog/2013/12/23/the-key-to-all-this-madness/

A statue or just some "notable" object.

(1 edit) (+1)

If you go back to some older editions of D&D, especially BECMI; you'll find a "standardised" key/legend of dungeon features that hasn't changed much & should be familiar to "old school gamers".  The developer seems to be using a lot of those standard symbols. The "circled star" is a classic. I love it!

(+1)

how feasible would it be to implement a smaller grid?  i love the old school look of 10x10 grids but 5x5 are easier to fit to roll20's grid

Just added that: https://www.patreon.com/posts/68450169

(+1)

dungeonscrawl lets you import .tsv files [e.g. from donjon] for editing; any plans to implement exporting OPD as .tsv ?

I don't mind implementing another export format (in addition to 1PDG json which can be imported in RPG Map Editor 2 and Mipui) but I'm not sure about TSV - it's marked as "deprecated" on donjon, and are there other editors and generators supporting it?

(+1)

Honestly you've certainly done more research on this than me, so I couldn't tell you who else uses TSV, dungeonscrawl is just the editor I've gotten most comfortable with.  Thanks for the other editor recommendations, I'll have to check those out!

(+2)

How would you most appreciate having the work attributed?  Map by watabou?  Map by watabou.itch.io?  The full url?  PROCJAM in there somewhere?  Inquiring minds want to attribute!

(+1)

I think the full phrase is something like "Map created in 1PDG by Watabou" but fill free to shorten it as you see fit :) Cheers!

(1 edit) (+2)

ooh this is perfect for one of my physical games I'm working on!

(+12)(-1)

Hey Oleg! My name is Artur Kurasinski and I am the co-creator of Never Ending Dungeon (NED) which is a tool for Game Masters and RPG players to create maps and adventures using AI. Here is our latest video:

https://youtu.be/3b0oE9-JlR4

I am a huge fan of your games and the tool you create - I have a question if it is possible to use the One Page Dungeon engine to teach our AI to create rooms more sensibly?

Best,

Artur

(+4)

Boost

(1 edit) (+1)

The map app puts the current seed in the URL meaning ctrl+r doesn't generate a new map.

EDIT: nevermind just found out the controls. R only rotates, Enter generates a new one.

(+1)

Just made an account to tell you how amazing your work is! Love all your DM tools, they are my absolute favourites! :)

(+1)

I love this editor so much. I am really fascinated with how the maps have an architectural quality to them. Parts feel very well planned, and then other parts feel like they had to break the rules as buildings often do. Do you ever explain how you made this? I'd be very interested to know. Thanks.

(+2)

I explained this somewhere, but right now I can't remember where. Anyway, the idea is very simple: the generator builds imperfectly symmetrical dungeons. Every dungeon is grown recursively and when a room needs to be expanded, usually identical wings are spawned to the left and to the right from it. Usually, but not every time - occasionally these wings are not identical, but still (imperfectly) symmetrical. How often this happens depends on the desired level of chaos. This all is supposed to produce something in between boring perfectly symmetrical cross-like or T-like plans and too chaotic layouts typical for more common algorithms. That's it.

(+5)

Hello,  I wanted to ask if you´re getting any money from this . I got it as a gift and I can provide photo proof of the pages. it´s using your generator to make dungeons and then they sell them off as original material. I think you should know. Hope you get to the bottom of the issue and are recognised for your work. Let me know if you need any extra info

(+2)

Hi! Yeah, I've seen this thing. No, I don't get any money from it. It's not nice, but technically it doesn't violate that informal license ("you can use images created by the generator as you like... attribution is... not required"). The problem here is not that someone makes money from it and I don't, but that this book is actually a fraud, the "author" sells stuff which is supposed to be free. There are a couple of reviews mentioning this fact, but unfortunately they are not top voted.

(+1)

OK, I´ll try and report it to amazon (Amazon prints it for them too). Wish you could get recognised for your work. 

(16 edits) (+1)(-2)

Hello. I'll say right away that that isn't me, but I understand why they'd sell them.

Fraud is a strong word and I don't think it applies because you never say anywhere on the generator details not to sell them and you imply that you're ok with them being used commercially with the way you phrase things. You say credit is not required either. Theres at least 1 post on reddit that I just found that comes to the same conclusion as well.

To have these words up there for all this time, since October 2019 according to 'TheWaybackMachine', and then voice anger about it and possibly condone some action against it when you find out someone took advantage of something you say is ok to take advantage of...

 Wouldn't that in itself be the fraud or some kind of trickery? Thats likely how it would feel from their POV, as you're basically saying "You own the rights to what you generate. Do as you like with them." To act against someone for doing so is pretty much a 'rug pull'.

You may not like that they are selling the maps, but you literally gave them the right to do it.

I doubt there was any malicious intent on their part. For one thing you didn't have that license on your neighborhood generator for a long while, and in that time that seller never made a neighborhood map book. You only just recently added it, but since you did I'm sure a book will pop up eventually. On top of that, they actually mention it in the details that it is generated, which they are not actually even obligated to do.

 It is perfectly reasonable for them, or anyone, to believe that you were either ok with how they're being used or just did not care. I'm not a lawyer, I don't know about the legality of changing it after all this time, but even if you did I don't think it would be fair to whoever that seller is or anyone else that acted before some change was made to it.

(+1)

I came here for the same reason, I found that many of the product sold by Silent Wave Press are just prints from your generators. I wanted to find someway to contact you. But it looks like you’ve already been notified. Very uncool that they are profiting off of assets you created.

(+1)

Hey there watabou, I absolutely love the generator, and have been looking around. It doesn't look like the generator itself is open source, however is there any (preferably free) licensing available? The why: We run a volunteer camp for kids in the area, and one of the main things the kids like doing the most (and let's face us, us adults as well) is playing tabletop games like Dungeons and Dragons. We just got donated a license to FoundryVTT which has an amazing importer for this tool, but our issue is while we have tools and everything for kids to play on the campsite, the site itself has no signal or internet available, so unless we pre-generate a multitude of dungeons in advance we won't be able to get any new ones for the kids to play with once we're actually out there. 

So if there's any way at all possible to run a local copy of the generator at our campsite to be able to make on-demand content to use that would be so amazingly useful. Thanks for such an amazing and free tool, and I hope to hear from you whether the news is good or bad. :)

I'm not sure the easiest way to contact outside here, but I have Discord and normal contact options as well like email etc. Thanks again!

(+1)

Hi! I have a Patreon which I use mostly as a blog (with most posts being public). The only real "reward" for my patrons there is that occasionally I build and make available native versions of my generators including 1PDG. So if you want you can become a patron to access those native (win, macos) applications.

Alternatively, you can try to download all the files of the generator from itch.io to run it locally. It is definitely possible, but I can't provide any instructions - that's not my area of expertise.

Cheers!

(+1)

Hello good afternoon! Very good work, I wanted to know if there is any way to talk privately with you, and if you make paid changes

Hi! Unfortunately, it looks like there is no way to pay me anything at this moment.If you think the changes you need could be useful not only for you, you can try to pitch your idea here :)

(+1)

Brilliant work. Is it possible to select exactly which tags to include/exclude? If there are hotkeys for this, I can't find them.

(+1)

Thank you. Click tags to select/unselect them and press Generate to build a dungeon with selected tags. The resulting dungeon may include other tags and some of selected tags may be missing, but overall it's pretty close to what you are asking about. There is no way to request a dungeon without a specific tag, but I'm planning to add a number of "opposite" tags to achieve the same effect (e.g. "single level" for existing "multi level"). 

(+1)

where did the options go? it says to use the context menu to access them but i don't remember doing that before and also i dont know where the context menu is...

Right-click anywhere on the generator to access the context menu.

(+1)

Would it be possible to exclude specific tags from the generator? Like multi-level, for example, really throws off an otherwise good dungeon.

I can try implementing the "single-level" tag for this particular case.

(+1)

That would be super helpful. Thanks and keep up the awesome work. Seriously, your generators bring me so much joy.

(+2)

Also, a generic "skull" icons on some rooms to indicate where random monsters encounters could occur would be nice?

(-1)

I could suggest rooms for random encounters but they would be just random locations and this doesn't sound very helpful, does it?

(+1)

Would be possible to add a "cave" style, to create caves in addition to dungeons?

I thought about making a separate cave generator (https://www.patreon.com/posts/hatching-in-1pdg-31716880), because caves are too different from regular dungeons.

(+1)

Can I export to TSV format? 

No.

(+1)

I'd love to have a "Number all rooms" option since I'll probably want to generate some details for all of the rooms myself. And an option for exporting the notes to a .txt (or .rtf) file would be sweet too. :-)

(+3)

You can number all rooms by checking Notes mode > Numbers.

(+2)

What an awesome one page dungeon generator! The maps look better than a lot of maps in published books!

(+1)

I love your tool, it's so helpful and easy to use, it really saves time!

Would it be possible to add the option to generate caves, and not only man made dungeons? That would really make it next level.

Thanks for all the great tools you provide!

(+1)

Wow. So cool and fun. Thank you.

(+1)

Hi, how do i align it to grid on roll20? Always one room is aligned perfectly, but others parts of the dungeon are not aligned.

(1 edit) (+1)

Why this happens in roll20 is a mystery for me, obviously all the cells on a dungeon map are of the same size. Anyway, you need to use "Export as PNG..." instead of "Save as PNG". In most cases this allows to avoid that problem.

(+1)

Thanks, i used the option Export as PNG and it worked!

(+1)

really nice

(+2)

Hi, did you know there's a publisher on Amazon selling books of maps made using your software?

https://www.amazon.co.uk/dp/B09L9WPG1K

(1 edit) (+6)

Oh wow, there are a whole series of them! I didn't know about these books, but I've seen others before (also a Kickstarter campaign for similar stuff). Formally, it's OK because "you can use images created by the generator as you like…", but I hope these guys earn less they they spend on this enterprise.

What I find weird is that on my phone, I can generate dungeons via the Run Generator button. Here on my desktop, no button exists, so I have to hit refresh each time I want something new. On my phone, it also provides more detail about the dungeon.

It also says to "Use the context menu to access all the options of the generator." but there is no context menu...

I have a context menu under right click…

Strange. I get absolutely nothing when I right click.

What browser? The screenshot was done on Chrome on Mac but it works all the same on Windows 7.

Do hot keys (e.g. Enter) work for you? Could you check your browser console for any messages there?

Also, what does "provides more detail" mean? What is missing on your desktop comparing to the phone?

(+1)

It's really weird. It's working now. I haven't done anything differently, but I can now right-click and get the menu. That's good because on my phone I can't read the various notes for the rooms, as they all pile on top of each other and the dungeon description, leaving only the top note visible.

(+1)

My first map for an old chaotic evil temple turned into a Trog lair.

(+2)

This is pretty awesome.

(+2)

Hey Watabou, I'm really impressed with your generation algorithm. I already saw a 2-year-old post on Reddit where you talk a little about it.

 I'm very interested in some more insight about the algorithm, like the steps that it takes, if you use existing 'premade' rooms, and maybe if you use variables to determine what kind of map to generate (some look really different). 

Anyway, keep up the amazing work, I'm a fan :)

(+2)

1.What do the different doors mean? There are normal doors, doors with a long line in them touching the short sides, doors with a short line touching the long sides, and doors with double lines. 

2.Also, NWES changes, it appears. When it says there is a door with keyholes in it to the north, sometimes it will be up. But sometimes west will up. Does it change?

3.What are those bars that look like stairs? Are they stairs or not?

4.What is the star meant for? Is it the beginning or the end or something else completely?

5.Where do you "start" in a dungeon? Stairs? The star? A certain direction? Anywhere?

6.Finally, do the numbers also mean an order? Like, there are those 'stair' shapes in room one, does it mean you'd start in room one, and traverse in numerical order? or not?

Sorry there's a lot of questions.

(1 edit) (+1)

1, 3, 4 - Those are pretty standard dungeon symbols: https://dysonlogos.blog/2013/12/23/the-key-to-all-this-madness/.

2 - If you uncheck Rotate-to-fit, north will always be up.

5, 6 - It's not an adventure, it's just a map. You can start wherever it makes sense to you. Like on most maps numbers mean nothing here, I could replace them with letters. Choose Notes mode > Tailed if they bother you.

(+1)

I find this difficult to use on an iPad. Any tricks to using on this device, or should I just keep to using it on my iMac (which works fine).

I tried to make this generator usable on mobile devices, but originally it's designed for desktops (with a large enough screen, mouse, keyboard) and desktops remain my priority. Do you find any specific features particularly uncomfortable to use?

(1 edit) (+1)

When I use the non-itch version, the dungeon generated and the descriptive notes don't always fit on the screen. Using the itch.io version I was able to use  'CMD' & '+' or 'CMD' & '-' to adjust the browser screen size to zoom in/out to fix the 'fitting on the screen' issue, but not on the non-itch version.  There also don't seem to be instructions visible on the iPad view on how to interact with the generator.

Update: to clarify, I have a keyboard with my iPad. It has become my main digital tool (partly because my computer is quite old now).

(+1)

how do i save the map on my computer

  • To save a map for loading it later in the generator you need to use the non-itch version. Just copy the link from the browser's address bar.
  • To save a map as an image, open the context menu and choose Save as PNG or Export as > PNG.../SVG.
  • To save a map for loading it in an supporting dungeon editor, choose Export as > JSON in the context menu.
  • To save a map for loading it in MagicaVoxel ,choose Export as > VOX in the context menu.
(+1)

Is there a way to obtain the JSON using a HTTP request? I've written a tool to convert these into isometric and would love to be able to do it all in one click rather than having to manually save it.

(+1)

We'd love this too :-)

Nope. Something somewhat similar used to be implemented in MFCG. Adding a specific URL parameter made a generator to save a generated map right after loading. It is not hard to implement here but I guess this is not what would help you?

(-1)

Are circles encounters?

(+2)

hi :) any chance u have "adding more randomized objects to rooms" in your ToDo list for this generator? or maybe increase/decrease the density of the objects? 

I mean like random boxes, beds, coins, bottles, books, wardrobes, etc :)

I am going to add a couple of new types of objects, but I don't want to spawn too many object instances because I would have to know the purpose of every room. For example, it's OK to drop some boxes in any room but a bed can be only in a living quarter. 

Viewing most recent comments 36 to 75 of 263 · Next page · Previous page · First page · Last page