Jump to content

Map: Difference between revisions

From ModEnc²
en>DCoder
m Maps/Map moved to Map: Moving the Maps/ sections' pages to main space.
m 4 revisions imported
 
(One intermediate revision by one other user 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]]
[[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