Conquer Club

Europa [Quenched]

Care to peruse completed maps? Take a stroll through the Atlas.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Re: Europa [Final Forge] ***Update on p1/51***

Postby yeti_c on Tue Sep 02, 2008 2:52 am

Benny - have you ran your XML through the XML checker?

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Tue Sep 02, 2008 5:55 am

Not yet...
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Tue Sep 02, 2008 11:22 am

OK.... Just tried the XML Checker, and got the following test results:

line 168: <smallx>26</smallx> - Did not expect element smallx there
line 180: <smallx>160</smallx> - Did not expect element smallx there
line 192: <smallx>210</smallx> - Did not expect element smallx there
line 204: <smallx>265</smallx> - Did not expect element smallx there
line 209: <territory> - Expecting an element , got nothing
line 217: <smallx>304</smallx> - Did not expect element smallx there
Summary: 6 errors and 0 warnings detected in EuropaXML_05.xml

Any ideas?

The XML I used is here:
Code: Select all
<?xml version="1.0"?>
<map>
   <title>Europa</title>
   <smallwidth>630</smallwidth>
   <smallheight>500</smallheight>
   <largewidth>750</largewidth>
   <largeheight>595</largeheight>
   <filetype>jpg</filetype>


<continent>
   <name>Scandinavia</name>
     <bonus>4</bonus>
     <components>
       <territory>Greenland</territory>
       <territory>Iceland</territory>
       <territory>Faroe Islands</territory>
       <territory>Norway</territory>
       <territory>Sweden</territory>
       <territory>Finland</territory>
       <territory>Denmark</territory>
   </components>
</continent>
<continent>
   <name>the British Isles</name>
     <bonus>3</bonus>
     <components>
       <territory>Scotland</territory>
       <territory>Northern Ireland</territory>
       <territory>Republic of Ireland</territory>
       <territory>Wales</territory>
       <territory>England</territory>
   </components>
</continent>
<continent>
   <name>Western Europe</name>
     <bonus>5</bonus>
     <components>
       <territory>Portugal</territory>
       <territory>Spain</territory>
       <territory>Gibraltar</territory>
       <territory>Balearics</territory>
       <territory>Andorra</territory>
       <territory>France</territory>
       <territory>Monaco</territory>
       <territory>Corsica</territory>
   </components>
</continent>
<continent>
   <name>Benelux</name>
     <bonus>2</bonus>
     <components>
       <territory>Belgium</territory>
       <territory>Netherlands (NLD)</territory>
       <territory>Luxembourg (LUX)</territory>
   </components>
</continent>
<continent>
   <name>Central Europe</name>
     <bonus>3</bonus>
     <components>
       <territory>Germany</territory>
       <territory>Switzerland</territory>
       <territory>Liechtenstein (LIE)</territory>
       <territory>Austria</territory>
   </components>
</continent>
<continent>
   <name>the Italic States</name>
     <bonus>3</bonus>
     <components>
       <territory>Italy</territory>
       <territory>San Marino (SMR)</territory>
       <territory>Vatican City (VAT)</territory>
       <territory>Sardinia</territory>
       <territory>Sicily</territory>
       <territory>Malta</territory>
   </components>
</continent>
<continent>
   <name>the Balkan States</name>
     <bonus>5</bonus>
     <components>
       <territory>Slovenia (SVN)</territory>
       <territory>Croatia</territory>
       <territory>Bosnia and Herzegovina (BIH)</territory>
       <territory>Serbia</territory>
       <territory>Montenegro (MNE)</territory>
       <territory>Albania (ALB)</territory>
       <territory>Macedonia (MKD)</territory>
       <territory>Bulgaria</territory>
   </components>
</continent>
<continent>
   <name>the Hellenics</name>
     <bonus>2</bonus>
     <components>
       <territory>Greece</territory>
       <territory>Crete</territory>
       <territory>Cyprus</territory>
   </components>
</continent>
<continent>
   <name>Eastern Europe</name>
     <bonus>6</bonus>
     <components>
       <territory>Czech Republic</territory>
       <territory>Poland</territory>
       <territory>Slovakia (SVK)</territory>
       <territory>Hungary</territory>
       <territory>Romania</territory>
       <territory>Moldova</territory>
       <territory>Ukraine</territory>
       <territory>Belarus</territory>
   </components>
</continent>
<continent>
   <name>the Baltics</name>
     <bonus>2</bonus>
     <components>
       <territory>Estonia</territory>
       <territory>Latvia</territory>
       <territory>Lithuania</territory>
   </components>
</continent>
<continent>
   <name>Transcontinental Europe</name>
     <bonus>4</bonus>
     <components>
       <territory>Kaliningrad (KGD)</territory>
       <territory>Russia</territory>
       <territory>Georgia</territory>
       <territory>Azerbaijan</territory>
       <territory>Armenia</territory>
       <territory>Turkey</territory>
   </components>
</continent>
<continent>
   <name>the Motherland</name>
     <bonus>1</bonus>
     <components>
       <territory>Kaliningrad (KGD)</territory>
       <territory>Russia</territory>
   </components>
</continent>
<continent>
   <name>any 5 Mediterranean Islands</name>
     <bonus>3</bonus>
     <components>
       <territory>Balearics</territory>
       <territory>Corsica</territory>
       <territory>Sardinia</territory>
       <territory>Sicily</territory>
       <territory>Malta</territory>
       <territory>Crete</territory>
       <territory>Cyprus</territory>
   </components>
   <required>5</required>
</continent>



<territory>
   <name>Greenland</name>
   <borders>
      <border>Iceland</border>
   </borders>
      <smallx>26</smallx>
      <smally>51</smally>
      <largex>32</largex>
      <largey>57</largey>
</territory>
<territory>
   <name>Iceland</name>
   <borders>
      <border>Greenland</border>
      <border>Faroe Islands</border>
      <border>Norway</border>
   </borders>
      <smallx>160</smallx>
      <smally>61</smally>
      <largex>191</largex>
      <largey>68</largey>
</territory>
<territory>
   <name>Faroe Islands</name>
   <borders>
      <border>Iceland</border>
      <border>Denmark</border>
      <border>Scotland</border>
   </borders>
      <smallx>210</smallx>
      <smally>107</smally>
      <largex>251</largex>
      <largey>123</largey>
</territory>
<territory>
   <name>Norway</name>
   <borders>
      <border>Iceland</border>
      <border>Sweden</border>
      <border>Finland</border>
   </borders>
      <smallx>265</smallx>
      <smally>154</smally>
      <largex>316</largex>
      <largey>179</largey>
</territory>
<territory>
   <name>Sweden</name>
   <borders>
      <border>Norway</border>
      <border>Finland</border>
      <border>Denmark</border>
   </borders>
</territory>
      <smallx>304</smallx>
      <smally>171</smally>
      <largex>363</largex>
      <largey>199</largey>
<territory>
   <name>Finland</name>
   <borders>
      <border>Norway</border>
      <border>Sweden</border>
      <border>Russia</border>
   </borders>
      <smallx>372</smallx>
      <smally>140</smally>
      <largex>444</largex>
      <largey>162</largey>
</territory>
<territory>
   <name>Denmark</name>
   <borders>
      <border>Faroe Islands</border>
      <border>Sweden</border>
      <border>Germany</border>
      <border></border>
   </borders>
      <smallx>241</smallx>
      <smally>222</smally>
      <largex>288</largex>
      <largey>260</largey>
</territory>

<territory>
   <name>Scotland</name>
   <borders>
      <border>Faroe Islands</border>
      <border>Northern Ireland</border>
      <border>England</border>
   </borders>
      <smallx>147</smallx>
      <smally>152</smally>
      <largex>176</largex>
      <largey>177</largey>
</territory>
<territory>
   <name>Northern Ireland</name>
   <borders>
      <border>Scotland</border>
      <border>Republic of Ireland</border>
   </borders>
      <smallx>123</smallx>
      <smally>173</smally>
      <largex>147</largex>
      <largey>202</largey>
</territory>
<territory>
   <name>Republic of Ireland</name>
   <borders>
      <border>Northern Ireland</border>
      <border>Wales</border>
   </borders>
      <smallx>100</smallx>
      <smally>190</smally>
      <largex>120</largex>
      <largey>222</largey>
</territory>
<territory>
   <name>Wales</name>
   <borders>
      <border>Republic of Ireland</border>
      <border>England</border>
   </borders>
      <smallx>126</smallx>
      <smally>207</smally>
      <largex>151</largex>
      <largey>242</largey>
</territory>
<territory>
   <name>England</name>
   <borders>
      <border>Scotland</border>
      <border>France</border>
      <border>Netherlands (NLD)</border>
      <border>Spain</border>
   </borders>
      <smallx>153</smallx>
      <smally>217</smally>
      <largex>183</largex>
      <largey>254</largey>
</territory>

<territory>
   <name>Portugal</name>
   <borders>
      <border>Spain</border>
   </borders>
      <smallx>21</smallx>
      <smally>343</smally>
      <largex>26</largex>
      <largey>404</largey>
</territory>
<territory>
   <name>Spain</name>
   <borders>
      <border>Portugal</border>
      <border>Gibraltar</border>
      <border>England</border>
      <border>Balearics</border>
      <border>Andorra</border>
      <border>France</border>
   </borders>
      <smallx>67</smallx>
      <smally>358</smally>
      <largex>81</largex>
      <largey>422</largey>
</territory>
<territory>
   <name>Gibraltar</name>
   <borders>
      <border>Spain</border>
   </borders>
      <smallx>13</smallx>
      <smally>404</smally>
      <largex>16</largex>
      <largey>477</largey>
</territory>
<territory>
   <name>Balearics</name>
   <borders>
      <border>Spain</border>
      <border>Sardinia</border>
   </borders>
      <smallx>123</smallx>
      <smally>409</smally>
      <largex>147</largex>
      <largey>483</largey>
</territory>
<territory>
   <name>Andorra</name>
   <borders>
      <border>Spain</border>
      <border>France</border>
   </borders>
      <smallx>105</smallx>
      <smally>356</smally>
      <largex>126</largex>
      <largey>419</largey>
</territory>
<territory>
   <name>France</name>
   <borders>
      <border>Spain</border>
      <border>Andorra</border>
      <border>England</border>
      <border>Belgium</border>
      <border>Luxembourg (LUX)</border>
      <border>Germany</border>
      <border>Switzerland</border>
      <border>Italy</border>
      <border>Monaco</border>
   </borders>
      <smallx>155</smallx>
      <smally>298</smally>
      <largex>185</largex>
      <largey>350</largey>
</territory>
<territory>
   <name>Monaco</name>
   <borders>
      <border>France</border>
      <border>Corsica</border>
   </borders>
      <smallx>175</smallx>
      <smally>364</smally>
      <largex>209</largex>
      <largey>429</largey>
</territory>
<territory>
   <name>Corsica</name>
   <borders>
      <border>Monaco</border>
      <border>Sardinia</border>
   </borders>
      <smallx>212</smallx>
      <smally>392</smally>
      <largex>253</largex>
      <largey>462</largey>
</territory>

<territory>
   <name>Belgium</name>
   <borders>
      <border>Netherlands (NLD)</border>
      <border>Luxembourg (LUX)</border>
      <border>France</border>
   </borders>
      <smallx>196</smallx>
      <smally>267</smally>
      <largex>234</largex>
      <largey>314</largey>
</territory>
<territory>
   <name>Netherlands (NLD)</name>
   <borders>
      <border>England</border>
      <border>Belgium</border>
      <border>Germany</border>
   </borders>
      <smallx>221</smallx>
      <smally>254</smally>
      <largex>264</largex>
      <largey>298</largey>
</territory>
<territory>
   <name>Luxembourg (LUX)</name>
   <borders>
      <border>Belgium</border>
      <border>France</border>
      <border>Germany</border>
   </borders>
      <smallx>217</smallx>
      <smally>287</smally>
      <largex>259</largex>
      <largey>337</largey>
</territory>

<territory>
   <name>Germany</name>
   <borders>
      <border>Denmark</border>
      <border>Belgium</border>
      <border>Netherlands (NLD)</border>
      <border>Luxembourg (LUX)</border>
      <border>France</border>
      <border>Switzerland</border>
      <border>Austria</border>
      <border>Czech Republic</border>
   </borders>
      <smallx>253</smallx>
      <smally>267</smally>
      <largex>302</largex>
      <largey>314</largey>
</territory>
<territory>
   <name>Switzerland</name>
   <borders>
      <border>France</border>
      <border>Germany</border>
      <border>Liechtenstein (LIE)</border>
      <border>Austria</border>
   </borders>
      <smallx>214</smallx>
      <smally>321</smally>
      <largex>256</largex>
      <largey>378</largey>
</territory>
<territory>
   <name>Liechtenstein (LIE)</name>
   <borders>
      <border>Switzerland</border>
      <border>Austria</border>
   </borders>
      <smallx>249</smallx>
      <smally>312</smally>
      <largex>297</largex>
      <largey>367</largey>
</territory>
<territory>
   <name>Austria</name>
   <borders>
      <border>Germany</border>
      <border>Switzerland</border>
      <border>Liechtenstein (LIE)</border>
      <border>Slovenia (SVN)</border>
      <border>Hungary</border>
   </borders>
      <smallx>280</smallx>
      <smally>328</smally>
      <largex>334</largex>
      <largey>386</largey>
</territory>

<territory>
   <name>Italy</name>
   <borders>
      <border>France</border>
      <border>Slovenia (SVN)</border>
      <border>San Marino (SMR)</border>
      <border>Vatican City (VAT)</border>
      <border>Sicily</border>
      <border>Greece</border>
   </borders>
      <smallx>267</smallx>
      <smally>436</smally>
      <largex>319</largex>
      <largey>515</largey>
</territory>
<territory>
   <name>San Marino (SMR)</name>
   <borders>
      <border>Italy</border>
   </borders>
      <smallx>252</smallx>
      <smally>378</smally>
      <largex>301</largex>
      <largey>446</largey>
</territory>
<territory>
   <name>Vatican City (VAT)</name>
   <borders>
      <border>Italy</border>
   </borders>
      <smallx>258</smallx>
      <smally>404</smally>
      <largex>308</largex>
      <largey>477</largey>
</territory>
<territory>
   <name>Sardinia</name>
   <borders>
      <border>Balearics</border>
      <border>Corsica</border>
      <border>Sicily</border>
   </borders>
      <smallx>202</smallx>
      <smally>430</smally>
      <largex>241</largex>
      <largey>508</largey>
</territory>
<territory>
   <name>Sicily</name>
   <borders>
      <border>Sardinia</border>
      <border>Italy</border>
      <border>Malta</border>
   </borders>
      <smallx>229</smallx>
      <smally>470</smally>
      <largex>273</largex>
      <largey>555</largey>
</territory>
<territory>
   <name>Malta</name>
   <borders>
      <border>Sicily</border>
      <border>Crete</border>
   </borders>
      <smallx>234</smallx>
      <smally>504</smally>
      <largex>279</largex>
      <largey>596</largey>
</territory>

<territory>
   <name>Slovenia (SVN)</name>
   <borders>
      <border>Italy</border>
      <border>Austria</border>
      <border>Hungary</border>
      <border>Croatia</border>
   </borders>
      <smallx>277</smallx>
      <smally>350</smally>
      <largex>331</largex>
      <largey>412</largey>
</territory>
<territory>
   <name>Croatia</name>
   <borders>
      <border>Hungary</border>
      <border>Slovenia (SVN)</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Serbia</border>
      <border>Montenegro (MNE)</border>
   </borders>
      <smallx>295</smallx>
      <smally>364</smally>
      <largex>352</largex>
      <largey>429</largey>
</territory>
<territory>
   <name>Bosnia and Herzegovina (BIH)</name>
   <borders>
      <border>Croatia</border>
      <border>Serbia</border>
      <border>Montenegro (MNE)</border>
   </borders>
      <smallx>295</smallx>
      <smally>383</smally>
      <largex>352</largex>
      <largey>452</largey>
</territory>
<territory>
   <name>Serbia</name>
   <borders>
      <border>Croatia</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Montenegro (MNE)</border>
      <border>Albania (ALB)</border>
      <border>Macedonia (MKD)</border>
      <border>Bulgaria</border>
   </borders>
      <smallx>333</smallx>
      <smally>398</smally>
      <largex>397</largex>
      <largey>469</largey>
</territory>
<territory>
   <name>Montenegro (MNE)</name>
   <borders>
      <border>Croatia</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Serbia</border>
      <border>Albania (ALB)</border>
   </borders>
      <smallx>304</smallx>
      <smally>400</smally>
      <largex>363</largex>
      <largey>472</largey>
</territory>
<territory>
   <name>Albania (ALB)</name>
   <borders>
      <border>Montenegro (MNE)</border>
      <border>Serbia</border>
      <border>Macedonia (MKD)</border>
      <border>Greece</border>
   </borders>
      <smallx>310</smallx>
      <smally>435</smally>
      <largex>370</largex>
      <largey>513</largey>
</territory>
<territory>
   <name>Macedonia (MKD)</name>
   <borders>
      <border>Albania (ALB)</border>
      <border>Serbia</border>
      <border>Bulgaria</border>
      <border>Greece</border>
   </borders>
      <smallx>336</smallx>
      <smally>420</smally>
      <largex>401</largex>
      <largey>496</largey>
</territory>
<territory>
   <name>Bulgaria</name>
   <borders>
      <border>Serbia</border>
      <border>Macedonia (MKD)</border>
      <border>Greece</border>
      <border>Turkey</border>
   </borders>
      <smallx>369</smallx>
      <smally>409</smally>
      <largex>440</largex>
      <largey>483</largey>
</territory>

<territory>
   <name>Greece</name>
   <borders>
      <border>Italy</border>
      <border>Albania (ALB)</border>
      <border>Macedonia (MKD)</border>
      <border>Bulgaria</border>
      <border>Crete</border>
      <border>Turkey</border>
   </borders>
      <smallx>332</smallx>
      <smally>475</smally>
      <largex>396</largex>
      <largey>561</largey>
</territory>
<territory>
   <name>Crete</name>
   <borders>
      <border>Malta</border>
      <border>Greece</border>
      <border>Cyprus</border>
   </borders>
      <smallx>388</smallx>
      <smally>506</smally>
      <largex>463</largex>
      <largey>598</largey>
</territory>
<territory>
   <name>Cyprus</name>
   <borders>
      <border>Crete</border>
      <border>Turkey</border>
   </borders>
      <smallx>476</smallx>
      <smally>505</smally>
      <largex>567</largex>
      <largey>597</largey>
</territory>

<territory>
   <name>Czech Republic</name>
   <borders>
      <border>Germany</border>
      <border>Poland</border>
      <border>Slovakia (SVK)</border>
   </borders>
      <smallx>297</smallx>
      <smally>305</smally>
      <largex>354</largex>
      <largey>359</largey>
</territory>
<territory>
   <name>Poland</name>
   <borders>
      <border>Czech Republic</border>
      <border>Slovakia (SVK)</border>
      <border>Ukraine</border>
      <border>Belarus</border>
      <border>Kaliningrad (KGD)</border>
      <border>Lithuania</border>
   </borders>
      <smallx>319</smallx>
      <smally>269</smally>
      <largex>381</largex>
      <largey>316</largey>
</territory>
<territory>
   <name>Slovakia (SVK)</name>
   <borders>
      <border>Czech Republic</border>
      <border>Poland</border>
      <border>Ukraine</border>
      <border>Romania</border>
      <border>Hungary</border>
   </borders>
      <smallx>330</smallx>
      <smally>320</smally>
      <largex>394</largex>
      <largey>377</largey>
</territory>
<territory>
   <name>Hungary</name>
   <borders>
      <border>Austria</border>
      <border>Slovenia (SVN)</border>
      <border>Croatia</border>
      <border>Slovakia (SVK)</border>
      <border>Czech Republic</border>
      <border>Slovakia (SVK)</border>
      <border>Ukraine</border>
      <border>Romania</border>
   </borders>
      <smallx>312</smallx>
      <smally>336</smally>
      <largex>372</largex>
      <largey>396</largey>
</territory>
<territory>
   <name>Romania</name>
   <borders>
      <border>Hungary</border>
      <border>Ukraine</border>
      <border>Moldova</border>
   </borders>
      <smallx>361</smallx>
      <smally>353</smally>
      <largex>431</largex>
      <largey>416</largey>
</territory>
<territory>
   <name>Moldova</name>
   <borders>
      <border>Ukraine</border>
      <border>Romania</border>
   </borders>
      <smallx>395</smallx>
      <smally>337</smally>
      <largex>471</largex>
      <largey>397</largey>
</territory>
<territory>
   <name>Ukraine</name>
   <borders>
      <border>Moldova</border>
      <border>Romania</border>
      <border>Hungary</border>
      <border>Slovakia (SVK)</border>
      <border>Poland</border>
      <border>Belarus</border>
      <border>Russia</border>
      <border></border>
   </borders>
      <smallx>417</smallx>
      <smally>302</smally>
      <largex>497</largex>
      <largey>355</largey>
</territory>
<territory>
   <name>Belarus</name>
   <borders>
      <border>Poland</border>
      <border>Ukraine</border>
      <border>Lithuania</border>
      <border>Latvia</border>
      <border>Russia</border>
   </borders>
      <smallx>388</smallx>
      <smally>260</smally>
      <largex>463</largex>
      <largey>305</largey>
</territory>

<territory>
   <name>Estonia</name>
   <borders>
      <border>Latvia</border>
      <border>Russia</border>
   </borders>
      <smallx>374</smallx>
      <smally>197</smally>
      <largex>446</largex>
      <largey>230</largey>
</territory>
<territory>
   <name>Latvia</name>
   <borders>
      <border>Estonia</border>
      <border>Lithuania</border>
      <border>Belarus</border>
      <border>Russia</border>
   </borders>
      <smallx>374</smallx>
      <smally>220</smally>
      <largex>446</largex>
      <largey>258</largey>
</territory>
<territory>
   <name>Lithuania</name>
   <borders>
      <border>Latvia</border>
      <border>Kaliningrad (KGD)</border>
      <border>Poland</border>
      <border>Belarus</border>
   </borders>
      <smallx>361</smallx>
      <smally>246</smally>
      <largex>431</largex>
      <largey>289</largey>
</territory>

<territory>
   <name>Kaliningrad (KGD)</name>
   <borders>
      <border>Poland</border>
      <border>Belarus</border>
      <border>Lithuania</border>
   </borders>
      <smallx>330</smallx>
      <smally>247</smally>
      <largex>394</largex>
      <largey>290</largey>
</territory>
<territory>
   <name>Russia</name>
   <borders>
      <border>Norway</border>
      <border>Finland</border>
      <border>Estonia</border>
      <border>Latvia</border>
      <border>Belarus</border>
      <border>Ukraine</border>
      <border>Georgia</border>
      <border>Azerbaijan</border>
   </borders>
      <smallx>509</smallx>
      <smally>277</smally>
      <largex>607</largex>
      <largey>325</largey>
</territory>
<territory>
   <name>Georgia</name>
   <borders>
      <border>Russia</border>
      <border>Azerbaijan</border>
      <border>Armenia</border>
      <border>Turkey</border>
   </borders>
      <smallx>538</smallx>
      <smally>384</smally>
      <largex>641</largex>
      <largey>453</largey>
</territory>
<territory>
   <name>Azerbaijan</name>
   <borders>
      <border>Russia</border>
      <border>Georgia</border>
      <border>Armenia</border>
      <border>Turkey</border>
   </borders>
      <smallx>600</smallx>
      <smally>390</smally>
      <largex>715</largex>
      <largey>460</largey>
</territory>
<territory>
   <name>Armenia</name>
   <borders>
      <border>Georgia</border>
      <border>Azerbaijan</border>
      <border>Turkey</border>
   </borders>
      <smallx>562</smallx>
      <smally>400</smally>
      <largex>670</largex>
      <largey>472</largey>
</territory>
<territory>
   <name>Turkey</name>
   <borders>
      <border>Georgia</border>
      <border>Armenia</border>
      <border>Azerbaijan</border>
      <border>Bulgaria</border>
      <border>Greece</border>
      <border>Cyprus</border>
   </borders>
      <smallx>475</smallx>
      <smally>437</smally>
      <largex>566</largex>
      <largey>516</largey>
</territory>


</map>

Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby foregone on Tue Sep 02, 2008 11:33 am

You missed the <coordinates> tag before yours co-ordinates.
User avatar
Corporal 1st Class foregone
 
Posts: 289
Joined: Sun May 11, 2008 1:00 am
Location: Sydney, NSW, Australia

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Tue Sep 02, 2008 11:35 am

Ah... :oops:

I'm intrigued to know why it only picked up 6 errors then; there should be 61 as I haven't used any <coordinates> tags...
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby foregone on Tue Sep 02, 2008 11:37 am

MrBenn wrote:Ah... :oops:

I'm intrigued to know why it only picked up 6 errors then; there should be 61 as I haven't used any <coordinates> tags...


Heh, it gets tired and just throws out a couple. If you fixed those it would have thrown a couple more, etc.
User avatar
Corporal 1st Class foregone
 
Posts: 289
Joined: Sun May 11, 2008 1:00 am
Location: Sydney, NSW, Australia

Re: Europa [Final Forge] ***Update on p1/51***

Postby yeti_c on Tue Sep 02, 2008 1:14 pm

Because you have another error...

Code: Select all
    <territory>
       <name>Sweden</name>
       <borders>
          <border>Norway</border>
          <border>Finland</border>
          <border>Denmark</border>
       </borders>
    </territory>
          <smallx>304</smallx>
          <smally>171</smally>
          <largex>363</largex>
          <largey>199</largey>


C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Tue Sep 02, 2008 4:52 pm

I have now sorted the errors, and got the coordinates right for the small map.

Code: Select all
<?xml version="1.0"?>
<map>
   <title>Europa</title>
   <smallwidth>630</smallwidth>
   <smallheight>500</smallheight>
   <largewidth>750</largewidth>
   <largeheight>595</largeheight>
   <filetype>jpg</filetype>


<continent>
   <name>Scandinavia</name>
     <bonus>4</bonus>
     <components>
       <territory>Greenland</territory>
       <territory>Iceland</territory>
       <territory>Faroe Islands</territory>
       <territory>Norway</territory>
       <territory>Sweden</territory>
       <territory>Finland</territory>
       <territory>Denmark</territory>
   </components>
</continent>
<continent>
   <name>the British Isles</name>
     <bonus>3</bonus>
     <components>
       <territory>Scotland</territory>
       <territory>Northern Ireland</territory>
       <territory>Republic of Ireland</territory>
       <territory>Wales</territory>
       <territory>England</territory>
   </components>
</continent>
<continent>
   <name>Western Europe</name>
     <bonus>5</bonus>
     <components>
       <territory>Portugal</territory>
       <territory>Spain</territory>
       <territory>Gibraltar</territory>
       <territory>Balearics</territory>
       <territory>Andorra</territory>
       <territory>France</territory>
       <territory>Monaco</territory>
       <territory>Corsica</territory>
   </components>
</continent>
<continent>
   <name>Benelux</name>
     <bonus>2</bonus>
     <components>
       <territory>Belgium</territory>
       <territory>Netherlands (NLD)</territory>
       <territory>Luxembourg (LUX)</territory>
   </components>
</continent>
<continent>
   <name>Central Europe</name>
     <bonus>3</bonus>
     <components>
       <territory>Germany</territory>
       <territory>Switzerland</territory>
       <territory>Liechtenstein (LIE)</territory>
       <territory>Austria</territory>
   </components>
</continent>
<continent>
   <name>the Italic States</name>
     <bonus>3</bonus>
     <components>
       <territory>Italy</territory>
       <territory>San Marino (SMR)</territory>
       <territory>Vatican City (VAT)</territory>
       <territory>Sardinia</territory>
       <territory>Sicily</territory>
       <territory>Malta</territory>
   </components>
</continent>
<continent>
   <name>the Balkan States</name>
     <bonus>5</bonus>
     <components>
       <territory>Slovenia (SVN)</territory>
       <territory>Croatia</territory>
       <territory>Bosnia and Herzegovina (BIH)</territory>
       <territory>Serbia</territory>
       <territory>Montenegro (MNE)</territory>
       <territory>Albania (ALB)</territory>
       <territory>Macedonia (MKD)</territory>
       <territory>Bulgaria</territory>
   </components>
</continent>
<continent>
   <name>the Hellenics</name>
     <bonus>2</bonus>
     <components>
       <territory>Greece</territory>
       <territory>Crete</territory>
       <territory>Cyprus</territory>
   </components>
</continent>
<continent>
   <name>Eastern Europe</name>
     <bonus>6</bonus>
     <components>
       <territory>Czech Republic</territory>
       <territory>Poland</territory>
       <territory>Slovakia (SVK)</territory>
       <territory>Hungary</territory>
       <territory>Romania</territory>
       <territory>Moldova</territory>
       <territory>Ukraine</territory>
       <territory>Belarus</territory>
   </components>
</continent>
<continent>
   <name>the Baltics</name>
     <bonus>2</bonus>
     <components>
       <territory>Estonia</territory>
       <territory>Latvia</territory>
       <territory>Lithuania</territory>
   </components>
</continent>
<continent>
   <name>Transcontinental Europe</name>
     <bonus>4</bonus>
     <components>
       <territory>Kaliningrad (KGD)</territory>
       <territory>Russia</territory>
       <territory>Georgia</territory>
       <territory>Azerbaijan</territory>
       <territory>Armenia</territory>
       <territory>Turkey</territory>
   </components>
</continent>
<continent>
   <name>the Motherland</name>
     <bonus>1</bonus>
     <components>
       <territory>Kaliningrad (KGD)</territory>
       <territory>Russia</territory>
   </components>
</continent>
<continent>
   <name>any 5 Mediterranean Islands</name>
     <bonus>3</bonus>
     <components>
       <territory>Balearics</territory>
       <territory>Corsica</territory>
       <territory>Sardinia</territory>
       <territory>Sicily</territory>
       <territory>Malta</territory>
       <territory>Crete</territory>
       <territory>Cyprus</territory>
   </components>
   <required>5</required>
</continent>



<territory>
   <name>Greenland</name>
   <borders>
      <border>Iceland</border>
   </borders>
   <coordinates>
      <smallx>27</smallx>
      <smally>51</smally>
      <largex>32</largex>
      <largey>57</largey>
   </coordinates>
</territory>
<territory>
   <name>Iceland</name>
   <borders>
      <border>Greenland</border>
      <border>Faroe Islands</border>
      <border>Norway</border>
   </borders>
   <coordinates>
      <smallx>160</smallx>
      <smally>61</smally>
      <largex>191</largex>
      <largey>68</largey>
   </coordinates>
</territory>
<territory>
   <name>Faroe Islands</name>
   <borders>
      <border>Iceland</border>
      <border>Denmark</border>
      <border>Scotland</border>
   </borders>
   <coordinates>
      <smallx>211</smallx>
      <smally>107</smally>
      <largex>251</largex>
      <largey>123</largey>
   </coordinates>
</territory>
<territory>
   <name>Norway</name>
   <borders>
      <border>Iceland</border>
      <border>Sweden</border>
      <border>Finland</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>265</smallx>
      <smally>155</smally>
      <largex>316</largex>
      <largey>179</largey>
   </coordinates>
</territory>
<territory>
   <name>Sweden</name>
   <borders>
      <border>Norway</border>
      <border>Finland</border>
      <border>Denmark</border>
   </borders>
   <coordinates>
      <smallx>304</smallx>
      <smally>171</smally>
      <largex>363</largex>
      <largey>199</largey>
   </coordinates>
</territory>
<territory>
   <name>Finland</name>
   <borders>
      <border>Norway</border>
      <border>Sweden</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>372</smallx>
      <smally>141</smally>
      <largex>444</largex>
      <largey>162</largey>
   </coordinates>
</territory>
<territory>
   <name>Denmark</name>
   <borders>
      <border>Faroe Islands</border>
      <border>Sweden</border>
      <border>Germany</border>
   </borders>
   <coordinates>
      <smallx>242</smallx>
      <smally>222</smally>
      <largex>288</largex>
      <largey>260</largey>
   </coordinates>
</territory>

<territory>
   <name>Scotland</name>
   <borders>
      <border>Faroe Islands</border>
      <border>Northern Ireland</border>
      <border>England</border>
   </borders>
   <coordinates>
      <smallx>148</smallx>
      <smally>153</smally>
      <largex>176</largex>
      <largey>177</largey>
   </coordinates>
</territory>
<territory>
   <name>Northern Ireland</name>
   <borders>
      <border>Scotland</border>
      <border>Republic of Ireland</border>
   </borders>
   <coordinates>
      <smallx>123</smallx>
      <smally>173</smally>
      <largex>147</largex>
      <largey>202</largey>
   </coordinates>
</territory>
<territory>
   <name>Republic of Ireland</name>
   <borders>
      <border>Northern Ireland</border>
      <border>Wales</border>
   </borders>
   <coordinates>
      <smallx>101</smallx>
      <smally>191</smally>
      <largex>120</largex>
      <largey>222</largey>
   </coordinates>
</territory>
<territory>
   <name>Wales</name>
   <borders>
      <border>Republic of Ireland</border>
      <border>England</border>
   </borders>
   <coordinates>
      <smallx>127</smallx>
      <smally>208</smally>
      <largex>151</largex>
      <largey>242</largey>
   </coordinates>
</territory>
<territory>
   <name>England</name>
   <borders>
      <border>Scotland</border>
      <border>Wales</border>
      <border>France</border>
      <border>Netherlands (NLD)</border>
      <border>Spain</border>
   </borders>
   <coordinates>
      <smallx>153</smallx>
      <smally>217</smally>
      <largex>183</largex>
      <largey>254</largey>
   </coordinates>
</territory>

<territory>
   <name>Portugal</name>
   <borders>
      <border>Spain</border>
   </borders>
   <coordinates>
      <smallx>21</smallx>
      <smally>344</smally>
      <largex>26</largex>
      <largey>404</largey>
   </coordinates>
</territory>
<territory>
   <name>Spain</name>
   <borders>
      <border>Portugal</border>
      <border>Gibraltar</border>
      <border>England</border>
      <border>Balearics</border>
      <border>Andorra</border>
      <border>France</border>
   </borders>
   <coordinates>
      <smallx>68</smallx>
      <smally>359</smally>
      <largex>81</largex>
      <largey>422</largey>
   </coordinates>
</territory>
<territory>
   <name>Gibraltar</name>
   <borders>
      <border>Spain</border>
   </borders>
   <coordinates>
      <smallx>13</smallx>
      <smally>404</smally>
      <largex>16</largex>
      <largey>477</largey>
   </coordinates>
</territory>
<territory>
   <name>Balearics</name>
   <borders>
      <border>Spain</border>
      <border>Sardinia</border>
   </borders>
   <coordinates>
      <smallx>123</smallx>
      <smally>409</smally>
      <largex>147</largex>
      <largey>483</largey>
   </coordinates>
</territory>
<territory>
   <name>Andorra</name>
   <borders>
      <border>Spain</border>
      <border>France</border>
   </borders>
   <coordinates>
      <smallx>106</smallx>
      <smally>357</smally>
      <largex>126</largex>
      <largey>419</largey>
   </coordinates>
</territory>
<territory>
   <name>France</name>
   <borders>
      <border>Spain</border>
      <border>Andorra</border>
      <border>England</border>
      <border>Belgium</border>
      <border>Luxembourg (LUX)</border>
      <border>Germany</border>
      <border>Switzerland</border>
      <border>Italy</border>
      <border>Monaco</border>
   </borders>
   <coordinates>
      <smallx>156</smallx>
      <smally>298</smally>
      <largex>185</largex>
      <largey>350</largey>
   </coordinates>
</territory>
<territory>
   <name>Monaco</name>
   <borders>
      <border>France</border>
      <border>Corsica</border>
   </borders>
   <coordinates>
      <smallx>176</smallx>
      <smally>364</smally>
      <largex>209</largex>
      <largey>429</largey>
   </coordinates>
</territory>
<territory>
   <name>Corsica</name>
   <borders>
      <border>Monaco</border>
      <border>Sardinia</border>
   </borders>
   <coordinates>
      <smallx>213</smallx>
      <smally>392</smally>
      <largex>253</largex>
      <largey>462</largey>
   </coordinates>
</territory>

<territory>
   <name>Belgium</name>
   <borders>
      <border>Netherlands (NLD)</border>
      <border>Luxembourg (LUX)</border>
      <border>France</border>
      <border>Germany</border>
   </borders>
   <coordinates>
      <smallx>196</smallx>
      <smally>268</smally>
      <largex>234</largex>
      <largey>314</largey>
   </coordinates>
</territory>
<territory>
   <name>Netherlands (NLD)</name>
   <borders>
      <border>England</border>
      <border>Belgium</border>
      <border>Germany</border>
   </borders>
   <coordinates>
      <smallx>221</smallx>
      <smally>255</smally>
      <largex>264</largex>
      <largey>298</largey>
   </coordinates>
</territory>
<territory>
   <name>Luxembourg (LUX)</name>
   <borders>
      <border>Belgium</border>
      <border>France</border>
      <border>Germany</border>
   </borders>
   <coordinates>
      <smallx>217</smallx>
      <smally>287</smally>
      <largex>259</largex>
      <largey>337</largey>
   </coordinates>
</territory>

<territory>
   <name>Germany</name>
   <borders>
      <border>Denmark</border>
      <border>Belgium</border>
      <border>Netherlands (NLD)</border>
      <border>Luxembourg (LUX)</border>
      <border>France</border>
      <border>Switzerland</border>
      <border>Austria</border>
      <border>Czech Republic</border>
   </borders>
   <coordinates>
      <smallx>253</smallx>
      <smally>268</smally>
      <largex>302</largex>
      <largey>314</largey>
   </coordinates>
</territory>
<territory>
   <name>Switzerland</name>
   <borders>
      <border>France</border>
      <border>Germany</border>
      <border>Liechtenstein (LIE)</border>
      <border>Austria</border>
   </borders>
   <coordinates>
      <smallx>214</smallx>
      <smally>322</smally>
      <largex>256</largex>
      <largey>378</largey>
   </coordinates>
</territory>
<territory>
   <name>Liechtenstein (LIE)</name>
   <borders>
      <border>Switzerland</border>
      <border>Austria</border>
   </borders>
   <coordinates>
      <smallx>248</smallx>
      <smally>312</smally>
      <largex>297</largex>
      <largey>367</largey>
   </coordinates>
</territory>
<territory>
   <name>Austria</name>
   <borders>
      <border>Germany</border>
      <border>Switzerland</border>
      <border>Liechtenstein (LIE)</border>
      <border>Slovenia (SVN)</border>
      <border>Hungary</border>
   </borders>
   <coordinates>
      <smallx>280</smallx>
      <smally>329</smally>
      <largex>334</largex>
      <largey>386</largey>
   </coordinates>
</territory>

<territory>
   <name>Italy</name>
   <borders>
      <border>France</border>
      <border>Slovenia (SVN)</border>
      <border>San Marino (SMR)</border>
      <border>Vatican City (VAT)</border>
      <border>Sicily</border>
      <border>Greece</border>
   </borders>
   <coordinates>
      <smallx>266</smallx>
      <smally>436</smally>
      <largex>319</largex>
      <largey>515</largey>
   </coordinates>
</territory>
<territory>
   <name>San Marino (SMR)</name>
   <borders>
      <border>Italy</border>
   </borders>
   <coordinates>
      <smallx>252</smallx>
      <smally>379</smally>
      <largex>301</largex>
      <largey>446</largey>
   </coordinates>
</territory>
<territory>
   <name>Vatican City (VAT)</name>
   <borders>
      <border>Italy</border>
   </borders>
   <coordinates>
      <smallx>258</smallx>
      <smally>405</smally>
      <largex>308</largex>
      <largey>477</largey>
   </coordinates>
</territory>
<territory>
   <name>Sardinia</name>
   <borders>
      <border>Balearics</border>
      <border>Corsica</border>
      <border>Sicily</border>
   </borders>
   <coordinates>
      <smallx>202</smallx>
      <smally>429</smally>
      <largex>241</largex>
      <largey>508</largey>
   </coordinates>
</territory>
<territory>
   <name>Sicily</name>
   <borders>
      <border>Sardinia</border>
      <border>Italy</border>
      <border>Malta</border>
   </borders>
   <coordinates>
      <smallx>229</smallx>
      <smally>470</smally>
      <largex>273</largex>
      <largey>555</largey>
   </coordinates>
</territory>
<territory>
   <name>Malta</name>
   <borders>
      <border>Sicily</border>
      <border>Crete</border>
   </borders>
   <coordinates>
      <smallx>235</smallx>
      <smally>505</smally>
      <largex>279</largex>
      <largey>596</largey>
   </coordinates>
</territory>

<territory>
   <name>Slovenia (SVN)</name>
   <borders>
      <border>Italy</border>
      <border>Austria</border>
      <border>Hungary</border>
      <border>Croatia</border>
   </borders>
   <coordinates>
      <smallx>277</smallx>
      <smally>350</smally>
      <largex>331</largex>
      <largey>412</largey>
   </coordinates>
</territory>
<territory>
   <name>Croatia</name>
   <borders>
      <border>Hungary</border>
      <border>Slovenia (SVN)</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Serbia</border>
      <border>Montenegro (MNE)</border>
   </borders>
   <coordinates>
      <smallx>295</smallx>
      <smally>365</smally>
      <largex>352</largex>
      <largey>429</largey>
   </coordinates>
</territory>
<territory>
   <name>Bosnia and Herzegovina (BIH)</name>
   <borders>
      <border>Croatia</border>
      <border>Serbia</border>
      <border>Montenegro (MNE)</border>
   </borders>
   <coordinates>
      <smallx>295</smallx>
      <smally>384</smally>
      <largex>352</largex>
      <largey>452</largey>
   </coordinates>
</territory>
<territory>
   <name>Serbia</name>
   <borders>
      <border>Croatia</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Montenegro (MNE)</border>
      <border>Albania (ALB)</border>
      <border>Macedonia (MKD)</border>
      <border>Bulgaria</border>
   </borders>
   <coordinates>
      <smallx>332</smallx>
      <smally>398</smally>
      <largex>397</largex>
      <largey>469</largey>
   </coordinates>
</territory>
<territory>
   <name>Montenegro (MNE)</name>
   <borders>
      <border>Croatia</border>
      <border>Bosnia and Herzegovina (BIH)</border>
      <border>Serbia</border>
      <border>Albania (ALB)</border>
   </borders>
   <coordinates>
      <smallx>303</smallx>
      <smally>401</smally>
      <largex>363</largex>
      <largey>472</largey>
   </coordinates>
</territory>
<territory>
   <name>Albania (ALB)</name>
   <borders>
      <border>Montenegro (MNE)</border>
      <border>Serbia</border>
      <border>Macedonia (MKD)</border>
      <border>Greece</border>
   </borders>
   <coordinates>
      <smallx>310</smallx>
      <smally>435</smally>
      <largex>370</largex>
      <largey>513</largey>
   </coordinates>
</territory>
<territory>
   <name>Macedonia (MKD)</name>
   <borders>
      <border>Albania (ALB)</border>
      <border>Serbia</border>
      <border>Bulgaria</border>
      <border>Greece</border>
   </borders>
   <coordinates>
      <smallx>337</smallx>
      <smally>420</smally>
      <largex>401</largex>
      <largey>496</largey>
   </coordinates>
</territory>
<territory>
   <name>Bulgaria</name>
   <borders>
      <border>Serbia</border>
      <border>Macedonia (MKD)</border>
      <border>Greece</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>369</smallx>
      <smally>410</smally>
      <largex>440</largex>
      <largey>483</largey>
   </coordinates>
</territory>

<territory>
   <name>Greece</name>
   <borders>
      <border>Italy</border>
      <border>Albania (ALB)</border>
      <border>Macedonia (MKD)</border>
      <border>Bulgaria</border>
      <border>Crete</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>332</smallx>
      <smally>474</smally>
      <largex>396</largex>
      <largey>561</largey>
   </coordinates>
</territory>
<territory>
   <name>Crete</name>
   <borders>
      <border>Malta</border>
      <border>Greece</border>
      <border>Cyprus</border>
   </borders>
   <coordinates>
      <smallx>388</smallx>
      <smally>505</smally>
      <largex>463</largex>
      <largey>598</largey>
   </coordinates>
</territory>
<territory>
   <name>Cyprus</name>
   <borders>
      <border>Crete</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>476</smallx>
      <smally>506</smally>
      <largex>567</largex>
      <largey>597</largey>
   </coordinates>
</territory>

<territory>
   <name>Czech Republic</name>
   <borders>
      <border>Germany</border>
      <border>Poland</border>
      <border>Slovakia (SVK)</border>
   </borders>
   <coordinates>
      <smallx>297</smallx>
      <smally>306</smally>
      <largex>354</largex>
      <largey>359</largey>
   </coordinates>
</territory>
<territory>
   <name>Poland</name>
   <borders>
      <border>Czech Republic</border>
      <border>Slovakia (SVK)</border>
      <border>Ukraine</border>
      <border>Belarus</border>
      <border>Kaliningrad (KGD)</border>
      <border>Lithuania</border>
   </borders>
   <coordinates>
      <smallx>319</smallx>
      <smally>270</smally>
      <largex>381</largex>
      <largey>316</largey>
   </coordinates>
</territory>
<territory>
   <name>Slovakia (SVK)</name>
   <borders>
      <border>Czech Republic</border>
      <border>Poland</border>
      <border>Ukraine</border>
      <border>Hungary</border>
   </borders>
   <coordinates>
      <smallx>330</smallx>
      <smally>321</smally>
      <largex>394</largex>
      <largey>377</largey>
   </coordinates>
</territory>
<territory>
   <name>Hungary</name>
   <borders>
      <border>Austria</border>
      <border>Slovenia (SVN)</border>
      <border>Croatia</border>
      <border>Slovakia (SVK)</border>
      <border>Ukraine</border>
      <border>Romania</border>
   </borders>
   <coordinates>
      <smallx>312</smallx>
      <smally>337</smally>
      <largex>372</largex>
      <largey>396</largey>
   </coordinates>
</territory>
<territory>
   <name>Romania</name>
   <borders>
      <border>Hungary</border>
      <border>Ukraine</border>
      <border>Moldova</border>
   </borders>
   <coordinates>
      <smallx>361</smallx>
      <smally>354</smally>
      <largex>431</largex>
      <largey>416</largey>
   </coordinates>
</territory>
<territory>
   <name>Moldova</name>
   <borders>
      <border>Ukraine</border>
      <border>Romania</border>
   </borders>
   <coordinates>
      <smallx>395</smallx>
      <smally>338</smally>
      <largex>471</largex>
      <largey>397</largey>
   </coordinates>
</territory>
<territory>
   <name>Ukraine</name>
   <borders>
      <border>Moldova</border>
      <border>Romania</border>
      <border>Hungary</border>
      <border>Slovakia (SVK)</border>
      <border>Poland</border>
      <border>Belarus</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>416</smallx>
      <smally>303</smally>
      <largex>497</largex>
      <largey>355</largey>
   </coordinates>
</territory>
<territory>
   <name>Belarus</name>
   <borders>
      <border>Poland</border>
      <border>Ukraine</border>
      <border>Lithuania</border>
      <border>Latvia</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>388</smallx>
      <smally>261</smally>
      <largex>463</largex>
      <largey>305</largey>
   </coordinates>
</territory>

<territory>
   <name>Estonia</name>
   <borders>
      <border>Latvia</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>374</smallx>
      <smally>198</smally>
      <largex>446</largex>
      <largey>230</largey>
   </coordinates>
</territory>
<territory>
   <name>Latvia</name>
   <borders>
      <border>Estonia</border>
      <border>Lithuania</border>
      <border>Belarus</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>375</smallx>
      <smally>221</smally>
      <largex>446</largex>
      <largey>258</largey>
   </coordinates>
</territory>
<territory>
   <name>Lithuania</name>
   <borders>
      <border>Latvia</border>
      <border>Kaliningrad (KGD)</border>
      <border>Poland</border>
      <border>Belarus</border>
   </borders>
   <coordinates>
      <smallx>360</smallx>
      <smally>246</smally>
      <largex>431</largex>
      <largey>289</largey>
   </coordinates>
</territory>

<territory>
   <name>Kaliningrad (KGD)</name>
   <borders>
      <border>Poland</border>
      <border>Lithuania</border>
   </borders>
   <coordinates>
      <smallx>330</smallx>
      <smally>248</smally>
      <largex>394</largex>
      <largey>290</largey>
   </coordinates>
</territory>
<territory>
   <name>Russia</name>
   <borders>
      <border>Norway</border>
      <border>Finland</border>
      <border>Estonia</border>
      <border>Latvia</border>
      <border>Belarus</border>
      <border>Ukraine</border>
      <border>Georgia</border>
      <border>Azerbaijan</border>
   </borders>
   <coordinates>
      <smallx>509</smallx>
      <smally>278</smally>
      <largex>607</largex>
      <largey>325</largey>
   </coordinates>
</territory>
<territory>
   <name>Georgia</name>
   <borders>
      <border>Russia</border>
      <border>Azerbaijan</border>
      <border>Armenia</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>538</smallx>
      <smally>384</smally>
      <largex>641</largex>
      <largey>453</largey>
   </coordinates>
</territory>
<territory>
   <name>Azerbaijan</name>
   <borders>
      <border>Russia</border>
      <border>Georgia</border>
      <border>Armenia</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>600</smallx>
      <smally>391</smally>
      <largex>715</largex>
      <largey>460</largey>
   </coordinates>
</territory>
<territory>
   <name>Armenia</name>
   <borders>
      <border>Georgia</border>
      <border>Azerbaijan</border>
      <border>Turkey</border>
   </borders>
   <coordinates>
      <smallx>562</smallx>
      <smally>401</smally>
      <largex>670</largex>
      <largey>472</largey>
   </coordinates>
</territory>
<territory>
   <name>Turkey</name>
   <borders>
      <border>Georgia</border>
      <border>Armenia</border>
      <border>Azerbaijan</border>
      <border>Bulgaria</border>
      <border>Greece</border>
      <border>Cyprus</border>
   </borders>
   <coordinates>
      <smallx>476</smallx>
      <smally>438</smally>
      <largex>566</largex>
      <largey>516</largey>
   </coordinates>
</territory>


</map>

Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Tue Sep 02, 2008 4:54 pm

And here's my small image with 3 digit armies:
Click image to enlarge.
image
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby edbeard on Tue Sep 02, 2008 5:03 pm

Thezzaruz wrote:The +3 for "italic states" could be a +2 too. smr and vat is an extra pain to conquer perhaps but "italic states" really is the same as benelux/hellenic/baltics in everything else.


I think three extra territories to conquer is worth that extra one bonus
User avatar
Lieutenant edbeard
 
Posts: 2501
Joined: Thu Mar 29, 2007 12:41 am

Re: Europa [Final Forge] ***Update on p1/51***

Postby yeti_c on Wed Sep 03, 2008 2:55 am

Nice work ben - you'll need to actually upload the XML somewhere too?

C.

PS - also - I find it's always good to print the Tester summary to the thread to prove it's all well and good - and shows terrs & conts for you.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Europa [Final Forge] ***Update on p1/51***

Postby Thezzaruz on Wed Sep 03, 2008 10:05 am

Androidz wrote:True, but we will see if its a problem when the map comes out eh:). I just have a bad feeling about it, but that just me=)


So you think the bonus is too small while I think it's too big. ;)
We will just have to see who of us is right when the map comes out (or if Benn got it right in the middle :D).
User avatar
Lieutenant Thezzaruz
 
Posts: 1093
Joined: Mon Feb 04, 2008 2:10 pm
Location: OTF most of the time.

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Wed Sep 03, 2008 1:58 pm

yeti_c wrote:PS - also - I find it's always good to print the Tester summary to the thread to prove it's all well and good - and shows terrs & conts for you.


xml is valid. see test results.


Test results:
Summary: 0 errors and 0 warnings detected in EuropaXML_06.xml (13 continents, 61 territories)


and here is the link to EuropaXML_06.xml
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby yeti_c on Wed Sep 03, 2008 2:10 pm

Excellent stuff Benny.

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Europa [Final Forge] ***Update on p1/51***

Postby Qwert on Thu Sep 04, 2008 1:48 pm

andora must go down,people can not see where mountains ends.
When now i look closer,what is point to have mountains? These is not impasabile borders.
Image
NEW REVOLUTION-NEW RANKS PRESS THESE LINK viewtopic.php?f=471&t=47578&start=0
User avatar
Major Qwert
SoC Training Adviser
 
Posts: 9262
Joined: Tue Nov 07, 2006 5:07 pm
Location: VOJVODINA

Re: Europa [Final Forge] ***Update on p1/51***

Postby Thezzaruz on Fri Sep 05, 2008 9:28 pm

Hi Benn, I just realized I have missed one (quite) big thing.

The continent bonus you call "scandinavia" really need to be renamed. "nordic region"(or "the nordic region" or "the nordics" or just "nordics" or possibly something else I can think of after I get some sleep :D ) would be the correct name.

The nordic region (norden in swedish and most other relevant languages except finnish ;) ) is the exact countries of that continent bonus (well ƅland is missing but they are generally considered a part of finland and too small an island to bother with tbf, svalbard too but they are above the northern rim of the map). It is a geographic/cultural/political region that fits very well with what we want here.

Scandinavia (skandinavien in swedish and so on except finnish) however is really only a geographic term for sweden and norway and possibly the northern part of finland (the name comes from the mountain range going through that area). It is sometimes (by us natives) used when people are being lazy for the cultural area of sweden/norway/denmark (but only for those countries). And it is quite often misused by english speakers as a direct substitute for the nordic region.


I'm sorry for the rambling geography lesson (I really should be in bed :D) and I'm sorry that I only noticed this issue this late but I hope that you can take the time to fix it (yea I do realize it means an XML change too, sorry :oops:).
User avatar
Lieutenant Thezzaruz
 
Posts: 1093
Joined: Mon Feb 04, 2008 2:10 pm
Location: OTF most of the time.

Re: Europa [Final Forge] ***Update on p1/51***

Postby Ruben Cassar on Sat Sep 06, 2008 4:09 am

Thezzaruz however since the map is in English, shouldn't we use the terms used by the English speaking world?

If it was in Scandinavian I would agree with you, but it's not! If you did that you would have to change all the countries to their original names (e.g. Italy - Italia, Spain - Espana, etc).
ImageImageImageImageImage
User avatar
Colonel Ruben Cassar
 
Posts: 2160
Joined: Thu Nov 16, 2006 6:04 am
Location: Civitas Invicta, Melita, Evropa

Re: Europa [Final Forge] ***Update on p1/51***

Postby Thezzaruz on Sat Sep 06, 2008 6:47 pm

Ruben Cassar wrote:Thezzaruz however since the map is in English, shouldn't we use the terms used by the English speaking world?

If it was in Scandinavian I would agree with you, but it's not! If you did that you would have to change all the countries to their original names (e.g. Italy - Italia, Spain - Espana, etc).


Nah, you're kind of missing the point. I'm not asking for the native language to be used but for the correct english name. It is equivalent to calling the "brittish isles" continent for "UK" or even "england" instead. It really is quite wrong. ;)

Also the map isn't english, it quite clearly is european it just happens to use english as a language. :D
User avatar
Lieutenant Thezzaruz
 
Posts: 1093
Joined: Mon Feb 04, 2008 2:10 pm
Location: OTF most of the time.

Re: Europa [Final Forge] Latest on p1/53 <<<<<

Postby MrBenn on Thu Sep 11, 2008 2:34 pm

UPDATE

I have made the army circles lighter on the pale regions; I tried a black shade and it looked a bit pants...
The coordinates have been centred in the latest version of the XML

XML version 7: EuropaXML_07.xml

Small Map:
Click image to enlarge.
image


Small Map +88:
Click image to enlarge.
image


Small Map +888:
Click image to enlarge.
image


Large Map:
Click image to enlarge.
image


Large Map +88:
Click image to enlarge.
image


Large Map +888:
Click image to enlarge.
image
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Thu Sep 11, 2008 2:52 pm

Thezzaruz wrote:
Ruben Cassar wrote:Thezzaruz however since the map is in English, shouldn't we use the terms used by the English speaking world?

If it was in Scandinavian I would agree with you, but it's not! If you did that you would have to change all the countries to their original names (e.g. Italy - Italia, Spain - Espana, etc).


Nah, you're kind of missing the point. I'm not asking for the native language to be used but for the correct english name. It is equivalent to calling the "brittish isles" continent for "UK" or even "england" instead. It really is quite wrong. ;)

Also the map isn't english, it quite clearly is european it just happens to use english as a language. :D

There was some discussion a while back about whether I should use Nordics or Scandinavia as the name for that region. Technically the Scandinavian Peninsular does only include Sweden Norway and Finland; although I was under the impression that the word Scandinavia is used synonymously with Nordic Countries, the official name of the region. Personally I prefer the word Scandinavia as it has a bit more character than Nordic which is a translation of Northern...
Any other thoughts?
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby MrBenn on Fri Sep 12, 2008 2:05 pm

qwert wrote:andora must go down,people can not see where mountains ends.
When now i look closer,what is point to have mountains? These is not impasabile borders.

Thanks qwert.
I've moved the army number for Andorra on the large map - does that help?

I'm not convinced by the mountains there either... they're a hangover from when the Pyrenees temporarily appeared as an impassable there. I think they may confuse rather than anything... any other opinions?

And does North Balkans sound better than Balkans?
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] Latest on p1/53 <<<<<

Postby Qwert on Fri Sep 12, 2008 2:22 pm

And does North Balkans sound better than Balkans?

Are you ask me? Aim from balkan,but decision is yours because you ignore all Grecce sugestion.
Image
NEW REVOLUTION-NEW RANKS PRESS THESE LINK viewtopic.php?f=471&t=47578&start=0
User avatar
Major Qwert
SoC Training Adviser
 
Posts: 9262
Joined: Tue Nov 07, 2006 5:07 pm
Location: VOJVODINA

Re: Europa [Final Forge] Latest on p1/53 <<<<<

Postby MrBenn on Sat Sep 13, 2008 4:43 am

qwert wrote:
And does North Balkans sound better than Balkans?

Are you ask me? Aim from balkan,but decision is yours because you ignore all Grecce sugestion.

The arguement goes in circles again :roll:

The difficulty with including Greece in the Balkan bonus region was that it left Cyprus isolated on its own. Cyprus is definitely not Transcontinental, and it isn't in the Balkans... With Turkey there was a massive debate about whether or not to split it up, and the consensus was to have it the way it is currently.

I am happy to leave the Balkan region on the map as it is, but was asking if North Balkans (not my idea) would be a better name to describe the region as it is displayed?
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ***Update on p1/51***

Postby iancanton on Mon Sep 15, 2008 8:20 pm

Thezzaruz wrote:
Androidz wrote:True, but we will see if its a problem when the map comes out eh:). I just have a bad feeling about it, but that just me=)


So you think the bonus is too small while I think it's too big. ;)
We will just have to see who of us is right when the map comes out (or if Benn got it right in the middle :D).

i also think that a +5 total (+4 plus +1 motherland) for holding 6 transcontinentals with 3 borders is too big. this is equivalent to classic africa, which is only +3. transcontinental also has the advantage of being at the edge of the board so that, unlike classic north africa, virtually no-one needs to go through it to attack anyone else (how often will cyprus need to attack finland?). one of the three border territories, turkey, is less important and doesn't need to be so heavily defended, since u can lose turkey but still retain the motherland bonus. for all these reasons, reducing the transcontinental bonus is the right way to go.

the country abbreviations are good now.

i'd have thought of a lighter sea colour in the north rather than in the south, to represent ice. however, what u have works very well. the dover to calais sea route is a good idea. for the sea routes, can u see if smaller dots look better than the large ones currently on the map?

ian. :)
User avatar
Colonel iancanton
Foundry Foreman
Foundry Foreman
 
Posts: 2415
Joined: Fri Jun 01, 2007 5:40 am
Location: europe

Re: Europa [Final Forge] Latest on p1/53 <<<<<

Postby MrBenn on Tue Sep 16, 2008 1:14 pm

Thanks for reminding me to move the England-France route... I've done that now ;-)

As far as Transcontinental goes, I think it's about right as it is...

You said it was at the edge of the map - that much is true, but it has borders with 5 different regions. Turkey borders Balkans and Hellenics, while Russia borders Scandinavia, Baltics and Eastern Europe. Throw Kaliningrad into the mix, and you've suddenly got something a bit harder to defend. Kaliningrad is going to start neutral, so it's not going to be easy to get the motherland bonus straight away, and I expect Russia to be valuable for whoever has Scandinavia and whoever has the Baltics as it reduces the total number of borders.

As well as that, Transcontinental is similar in size/borders to Western Europe at the opposite side of the map - and that also has a +5... I think it's going to be one of those 'wait and see' things ;-)

Mr B
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Lieutenant MrBenn
 
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

PreviousNext

Return to The Atlas

Who is online

Users browsing this forum: thenobodies80