Maps

From MegaGlest
Revision as of 01:23, 1 March 2011 by Hofmic (talk) (Revamp! Still gotta do editing page though, and that's the biggy)
Jump to: navigation, search

Maps are binary files which tell Glest how to render objects, resources, player starting locations, etc, in ways to form the area of which gameplay will take place.

Formats

Glest has two main map formats:

  • GBM: GBM, or the Glest Binary Map format, is the standard type of map. GBM is limited to 4 players, but can be used on any of Glest's engines, including MegaGlest and the Glest Advanced Engine.
  • MGM: MGM, or the MegaGlest Map format, is an expanded map type, allowing up to 8 players, as well as having a modified header storage. This allows the format to expand the game's maps, while ensuring that maps meant to be compatible for all versions of Glest still can be (via the GBM format).

Factors controlled by maps

Maps can control the layout of objects and the like, but how the objects and surfaces look is actually controlled by the tilesets, how the resources look is controlled by the techtree, and the starting units are controlled by the faction. Maps have control over the placement or attributes of:

  • Land height
  • Water
  • Objects (such as trees or rocks)
  • Player starting locations
  • Resources (such as gold or stone)
  • Surface type (such as grass or road)
  • Camera height level (MGM only)

List of Maps

See Maps/List

Editing

See Maps/Editing

See Also