Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps

Home Page:https://azgaar.github.io/Fantasy-Map-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to Choose Burg Preview

TyokPlex opened this issue · comments

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.

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.

omg, thanks.

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