Midkemdil [Quenched]
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- Optimus Prime
- Posts: 9665
- Joined: Mon Mar 12, 2007 9:33 pm
- Gender: Male
- AndyDufresne
- Posts: 24919
- Joined: Fri Mar 03, 2006 8:22 pm
- Location: A Banana Palm in Zihuatanejo
- Contact:
Ok guys, I need some help with the xml...I did everything like the tutorial on the site but it still gives me errors when I put it in the map tool...
http://h1.ripway.com/Gnomepy/midkemiaV10.0.xml
this is the error I get
line 2: <map> - Did not expect text in element map content
What did I do wrong
http://h1.ripway.com/Gnomepy/midkemiaV10.0.xml
this is the error I get
line 2: <map> - Did not expect text in element map content
What did I do wrong
I can't figure it out. But I'm pretty sure you did Queg wrong. You need to make a continent with Queg as the only component worth 2. Writing bonus 2 inside the territory doesn't work.
Also, I found the continents at the end weird, they usually go before all the territories. But making the continents first didn't fix it either.
Also, I found the continents at the end weird, they usually go before all the territories. But making the continents first didn't fix it either.
Warning: You may be reading a really old topic.
i did a territory bonus on berlin and I didn't get this error.Coleman wrote:I can't figure it out. But I'm pretty sure you did Queg wrong. You need to make a continent with Queg as the only component worth 2. Writing bonus 2 inside the territory doesn't work.
Also, I found the continents at the end weird, they usually go before all the territories. But making the continents first didn't fix it either.
order is important... where's Yeti when you need him?

Fixed, i think. Qweg is re-written to reflect the correct order, continents are on top, and I dumped the extraneous text.
Test results:
Warning: Territory Queg does not appear in any continent
Summary: 0 errors and 1 warnings detected in midkemiaV10.0.xml (7 continents, 45 territories)
Test results:
Warning: Territory Queg does not appear in any continent
Summary: 0 errors and 1 warnings detected in midkemiaV10.0.xml (7 continents, 45 territories)
Code: Select all
<?xml version="1.0"?>
<map>
<title>Midkemia</title>
<smallwidth>600</smallwidth>
<smallheight>469</smallheight>
<largewidth>785</largewidth>
<largeheight>625</largeheight>
<filetype>jpg</filetype>
<continent>
<name>Kingdom of Roldem</name>
<bonus>3</bonus>
<components>
<component>N.Roldem</component>
<component>S.Roldem</component>
<component>Rillanon</component>
</components>
</continent>
<continent>
<name>Eastern Kingdom</name>
<bonus>5</bonus>
<components>
<component>Silden</component>
<component>Bas-Tyra</component>
<component>Romney</component>
<component>Skabri hrad</component>
<component>Highcastle</component>
<component>Blackwoodpass</component>
<component>Gwyllyra</component>
<component>Dolth</component>
<component>Ran</component>
<component>Tuscolen</component>
</components>
</continent>
<continent>
<name>Western kingdom</name>
<bonus>3</bonus>
<components>
<component>Crydee</component>
<component>Carse</component>
<component>Yabon</component>
<component>Zun</component>
<component>Loriel</component>
<component>Port Natal</component>
</components>
</continent>
<continent>
<name>Middle kingdom</name>
<bonus>6</bonus>
<components>
<component>Sethanon</component>
<component>Krondor</component>
<component>Eldpoint</component>
<component>Malac's Cross</component>
<component>Landreth</component>
<component>Sorcerer's Isle</component>
</components>
</continent>
<continent>
<name>Edheldar</name>
<bonus>4</bonus>
<components>
<component>Elvandar</component>
<component>Armenqar</component>
<component>Harlech</component>
<component>Sar-Sarqeth</component>
<component>Ironpass</component>
<component>Hadrielia</component>
<component>Deathpass</component>
</components>
</continent>
<continent>
<name>South Coast</name>
<bonus>4</bonus>
<components>
<component>Salador</component>
<component>Timons</component>
<component>Deep Taunton</component>
<component>Mallow Haven</component>
<component>Pointer's Head</component>
</components>
</continent>
<continent>
<name>North Kesh</name>
<bonus>4</bonus>
<components>
<component>Nisil</component>
<component>Nar Aybab</component>
<component>Shamata</component>
<component>Jal-Pur</component>
<component>Ranom</component>
<component>Elarial</component>
<component>Caralyan</component>
</components>
</continent>
<territory>
<name>Elvandar</name>
<borders>
<border>Armenqar</border>
<border>Crydee</border>
<border>Carse</border>
<border>Yabon</border>
</borders>
<coordinates>
<smallx>78</smallx>
<smally>184</smally>
<largex>111</largex>
<largey>234</largey>
</coordinates>
</territory>
<territory>
<name>Armenqar</name>
<borders>
<border>Harlech</border>
<border>Elvandar</border>
<border>Sar-Sarqeth</border>
<border>Deathpass</border>
</borders>
<coordinates>
<smallx>185</smallx>
<smally>161</smally>
<largex>244</largex>
<largey>211</largey>
</coordinates>
</territory>
<territory>
<name>Harlech</name>
<borders>
<border>Sar-Sarqeth</border>
<border>Armenqar</border>
</borders>
<coordinates>
<smallx>253</smallx>
<smally>120</smally>
<largex>322</largex>
<largey>157</largey>
</coordinates>
</territory>
<territory>
<name>Sar-Sarqeth</name>
<borders>
<border>Harlech</border>
<border>Armenqar</border>
<border>Ironpass</border>
<border>Deathpass</border>
</borders>
<coordinates>
<smallx>284</smallx>
<smally>99</smally>
<largex>361</largex>
<largey>130</largey>
</coordinates>
</territory>
<territory>
<name>Ironpass</name>
<borders>
<border>Hadrielia</border>
<border>Blackwoodpass</border>
<border>Sar-Sarqeth</border>
<border>Highcastle</border>
</borders>
<coordinates>
<smallx>362</smallx>
<smally>92</smally>
<largex>460</largex>
<largey>120</largey>
</coordinates>
</territory>
<territory>
<name>Hadrielia</name>
<borders>
<border>Ironpass</border>
<border>Blackwoodpass</border>
</borders>
<coordinates>
<smallx>494</smallx>
<smally>75</smally>
<largex>606</largex>
<largey>99</largey>
</coordinates>
</territory>
<territory>
<name>Deathpass</name>
<borders>
<border>Armenqar</border>
<border>Sar-Sarqeth</border>
<border>Eldpoint</border>
<border>Skabri hrad</border>
</borders>
<coordinates>
<smallx>278</smallx>
<smally>173</smally>
<largex>356</largex>
<largey>225</largey>
</coordinates>
</territory>
<territory>
<name>Crydee</name>
<borders>
<border>Elvandar</border>
<border>Carse</border>
<border>Yabon</border>
</borders>
<coordinates>
<smallx>29</smallx>
<smally>205</smally>
<largex>53</largex>
<largey>262</largey>
</coordinates>
</territory>
<territory>
<name>Carse</name>
<borders>
<border>Crydee</border>
<border>Elvandar</border>
<border>Yabon</border>
<border>Port Natal</border>
</borders>
<coordinates>
<smallx>74</smallx>
<smally>254</smally>
<largex>107</largex>
<largey>320</largey>
</coordinates>
</territory>
<territory>
<name>Yabon</name>
<borders>
<border>Crydee</border>
<border>Elvandar</border>
<border>Carse</border>
<border>Zun</border>
<border>Loriel</border>
</borders>
<coordinates>
<smallx>158</smallx>
<smally>196</smally>
<largex>215</largex>
<largey>256</largey>
</coordinates>
</territory>
<territory>
<name>Zun</name>
<borders>
<border>Yabon</border>
<border>Port Natal</border>
<border>Loriel</border>
</borders>
<coordinates>
<smallx>150</smallx>
<smally>236</smally>
<largex>209</largex>
<largey>296</largey>
</coordinates>
</territory>
<territory>
<name>Loriel</name>
<borders>
<border>Yabon</border>
<border>Zun</border>
</borders>
<coordinates>
<smallx>196</smallx>
<smally>232</smally>
<largex>264</largex>
<largey>291</largey>
</coordinates>
</territory>
<territory>
<name>Port Natal</name>
<borders>
<border>Carse</border>
<border>Zun</border>
<border>Queg</border>
<border>Sethanon</border>
<border>Krondor</border>
</borders>
<coordinates>
<smallx>126</smallx>
<smally>271</smally>
<largex>181</largex>
<largey>341</largey>
</coordinates>
</territory>
<territory>
<name>Queg</name>
<borders>
<border>Port Natal</border>
<border>Elarial</border>
<border>Ranom</border>
<border>Krondor</border>
<border>Sorcerer's Isle</border>
</borders>
<coordinates>
<smallx>164</smallx>
<smally>288</smally>
<largex>220</largex>
<largey>365</largey>
</coordinates>
<neutral>6</neutral>
<bonus>2</bonus>
</territory>
<territory>
<name>Sethanon</name>
<borders>
<border>Port Natal</border>
<border>Eldpoint</border>
<border>Krondor</border>
<border>Malac's Cross</border>
</borders>
<coordinates>
<smallx>270</smallx>
<smally>260</smally>
<largex>343</largex>
<largey>324</largey>
</coordinates>
</territory>
<territory>
<name>Krondor</name>
<borders>
<border>Sethanon</border>
<border>Malac's Cross</border>
<border>Queg</border>
<border>Sorcerer's Isle</border>
<border>Salador</border>
<border>Landreth</border>
<border>Port Natal</border>
</borders>
<coordinates>
<smallx>277</smallx>
<smally>300</smally>
<largex>349</largex>
<largey>377</largey>
</coordinates>
</territory>
<territory>
<name>Malac's Cross</name>
<borders>
<border>Sethanon</border>
<border>Krondor</border>
<border>Eldpoint</border>
<border>Silden</border>
</borders>
<coordinates>
<smallx>324</smallx>
<smally>261</smally>
<largex>409</largex>
<largey>330</largey>
</coordinates>
</territory>
<territory>
<name>Eldpoint</name>
<borders>
<border>Sethanon</border>
<border>Malac's Cross</border>
<border>Deathpass</border>
<border>Skabri hrad</border>
</borders>
<coordinates>
<smallx>289</smallx>
<smally>200</smally>
<largex>371</largex>
<largey>257</largey>
</coordinates>
</territory>
<territory>
<name>Landreth</name>
<borders>
<border>Krondor</border>
<border>Shamata</border>
<border>Nisil</border>
</borders>
<coordinates>
<smallx>299</smallx>
<smally>340</smally>
<largex>366</largex>
<largey>429</largey>
</coordinates>
</territory>
<territory>
<name>Sorcerer's Isle</name>
<borders>
<border>Krondor</border>
<border>Queg</border>
</borders>
<coordinates>
<smallx>216</smallx>
<smally>305</smally>
<largex>282</largex>
<largey>385</largey>
</coordinates>
</territory>
<territory>
<name>Nisil</name>
<borders>
<border>Landreth</border>
<border>Nar Aybab</border>
<border>Deep Taunton</border>
</borders>
<coordinates>
<smallx>354</smallx>
<smally>378</smally>
<largex>447</largex>
<largey>474</largey>
</coordinates>
</territory>
<territory>
<name>Nar Aybab</name>
<borders>
<border>Nisil</border>
<border>Jal-Pur</border>
</borders>
<coordinates>
<smallx>298</smallx>
<smally>427</smally>
<largex>381</largex>
<largey>536</largey>
</coordinates>
</territory>
<territory>
<name>Shamata</name>
<borders>
<border>Landreth</border>
<border>Jal-Pur</border>
<border>Ranom</border>
</borders>
<coordinates>
<smallx>263</smallx>
<smally>371</smally>
<largex>340</largex>
<largey>462</largey>
</coordinates>
</territory>
<territory>
<name>Ranom</name>
<borders>
<border>Shamata</border>
<border>Jal-Pur</border>
<border>Elarial</border>
<border>Caralyan</border>
<border>Queg</border>
</borders>
<coordinates>
<smallx>138</smallx>
<smally>354</smally>
<largex>188</largex>
<largey>440</largey>
</coordinates>
</territory>
<territory>
<name>Elarial</name>
<borders>
<border>Queg</border>
<border>Ranom</border>
<border>Caralyan</border>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>337</smally>
<largex>127</largex>
<largey>421</largey>
</coordinates>
</territory>
<territory>
<name>Caralyan</name>
<borders>
<border>Elarial</border>
<border>Ranom</border>
</borders>
<coordinates>
<smallx>30</smallx>
<smally>380</smally>
<largex>57</largex>
<largey>483</largey>
</coordinates>
</territory>
<territory>
<name>Jal-Pur</name>
<borders>
<border>Nar Aybab</border>
<border>Shamata</border>
<border>Ranom</border>
</borders>
<coordinates>
<smallx>219</smallx>
<smally>384</smally>
<largex>287</largex>
<largey>485</largey>
</coordinates>
</territory>
<territory>
<name>Salador</name>
<borders>
<border>Krondor</border>
<border>Timons</border>
</borders>
<coordinates>
<smallx>300</smallx>
<smally>307</smally>
<largex>381</largex>
<largey>388</largey>
</coordinates>
</territory>
<territory>
<name>Timons</name>
<borders>
<border>Salador</border>
<border>Deep Taunton</border>
<border>Rillanon</border>
</borders>
<coordinates>
<smallx>364</smallx>
<smally>319</smally>
<largex>461</largex>
<largey>405</largey>
</coordinates>
</territory>
<territory>
<name>Deep Taunton</name>
<borders>
<border>Timons</border>
<border>Nisil</border>
<border>Mallow Haven</border>
</borders>
<coordinates>
<smallx>415</smallx>
<smally>354</smally>
<largex>523</largex>
<largey>445</largey>
</coordinates>
</territory>
<territory>
<name>Mallow Haven</name>
<borders>
<border>Deep Taunton</border>
<border>Pointer's Head</border>
</borders>
<coordinates>
<smallx>469</smallx>
<smally>372</smally>
<largex>590</largex>
<largey>467</largey>
</coordinates>
</territory>
<territory>
<name>Pointer's Head</name>
<borders>
<border>Mallow Haven</border>
<border>S.Roldem</border>
</borders>
<coordinates>
<smallx>538</smallx>
<smally>402</smally>
<largex>674</largex>
<largey>503</largey>
</coordinates>
</territory>
<territory>
<name>S.Roldem</name>
<borders>
<border>N.Roldem</border>
<border>Rillanon</border>
<border>Pointer's Head</border>
</borders>
<coordinates>
<smallx>513</smallx>
<smally>310</smally>
<largex>639</largex>
<largey>387</largey>
</coordinates>
</territory>
<territory>
<name>N.Roldem</name>
<borders>
<border>S.Roldem</border>
<border>Rillanon</border>
<border>Ran</border>
</borders>
<coordinates>
<smallx>516</smallx>
<smally>273</smally>
<largex>641</largex>
<largey>339</largey>
</coordinates>
</territory>
<territory>
<name>Rillanon</name>
<borders>
<border>Silden</border>
<border>Timons</border>
<border>N.Roldem</border>
<border>S.Roldem</border>
</borders>
<coordinates>
<smallx>421</smallx>
<smally>287</smally>
<largex>531</largex>
<largey>362</largey>
</coordinates>
</territory>
<territory>
<name>Silden</name>
<borders>
<border>Malac's Cross</border>
<border>Bas-Tyra</border>
<border>Rillanon</border>
</borders>
<coordinates>
<smallx>375</smallx>
<smally>263</smally>
<largex>473</largex>
<largey>331</largey>
</coordinates>
</territory>
<territory>
<name>Bas-Tyra</name>
<borders>
<border>Silden</border>
<border>Romney</border>
<border>Dolth</border>
</borders>
<coordinates>
<smallx>431</smallx>
<smally>230</smally>
<largex>541</largex>
<largey>293</largey>
</coordinates>
</territory>
<territory>
<name>Skabri hrad</name>
<borders>
<border>Eldpoint</border>
<border>Highcastle</border>
<border>Romney</border>
<border>Deathpass</border>
</borders>
<coordinates>
<smallx>316</smallx>
<smally>183</smally>
<largex>404</largex>
<largey>227</largey>
</coordinates>
</territory>
<territory>
<name>Highcastle</name>
<borders>
<border>Ironpass</border>
<border>Blackwoodpass</border>
<border>Skabri hrad</border>
</borders>
<coordinates>
<smallx>332</smallx>
<smally>121</smally>
<largex>424</largex>
<largey>158</largey>
</coordinates>
</territory>
<territory>
<name>Blackwoodpass</name>
<borders>
<border>Highcastle</border>
<border>Ironpass</border>
<border>Hadrielia</border>
<border>Gwyllyra</border>
<border>Tuscolen</border>
</borders>
<coordinates>
<smallx>431</smallx>
<smally>101</smally>
<largex>539</largex>
<largey>141</largey>
</coordinates>
</territory>
<territory>
<name>Gwyllyra</name>
<borders>
<border>Blackwoodpass</border>
<border>Tuscolen</border>
<border>Dolth</border>
</borders>
<coordinates>
<smallx>448</smallx>
<smally>141</smally>
<largex>565</largex>
<largey>183</largey>
</coordinates>
</territory>
<territory>
<name>Tuscolen</name>
<borders>
<border>Ran</border>
<border>Gwyllyra</border>
<border>Blackwoodpass</border>
</borders>
<coordinates>
<smallx>532</smallx>
<smally>138</smally>
<largex>659</largex>
<largey>175</largey>
</coordinates>
</territory>
<territory>
<name>Dolth</name>
<borders>
<border>Bas-Tyra</border>
<border>Ran</border>
<border>Gwyllyra</border>
</borders>
<coordinates>
<smallx>461</smallx>
<smally>184</smally>
<largex>579</largex>
<largey>242</largey>
</coordinates>
</territory>
<territory>
<name>Ran</name>
<borders>
<border>Tuscolen</border>
<border>N.Roldem</border>
<border>Dolth</border>
</borders>
<coordinates>
<smallx>539</smallx>
<smally>206</smally>
<largex>676</largex>
<largey>260</largey>
</coordinates>
</territory>
<territory>
<name>Romney</name>
<borders>
<border>Bas-Tyra</border>
<border>Skabri hrad</border>
</borders>
<coordinates>
<smallx>396</smallx>
<smally>205</smally>
<largex>494</largex>
<largey>261</largey>
</coordinates>
</territory>
</map>
so it was only the extra text that made the errors...that's weird because normally those lines aren't read...
but Big Thx Oaktown
(your ready to replace Yeti when hes gone
)
I really tried everything to make it work..got really frustrated...
new link:
http://h1.ripway.com/Gnomepy/midkemiav18.0.xml
but Big Thx Oaktown
I really tried everything to make it work..got really frustrated...
new link:
http://h1.ripway.com/Gnomepy/midkemiav18.0.xml
- Aerial Attack
- Posts: 1132
- Joined: Mon Jun 04, 2007 7:59 pm
- Location: Generation One: The Clan
My 2 were directly deployed to Queg (I was watching Queg when my turn started). I'll check my game log.
Here's My Game Log (for Game #1150763):
Here's My Game Log (for Game #1150763):
Game Log wrote: 2007-11-09 06:31:44 - Incrementing game to round 9
2007-11-09 09:06:06 - Aerial Attack gets bonus of 2 armies added to Queg
2007-11-09 09:06:06 - Aerial Attack receives 3 armies for holding Western kingdom






