Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps
https://azgaar.github.io/Fantasy-Map-Generator
Other
4.48k stars 636 forks source link

Option to Choose Burg Preview #1069

Closed TyokPlex closed 3 months ago

TyokPlex commented 4 months ago

It was interesting the last update about the preview of the burgs showing a preview in village form, but in my game I like to use the other version of the preview, I don't know if you could add an option to make them all come out as the city generator, as village generator or both at the same time.

I mention this suggestion because I spend a lot of time looking for a way to generate it with the other generator (the cities generator, not the villages generator) and I have not found an option, not a button or anything.

Azgaar commented 4 months ago

Hello,

You can do it, but there is not option in UI, only via the console. Open it and put the following code: options.villageMaxPopulation = 0;

This will make the tool to use the Cities instead of villages.

In the future I plan to make it dependent on burg type, which will be editable.

TyokPlex commented 4 months ago

omg, thanks.

I can't wait for that option in the UI, so I don't have to use the console. Whatever thanks