Difference between revisions of "Maps"

From MegaGlest
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Mods|Back to Mods]]
 
[[Mods|Back to Mods]]
  
'''Maps''' are binary files in the [[GBM]] or MGM format which tell [[MegaGlest]] how to render objects, resources, player starting locations, etc, in ways to form the area of which gameplay will take place.
+
'''Maps''' are binary files in MGM or [[GBM]] format which tell [[MegaGlest]] how to render objects, resources, player starting locations, etc, in ways to form the area of which gameplay will take place.
  
 
==Formats==
 
==Formats==
Glest has two main map formats:
+
MegaGlest has two 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
*'''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).
+
*'''(Deprecated!) 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]].
 +
compatible for all versions of Glest still can be (via the GBM format).
  
 
==Factors controlled by maps==
 
==Factors controlled by maps==
Line 16: Line 17:
 
*Resources (such as gold or stone)
 
*Resources (such as gold or stone)
 
*Surface type (such as grass or road)
 
*Surface type (such as grass or road)
*Cliff level
+
*Cliff level (MGM only)
 
*Camera height level (MGM only)
 
*Camera height level (MGM only)
  
Line 23: Line 24:
  
 
==Installing==
 
==Installing==
Maps are installed by placing them in the <tt>maps/</tt> folder in MegaGlest's installation folder. For [[GAE]], maps are placed in the <tt>shared/glestae/maps/</tt> folder. Only the bare GBM or MGM file needs to be placed in that folder. [[Scenarios]] in GAE can have a map placed in the scenario folder, which can allow the scenario to use the map without it appearing in the map list when playing a custom game.
+
Maps are installed by placing them in the <tt>maps/</tt> folder. (see [[Installing_mods#Install_locations|Install Locations]])
  
 
==Editing==
 
==Editing==

Latest revision as of 14:59, 11 October 2019

Back to Mods

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

Formats[edit]

MegaGlest has two map formats:

  • 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
  • (Deprecated!) 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.

compatible for all versions of Glest still can be (via the GBM format).

Factors controlled by maps[edit]

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)
  • Cliff level (MGM only)
  • Camera height level (MGM only)

List of Maps[edit]

See Maps/List

Installing[edit]

Maps are installed by placing them in the maps/ folder. (see Install Locations)

Editing[edit]

See Maps/Editing

See Also[edit]