Thanks!
I agree that it would nice to have such a feature here, but for now I don't know how this could be implemented (these two generators are completely different). Hopefully I'll come up with something eventually.
You can request a map with the aspect ratio you need by adjusting Size values in the "Map parameters" dialog ("Tags..." in the context menu).
For example: https://watabou.github.io/village-generator/?seed=1140703949&tags=island,no%20sq...
What does alignment mean when two levels have different shapes? For example, how can you know that these two levels are not aligned:
?
There is no such problem in general. I mean, if a road is not exported then it's something more specific, than just the "isolated" tag which I tested many times before (especially since it's a default tag now). Here is a very similar village:
https://watabou.github.io/village-generator/?seed=1026162478&tags=isolated,palis...
And that's how its exported version looks:
As you can see, both the regular (solid) part of the road and the trail part (dotted) are present. Anyway, if you will be able to reproduce the bug, please send me the link so can examine the case more closely.
There are many algorithms for dungeon generation. This one is my own invention and as such it's not exactly elegant. Its advantage is that it can produce maps that look kind of human-made, because they are they are "partly symmetrical". Here is how it works:
That's it. There are some nuances to make it work and more nuances to make it work adequately, but that's the idea.
Well, if you figure out a way to do it without me giving you the source code, hosting the generator at your place or anything like that, then yes, why not :) But usually people resolve to pregenerating a large enough number of maps without invoking the generator afterwards (like here: https://hexroll.app/).
If you're looking specifically for building maps (rather than dungeon or cave map) then this generator is preferable as plans produced by Procgen Mansion are pretty useless imo. Dwellings will replace Procgen Mansion on the Arcana soon.
You can try to examine the published js code as @BorisTheBrave did with the cave generator: https://www.boristhebrave.com/2023/11/19/how-does-cave-glade-generator-work/
It is not possible to ask the generator to place the coast on a specific side of the map centre, but you can rotate the map any way you need using the Rotate tool in Warp mode. You can also rotate the compass rose independently.
Currently, there is no way to get more than one fortress and one cathedral on a map, but something like that will become possible in the future.