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

Generating Names

One of Xconq's special features is its extensive machinery for generating names of things. You can generate names for sides, units, and geographical features. The possibilities range from a simple list of strings up to context-free grammars and arbitrary code modules. Naming happens throughout the game, as nameable objects are created, but is mostly done during initialization.


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