Jump to content

Map

From ModEnc²
Revision as of 21:56, 31 March 2025 by MarkJFox (talk | contribs) (4 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The map section contains very important information, that being the size of the map, and what theater to render it in. Both size and localsize are specified. Size is the actual size of the map, localsize if what you see ingame. The extra space is reserved for reinforcements entering the map.

Example code for an urban map:

[Map]
Size=0,0,151,200
Theater=URBAN
LocalSize=3,5,145,189