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

Generate burgs with correct number of roads

Coy-Allen opened this issue · comments

Problem
Burgs are generated with an incorrect number of roads leading into the burg.

Solution
use gates=# in the Watabou city generator URL instead of gates=-1

-1 means the MFCG will select a number on its own. We don't know how many roads are there in the FMG, so we cannot send this value explicitly. May be changed in the future

Closing as not planned for the nearest future