Go to the first, previous, next, last section, table of contents.

Roads

The make-roads method is a fairly generic method. It just picks pairs of units randomly and runs a road between them, attempting to share road segments and route through favorable terrain. Although simplistic, the results look pretty good.

You can make short bridges by tweaking the road density appropriately. Just allow roads from land to water, and water to land, but not from water to water.

Note that this method is only useful if there are actually units for the roads to connect.


Go to the first, previous, next, last section, table of contents.