Jump to content

Map: Difference between revisions

From ModEnc²
No edit summary
 
m 4 revisions imported
 
(3 intermediate revisions by 3 users not shown)
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]]

Latest revision as of 21:56, 31 March 2025

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