Conquer Club

Map XML Wiz (is locked)

How to make a map. Official Handbook, Guides, Tutorials and more...

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Map XML Wiz (is locked)

Postby tec805 on Sat Oct 29, 2011 7:14 pm

I've been using the Map XML Wizard for a couple hours, moving along splendidly, very impressed with the ease of it. Clicked the show XML button a couple times while playing with it, showed me the XML code no problem, even copied it once and put it in notepad. Continued adding regions and borders and whatnot, test played, clicked Show XML again and now I see

<?xml version="1.0" encoding="UTF-8"?>
<map>


and that's it. I can still edit the map, play it and whatnot, but can't get the code out of it. 2+ hours on a pre-beta map so not the end of the world if I can't get the code, but I would at least like to avoid the problem in the future if this tool is still going to be available. Help?

Here's the last copy of the XML I have in case you were wanting to see how messy the whole thing is. Using only the large image, 840x800.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
<positions>
   <position>
      <territory>c1</territory>
      <territory>c2</territory>
      <territory>c3</territory>
      <territory>c4</territory>
      <territory>c5</territory>
      <territory>c6</territory>
      <territory>c7</territory>
      <territory>c8</territory>
   </position>
   <position>
      <territory>h1</territory>
      <territory>h2</territory>
      <territory>h3</territory>
      <territory>h4</territory>
      <territory>h5</territory>
      <territory>h6</territory>
      <territory>h7</territory>
      <territory>h8</territory>
   </position>
   <position>
      <territory>g26</territory>
      <territory>g24</territory>
      <territory>g22</territory>
      <territory>g20</territory>
      <territory>g18</territory>
      <territory>g16</territory>
      <territory>g14</territory>
      <territory>g12</territory>
   </position>
</positions>
<continent>
   <name>t1</name>
   <bonus>2</bonus>
   <components>
      <territory>g23</territory>
      <territory>g24</territory>
      <territory>g25</territory>
      <territory>g26</territory>
   </components>
</continent>
<continent>
   <name>t2</name>
   <bonus>2</bonus>
   <components>
      <territory>g19</territory>
      <territory>g20</territory>
      <territory>g21</territory>
      <territory>g22</territory>
   </components>
</continent>
<continent>
   <name>t3</name>
   <bonus>2</bonus>
   <components>
      <territory>g11</territory>
      <territory>g12</territory>
      <territory>g13</territory>
      <territory>g14</territory>
   </components>
</continent>
<continent>
   <name>t4</name>
   <bonus>2</bonus>
   <components>
      <territory>g15</territory>
      <territory>g16</territory>
      <territory>g17</territory>
      <territory>g18</territory>
   </components>
</continent>
<continent>
   <name>hc1</name>
   <bonus>2</bonus>
   <components>
      <territory>h1</territory>
      <territory>h2</territory>
      <territory>h3</territory>
      <territory>h4</territory>
      <territory>g9</territory>
   </components>
</continent>
<continent>
   <name>hc2</name>
   <bonus>2</bonus>
   <components>
      <territory>h5</territory>
      <territory>h6</territory>
      <territory>h7</territory>
      <territory>h8</territory>
      <territory>g10</territory>
   </components>
</continent>
<territory>
   <name>c1</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>271</largex>
      <largey>347</largey>
   </coordinates>
</territory>
<territory>
   <name>c2</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>370</largex>
      <largey>311</largey>
   </coordinates>
</territory>
<territory>
   <name>c3</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>496</largex>
      <largey>312</largey>
   </coordinates>
</territory>
<territory>
   <name>c4</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>599</largex>
      <largey>353</largey>
   </coordinates>
</territory>
<territory>
   <name>c5</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>608</largex>
      <largey>441</largey>
   </coordinates>
</territory>
<territory>
   <name>c6</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>504</largex>
      <largey>492</largey>
   </coordinates>
</territory>
<territory>
   <name>c7</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>377</largex>
      <largey>494</largey>
   </coordinates>
</territory>
<territory>
   <name>c8</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>262</largex>
      <largey>455</largey>
   </coordinates>
</territory>
<territory>
   <name>g1</name>
   <borders>
      <border>c1</border>
      <border>c2</border>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>348</largex>
      <largey>359</largey>
   </coordinates>
</territory>
<territory>
   <name>g2</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>429</largex>
      <largey>358</largey>
   </coordinates>
</territory>
<territory>
   <name>g3</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>521</largex>
      <largey>362</largey>
   </coordinates>
</territory>
<territory>
   <name>g4</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>519</largex>
      <largey>447</largey>
   </coordinates>
</territory>
<territory>
   <name>g5</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>429</largex>
      <largey>450</largey>
   </coordinates>
</territory>
<territory>
   <name>g6</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>347</largex>
      <largey>448</largey>
   </coordinates>
</territory>
<territory>
   <name>g7</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>374</largex>
      <largey>402</largey>
   </coordinates>
</territory>
<territory>
   <name>g8</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>474</largex>
      <largey>404</largey>
   </coordinates>
</territory>
<territory>
   <name>g9</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>425</largex>
      <largey>134</largey>
   </coordinates>
</territory>
<territory>
   <name>g10</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>416</largex>
      <largey>649</largey>
   </coordinates>
</territory>
<territory>
   <name>g11</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>12</largex>
      <largey>648</largey>
   </coordinates>
</territory>
<territory>
   <name>g12</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>28</largex>
      <largey>543</largey>
   </coordinates>
</territory>
<territory>
   <name>g13</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>91</largex>
      <largey>563</largey>
   </coordinates>
</territory>
<territory>
   <name>g14</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>101</largex>
      <largey>630</largey>
   </coordinates>
</territory>
<territory>
   <name>g15</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>818</largex>
      <largey>661</largey>
   </coordinates>
</territory>
<territory>
   <name>g16</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>728</largex>
      <largey>636</largey>
   </coordinates>
</territory>
<territory>
   <name>g17</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>740</largex>
      <largey>568</largey>
   </coordinates>
</territory>
<territory>
   <name>g18</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>798</largex>
      <largey>561</largey>
   </coordinates>
</territory>
<territory>
   <name>g19</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>816</largex>
      <largey>148</largey>
   </coordinates>
</territory>
<territory>
   <name>g20</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>812</largex>
      <largey>241</largey>
   </coordinates>
</territory>
<territory>
   <name>g21</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>745</largex>
      <largey>222</largey>
   </coordinates>
</territory>
<territory>
   <name>g22</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>742</largex>
      <largey>167</largey>
   </coordinates>
</territory>
<territory>
   <name>g23</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>15</largex>
      <largey>135</largey>
   </coordinates>
</territory>
<territory>
   <name>g24</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>84</largex>
      <largey>165</largey>
   </coordinates>
</territory>
<territory>
   <name>g25</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>82</largex>
      <largey>223</largey>
   </coordinates>
</territory>
<territory>
   <name>g26</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>21</largex>
      <largey>226</largey>
   </coordinates>
</territory>
<territory>
   <name>h1</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>281</largex>
      <largey>107</largey>
   </coordinates>
</territory>
<territory>
   <name>h2</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>353</largex>
      <largey>111</largey>
   </coordinates>
</territory>
<territory>
   <name>h3</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>492</largex>
      <largey>110</largey>
   </coordinates>
</territory>
<territory>
   <name>h4</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>565</largex>
      <largey>108</largey>
   </coordinates>
</territory>
<territory>
   <name>h5</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>273</largex>
      <largey>676</largey>
   </coordinates>
</territory>
<territory>
   <name>h6</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>348</largex>
      <largey>674</largey>
   </coordinates>
</territory>
<territory>
   <name>h7</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>483</largex>
      <largey>676</largey>
   </coordinates>
</territory>
<territory>
   <name>h8</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>557</largex>
      <largey>674</largey>
   </coordinates>
</territory>
<territory>
   <name>s1</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>42</largex>
      <largey>397</largey>
   </coordinates>
</territory>
<territory>
   <name>s2</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>218</largex>
      <largey>176</largey>
   </coordinates>
</territory>
<territory>
   <name>s3</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>431</largex>
      <largey>174</largey>
   </coordinates>
</territory>
<territory>
   <name>s4</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>645</largex>
      <largey>174</largey>
   </coordinates>
</territory>
<territory>
   <name>s5</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>790</largex>
      <largey>413</largey>
   </coordinates>
</territory>
<territory>
   <name>s6</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>632</largex>
      <largey>610</largey>
   </coordinates>
</territory>
<territory>
   <name>s7</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>435</largex>
      <largey>610</largey>
   </coordinates>
</territory>
<territory>
   <name>s8</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>0</smallx>
      <smally>0</smally>
      <largex>232</largex>
      <largey>609</largey>
   </coordinates>
</territory>
</map>
Image
show: spoiler sigs are like my dice, they suck
User avatar
General tec805
 
Posts: 525
Joined: Thu Aug 05, 2010 1:55 am
Location: ☀ Southern California, where the sunshine's shining ☀

Re: Map XML Wiz (is locked)

Postby ender516 on Sat Nov 26, 2011 12:45 am

Did this problem persist? I just did a quick load and show of some XML and it looked okay.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario


Return to Tools & Guides

Who is online

Users browsing this forum: No registered users

cron