Moderator: Cartographers
Yeah, the xml tester is really picky about the order of tags. Actual xml usually shouldn't care, but I think the way the site parses it... It might matter anyway.Kaplowitz wrote:So should that fix the xml tester?
<?xml version="1.0"?>
<map>
<title>CC Archery</title>
<smallwidth>600</smallwidth>
<smallheight>450</smallheight>
<largewidth>800</largewidth>
<largeheight>600</largeheight>
<filetype>png</filetype>
<continent>
<name>the 10 yard target</name>
<bonus>5</bonus>
<components>
<component>white at 10 yards</component>
<component>black at 10 yards</component>
<component>blue at 10 yards</component>
<component>gold at 10 yards</component>
<component>bullseye at 10 yards</component>
</components>
</continent>
<continent>
<name>the 20 yard target</name>
<bonus>10</bonus>
<components>
<component>white at 20 yards</component>
<component>black at 20 yards</component>
<component>blue at 20 yards</component>
<component>gold at 20 yards</component>
<component>bullseye at 20 yards</component>
</components>
</continent>
<continent>
<name>the 30 yard target</name>
<bonus>15</bonus>
<components>
<component>white at 30 yards</component>
<component>black at 30 yards</component>
<component>blue at 30 yards</component>
<component>gold at 30 yards</component>
<component>bullseye at 30 yards</component>
</components>
</continent>
<continent>
<name>the 40 yard target</name>
<bonus>20</bonus>
<components>
<component>white at 40 yards</component>
<component>black at 40 yards</component>
<component>blue at 40 yards</component>
<component>gold at 40 yards</component>
<component>bullseye at 40 yards</component>
</components>
</continent>
<territory>
<name>Archer 1</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>45</smallx>
<smally>422</smally>
<largex>60</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 2</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>422</smally>
<largex>165</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 3</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>197</smallx>
<smally>422</smally>
<largex>263</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 4</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>268</smallx>
<smally>422</smally>
<largex>357</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 5</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>341</smallx>
<smally>422</smally>
<largex>454</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 6</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>414</smallx>
<smally>422</smally>
<largex>551</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 7</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>481</smallx>
<smally>422</smally>
<largex>641</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>Archer 8</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>554</smallx>
<smally>422</smally>
<largex>739</largex>
<largey>559</largey>
</coordinates>
<bonus>17</bonus>
</territory>
<territory>
<name>wall</name>
<borders>
<border>Archer 1</border>
<border>Archer 2</border>
<border>Archer 3</border>
<border>Archer 4</border>
<border>Archer 5</border>
<border>Archer 6</border>
<border>Archer 7</border>
<border>Archer 8</border>
</borders>
<coordinates>
<smallx>282</smallx>
<smally>387</smally>
<largex>376</largex>
<largey>514</largey>
</coordinates>
<neutral>150</neutral>
</territory>
<territory>
<name>white at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>359</smally>
<largex>678</largex>
<largey>477</largey>
</coordinates>
<neutral>5</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>black at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>388</smally>
<largex>678</largex>
<largey>450</largey>
</coordinates>
<neutral>7</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>blue at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>317</smally>
<largex>678</largex>
<largey>422</largey>
</coordinates>
<neutral>9</neutral>
<bonus>4</bonus>
</territory>
<territory>
<name>gold at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>296</smally>
<largex>678</largex>
<largey>394</largey>
</coordinates>
<neutral>11</neutral>
<bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>263</smally>
<largex>678</largex>
<largey>349</largey>
</coordinates>
<neutral>14</neutral>
<bonus>7</bonus>
</territory>
<territory>
<name>white at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>306</smally>
<largex>333</largex>
<largey>408</largey>
</coordinates>
<neutral>7</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>black at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>291</smally>
<largex>333</largex>
<largey>386</largey>
</coordinates>
<neutral>9</neutral>
<bonus>2</bonus>
</territory>
<territory>
<name>blue at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>273</smally>
<largex>333</largex>
<largey>364</largey>
</coordinates>
<neutral>11</neutral>
<bonus>4</bonus>
</territory>
<territory>
<name>gold at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>255</smally>
<largex>333</largex>
<largey>339</largey>
</coordinates>
<neutral>13</neutral>
<bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>306</smally>
<largex>408</largex>
<largey>333</largey>
</coordinates>
<neutral>16</neutral>
<bonus>7</bonus>
</territory>
<territory>
<name>white at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>207</smally>
<largex>113</largex>
<largey>278</largey>
</coordinates>
<neutral>9</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>black at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>195</smally>
<largex>113</largex>
<largey>261</largey>
</coordinates>
<neutral>11</neutral>
<bonus>2</bonus>
</territory>
<territory>
<name>blue at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>183</smally>
<largex>113</largex>
<largey>243</largey>
</coordinates>
<neutral>13</neutral>
<bonus>4</bonus>
</territory>
<territory>
<name>gold at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>169</smally>
<largex>113</largex>
<largey>227</largey>
</coordinates>
<neutral>15</neutral>
<bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>147</smally>
<largex>113</largex>
<largey>195</largey>
</coordinates>
<neutral>18</neutral>
<bonus>7</bonus>
</territory>
<territory>
<name>white at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>386</smallx>
<smally>157</smally>
<largex>514</largex>
<largey>210</largey>
</coordinates>
<neutral>13</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>black at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>397</smallx>
<smally>145</smally>
<largex>531</largex>
<largey>194</largey>
</coordinates>
<neutral>15</neutral>
<bonus>2</bonus>
</territory>
<territory>
<name>blue at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>405</smallx>
<smally>129</smally>
<largex>540</largex>
<largey>173</largey>
</coordinates>
<neutral>17</neutral>
<bonus>4</bonus>
</territory>
<territory>
<name>gold at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>401</smallx>
<smally>113</smally>
<largex>536</largex>
<largey>152</largey>
</coordinates>
<neutral>19</neutral>
<bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>385</smallx>
<smally>113</smally>
<largex>515</largex>
<largey>152</largey>
</coordinates>
<neutral>22</neutral>
<bonus>7</bonus>
</territory>
</map>
Kaplowitz wrote:"major"...that should be fun! gimil: care to ruin my weekend by telling me what they are?
natty_dread wrote:I was wrong
Kaplowitz wrote:I fixed most of the ones that you mentioned.
Ill fix this. I also have to change the colors legend b/c the color change.
natty_dread wrote:I was wrong
fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.
fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.
Return to Melting Pot: Map Ideas
Users browsing this forum: No registered users