Moderator: Cartographers
Industrial Helix wrote:Yeah, I have no idea how to code XML, I read through the Guide to XML in the how to make a map handbook once just to make sure it looked like something I could do. Basically, it looks like a boatload of rules, follow the rules and you should be fine, right?
drunkmonkey wrote:I'm filing a C&A report right now. Its nice because they have a drop-down for "jefjef".
Industrial Helix wrote:I'm working on the XML at the moment and trying to figure out how exactly to do these bonuses, but I think I've got it. Does anyone know if there is a coordinate tester somewhere? I think all my coordinates are on but I would like to see it myself before I submit. Any suggestions?
MrBenn wrote:Industrial Helix wrote:I'm working on the XML at the moment and trying to figure out how exactly to do these bonuses, but I think I've got it. Does anyone know if there is a coordinate tester somewhere? I think all my coordinates are on but I would like to see it myself before I submit. Any suggestions?
http://www.conquerclub.com/mapmaker/index.php
drunkmonkey wrote:I'm filing a C&A report right now. Its nice because they have a drop-down for "jefjef".
<?xml version="1.0"?>
<map>
<title>The 13 American Colonies</title>
<smallwidth>445</smallwidth>
<smallheight>600</smallheight>
<largewidth>580</largewidth>
<largeheight>800</largeheight>
<filetype>jpg</filetype>
</map>
<territory>
<name>Chattahoochee</name>
<borders>
<border>Savannah</border>
<border>Ocmulgee</border>
</borders>
<coordinates>
<smallx>89</smallx>
<smally>558</smally>
<largex>117</largex>
<largey>737</largey>
</coordinates>
</territory>
<territory>
<name>Ocmulgee</name>
<borders>
<border>Chattahoochee</border>
<border>Savannah</border>
</borders>
<coordinates>
<smallx>47</smallx>
<smally>538</smally>
<largex>62</largex>
<largey>710</largey>
</coordinates>
</territory>
<territory>
<name>Savannah,/name>
<borders>
<border>Ocmulgee</border>
<border>Chattahoochee</border>
<border>Tybee Roads</border>
<border>Charles Town<border>
<border>Fort Prince George</border>
</borders>
<coordinates>
<smallx>100</smallx>
<smally>521</smally>
<largex>132</largex>
<largey>687</largey>
</coordinates>
</territory>
<Territory>
<name>Charles Town</name>
<Borders>
<border>Savannah</border>
<border>Camden</border>
<border>For Prince George</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>509</smally>
<largex>162</largex>
<largey>671</largey>
</coordinates>
</territory>
<territory>
<name>Fort Prince George</name>
<Borders>
<border>Savannah</border>
<border>Shawnee Territory</border>
<border>Guildford Courthouse</border>
<border>Camden</border>
<border>Charles Town</border>
</borders>
<coordinates>
<smallx>105</smallx>
<smally>439</smally>
<largex>138</largex>
<largey>578</largey>
</coordinates>
</territory>
<territory>
<name>Camden</name>
<borders>
<border>Charles Town</border>
<border>Fort Prince George</border>
<border>Guildford Courthouse</border>
<border>Wilmington</border>
</borders>
<ccordinates>
<smallx>150</smallx>
<smally>464</smally>
<largex>197</largex>
<largey>611</largey>
</territory>
<territory>
<name>Guildford Courthouse</name>
<borders>
<border>Camden</border>
<border>Fort Prince George</border>
<border>Roanoke</border>
<border>Halifax</border>
<border>Raleigh</border>
<border>Wilmington</border>
</borders>
<coordinates>
<smallx>138</smallx>
<smally>411</smally>
<largex>181</largex>
<largey>541</largey>
</coordinates>
</territory>
<territory>
<name>Wilmington</name>
<borders>
<border>Camden</border>
<border>Guildford Courthouse</border>
<border>Raleigh</border>
</borders>
<coordinates>
<smallx>207</smallx>
<smally>421</smally>
<largex>271</largex>
<largey>554</largey>
</coordinates>
</territory>
<territory>
<name>Raleigh</name>
<borders>
<border>Wilmington</border>
<border>Guildford Courthouse</border>
<border>Halifax</border>
</borders>
<coordiantes>
<smallx>197</smallx>
<smally>380</smally>
<largex>258</largex>
<largey>499</largey>
</coordinates>
</territory>
<territory>
<name>Halifax</name>
<borders>
<border>Raleigh</border>
<border>Guildford Courthouse</border>
<Border>Roanoke</border>
<Border>yorktown</border>
</borders>
<coordiantes>
<smallx>192</smallx>
<smally>359</smally>
<largex>251</largex>
<largey>471</largey>
</coordinates>
</territory>
<territory>
<name>Roanoke</name>
<borders>
<border>Halifax</ border>
<border>Guildford Courthouse</ border>
<border>Appalachia</ border>
<border>Arlington</ border>
</borders>
<coordinates>
<smallx>152</smallx>
<smally>337</smally>
<largex>199</largex>
<largey>442</largey>
</coordinates>
</territory>
<territory>
<name>Yorktown</name>
<borders>
<border>Halifax</border>
<border>Roanoke</border>
<border>Arlington</border>
<border>Chesapeake Bay</border>
</borders>
<coordinates>
<smallx>205</smallx>
<smally>325</smally>
<largex>268</largex>
<largey>426</largey>
</coordinates>
</territory>
<territory>
<name>Arlington</name>
<borders>
<border>Yorktown</border>
<border>Roanoke</border>
<border>Appalachia</border>
<border>Baltimore</border>
<border>St. Mary</border>
</borders>
<coordinates>
<smallx>193</smallx>
<smally>285</smally>
<largex>253</largex>
<largey>373</largey>
</coordinates>
</territory>
<territory>
<name>Appalachia</name>
<borders>
<border>Roanoke</border>
<border>Baltimore</border>
<border>Arlington</border>
</borders>
<coordinates>
<smallx>143</smallx>
<smally>299</smally>
<largex>188</largex>
<largey>391</largey>
</coordinates>
</territory>
<territory>
<name>Baltimore</name>
<borders>
<border>Appalachia</border>
<border>Fort Pitt</border>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Delmarva</border>
<border>St. Mary</border>
<border>Arlington</border>
</borders>
<coordinates>
<smallx>153</smallx>
<smally>263</smally>
<largex>201</largex>
<largey>343</largey>
</coordinates>
</territory>
<territory>
<name>St. Mary</name>
<borders>
<border>Arlington</border>
<border>Baltimore</border>
</borders>
<coordinates>
<smallx>215</smallx>
<smally>270</smally>
<largex>281</largex>
<largey>353</largey>
</coordinates>
<territory>
<territory>
<name>Delmarva</name>
<borders>
<border>Delaware</border>
<border>Baltimore</border>
<borders>
<coordinates>
<smallx>260</smallx>
<smally>311</smally>
<largex>340</largex>
<largey>407</largey>
</coordinates>
</territory>
<territory>
<name>Delaware</name>
<borders>
<border>Delmarva</border>
<border>Baltimore</border>
<border>Valley Forge</border>
<border>Philadelphia</border>
<border>Burlinton</border>
</borders>
<coordinates>
<smallx>258</smallx>
<smally>264</smally>
<largex>337</largex>
<largey>345</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Fort Pitt</name>
<borders>
<border>Baltimore</border>
<border>Shawnee Territory</border>
<border>Allegheny<border>
<border>Valley Forge<border>
</borders>
<coordinates>
<smallx>156</smallx>
<smally>229</smally>
<largex>205</largex>
<largey>298</largey>
</coordinates>
</territory>
<territory>
<name>Allegheny</name>
<borders>
<border>Fort Pitt</border>
<border>Algonkin Territory</border>
<border>Philadelphia</border>
<border>Valley Forge</border>
</borders>
<coordinates>
<smallx>167</smallx>
<smally>195</smally>
<largex>219</largex>
<largey>253</largey>
</coordinates>
</territory>
<territory>
<name>Philadelphia</name>
<borders>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Allegheny</border>
<border>Saratoga</border>
<border>New York</border>
<border> Fort Lee</border>
<Border>Trenton</Border>
<border>Burlington</border>
</borders>
<coordinates>
<smallx>234</smallx>
<smally>205</smally>
<largex>306</largex>
<largey>266</largey>
</coordinates>
</territory>
<territory>
<name>Valley Forge</name>
<borders>
<border>Baltimore</border>
<border>Fort Pitt</border>
<border>Allegheny<border>
<border>Philadelphia</border>
<border>Delaware</border>
</borders>
<coordinates>
<smallx>222</smallx>
<smally>219</smally>
<largex>291</largex>
<largey>285</largey>
</coordinates>
</territory>
<territory>
<name>Burlington</name>
<borders>
<border>Delaware</border>
<border>Philadelphia</border>
<border>Trenton</border>
</borders>
<coordinates>
<smallx>262</smallx>
<smally>246</smally>
<largex>343</largex>
<largey>321</largey>
</coordinates>
</territory>
<territory>
<name>Trenton</name>
<borders>
<border>Burlington</border>
<border>Philadelphia</border>
<border>Fort Lee</border>
</borders>
<coordinates>
<smallx>275</smallx>
<smally>231</smally>
<largex>360</largex>
<largey>301</largey>
</coordinates>
</territory>
<territory>
<name>Fort Lee</name>
<borders>
<border>Trenton</border>
<border>Philadelphia</border>
<border>New York</border>
</borders>
<coordinates>
<smallx>266</smallx>
<smally>205</smally>
<largex>348</largex>
<largey>266</largey>
</coordinates>
</territory>
<territory>
<name>Long Island</name>
<Borders>
<border>Brooklyn Heights</border>
<border>New York</border>
</borders>
<coordinates>
<smallx>302</smallx>
<smally>197</smally>
<largex>395</largex>
<largey>255</largey>
</coordinates>
</territory>
<territory>
<name>New York</name>
<borders>
<border>Long Island</border>
<border>Fort Lee</border>
<border>Philadelphia</border>
<border>Saratoga</border>
<border>Conneticut</border>
</borders>
<coordinates>
<smallx>275</smallx>
<smally>185</smally>
<largex>360</largex>
<largey>239</largey>
</coordinates>
</territory>
<territory>
<name>Saratoga</name>
<borders>
<border>New York</border>
<border>Philadelphia</border>
<border>Bemis Heights</border>
<border>Bunker Hill</border>
<border>Conneticut</border>
</borders>
<coordinates>
<smallx>213</smallx>
<smally>166</smally>
<largex>279</largex>
<largey>214</largey>
</coordinates>
</territory>
<territory>
<name>Bemis Heights</name>
<Borders>
<border>Saratoga<border>
<border>Bunker Hill</border>
</borders>
<coordinates>
<smallx>218</smallx>
<smally>135</smally>
<largex>285</largex>
<largey>173</largey>
</coordinates>
</territory>
<territory>
<name>Conneticut</name>
<borders>
<border>New York</bordeR>
<border>Saratoga</border>
<border>Bunker Hill</border>
<border>Rhode Island</border>
</borders>
<coordiantes>
<smallx>311</smallx>
<smally>166</smally>
<largex>407</largex>
<largey>214</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Rhode Island</name>
<borders>
<border>Conneticut</border>
<border>Bunker Hill</border>
<border>Cape Cod<border>
</borders>
<coordinates>
<smallx>341</smallx>
<smally>164</smally>
<largex>446</largex>
<largey>211</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Bunker Hill</name>
<borders>
<border>Conneticut</border>
<border>Saratoga</border>
<border>Bemis Heights</border>
<border>Exeter</border>
<Border>Cape Cod</border>
<border>Rhode Island</border>
</Borders>
<coordinates>
<smallx>336</smallx>
<smally>135</smally>
<largex>439</largex>
<largey>173</largey>
</coordiantes>
</territory>
<territory>
<name>Cape Cod</name>
<borders>
<border>Rhode Island</border>
<border>Bunker Hill</border>
<border>Exeter</border>
<border>Boston</border>
</borders>
<coordinates>
<smallx>358</smallx>
<smally>151</smally>
<largex>468</largex>
<largey>194</largey>
</coordinates>
</territory>
<territory>
<name>Exeter</name>
<borders>
<border>Cape Cod>
<border>Bunker Hill</border>
<border>Bunker Hill</border>
<border>Winnipesaukee</border>
<border>Coos</border>
<border>Castine</border>
</borders>
<coordinates>
<smallx>339</smallx>
<smally>116</smally>
<largex>443</largex>
<largey>147</largey>
</coordinates>
</territory>
<territory>
<name>Winnipesaukee</name>
<borders>
<border>Exeter</border>
<border>Coos</border>
</borders>
<coordinates>
<smallx>312</smallx>
<smally>107</smally>
<largex>408</largex>
<largey>135</largey>
</coordinates>
</territory>
<territory>
<name>Coos</name>
<borders>
<border>Winnipesaukee</border>
<border>Exeter</border>
<border>Castine</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>79</smally>
<largex>417</largex>
<largey>98</largey>
</coordinates>
</territory>
<territory>
<name>Castine</name>
<borders>
<border>Exeter</border>
<border>Coos</border>
<border>Massachusetts Bay</border>
</borders>
<coordinates>
<smallx>355</smallx>
<smally>87</smally>
<largex>464</largex>
<largey>109</largey>
</coordinates>
</territory>
<territory>
<name>Massachusetts Bay</name>
<borders>
<border>Castine</border>
<border>Algonkin Territory</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>49</smally>
<largex>521</largex>
<largey>58</largey>
</coordinates>
</territory>
<territory>
<name>Algonkin Territory</name>
<borders>
<border>Massachusetts Bay</border>
<border>Allegheny</border>
</borders>
<coordinates>
<smallx>238</smallx>
<smally>66</smally>
<largex>311</largex>
<largey>81</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
<territory>
<name>Shawnee Territory</name>
<borders>
<border>Fort Pitt</border>
<border>Fort Prince George</border>
</borders>
<coordinates>
<smallx>47</smallx>
<smally>288</smally>
<largex>62</largex>
<largey>377</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
<territory>
<name>Tybee Roads</name>
<borders>
<border>Savvannah</border>
<border>Chesapeake Bay</border>
</borders>
<coordinates>
<smallx>224</smallx>
<smally>526</smally>
<largex>293</largex>
<largey>694</largey>
</coordinates>
</territory>
<territory>
<name>Chesapeake Bay</name>
<borders>
<border>Tybee Roads</border>
<border>Yorktown</border>
<border>Brooklyn Heights</border>
</borders>
<coordinates>
<smallx>326</smallx>
<smally>344</smally>
<largex>426</largex>
<largey>451</largey>
</coordinates>
</territory>
<territory>
<name>Brooklyn Heights</name>
<borders>
<border>Chesapeake Bay</border>
<border>Long Island</border>
<border>Boston</border>
</borders>
<coordinates>
<smallx>412</smallx>
<smally>229</smally>
<largex>538</largex>
<largey>298</largey>
</coordinates>
</territory>
<territory>
<name>Boston</name>
<borders>
<border>Brooklyn Heights</border>
<border>Cape Cod</border>
</borders>
<coordinates>
<smallx>417</smallx>
<smally>127</smally>
<largex>545</largex>
<largey>162</largey>
</coordinates>
</territory>
<name>
<name>Georgia</name>
<bonus>0</bonus>
<components>
<territory>Chattahoochee</territory>
<territory>Ocmulgee</territory>
<territory>Savannah</territory>
</components>
</continent>
<continent>
<name>South Carolina</name>
<bonus>0</bonus>
<components>
<territory>Charles Town</territory>
<territory>Camden</territory>
<territory>Fort Prince George</territory>
</components>
</continent>
<continent>
<name>North Carolina</name>
<bonus>0</bonus>
<components>
<territory>Wilmington</territory>
<territory>Raleigh</territory>
<territory>Halifax</territory>
<territory>Guildford Courthouse</territory>
</components>
</continent>
<continent>
<name>Virginia</name>
<bonus>0</bonus>
<components>
<territory>Yorktown</territory>
<territory>Roanoke</territory>
<territory>Arlington</territory>
<territory>Appalachia</territory>
</components>
</continent>
<continent>
<name>Maryland</name>
<bonus>0</bonus>
<components>
<territory>Baltimore</territory>
<territory>St. Mary</territory>
<territory>Delmarva</territory>
</components>
</continent>
<continent>
<name>Delaware</name>
<bonus>0</bonus>
<components>
<territory>Delaware</territory>
</components>
</continent>
<continent>
<name>Pennsylvania</name>
<bonus>0</bonus>
<components>
<territory>Valley Forge</territory>
<territory>Fort Pitt</territory>
<territory>Allegheny</territory>
<territory>Philadelphia</territory>
</components>
</continent>
<continent>
<name>New Jersey</name>
<bonus>0</bonus>
<components>
<territory>Burlington</territory>
<territory>Trenton</territory>
<territory>Fort Lee</territory>
</components>
</continent>
<continent>
<name>New York</name>
<bonus>0</bonus>
<components>
<territory>Long Island</territory>
<territory>New York</territory>
<territory>Saratoga</territory>
<territory>Bemis Heights</territory>
</components>
</continent>
<continent>
<name>Connecticut</name>
<bonus>0</bonus>
<components>
<territory>Connecticut</territory>
</components>
</continent>
<continent>
<name>Rhode Island</name>
<bonus>0</bonus>
<components>
<territory>Rhode Island</territory>
</components>
</continent>
<continent>
<name>Massachusetts</name>
<bonus>0</bonus>
<components>
<territory>Bunker Hill</territory>
<territory>Cape Cod</territory>
<territory>Castine</territory>
<territory>Massachusetts Bay</territory>
</components>
</continent>
<continent>
<name>New Hampshire</name>
<bonus>0</bonus>
<components>
<territory>Exeter</territory>
<territory>Winnipesaukee</territory>
<territory>Coos</territory>
</components>
</continent>
<continent>
<name>2 colonies</name>
<bonus>3</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>2</required>
</continent>
<continent>
<name>3 colonies</name>
<bonus>4</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>3</required>
<overrides>
<override>2 colonies</override>
</overrides>
</continent>
<continent>
<name>4 colonies</name>
<bonus>5</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>4</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
</overrides>
</continent>
<continent>
<name>5 colonies</name>
<bonus>6</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>5</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
</overrides>
</continent>
<continent>
<name>6 colonies</name>
<bonus>7</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>6</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
</overrides>
</continent>
<continent>
<name>7 colonies</name>
<bonus>8</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>7</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
</overrides>
</continent>
<continent>
<name>8 colonies</name>
<bonus>9</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>8</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
<override>7 colonies</override>
</overrides>
</continent>
</map>
<?xml version="1.0" ?>
<map>
<title>The 13 American Colonies</title>
<smallwidth>445</smallwidth>
<smallheight>600</smallheight>
<largewidth>580</largewidth>
<largeheight>800</largeheight>
<filetype>jpg</filetype>
<continent>
<name>Georgia</name>
<bonus>0</bonus>
<components>
<territory>Chattahoochee</territory>
<territory>Ocmulgee</territory>
<territory>Savannah</territory>
</components>
</continent>
<continent>
<name>South Carolina</name>
<bonus>0</bonus>
<components>
<territory>Charles Town</territory>
<territory>Camden</territory>
<territory>Fort Prince George</territory>
</components>
</continent>
<continent>
<name>North Carolina</name>
<bonus>0</bonus>
<components>
<territory>Wilmington</territory>
<territory>Raleigh</territory>
<territory>Halifax</territory>
<territory>Guildford Courthouse</territory>
</components>
</continent>
<continent>
<name>Virginia</name>
<bonus>0</bonus>
<components>
<territory>Yorktown</territory>
<territory>Roanoke</territory>
<territory>Arlington</territory>
<territory>Appalachia</territory>
</components>
</continent>
<continent>
<name>Maryland</name>
<bonus>0</bonus>
<components>
<territory>Baltimore</territory>
<territory>St. Mary</territory>
<territory>Delmarva</territory>
</components>
</continent>
<continent>
<name>Delaware</name>
<bonus>0</bonus>
<components>
<territory>Delaware</territory>
</components>
</continent>
<continent>
<name>Pennsylvania</name>
<bonus>0</bonus>
<components>
<territory>Valley Forge</territory>
<territory>Fort Pitt</territory>
<territory>Allegheny</territory>
<territory>Philadelphia</territory>
</components>
</continent>
<continent>
<name>New Jersey</name>
<bonus>0</bonus>
<components>
<territory>Burlington</territory>
<territory>Trenton</territory>
<territory>Fort Lee</territory>
</components>
</continent>
<continent>
<name>New York</name>
<bonus>0</bonus>
<components>
<territory>Long Island</territory>
<territory>New York</territory>
<territory>Saratoga</territory>
<territory>Bemis Heights</territory>
</components>
</continent>
<continent>
<name>Connecticut</name>
<bonus>0</bonus>
<components>
<territory>Connecticut</territory>
</components>
</continent>
<continent>
<name>Rhode Island</name>
<bonus>0</bonus>
<components>
<territory>Rhode Island</territory>
</components>
</continent>
<continent>
<name>Massachusetts</name>
<bonus>0</bonus>
<components>
<territory>Bunker Hill</territory>
<territory>Cape Cod</territory>
<territory>Castine</territory>
<territory>Massachusetts Bay</territory>
</components>
</continent>
<continent>
<name>New Hampshire</name>
<bonus>0</bonus>
<components>
<territory>Exeter</territory>
<territory>Winnipesaukee</territory>
<territory>Coos</territory>
</components>
</continent>
<continent>
<name>2 colonies</name>
<bonus>3</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>2</required>
</continent>
<continent>
<name>3 colonies</name>
<bonus>4</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>3</required>
<overrides>
<override>2 colonies</override>
</overrides>
</continent>
<continent>
<name>4 colonies</name>
<bonus>5</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>4</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
</overrides>
</continent>
<continent>
<name>5 colonies</name>
<bonus>6</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>5</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
</overrides>
</continent>
<continent>
<name>6 colonies</name>
<bonus>7</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>6</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
</overrides>
</continent>
<continent>
<name>7 colonies</name>
<bonus>8</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>7</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
</overrides>
</continent>
<continent>
<name>8 colonies</name>
<bonus>9</bonus>
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>8</required>
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
<override>7 colonies</override>
</overrides>
</continent>
<territory>
<name>Chattahoochee</name>
<borders>
<border>Savannah</border>
<border>Ocmulgee</border>
</borders>
<coordinates>
<smallx>89</smallx>
<smally>558</smally>
<largex>117</largex>
<largey>737</largey>
</coordinates>
</territory>
<territory>
<name>Ocmulgee</name>
<borders>
<border>Chattahoochee</border>
<border>Savannah</border>
</borders>
<coordinates>
<smallx>47</smallx>
<smally>538</smally>
<largex>62</largex>
<largey>710</largey>
</coordinates>
</territory>
<territory>
<name>Savannah</name>
<borders>
<border>Ocmulgee</border>
<border>Chattahoochee</border>
<border>Tybee Roads</border>
<border>Charles Town</border>
<border>Fort Prince George</border>
</borders>
<coordinates>
<smallx>100</smallx>
<smally>521</smally>
<largex>132</largex>
<largey>687</largey>
</coordinates>
</territory>
<territory>
<name>Charles Town</name>
<borders>
<border>Savannah</border>
<border>Camden</border>
<border>Fort Prince George</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>509</smally>
<largex>162</largex>
<largey>671</largey>
</coordinates>
</territory>
<territory>
<name>Fort Prince George</name>
<borders>
<border>Savannah</border>
<border>Shawnee Territory</border>
<border>Guildford Courthouse</border>
<border>Camden</border>
<border>Charles Town</border>
</borders>
<coordinates>
<smallx>105</smallx>
<smally>439</smally>
<largex>138</largex>
<largey>578</largey>
</coordinates>
</territory>
<territory>
<name>Camden</name>
<borders>
<border>Charles Town</border>
<border>Fort Prince George</border>
<border>Guildford Courthouse</border>
<border>Wilmington</border>
</borders>
<coordinates>
<smallx>150</smallx>
<smally>464</smally>
<largex>197</largex>
<largey>611</largey>
</coordinates>
</territory>
<territory>
<name>Guildford Courthouse</name>
<borders>
<border>Camden</border>
<border>Fort Prince George</border>
<border>Roanoke</border>
<border>Halifax</border>
<border>Raleigh</border>
<border>Wilmington</border>
</borders>
<coordinates>
<smallx>138</smallx>
<smally>411</smally>
<largex>181</largex>
<largey>541</largey>
</coordinates>
</territory>
<territory>
<name>Wilmington</name>
<borders>
<border>Camden</border>
<border>Guildford Courthouse</border>
<border>Raleigh</border>
</borders>
<coordinates>
<smallx>207</smallx>
<smally>421</smally>
<largex>271</largex>
<largey>554</largey>
</coordinates>
</territory>
<territory>
<name>Raleigh</name>
<borders>
<border>Wilmington</border>
<border>Guildford Courthouse</border>
<border>Halifax</border>
</borders>
<coordinates>
<smallx>197</smallx>
<smally>380</smally>
<largex>258</largex>
<largey>499</largey>
</coordinates>
</territory>
<territory>
<name>Halifax</name>
<borders>
<border>Raleigh</border>
<border>Guildford Courthouse</border>
<border>Roanoke</border>
<border>Yorktown</border>
</borders>
<coordinates>
<smallx>192</smallx>
<smally>359</smally>
<largex>251</largex>
<largey>471</largey>
</coordinates>
</territory>
<territory>
<name>Roanoke</name>
<borders>
<border>Halifax</border>
<border>Guildford Courthouse</border>
<border>Appalachia</border>
<border>Arlington</border>
<border>Yorktown</border>
</borders>
<coordinates>
<smallx>152</smallx>
<smally>337</smally>
<largex>199</largex>
<largey>442</largey>
</coordinates>
</territory>
<territory>
<name>Yorktown</name>
<borders>
<border>Halifax</border>
<border>Roanoke</border>
<border>Arlington</border>
<border>Chesapeake Bay</border>
</borders>
<coordinates>
<smallx>205</smallx>
<smally>325</smally>
<largex>268</largex>
<largey>426</largey>
</coordinates>
</territory>
<territory>
<name>Arlington</name>
<borders>
<border>Yorktown</border>
<border>Roanoke</border>
<border>Appalachia</border>
<border>Baltimore</border>
<border>St. Mary</border>
</borders>
<coordinates>
<smallx>193</smallx>
<smally>285</smally>
<largex>253</largex>
<largey>373</largey>
</coordinates>
</territory>
<territory>
<name>Appalachia</name>
<borders>
<border>Roanoke</border>
<border>Baltimore</border>
<border>Arlington</border>
</borders>
<coordinates>
<smallx>143</smallx>
<smally>299</smally>
<largex>188</largex>
<largey>391</largey>
</coordinates>
</territory>
<territory>
<name>Baltimore</name>
<borders>
<border>Appalachia</border>
<border>Fort Pitt</border>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Delmarva</border>
<border>St. Mary</border>
<border>Arlington</border>
</borders>
<coordinates>
<smallx>153</smallx>
<smally>263</smally>
<largex>201</largex>
<largey>343</largey>
</coordinates>
</territory>
<territory>
<name>St. Mary</name>
<borders>
<border>Arlington</border>
<border>Baltimore</border>
</borders>
<coordinates>
<smallx>215</smallx>
<smally>270</smally>
<largex>281</largex>
<largey>353</largey>
</coordinates>
</territory>
<territory>
<name>Delmarva</name>
<borders>
<border>Delaware</border>
<border>Baltimore</border>
</borders>
<coordinates>
<smallx>260</smallx>
<smally>311</smally>
<largex>340</largex>
<largey>407</largey>
</coordinates>
</territory>
<territory>
<name>Delaware</name>
<borders>
<border>Delmarva</border>
<border>Baltimore</border>
<border>Valley Forge</border>
<border>Philadelphia</border>
<border>Burlington</border>
</borders>
<coordinates>
<smallx>258</smallx>
<smally>264</smally>
<largex>337</largex>
<largey>345</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Fort Pitt</name>
<borders>
<border>Baltimore</border>
<border>Shawnee Territory</border>
<border>Allegheny</border>
<border>Valley Forge</border>
</borders>
<coordinates>
<smallx>156</smallx>
<smally>229</smally>
<largex>205</largex>
<largey>298</largey>
</coordinates>
</territory>
<territory>
<name>Allegheny</name>
<borders>
<border>Fort Pitt</border>
<border>Algonkin Territory</border>
<border>Philadelphia</border>
<border>Valley Forge</border>
</borders>
<coordinates>
<smallx>167</smallx>
<smally>195</smally>
<largex>219</largex>
<largey>253</largey>
</coordinates>
</territory>
<territory>
<name>Philadelphia</name>
<borders>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Allegheny</border>
<border>Saratoga</border>
<border>New York</border>
<border>Fort Lee</border>
<border>Trenton</border>
<border>Burlington</border>
</borders>
<coordinates>
<smallx>234</smallx>
<smally>205</smally>
<largex>306</largex>
<largey>266</largey>
</coordinates>
</territory>
<territory>
<name>Valley Forge</name>
<borders>
<border>Baltimore</border>
<border>Fort Pitt</border>
<border>Allegheny</border>
<border>Philadelphia</border>
<border>Delaware</border>
</borders>
<coordinates>
<smallx>222</smallx>
<smally>219</smally>
<largex>291</largex>
<largey>285</largey>
</coordinates>
</territory>
<territory>
<name>Burlington</name>
<borders>
<border>Delaware</border>
<border>Philadelphia</border>
<border>Trenton</border>
</borders>
<coordinates>
<smallx>262</smallx>
<smally>246</smally>
<largex>343</largex>
<largey>321</largey>
</coordinates>
</territory>
<territory>
<name>Trenton</name>
<borders>
<border>Burlington</border>
<border>Philadelphia</border>
<border>Fort Lee</border>
</borders>
<coordinates>
<smallx>275</smallx>
<smally>231</smally>
<largex>360</largex>
<largey>301</largey>
</coordinates>
</territory>
<territory>
<name>Fort Lee</name>
<borders>
<border>Trenton</border>
<border>Philadelphia</border>
<border>New York</border>
</borders>
<coordinates>
<smallx>266</smallx>
<smally>205</smally>
<largex>348</largex>
<largey>266</largey>
</coordinates>
</territory>
<territory>
<name>Long Island</name>
<borders>
<border>Brooklyn Heights</border>
<border>New York</border>
</borders>
<coordinates>
<smallx>302</smallx>
<smally>197</smally>
<largex>395</largex>
<largey>255</largey>
</coordinates>
</territory>
<territory>
<name>New York</name>
<borders>
<border>Long Island</border>
<border>Fort Lee</border>
<border>Philadelphia</border>
<border>Saratoga</border>
<border>Connecticut</border>
</borders>
<coordinates>
<smallx>275</smallx>
<smally>185</smally>
<largex>360</largex>
<largey>239</largey>
</coordinates>
</territory>
<territory>
<name>Saratoga</name>
<borders>
<border>New York</border>
<border>Philadelphia</border>
<border>Bemis Heights</border>
<border>Bunker Hill</border>
<border>Connecticut</border>
</borders>
<coordinates>
<smallx>213</smallx>
<smally>166</smally>
<largex>279</largex>
<largey>214</largey>
</coordinates>
</territory>
<territory>
<name>Bemis Heights</name>
<borders>
<border>Saratoga</border>
<border>Bunker Hill</border>
</borders>
<coordinates>
<smallx>218</smallx>
<smally>135</smally>
<largex>285</largex>
<largey>173</largey>
</coordinates>
</territory>
<territory>
<name>Connecticut</name>
<borders>
<border>New York</border>
<border>Saratoga</border>
<border>Bunker Hill</border>
<border>Rhode Island</border>
</borders>
<coordinates>
<smallx>311</smallx>
<smally>166</smally>
<largex>407</largex>
<largey>214</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Rhode Island</name>
<borders>
<border>Connecticut</border>
<border>Bunker Hill</border>
<border>Cape Cod</border>
</borders>
<coordinates>
<smallx>341</smallx>
<smally>164</smally>
<largex>446</largex>
<largey>211</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Bunker Hill</name>
<borders>
<border>Connecticut</border>
<border>Saratoga</border>
<border>Bemis Heights</border>
<border>Exeter</border>
<border>Cape Cod</border>
<border>Rhode Island</border>
</borders>
<coordinates>
<smallx>336</smallx>
<smally>135</smally>
<largex>439</largex>
<largey>173</largey>
</coordinates>
</territory>
<territory>
<name>Cape Cod</name>
<borders>
<border>Rhode Island</border>
<border>Bunker Hill</border>
<border>Exeter</border>
<border>Boston</border>
</borders>
<coordinates>
<smallx>358</smallx>
<smally>151</smally>
<largex>468</largex>
<largey>194</largey>
</coordinates>
</territory>
<territory>
<name>Exeter</name>
<borders>
<border>Cape Cod</border>
<border>Bunker Hill</border>
<border>Winnipesaukee</border>
<border>Coos</border>
<border>Castine</border>
</borders>
<coordinates>
<smallx>339</smallx>
<smally>116</smally>
<largex>443</largex>
<largey>147</largey>
</coordinates>
</territory>
<territory>
<name>Winnipesaukee</name>
<borders>
<border>Exeter</border>
<border>Coos</border>
</borders>
<coordinates>
<smallx>312</smallx>
<smally>107</smally>
<largex>408</largex>
<largey>135</largey>
</coordinates>
</territory>
<territory>
<name>Coos</name>
<borders>
<border>Winnipesaukee</border>
<border>Exeter</border>
<border>Castine</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>79</smally>
<largex>417</largex>
<largey>98</largey>
</coordinates>
</territory>
<territory>
<name>Castine</name>
<borders>
<border>Exeter</border>
<border>Coos</border>
<border>Massachusetts Bay</border>
</borders>
<coordinates>
<smallx>355</smallx>
<smally>87</smally>
<largex>464</largex>
<largey>109</largey>
</coordinates>
</territory>
<territory>
<name>Massachusetts Bay</name>
<borders>
<border>Castine</border>
<border>Algonkin Territory</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>49</smally>
<largex>521</largex>
<largey>58</largey>
</coordinates>
</territory>
<territory>
<name>Algonkin Territory</name>
<borders>
<border>Massachusetts Bay</border>
<border>Allegheny</border>
</borders>
<coordinates>
<smallx>238</smallx>
<smally>66</smally>
<largex>311</largex>
<largey>81</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
<territory>
<name>Shawnee Territory</name>
<borders>
<border>Fort Pitt</border>
<border>Fort Prince George</border>
</borders>
<coordinates>
<smallx>47</smallx>
<smally>288</smally>
<largex>62</largex>
<largey>377</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
<territory>
<name>Tybee Roads</name>
<borders>
<border>Savannah</border>
<border>Chesapeake Bay</border>
</borders>
<coordinates>
<smallx>224</smallx>
<smally>526</smally>
<largex>293</largex>
<largey>694</largey>
</coordinates>
</territory>
<territory>
<name>Chesapeake Bay</name>
<borders>
<border>Tybee Roads</border>
<border>Yorktown</border>
<border>Brooklyn Heights</border>
</borders>
<coordinates>
<smallx>326</smallx>
<smally>344</smally>
<largex>426</largex>
<largey>451</largey>
</coordinates>
</territory>
<territory>
<name>Brooklyn Heights</name>
<borders>
<border>Chesapeake Bay</border>
<border>Long Island</border>
<border>Boston</border>
</borders>
<coordinates>
<smallx>412</smallx>
<smally>229</smally>
<largex>538</largex>
<largey>298</largey>
</coordinates>
</territory>
<territory>
<name>Boston</name>
<borders>
<border>Brooklyn Heights</border>
<border>Cape Cod</border>
</borders>
<coordinates>
<smallx>417</smallx>
<smally>127</smally>
<largex>545</largex>
<largey>162</largey>
</coordinates>
</territory>
</map>
I'm too tired to try now, but if I had to guess, I think the overrides might be out of order inside the continents, but I'm probably wrong.XML Parsing Error: no element found
Location: http://www.fileden.com/files/2009/9/16/ ... lonies.xml
Line Number 1, Column 1:
<?xml version="1.0"?>
<map>
</title>
</smallwidth>
</smallheight>
</largewidth>
</largeheight>
</filetype>
<minreinforcement/>
<reinforcements/>
<positions/>
<objectives/>
<continents/>
<territories/>
</map>
<map>
<title>The 13 American Colonies</title>
<smallwidth>445</smallwidth>
<smallheight>600</smallheight>
<largewidth>580</largewidth>
<largeheight>800</largeheight>
<filetype>jpg</filetype>
−
<continent>
<name>French Ships and Georgia</name>
<bonus>2</bonus>
<components>
<territory>Tybee Roads</territory>
<territory>Savannah</territory>
<territory>Ocmulgee</territory>
<territory>Chattahoochee</territory>
</components>
</continent>
<continent>
<name>French Ships and Virginia</name>
<bonus>2</bonus>
<components>
<territory>Chesapeake Bay</territory>
<territory>Yorktown</territory>
<territory>Roanoke</territory>
<territory>Arlington</territory>
<territory>Appalachia</territory>
</components>
</continent>
<continent>
<name>British Ships and Landing Points</name>
<bonus>3</bonus>
<components>
<territory>Brooklyn Heights</territory>
<territory>Long Island</territory>
<territory>Boston</territory>
<territory>Cape Cod</territory>
</components>
</continent>
<continent>
<name>Georgia</name>
<bonus>0</bonus>
−
−
<components>
<territory>Chattahoochee</territory>
<territory>Ocmulgee</territory>
<territory>Savannah</territory>
</components>
</continent>
−
−
<continent>
<name>South Carolina</name>
<bonus>0</bonus>
−
−
<components>
<territory>Charles Town</territory>
<territory>Camden</territory>
<territory>Fort Prince George</territory>
</components>
</continent>
−
−
<continent>
<name>North Carolina</name>
<bonus>0</bonus>
−
−
<components>
<territory>Wilmington</territory>
<territory>Raleigh</territory>
<territory>Halifax</territory>
<territory>Guildford Courthouse</territory>
</components>
</continent>
−
−
<continent>
<name>Virginia</name>
<bonus>0</bonus>
−
−
<components>
<territory>Yorktown</territory>
<territory>Roanoke</territory>
<territory>Arlington</territory>
<territory>Appalachia</territory>
</components>
</continent>
−
−
<continent>
<name>Maryland</name>
<bonus>0</bonus>
−
−
<components>
<territory>Baltimore</territory>
<territory>St. Mary</territory>
<territory>Delmarva</territory>
</components>
</continent>
−
−
<continent>
<name>Delaware</name>
<bonus>0</bonus>
−
−
<components>
<territory>Delaware</territory>
</components>
</continent>
−
−
<continent>
<name>Pennsylvania</name>
<bonus>0</bonus>
−
−
<components>
<territory>Valley Forge</territory>
<territory>Fort Pitt</territory>
<territory>Allegheny</territory>
<territory>Philadelphia</territory>
</components>
</continent>
−
−
<continent>
<name>New Jersey</name>
<bonus>0</bonus>
−
−
<components>
<territory>Burlington</territory>
<territory>Trenton</territory>
<territory>Fort Lee</territory>
</components>
</continent>
−
−
<continent>
<name>New York</name>
<bonus>0</bonus>
−
−
<components>
<territory>Long Island</territory>
<territory>New York</territory>
<territory>Saratoga</territory>
<territory>Bemis Heights</territory>
</components>
</continent>
−
−
<continent>
<name>Connecticut</name>
<bonus>0</bonus>
−
−
<components>
<territory>Connecticut</territory>
</components>
</continent>
−
−
<continent>
<name>Rhode Island</name>
<bonus>0</bonus>
−
−
<components>
<territory>Rhode Island</territory>
</components>
</continent>
−
−
<continent>
<name>Massachusetts</name>
<bonus>0</bonus>
−
−
<components>
<territory>Bunker Hill</territory>
<territory>Cape Cod</territory>
<territory>Castine</territory>
<territory>Massachusetts Bay</territory>
</components>
</continent>
−
−
<continent>
<name>New Hampshire</name>
<bonus>0</bonus>
−
−
<components>
<territory>Exeter</territory>
<territory>Winnipesaukee</territory>
<territory>Coos</territory>
</components>
</continent>
−
−
<continent>
<name>2 colonies</name>
<bonus>3</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>2</required>
</continent>
−
−
<continent>
<name>3 colonies</name>
<bonus>4</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>3</required>
−
−
<overrides>
<override>2 colonies</override>
</overrides>
</continent>
−
−
<continent>
<name>4 colonies</name>
<bonus>5</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>4</required>
−
−
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
</overrides>
</continent>
−
−
<continent>
<name>5 colonies</name>
<bonus>6</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>5</required>
−
−
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
</overrides>
</continent>
−
−
<continent>
<name>6 colonies</name>
<bonus>7</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>6</required>
−
−
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
</overrides>
</continent>
−
−
<continent>
<name>7 colonies</name>
<bonus>8</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>7</required>
−
−
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
</overrides>
</continent>
−
−
<continent>
<name>8 colonies</name>
<bonus>9</bonus>
−
−
<components>
<continent>Georgia</continent>
<continent>South Carolina</continent>
<continent>North Carolina</continent>
<continent>Virginia</continent>
<continent>Maryland</continent>
<continent>Delaware</continent>
<continent>Pennsylvania</continent>
<continent>New Jersey</continent>
<continent>New York</continent>
<continent>Connecticut</continent>
<continent>Rhode Island</continent>
<continent>Massachusetts</continent>
<continent>New Hampshire</continent>
</components>
<required>8</required>
−
−
<overrides>
<override>2 colonies</override>
<override>3 colonies</override>
<override>4 colonies</override>
<override>5 colonies</override>
<override>6 colonies</override>
<override>7 colonies</override>
</overrides>
</continent>
−
−
<territory>
<name>Chattahoochee</name>
−
−
<borders>
<border>Savannah</border>
<border>Ocmulgee</border>
</borders>
−
−
<coordinates>
<smallx>89</smallx>
<smally>558</smally>
<largex>117</largex>
<largey>733</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Ocmulgee</name>
−
−
<borders>
<border>Chattahoochee</border>
<border>Savannah</border>
</borders>
−
−
<coordinates>
<smallx>47</smallx>
<smally>538</smally>
<largex>62</largex>
<largey>710</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Savannah</name>
−
−
<borders>
<border>Ocmulgee</border>
<border>Chattahoochee</border>
<border>Tybee Roads</border>
<border>Charles Town</border>
<border>Fort Prince George</border>
</borders>
−
−
<coordinates>
<smallx>100</smallx>
<smally>521</smally>
<largex>132</largex>
<largey>687</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Charles Town</name>
−
−
<borders>
<border>Savannah</border>
<border>Camden</border>
<border>Fort Prince George</border>
</borders>
−
−
<coordinates>
<smallx>125</smallx>
<smally>507</smally>
<largex>162</largex>
<largey>671</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Fort Prince George</name>
−
−
<borders>
<border>Savannah</border>
<border>Shawnee Territory</border>
<border>Guildford Courthouse</border>
<border>Camden</border>
<border>Charles Town</border>
</borders>
−
−
<coordinates>
<smallx>105</smallx>
<smally>439</smally>
<largex>127</largex>
<largey>573</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Camden</name>
−
−
<borders>
<border>Charles Town</border>
<border>Fort Prince George</border>
<border>Guildford Courthouse</border>
<border>Wilmington</border>
</borders>
−
−
<coordinates>
<smallx>150</smallx>
<smally>464</smally>
<largex>197</largex>
<largey>611</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Guildford Courthouse</name>
−
−
<borders>
<border>Camden</border>
<border>Fort Prince George</border>
<border>Roanoke</border>
<border>Halifax</border>
<border>Raleigh</border>
<border>Wilmington</border>
</borders>
−
−
<coordinates>
<smallx>138</smallx>
<smally>411</smally>
<largex>181</largex>
<largey>541</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Wilmington</name>
−
−
<borders>
<border>Camden</border>
<border>Guildford Courthouse</border>
<border>Raleigh</border>
</borders>
−
−
<coordinates>
<smallx>207</smallx>
<smally>421</smally>
<largex>271</largex>
<largey>554</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Raleigh</name>
−
−
<borders>
<border>Wilmington</border>
<border>Guildford Courthouse</border>
<border>Halifax</border>
</borders>
−
−
<coordinates>
<smallx>195</smallx>
<smally>379</smally>
<largex>258</largex>
<largey>499</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Halifax</name>
−
−
<borders>
<border>Raleigh</border>
<border>Guildford Courthouse</border>
<border>Roanoke</border>
<border>Yorktown</border>
</borders>
−
−
<coordinates>
<smallx>187</smallx>
<smally>359</smally>
<largex>251</largex>
<largey>471</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Roanoke</name>
−
−
<borders>
<border>Halifax</border>
<border>Guildford Courthouse</border>
<border>Appalachia</border>
<border>Arlington</border>
<border>Yorktown</border>
</borders>
−
−
<coordinates>
<smallx>152</smallx>
<smally>337</smally>
<largex>199</largex>
<largey>442</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Yorktown</name>
−
−
<borders>
<border>Halifax</border>
<border>Roanoke</border>
<border>Arlington</border>
<border>Chesapeake Bay</border>
</borders>
−
−
<coordinates>
<smallx>205</smallx>
<smally>325</smally>
<largex>268</largex>
<largey>426</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Arlington</name>
−
−
<borders>
<border>Yorktown</border>
<border>Roanoke</border>
<border>Appalachia</border>
<border>Baltimore</border>
<border>St. Mary</border>
</borders>
−
−
<coordinates>
<smallx>192</smallx>
<smally>285</smally>
<largex>253</largex>
<largey>373</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Appalachia</name>
−
−
<borders>
<border>Roanoke</border>
<border>Baltimore</border>
<border>Arlington</border>
</borders>
−
−
<coordinates>
<smallx>143</smallx>
<smally>299</smally>
<largex>188</largex>
<largey>391</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Baltimore</name>
−
−
<borders>
<border>Appalachia</border>
<border>Fort Pitt</border>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Delmarva</border>
<border>St. Mary</border>
<border>Arlington</border>
</borders>
−
−
<coordinates>
<smallx>153</smallx>
<smally>263</smally>
<largex>201</largex>
<largey>343</largey>
</coordinates>
</territory>
−
−
<territory>
<name>St. Mary</name>
−
−
<borders>
<border>Arlington</border>
<border>Baltimore</border>
</borders>
−
−
<coordinates>
<smallx>213</smallx>
<smally>270</smally>
<largex>281</largex>
<largey>350</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Delmarva</name>
−
−
<borders>
<border>Delaware</border>
<border>Baltimore</border>
</borders>
−
−
<coordinates>
<smallx>260</smallx>
<smally>311</smally>
<largex>340</largex>
<largey>407</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Delaware</name>
−
−
<borders>
<border>Delmarva</border>
<border>Baltimore</border>
<border>Valley Forge</border>
<border>Philadelphia</border>
<border>Burlington</border>
</borders>
−
−
<coordinates>
<smallx>258</smallx>
<smally>263</smally>
<largex>337</largex>
<largey>345</largey>
</coordinates>
<neutral>2</neutral>
</territory>
−
−
<territory>
<name>Fort Pitt</name>
−
−
<borders>
<border>Baltimore</border>
<border>Shawnee Territory</border>
<border>Allegheny</border>
<border>Valley Forge</border>
</borders>
−
−
<coordinates>
<smallx>156</smallx>
<smally>229</smally>
<largex>205</largex>
<largey>298</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Allegheny</name>
−
−
<borders>
<border>Fort Pitt</border>
<border>Algonkin Territory</border>
<border>Philadelphia</border>
<border>Valley Forge</border>
</borders>
−
−
<coordinates>
<smallx>167</smallx>
<smally>194</smally>
<largex>227</largex>
<largey>254</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Philadelphia</name>
−
−
<borders>
<border>Valley Forge</border>
<border>Delaware</border>
<border>Allegheny</border>
<border>Saratoga</border>
<border>New York</border>
<border>Fort Lee</border>
<border>Trenton</border>
<border>Burlington</border>
</borders>
−
−
<coordinates>
<smallx>231</smallx>
<smally>204</smally>
<largex>306</largex>
<largey>266</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Valley Forge</name>
−
−
<borders>
<border>Baltimore</border>
<border>Fort Pitt</border>
<border>Allegheny</border>
<border>Philadelphia</border>
<border>Delaware</border>
</borders>
−
−
<coordinates>
<smallx>222</smallx>
<smally>217</smally>
<largex>287</largex>
<largey>286</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Burlington</name>
−
−
<borders>
<border>Delaware</border>
<border>Philadelphia</border>
<border>Trenton</border>
</borders>
−
−
<coordinates>
<smallx>262</smallx>
<smally>246</smally>
<largex>339</largex>
<largey>319</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Trenton</name>
−
−
<borders>
<border>Burlington</border>
<border>Philadelphia</border>
<border>Fort Lee</border>
</borders>
−
−
<coordinates>
<smallx>273</smallx>
<smally>229</smally>
<largex>355</largex>
<largey>299</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Fort Lee</name>
−
−
<borders>
<border>Trenton</border>
<border>Philadelphia</border>
<border>New York</border>
</borders>
−
−
<coordinates>
<smallx>261</smallx>
<smally>203</smally>
<largex>348</largex>
<largey>266</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Long Island</name>
−
−
<borders>
<border>Brooklyn Heights</border>
<border>New York</border>
</borders>
−
−
<coordinates>
<smallx>302</smallx>
<smally>197</smally>
<largex>389</largex>
<largey>258</largey>
</coordinates>
</territory>
−
−
<territory>
<name>New York</name>
−
−
<borders>
<border>Long Island</border>
<border>Fort Lee</border>
<border>Philadelphia</border>
<border>Saratoga</border>
<border>Connecticut</border>
</borders>
−
−
<coordinates>
<smallx>275</smallx>
<smally>185</smally>
<largex>360</largex>
<largey>239</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Saratoga</name>
−
−
<borders>
<border>New York</border>
<border>Philadelphia</border>
<border>Bemis Heights</border>
<border>Bunker Hill</border>
<border>Connecticut</border>
</borders>
−
−
<coordinates>
<smallx>213</smallx>
<smally>166</smally>
<largex>279</largex>
<largey>214</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Bemis Heights</name>
−
−
<borders>
<border>Saratoga</border>
<border>Bunker Hill</border>
</borders>
−
−
<coordinates>
<smallx>219</smallx>
<smally>135</smally>
<largex>292</largex>
<largey>173</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Connecticut</name>
−
−
<borders>
<border>New York</border>
<border>Saratoga</border>
<border>Bunker Hill</border>
<border>Rhode Island</border>
</borders>
−
−
<coordinates>
<smallx>311</smallx>
<smally>166</smally>
<largex>407</largex>
<largey>212</largey>
</coordinates>
<neutral>2</neutral>
</territory>
−
−
<territory>
<name>Rhode Island</name>
−
−
<borders>
<border>Connecticut</border>
<border>Bunker Hill</border>
<border>Cape Cod</border>
</borders>
−
−
<coordinates>
<smallx>341</smallx>
<smally>164</smally>
<largex>446</largex>
<largey>207</largey>
</coordinates>
<neutral>2</neutral>
</territory>
−
−
<territory>
<name>Bunker Hill</name>
−
−
<borders>
<border>Connecticut</border>
<border>Saratoga</border>
<border>Bemis Heights</border>
<border>Exeter</border>
<border>Cape Cod</border>
<border>Rhode Island</border>
</borders>
−
−
<coordinates>
<smallx>336</smallx>
<smally>133</smally>
<largex>439</largex>
<largey>173</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Cape Cod</name>
−
−
<borders>
<border>Rhode Island</border>
<border>Bunker Hill</border>
<border>Exeter</border>
<border>Boston</border>
</borders>
−
−
<coordinates>
<smallx>356</smallx>
<smally>151</smally>
<largex>468</largex>
<largey>194</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Exeter</name>
−
−
<borders>
<border>Cape Cod</border>
<border>Bunker Hill</border>
<border>Winnipesaukee</border>
<border>Coos</border>
<border>Castine</border>
</borders>
−
−
<coordinates>
<smallx>339</smallx>
<smally>116</smally>
<largex>443</largex>
<largey>147</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Winnipesaukee</name>
−
−
<borders>
<border>Exeter</border>
<border>Coos</border>
</borders>
−
−
<coordinates>
<smallx>312</smallx>
<smally>107</smally>
<largex>412</largex>
<largey>135</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Coos</name>
−
−
<borders>
<border>Winnipesaukee</border>
<border>Exeter</border>
<border>Castine</border>
</borders>
−
−
<coordinates>
<smallx>319</smallx>
<smally>78</smally>
<largex>422</largex>
<largey>96</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Castine</name>
−
−
<borders>
<border>Exeter</border>
<border>Coos</border>
<border>Massachusetts Bay</border>
</borders>
−
−
<coordinates>
<smallx>355</smallx>
<smally>87</smally>
<largex>459</largex>
<largey>109</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Massachusetts Bay</name>
−
−
<borders>
<border>Castine</border>
<border>Algonkin Territory</border>
</borders>
−
−
<coordinates>
<smallx>399</smallx>
<smally>49</smally>
<largex>521</largex>
<largey>58</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Algonkin Territory</name>
−
−
<borders>
<border>Massachusetts Bay</border>
<border>Allegheny</border>
</borders>
−
−
<coordinates>
<smallx>236</smallx>
<smally>65</smally>
<largex>313</largex>
<largey>79</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
−
−
<territory>
<name>Shawnee Territory</name>
−
−
<borders>
<border>Fort Pitt</border>
<border>Fort Prince George</border>
</borders>
−
−
<coordinates>
<smallx>47</smallx>
<smally>288</smally>
<largex>53</largex>
<largey>379</largey>
</coordinates>
<neutral killer="yes">2</neutral>
</territory>
−
−
<territory>
<name>Tybee Roads</name>
−
−
<borders>
<border>Savannah</border>
<border>Chesapeake Bay</border>
</borders>
−
−
<coordinates>
<smallx>221</smallx>
<smally>525</smally>
<largex>285</largex>
<largey>692</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Chesapeake Bay</name>
−
−
<borders>
<border>Tybee Roads</border>
<border>Yorktown</border>
<border>Brooklyn Heights</border>
</borders>
−
−
<coordinates>
<smallx>321</smallx>
<smally>343</smally>
<largex>399</largex>
<largey>450</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Brooklyn Heights</name>
−
−
<borders>
<border>Chesapeake Bay</border>
<border>Long Island</border>
<border>Boston</border>
</borders>
−
−
<coordinates>
<smallx>411</smallx>
<smally>229</smally>
<largex>524</largex>
<largey>297</largey>
</coordinates>
</territory>
−
−
<territory>
<name>Boston</name>
−
−
<borders>
<border>Brooklyn Heights</border>
<border>Cape Cod</border>
</borders>
−
−
<coordinates>
<smallx>415</smallx>
<smally>127</smally>
<largex>531 </largex>
<largey>158</largey>
</coordinates>
</territory>
</map>
thenobodies80 wrote:When you test your xml file and the checker gives to you a invalid result, if you scroll down the page, you can see all the errors listed.
Then simply using your notepad and its function "go to...", type the number of the line you need to fix and search the problem.
If you have other problems let me know about.
Nobodies
natty_dread wrote:Just something that's been bothering me... shouldn't "Algonkin" be spelled "Algonquin"?
drunkmonkey wrote:I'm filing a C&A report right now. Its nice because they have a drop-down for "jefjef".
Users browsing this forum: No registered users