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

Naming Geographical Features

Although named geographical features don't affect the outcome of a game in any way, they are useful for "color" and for identifying locations more readably.

SynthesisMethod: name-geographical-features

This method identifies and names regions as geographical features, such as mountain ranges and islands.

GlobalVariable: feature-namers feature-namer-list

This variable is a list of feature types and their associated namers. This is used for features not intersecting any country with a namer for the feature's type. Defaults to ().

GlobalVariable: feature-types feature-expr-list

This variable is a list of feature types that may be identified. Examples: ("lake" (group (sea shallows) 1)), ("peak" (high-point 1 1))

Defaults to ().


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