Europa [Quenched]

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

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

Post by MrBenn »

Update
  • I have adjusted the England-France route to be more vaguely like the Dover-Calais route... It doesn't quite make those points, but is more visible now.
  • I have made the sea route points very slightly smaller, and slightly crisper. I prefer them now.
  • You might notice some grey 3's on Kaliningrad, Belgium, Switzerland and Cyprus - these will be designated as starting neutrals... there was always going to be some anyway, and these points will alleviate sthe probability of being dropped a bonus.
  • The Pyrenees Mountains have disappeared again - I have mixed views on this, but think it is clearer without them; especially as they were not serving any function.
  • Consequently the Andorra name and army number have been moved
Small Image:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/europe37.jpg[/bigimg]

Large Image:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/europe37L.jpg[/bigimg]
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
ZeakCytho
Posts: 1251
Joined: Wed Sep 12, 2007 4:36 pm

Re: Europa [Final Forge] ** UPDATED p1/54 **

Post by ZeakCytho »

Benn, hurry up and finish the XML so this thing can be quenched!
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** UPDATED p1/54 **

Post by MrBenn »

As you asked so nicely Zeak, here it is - EuropaXML08.xml
    I have moved the coordinates for Andorra to correspond with the move I made to the position of the 'circle' on the map
    I have added the starting neutrals for Belgium, Switzerland, Cyprus and Kaliningrad

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>60</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>249</largex>
      <largey>127</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>317</largex>
      <largey>180</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>441</largex>
      <largey>164</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>145</largex>
      <largey>203</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>149</largex>
      <largey>243</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>411</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>426</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>484</largey>
   </coordinates>
</territory>
<territory>
   <name>Andorra</name>
   <borders>
      <border>Spain</border>
      <border>France</border>
   </borders>
   <coordinates>
      <smallx>111</smallx>
      <smally>354</smally>
      <largex>136</largex>
      <largey>418</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>187</largex>
      <largey>352</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>317</largey>
   </coordinates>
   <neutral>3</neutral>
</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>256</largex>
      <largey>336</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>300</largex>
      <largey>324</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>253</largex>
      <largey>378</largey>
   </coordinates>
   <neutral>3</neutral>
</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>333</largex>
      <largey>387</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>244</largex>
      <largey>504</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>554</largey>
   </coordinates>
</territory>
<territory>
   <name>Malta</name>
   <borders>
      <border>Sicily</border>
      <border>Crete</border>
   </borders>
   <coordinates>
      <smallx>235</smallx>
      <smally>505</smally>
      <largex>267</largex>
      <largey>590</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>430</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>357</largex>
      <largey>474</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>372</largex>
      <largey>511</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>402</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>485</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>564</largex>
      <largey>597</largey>
   </coordinates>
   <neutral>3</neutral>
</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>320</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>470</largex>
      <largey>401</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>494</largex>
      <largey>358</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>462</largex>
      <largey>309</largey>
   </coordinates>
</territory>

<territory>
   <name>Estonia</name>
   <borders>
      <border>Latvia</border>
      <border>Russia</border>
   </borders>
   <coordinates>
      <smallx>374</smallx>
      <smally>198</smally>
      <largex>444</largex>
      <largey>231</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>429</largex>
      <largey>287</largey>
   </coordinates>
</territory>

<territory>
   <name>Kaliningrad (KGD)</name>
   <borders>
      <border>Poland</border>
      <border>Lithuania</border>
   </borders>
   <coordinates>
      <smallx>330</smallx>
      <smally>248</smally>
      <largex>395</largex>
      <largey>291</largey>
   </coordinates>
   <neutral>3</neutral>
</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>646</largex>
      <largey>454</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>473</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>519</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
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** UPDATED p1/54 **

Post by MrBenn »

Large image:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-L.jpg[/bigimg]

Large image with 88s:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-L-88.jpg[/bigimg]

Large image with 888s:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-L-888.jpg[/bigimg]

Small image:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-S.jpg[/bigimg]

Small image with 88s:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-S-88.jpg[/bigimg]

Small image with 888s:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa-S-888.jpg[/bigimg]

XML: EuropaXML_08.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
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by yeti_c »

Looking pretty damn sweet - have you submitted the XML for testing?

C.
Image
Highest score : 2297
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

yeti_c wrote:Looking pretty damn sweet - have you submitted the XML for testing?

C.

Yes ;-)
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
tenio
Posts: 174
Joined: Thu Apr 19, 2007 7:23 pm
Location: The Moon

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by tenio »

sorry if this question was asked before, but after seeing this map for the first time,

are greenland, iceland and faroe part of the scandivian territory/bonus?

and is it just me or is transcontinetal bonus too high? seems as if 4 armies with only 2 borders is pretty high...
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

tenio wrote:are greenland, iceland and faroe part of the scandivian territory/bonus?
Yes
tenio wrote:and is it just me or is transcontinetal bonus too high? seems as if 4 armies with only 2 borders is pretty high...
The Transcontinental region also includes the Russian exclave of Kaliningrad, which is at least two territories away from Russia, and increases the number of borders to 3; one of which is separated from the rest of the region by a minimum of two territories...
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Thezzaruz
Posts: 1093
Joined: Mon Feb 04, 2008 2:10 pm
Gender: Male
Location: OTF most of the time.
Contact:

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

Post by Thezzaruz »

MrBenn wrote: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?


Nordic Region and not Countries. If you talk about the term Nordic Countries then that is referring to Nordic People and used about most anyone on mainland europe from germany and above, way old and not used nowdays.

But as I said, yes Scandinavia is often used by english speaking people even though it is wrong. In just the same way as many people outside the brittish isles doesn't make any distinction between great britain/UK/england.
I personally really don't mind scandinavia as I do live in it but to someone from greenland/iceland/the faroes (and probably most finns too) it would be the same as an irish/scottish would feel about calling the BI continent for england.

The bottom line is that it is incorrect to call it scandinavia, but if you like it to stay then I won't pester you about it anymore as I can live with it (or rather live in it :)).

KUTGW =D>


EDIT: additional comments taken out due to being in the wrong thread :oops:
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

OK, I have renamed Scandinavia to be Nordic Region - I prefer Region to Countries for a couple of reasons and it is probably going to cause less confusion/angst in the long run ;-)

Large:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa39-L.jpg[/bigimg]

Small:
[bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa39-S.jpg[/bigimg]

XML:
EuropaXML_09.xml


PS - do I need to re-submit the XML, as the only change I have made is to a continent name, which only appears once in the file?
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
tenio
Posts: 174
Joined: Thu Apr 19, 2007 7:23 pm
Location: The Moon

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by tenio »

what is see is that holding the russia, gerogia azebajan ext. territories is plus 4

and when holding the kgd it's plus 5...idk that's just what i see lol
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

MrBenn wrote:The Transcontinental region also includes the Russian exclave of Kaliningrad.
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
Thezzaruz
Posts: 1093
Joined: Mon Feb 04, 2008 2:10 pm
Gender: Male
Location: OTF most of the time.
Contact:

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by Thezzaruz »

MrBenn wrote:OK, I have renamed Scandinavia to be Nordic Region - I prefer Region to Countries for a couple of reasons and it is probably going to cause less confusion/angst in the long run ;-)


Region is much better than countries here. Many thanks for taking this on board and sorry that I didn't notice it earlier in the process.
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by yeti_c »

MrBenn wrote:PS - do I need to re-submit the XML, as the only change I have made is to a continent name, which only appears once in the file?


Doubt it.

C.
Image
Highest score : 2297
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

So shall I just start clapping slowly and waving some bananas around?
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
reggie_mac
Posts: 299
Joined: Fri Nov 30, 2007 4:06 pm
Location: Queenstown, NZ
Contact:

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by reggie_mac »

Hot Sauce MrBenn, looking real nice.
Soviet Invaders: Space Invaders, it's not just a game
New Zealand Map - Foundry
"You can please all of the people some of the time, or some of the people all of the time, but not all of the people all of the time"
User avatar
t-o-m
Posts: 2918
Joined: Sat Mar 22, 2008 2:22 pm

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by t-o-m »

This has most likely been mentioned - so sorry, but why is greenland not in the mini map?
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

t-o-m wrote:This has most likely been mentioned - so sorry, but why is greenland not in the mini map?

The minimap has been cropped slightly to fit on the legend.... but I've updated it with a slightly moved Greenland and Iceland:

Large: [bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa40-L.jpg[/bigimg]
Small: [bigimg]http://i275.photobucket.com/albums/jj320/bpawley/Europa40-S.jpg[/bigimg]
XML: EuropaXML_09.xml

Come on now Andy
ImageImageImage
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
t-o-m
Posts: 2918
Joined: Sat Mar 22, 2008 2:22 pm

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by t-o-m »

Ah thanks, i can see that saving a lot of confusion :)

MrBenn wrote:Come on now Andy
ImageImageImage

C'mon now, i was waiting ages until some more comments came ;) Dont be getting qwerty :P :lol:
User avatar
reggie_mac
Posts: 299
Joined: Fri Nov 30, 2007 4:06 pm
Location: Queenstown, NZ
Contact:

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by reggie_mac »

t-o-m wrote: Dont be getting qwerty :P :lol:


:lol: :lol:
I must i hadn't heard that one before
Soviet Invaders: Space Invaders, it's not just a game
New Zealand Map - Foundry
"You can please all of the people some of the time, or some of the people all of the time, but not all of the people all of the time"
User avatar
max is gr8
Posts: 3720
Joined: Sat Jan 21, 2006 6:44 am
Location: In a big ball of light sent from the future

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by max is gr8 »

mine eyes are also fixated upon the quenching upon this cartography masterpiece, quench my fine sirs, quench. (That is how qwert should have got his quenched)
‹max is gr8› so you're a tee-total healthy-eating sex-addict?
‹New_rules› Everyone has some bad habits
(4th Jan 2010)
User avatar
$t0kA
Posts: 28
Joined: Mon Feb 11, 2008 8:02 pm
Gender: Male
Location: nova scotia

Re: Europa (New Europe) [I, Gp] >NEW TITLE POLL p1/47<

Post by $t0kA »

i think the title shoyuld be the one with the horse on one side and the moon on the ohter but if u can it would look even better if u had the stars with that!!
User avatar
MrBenn
Posts: 6880
Joined: Wed Nov 21, 2007 9:32 am
Location: Off Duty

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by MrBenn »

$t0kA wrote:i think the title shoyuld be the one with the horse on one side and the moon on the ohter but if u can it would look even better if u had the stars with that!!

Thanks for the input... While I liked the title with the moon on it, in the end I don't think it fitted with the style of the rest of the map. The title I've ended up using is a combination of the best bits that people liked the most ;-)
Image
PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
User avatar
AndyDufresne
Posts: 24935
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo
Contact:

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by AndyDufresne »

Image

Many thanks Forza.


--Andy
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Europa [Final Forge] ** p1/54 Nearly There**

Post by yeti_c »

Woot Woot - Surely a Quench is on it's way!!

C.
Image
Highest score : 2297
Post Reply

Return to “The Atlas”