Moderator: Cartographers
Code: Select all
<map>
<size etc/>
<minreinforcements/>
<reinforcements/>
<positions/>
<objectives/>
<continents/>
<territories/>
</map>but how to solve that in a circular override?Coleman wrote:That's funny because that does matter... Territories need to go after continents.
The required order of major tags:As far as overrides go, like yeti_c said I don't think it matters, but if it is possible and you are paranoid you should list the continents that are overridden before the ones that override them.Code: Select all
<map> <size etc/> <minreinforcements/> <reinforcements/> <positions/> <objectives/> <continents/> <territories/> </map>
This wasn't asked, but since it is almost related, if you are putting continents inside of continents the subcontinents must come first.

Code: Select all
<continent>
<name>North America</name>
<bonus>11</bonus>
<components>
<territory>Alaska</territory>
<territory>Greenland</territory>
<territory>Cuba</territory>
<territory>Caribbean</territory>
Code: Select all
<continent>Canada</continent>
<continent>Central America</continent>
<continent>United States</continent>
Code: Select all
</components>
<overrides>
<override>Canada</override>
<override>Central America</override>
<override>United States</override>
</overrides>
</continent>Nope - because Canada is has a continent of it's own...fireedud wrote:I didn't see it in the tut. but wouldn't you just define canda as a cont. with a bonus of 0?
