ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Map"

From ModEnc
Jump to: navigation, search
m (Maps/Map moved to Map: Moving the Maps/ sections' pages to main space.)
 
Line 1: Line 1:
 
The map section contains very important information, that being the size of the map, and what theater to render it in.
 
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.
 
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
 +
 +
 
[[Category:Map_Information]]
 
[[Category:Map_Information]]

Latest revision as of 19:02, 8 July 2021

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