I think I know what the problem is if I found the current XML for the map.
From one I found in the thread, you forgot to put the "end components" and "end continent" tags on the last continent:
- Code: Select all
<continent>
<name>Duplessis</name>
<bonus>2</bonus>
<components>
<territory>Gaspésie</territory>
<territory>Anticosti</territory>
<territory>Duplessis</territory>
<territory>Port Cartier</territory>
RIGHT HERE YOU NEED:
</components>
</continent>
<territory>
<name>Nunavik</name>
<borders>
<border>Baie-James</border>
<border>Manicouagan</border>
<border>Labrador City</border>
<border>Nunatsiavut</border>
Check if thats the problem.
--lanyards