Page 15 of 18

Re: Denmark v40 [15 Dec. 2011] XML on page 1/24

PostPosted: Mon Dec 19, 2011 5:25 pm
by OliverFA
[Adding XML stamp]

After checking the XML file, I am glad to confirm that everything in the code seems to be right.

Image

Congratulations koontz1973! ;)

Re: Denmark v40 [15 Dec. 2011] XML on page 1/24

PostPosted: Tue Dec 20, 2011 1:15 am
by koontz1973
OliverFA wrote:[Adding XML stamp]

After checking the XML file, I am glad to confirm that everything in the code seems to be right.

Image

Congratulations koontz1973! ;)

Thanks Oliver. always glad to see another stamp and map coming into play.

Lets not forget the guy who made this good looking map, Flap. Now lets get playing this year (I hope).

Flapcake, get all the map files and the xml file in your next post so nobodies knows which ones are the ones to uploads when he feels the time is right.

Re: Denmark v40 [15 Dec. 2011] XML on page 1/24

PostPosted: Tue Dec 20, 2011 7:17 am
by Flapcake
Thx Oliver and koontz.

The latest images and XML files.


Big map
Click image to enlarge.
image


Small map
Click image to enlarge.
image



XML Code
http://www.fileden.com/files/2011/11/14/3224793//kingdomofdenmark.xml

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
<objective>
   <name>All Cities</name>
   <components>
      <territory>Ålborg</territory>
      <territory>Århus</territory>
      <territory>Esbjerg</territory>
      <territory>Odense</territory>
      <territory>København</territory>
   </components>
</objective>
<continent>
   <name>Nord Jylland</name>
   <bonus>2</bonus>
   <components>
      <territory>Skagen</territory>
      <territory>Brønderslev</territory>
      <territory>Ålborg</territory>
      <territory>Thisted</territory>
   </components>
</continent>
<continent>
   <name>Vest Jylland</name>
   <bonus>3</bonus>
   <components>
      <territory>Holstebro</territory>
      <territory>Herning</territory>
      <territory>Viborg</territory>
      <territory>Skive</territory>
   </components>
</continent>
<continent>
   <name>Øst Jylland</name>
   <bonus>5</bonus>
   <components>
      <territory>Hadsund</territory>
      <territory>Aars</territory>
      <territory>Randers</territory>
      <territory>Silkeborg</territory>
      <territory>Århus</territory>
      <territory>Djursland</territory>
   </components>
</continent>
<continent>
   <name>Midt Jylland</name>
   <bonus>6</bonus>
   <components>
      <territory>Varde</territory>
      <territory>Skjern</territory>
      <territory>Bryrup</territory>
      <territory>Ikast</territory>
      <territory>Skanderborg</territory>
      <territory>Horsens</territory>
      <territory>Vejle</territory>
      <territory>Samsø</territory>
   </components>
</continent>
<continent>
   <name>Syd Jylland</name>
   <bonus>5</bonus>
   <components>
      <territory>Esbjerg</territory>
      <territory>Billund</territory>
      <territory>Vejen</territory>
      <territory>Kolding</territory>
      <territory>Fredericia</territory>
   </components>
</continent>
<continent>
   <name>Sønder Jylland</name>
   <bonus>3</bonus>
   <components>
      <territory>Ribe</territory>
      <territory>Toftlund</territory>
      <territory>Tønder</territory>
      <territory>Padborg</territory>
      <territory>Sønderborg</territory>
      <territory>Haderslev</territory>
   </components>
</continent>
<continent>
   <name>Fyn</name>
   <bonus>4</bonus>
   <components>
      <territory>Bogense</territory>
      <territory>Middelfart</territory>
      <territory>Odense</territory>
      <territory>Faaborg</territory>
      <territory>Svenborg</territory>
      <territory>Nyborg</territory>
      <territory>Kerteminde</territory>
   </components>
</continent>
<continent>
   <name>Vest Sjælland</name>
   <bonus>6</bonus>
   <components>
      <territory>Holbæk</territory>
      <territory>Kalundborg</territory>
      <territory>Slagelse</territory>
      <territory>Korsør</territory>
      <territory>Næstved</territory>
      <territory>Haslev</territory>
   </components>
</continent>
<continent>
   <name>Øst Sjælland</name>
   <bonus>5</bonus>
   <components>
      <territory>Helsingør</territory>
      <territory>Frederikssund</territory>
      <territory>København</territory>
      <territory>Roskilde</territory>
      <territory>Ringsted</territory>
      <territory>Køge</territory>
      <territory>Præstø</territory>
   </components>
</continent>
<continent>
   <name>Syd Sjælland</name>
   <bonus>4</bonus>
   <components>
      <territory>Møn</territory>
      <territory>Vordingborg</territory>
      <territory>Falster</territory>
      <territory>Øst Lolland</territory>
      <territory>Vest Lolland</territory>
      <territory>Langeland</territory>
      <territory>Ærø</territory>
   </components>
</continent>
<territory>
   <name>Skagen</name>
   <borders>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>223</smallx>
      <smally>90</smally>
      <largex>299</largex>
      <largey>108</largey>
   </coordinates>
   <neutral>3</neutral>
</territory>
<territory>
   <name>Brønderslev</name>
   <borders>
      <border>Skagen</border>
      <border>Ålborg</border>
      <border>Thisted</border>
      <border>Aars</border>
   </borders>
   <coordinates>
      <smallx>208</smallx>
      <smally>134</smally>
      <largex>279</largex>
      <largey>167</largey>
   </coordinates>
</territory>
<territory>
   <name>Thisted</name>
   <borders>
      <border>Holstebro</border>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>59</smallx>
      <smally>175</smally>
      <largex>101</largex>
      <largey>222</largey>
   </coordinates>
</territory>
<territory>
   <name>Ålborg</name>
   <borders>
      <border>Brønderslev</border>
      <border>Hadsund</border>
      <border>Aars</border>
   </borders>
   <coordinates>
      <smallx>179</smallx>
      <smally>162</smally>
      <largex>239</largex>
      <largey>210</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Hadsund</name>
   <borders>
      <border>Ålborg</border>
      <border>Aars</border>
      <border>Randers</border>
   </borders>
   <coordinates>
      <smallx>205</smallx>
      <smally>217</smally>
      <largex>275</largex>
      <largey>279</largey>
   </coordinates>
</territory>
<territory>
   <name>Aars</name>
   <borders>
      <border>Hadsund</border>
      <border>Randers</border>
      <border>Ålborg</border>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>151</smallx>
      <smally>223</smally>
      <largex>203</largex>
      <largey>285</largey>
   </coordinates>
</territory>
<territory>
   <name>Randers</name>
   <borders>
      <border>Hadsund</border>
      <border>Aars</border>
      <border>Djursland</border>
      <border>Silkeborg</border>
   </borders>
   <coordinates>
      <smallx>197</smallx>
      <smally>266</smally>
      <largex>264</largex>
      <largey>344</largey>
   </coordinates>
</territory>
<territory>
   <name>Silkeborg</name>
   <borders>
      <border>Randers</border>
      <border>Djursland</border>
      <border>Århus</border>
      <border>Skanderborg</border>
      <border>Viborg</border>
   </borders>
   <coordinates>
      <smallx>182</smallx>
      <smally>309</smally>
      <largex>244</largex>
      <largey>400</largey>
   </coordinates>
</territory>
<territory>
   <name>Djursland</name>
   <borders>
      <border>Århus</border>
      <border>Silkeborg</border>
      <border>Randers</border>
      <border>Kattegat</border>
   </borders>
   <coordinates>
      <smallx>267</smallx>
      <smally>298</smally>
      <largex>356</largex>
      <largey>386</largey>
   </coordinates>
</territory>
<territory>
   <name>Århus</name>
   <borders>
      <border>Djursland</border>
      <border>Silkeborg</border>
      <border>Skanderborg</border>
      <border>Horsens</border>
   </borders>
   <coordinates>
      <smallx>223</smallx>
      <smally>321</smally>
      <largex>299</largex>
      <largey>421</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Skive</name>
   <borders>
      <border>Viborg</border>
      <border>Herning</border>
      <border>Holstebro</border>
   </borders>
   <coordinates>
      <smallx>91</smallx>
      <smally>257</smally>
      <largex>126</largex>
      <largey>346</largey>
   </coordinates>
   <neutral>3</neutral>
</territory>
<territory>
   <name>Holstebro</name>
   <borders>
      <border>Thisted</border>
      <border>Skive</border>
      <border>Herning</border>
   </borders>
   <coordinates>
      <smallx>39</smallx>
      <smally>290</smally>
      <largex>53</largex>
      <largey>374</largey>
   </coordinates>
</territory>
<territory>
   <name>Viborg</name>
   <borders>
      <border>Skive</border>
      <border>Herning</border>
      <border>Ikast</border>
      <border>Silkeborg</border>
   </borders>
   <coordinates>
      <smallx>120</smallx>
      <smally>300</smally>
      <largex>158</largex>
      <largey>395</largey>
   </coordinates>
</territory>
<territory>
   <name>Herning</name>
   <borders>
      <border>Viborg</border>
      <border>Ikast</border>
      <border>Skive</border>
      <border>Holstebro</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>41</smallx>
      <smally>333</smally>
      <largex>63</largex>
      <largey>437</largey>
   </coordinates>
</territory>
<territory>
   <name>Skjern</name>
   <borders>
      <border>Ikast</border>
      <border>Bryrup</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>61</smallx>
      <smally>370</smally>
      <largex>83</largex>
      <largey>486</largey>
   </coordinates>
</territory>
<territory>
   <name>Ikast</name>
   <borders>
      <border>Viborg</border>
      <border>Herning</border>
      <border>Skjern</border>
      <border>Bryrup</border>
      <border>Skanderborg</border>
   </borders>
   <coordinates>
      <smallx>125</smallx>
      <smally>348</smally>
      <largex>163</largex>
      <largey>457</largey>
   </coordinates>
</territory>
<territory>
   <name>Varde</name>
   <borders>
      <border>Herning</border>
      <border>Skjern</border>
      <border>Bryrup</border>
      <border>Billund</border>
      <border>Esbjerg</border>
      <border>Ribe</border>
   </borders>
   <coordinates>
      <smallx>44</smallx>
      <smally>417</smally>
      <largex>60</largex>
      <largey>549</largey>
   </coordinates>
</territory>
<territory>
   <name>Bryrup</name>
   <borders>
      <border>Skanderborg</border>
      <border>Ikast</border>
      <border>Skjern</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>97</smallx>
      <smally>382</smally>
      <largex>134</largex>
      <largey>502</largey>
   </coordinates>
</territory>
<territory>
   <name>Skanderborg</name>
   <borders>
      <border>Horsens</border>
      <border>Vejle</border>
      <border>Bryrup</border>
      <border>Ikast</border>
      <border>Billund</border>
      <border>Silkeborg</border>
      <border>Århus</border>
   </borders>
   <coordinates>
      <smallx>159</smallx>
      <smally>373</smally>
      <largex>213</largex>
      <largey>493</largey>
   </coordinates>
</territory>
<territory>
   <name>Horsens</name>
   <borders>
      <border>Samsø</border>
      <border>Skanderborg</border>
      <border>Århus</border>
   </borders>
   <coordinates>
      <smallx>210</smallx>
      <smally>373</smally>
      <largex>281</largex>
      <largey>490</largey>
   </coordinates>
</territory>
<territory>
   <name>Vejle</name>
   <borders>
      <border>Skanderborg</border>
   </borders>
   <coordinates>
      <smallx>188</smallx>
      <smally>410</smally>
      <largex>249</largex>
      <largey>538</largey>
   </coordinates>
</territory>
<territory>
   <name>Samsø</name>
   <borders>
      <border>Horsens</border>
      <border>Kalundborg</border>
   </borders>
   <coordinates>
      <smallx>268</smallx>
      <smally>389</smally>
      <largex>353</largex>
      <largey>522</largey>
   </coordinates>
</territory>
<territory>
   <name>Kattegat</name>
   <borders>
      <border>Djursland</border>
      <border>Holbæk</border>
   </borders>
   <coordinates>
      <smallx>308</smallx>
      <smally>358</smally>
      <largex>416</largex>
      <largey>470</largey>
   </coordinates>
   <neutral>1</neutral>
</territory>
<territory>
   <name>Østersoen</name>
   <borders>
      <border>København</border>
      <border>Møn</border>
   </borders>
   <coordinates>
      <smallx>503</smallx>
      <smally>517</smally>
      <largex>673</largex>
      <largey>682</largey>
   </coordinates>
   <neutral>1</neutral>
</territory>
<territory>
   <name>Esbjerg</name>
   <borders>
      <border>Varde</border>
      <border>Billund</border>
      <border>Vejen</border>
   </borders>
   <coordinates>
      <smallx>76</smallx>
      <smally>454</smally>
      <largex>102</largex>
      <largey>599</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Billund</name>
   <borders>
      <border>Skanderborg</border>
      <border>Fredericia</border>
      <border>Vejen</border>
      <border>Esbjerg</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>114</smallx>
      <smally>419</smally>
      <largex>152</largex>
      <largey>553</largey>
   </coordinates>
</territory>
<territory>
   <name>Vejen</name>
   <borders>
      <border>Esbjerg</border>
      <border>Billund</border>
      <border>Fredericia</border>
      <border>Kolding</border>
      <border>Ribe</border>
   </borders>
   <coordinates>
      <smallx>107</smallx>
      <smally>464</smally>
      <largex>149</largex>
      <largey>603</largey>
   </coordinates>
</territory>
<territory>
   <name>Fredericia</name>
   <borders>
      <border>Billund</border>
      <border>Vejen</border>
      <border>Kolding</border>
      <border>Middelfart</border>
   </borders>
   <coordinates>
      <smallx>142</smallx>
      <smally>440</smally>
      <largex>190</largex>
      <largey>579</largey>
   </coordinates>
</territory>
<territory>
   <name>Kolding</name>
   <borders>
      <border>Fredericia</border>
      <border>Vejen</border>
      <border>Ribe</border>
      <border>Haderslev</border>
   </borders>
   <coordinates>
      <smallx>142</smallx>
      <smally>471</smally>
      <largex>191</largex>
      <largey>624</largey>
   </coordinates>
</territory>
<territory>
   <name>Ribe</name>
   <borders>
      <border>Varde</border>
      <border>Vejen</border>
      <border>Kolding</border>
      <border>Haderslev</border>
      <border>Toftlund</border>
   </borders>
   <coordinates>
      <smallx>105</smallx>
      <smally>505</smally>
      <largex>141</largex>
      <largey>666</largey>
   </coordinates>
</territory>
<territory>
   <name>Haderslev</name>
   <borders>
      <border>Kolding</border>
      <border>Faaborg</border>
      <border>Ribe</border>
      <border>Toftlund</border>
      <border>Sønderborg</border>
   </borders>
   <coordinates>
      <smallx>136</smallx>
      <smally>520</smally>
      <largex>186</largex>
      <largey>684</largey>
   </coordinates>
</territory>
<territory>
   <name>Toftlund</name>
   <borders>
      <border>Ribe</border>
      <border>Haderslev</border>
      <border>Sønderborg</border>
      <border>Tønder</border>
   </borders>
   <coordinates>
      <smallx>88</smallx>
      <smally>525</smally>
      <largex>119</largex>
      <largey>693</largey>
   </coordinates>
</territory>
<territory>
   <name>Tønder</name>
   <borders>
      <border>Padborg</border>
      <border>Sønderborg</border>
      <border>Toftlund</border>
   </borders>
   <coordinates>
      <smallx>76</smallx>
      <smally>572</smally>
      <largex>103</largex>
      <largey>752</largey>
   </coordinates>
</territory>
<territory>
   <name>Sønderborg</name>
   <borders>
      <border>Padborg</border>
      <border>Tønder</border>
      <border>Toftlund</border>
      <border>Haderslev</border>
      <border>Faaborg</border>
      <border>Ærø</border>
   </borders>
   <coordinates>
      <smallx>140</smallx>
      <smally>566</smally>
      <largex>191</largex>
      <largey>742</largey>
   </coordinates>
</territory>
<territory>
   <name>Padborg</name>
   <borders>
      <border>Sønderborg</border>
      <border>Tønder</border>
   </borders>
   <coordinates>
      <smallx>104</smallx>
      <smally>583</smally>
      <largex>139</largex>
      <largey>766</largey>
   </coordinates>
</territory>
<territory>
   <name>Bogense</name>
   <borders>
      <border>Middelfart</border>
      <border>Odense</border>
   </borders>
   <coordinates>
      <smallx>233</smallx>
      <smally>444</smally>
      <largex>312</largex>
      <largey>585</largey>
   </coordinates>
</territory>
<territory>
   <name>Middelfart</name>
   <borders>
      <border>Fredericia</border>
      <border>Bogense</border>
      <border>Odense</border>
      <border>Faaborg</border>
   </borders>
   <coordinates>
      <smallx>200</smallx>
      <smally>465</smally>
      <largex>268</largex>
      <largey>613</largey>
   </coordinates>
</territory>
<territory>
   <name>Odense</name>
   <borders>
      <border>Bogense</border>
      <border>Middelfart</border>
      <border>Faaborg</border>
      <border>Nyborg</border>
      <border>Kerteminde</border>
   </borders>
   <coordinates>
      <smallx>225</smallx>
      <smally>477</smally>
      <largex>303</largex>
      <largey>629</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Faaborg</name>
   <borders>
      <border>Sønderborg</border>
      <border>Haderslev</border>
      <border>Svenborg</border>
      <border>Nyborg</border>
      <border>Odense</border>
      <border>Middelfart</border>
   </borders>
   <coordinates>
      <smallx>222</smallx>
      <smally>512</smally>
      <largex>297</largex>
      <largey>676</largey>
   </coordinates>
</territory>
<territory>
   <name>Svenborg</name>
   <borders>
      <border>Nyborg</border>
      <border>Faaborg</border>
      <border>Langeland</border>
   </borders>
   <coordinates>
      <smallx>263</smallx>
      <smally>528</smally>
      <largex>352</largex>
      <largey>697</largey>
   </coordinates>
</territory>
<territory>
   <name>Nyborg</name>
   <borders>
      <border>Kerteminde</border>
      <border>Odense</border>
      <border>Svenborg</border>
      <border>Faaborg</border>
      <border>Korsør</border>
   </borders>
   <coordinates>
      <smallx>268</smallx>
      <smally>492</smally>
      <largex>359</largex>
      <largey>649</largey>
   </coordinates>
</territory>
<territory>
   <name>Kerteminde</name>
   <borders>
      <border>Nyborg</border>
      <border>Odense</border>
   </borders>
   <coordinates>
      <smallx>281</smallx>
      <smally>467</smally>
      <largex>369</largex>
      <largey>623</largey>
   </coordinates>
</territory>
<territory>
   <name>Ærø</name>
   <borders>
      <border>Langeland</border>
      <border>Sønderborg</border>
   </borders>
   <coordinates>
      <smallx>241</smallx>
      <smally>568</smally>
      <largex>323</largex>
      <largey>752</largey>
   </coordinates>
</territory>
<territory>
   <name>Langeland</name>
   <borders>
      <border>Vest Lolland</border>
      <border>Ærø</border>
      <border>Svenborg</border>
   </borders>
   <coordinates>
      <smallx>300</smallx>
      <smally>534</smally>
      <largex>400</largex>
      <largey>705</largey>
   </coordinates>
</territory>
<territory>
   <name>Vest Lolland</name>
   <borders>
      <border>Øst Lolland</border>
      <border>Langeland</border>
   </borders>
   <coordinates>
      <smallx>339</smallx>
      <smally>586</smally>
      <largex>453</largex>
      <largey>771</largey>
   </coordinates>
</territory>
<territory>
   <name>Øst Lolland</name>
   <borders>
      <border>Vest Lolland</border>
      <border>Falster</border>
   </borders>
   <coordinates>
      <smallx>373</smallx>
      <smally>606</smally>
      <largex>478</largex>
      <largey>799</largey>
   </coordinates>
</territory>
<territory>
   <name>Falster</name>
   <borders>
      <border>Øst Lolland</border>
      <border>Møn</border>
      <border>Vordingborg</border>
   </borders>
   <coordinates>
      <smallx>417</smallx>
      <smally>581</smally>
      <largex>551</largex>
      <largey>769</largey>
   </coordinates>
</territory>
<territory>
   <name>Møn</name>
   <borders>
      <border>Falster</border>
      <border>Vordingborg</border>
      <border>Østersoen</border>
   </borders>
   <coordinates>
      <smallx>454</smallx>
      <smally>551</smally>
      <largex>605</largex>
      <largey>727</largey>
   </coordinates>
</territory>
<territory>
   <name>Vordingborg</name>
   <borders>
      <border>Møn</border>
      <border>Falster</border>
      <border>Næstved</border>
      <border>Præstø</border>
   </borders>
   <coordinates>
      <smallx>405</smallx>
      <smally>532</smally>
      <largex>541</largex>
      <largey>702</largey>
   </coordinates>
</territory>
<territory>
   <name>Holbæk</name>
   <borders>
      <border>Kattegat</border>
      <border>Kalundborg</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>364</smallx>
      <smally>401</smally>
      <largex>487</largex>
      <largey>527</largey>
   </coordinates>
</territory>
<territory>
   <name>Kalundborg</name>
   <borders>
      <border>Holbæk</border>
      <border>Samsø</border>
      <border>Slagelse</border>
      <border>Ringsted</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>336</smallx>
      <smally>425</smally>
      <largex>449</largex>
      <largey>559</largey>
   </coordinates>
</territory>
<territory>
   <name>Slagelse</name>
   <borders>
      <border>Kalundborg</border>
      <border>Korsør</border>
      <border>Ringsted</border>
      <border>Haslev</border>
   </borders>
   <coordinates>
      <smallx>342</smallx>
      <smally>461</smally>
      <largex>457</largex>
      <largey>607</largey>
   </coordinates>
</territory>
<territory>
   <name>Korsør</name>
   <borders>
      <border>Næstved</border>
      <border>Haslev</border>
      <border>Slagelse</border>
      <border>Nyborg</border>
   </borders>
   <coordinates>
      <smallx>349</smallx>
      <smally>501</smally>
      <largex>467</largex>
      <largey>661</largey>
   </coordinates>
</territory>
<territory>
   <name>Næstved</name>
   <borders>
      <border>Vordingborg</border>
      <border>Præstø</border>
      <border>Haslev</border>
      <border>Korsør</border>
   </borders>
   <coordinates>
      <smallx>390</smallx>
      <smally>508</smally>
      <largex>521</largex>
      <largey>670</largey>
   </coordinates>
</territory>
<territory>
   <name>Haslev</name>
   <borders>
      <border>Ringsted</border>
      <border>Køge</border>
      <border>Præstø</border>
      <border>Næstved</border>
      <border>Korsør</border>
      <border>Slagelse</border>
   </borders>
   <coordinates>
      <smallx>399</smallx>
      <smally>473</smally>
      <largex>533</largex>
      <largey>623</largey>
   </coordinates>
</territory>
<territory>
   <name>Frederikssund</name>
   <borders>
      <border>Helsingør</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>429</smallx>
      <smally>368</smally>
      <largex>573</largex>
      <largey>483</largey>
   </coordinates>
</territory>
<territory>
   <name>Helsingør</name>
   <borders>
      <border>Frederikssund</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>458</smallx>
      <smally>357</smally>
      <largex>612</largex>
      <largey>469</largey>
   </coordinates>
</territory>
<territory>
   <name>København</name>
   <borders>
      <border>Helsingør</border>
      <border>Frederikssund</border>
      <border>Østersoen</border>
      <border>Køge</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>438</smallx>
      <smally>429</smally>
      <largex>585</largex>
      <largey>565</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Køge</name>
   <borders>
      <border>Præstø</border>
      <border>Haslev</border>
      <border>Ringsted</border>
      <border>Roskilde</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>425</smallx>
      <smally>454</smally>
      <largex>568</largex>
      <largey>601</largey>
   </coordinates>
</territory>
<territory>
   <name>Præstø</name>
   <borders>
      <border>Vordingborg</border>
      <border>Næstved</border>
      <border>Haslev</border>
      <border>Køge</border>
   </borders>
   <coordinates>
      <smallx>439</smallx>
      <smally>492</smally>
      <largex>587</largex>
      <largey>649</largey>
   </coordinates>
</territory>
<territory>
   <name>Roskilde</name>
   <borders>
      <border>Holbæk</border>
      <border>Kalundborg</border>
      <border>Ringsted</border>
      <border>Køge</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>400</smallx>
      <smally>437</smally>
      <largex>537</largex>
      <largey>576</largey>
   </coordinates>
</territory>
<territory>
   <name>Ringsted</name>
   <borders>
      <border>Køge</border>
      <border>Haslev</border>
      <border>Slagelse</border>
      <border>Kalundborg</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>375</smallx>
      <smally>462</smally>
      <largex>505</largex>
      <largey>610</largey>
   </coordinates>
</territory>
</map>

Re: Denmark v40 [15 Dec. 2011] Beta ready 1/24

PostPosted: Thu Dec 22, 2011 2:25 pm
by thenobodies80
Last Call

The map has passed through rigorous gameplay and graphics examinations and all major concerns have been addressed. If you have any other concerns, please make your voice heard. If after a reasonable amount of time there has not been any objection or protest, the map will be stamped and submitted for the Beta period.

Please, post questions and concerns if any.

thenobodies80

Re: Denmark [Beta]

PostPosted: Tue Dec 27, 2011 10:25 am
by thenobodies80
          Beta - Quenching

---The Final Forge period has concluded for the Denmark Map. All objections have had their time. The Foundry and I hereby brand this map with the Foundry Beta Brand. Let it be known that this map is now ready for BETA Play. After an extended period of time in BETA and once all quirks and issues have been resolved, the map will be put into Full Play (barring any Lack vetoes).

Conquer Club, enjoy!

              Image


While the map is in BETA Play, there are a couple of administrative tasks that are required of the mapmaker(s) in addition to the initial gameplay testing:
    1. Please ensure that the first post of the thread contains all the necessary information to help future visitors to the development thread; it's particularly important to ensure the most recent images are there, along with any helpful guides (such as gameplay quirks/nuances or the location/size of any starting neutrals etc.)
    2. Finally, it is the responsibility of the mapmaker(s) to ensure that they respond to further feedback in a timely and constructive manner.


thenobodies80

Re: Denmark [Beta]

PostPosted: Tue Dec 27, 2011 10:27 am
by koontz1973
Yes, time to play. Should not be to long now. Thanks thenobodies80.

Re: Denmark [Beta]

PostPosted: Tue Dec 27, 2011 11:11 am
by Flapcake
yay \o/ thanks thenobodies80

Also thanks to the Foundry and all who have helped, commented and participated in the development of Kingdon of Denmark, I know its not totaly there yet, but its a milestone :D

Re: Denmark [Beta]

PostPosted: Tue Dec 27, 2011 9:43 pm
by thenobodies80
Oh a stupid question, I forgot to ask this before. You want it labelled as Denmark or Kingdom of Denmark? On the thread I see Denmark but on the map is kingdom of denmark. Just wondering now before it goes live.

Re: Denmark [Beta]

PostPosted: Wed Dec 28, 2011 4:04 am
by Flapcake
thenobodies80 wrote:Oh a stupid question, I forgot to ask this before. You want it labelled as Denmark or Kingdom of Denmark? On the thread I see Denmark but on the map is kingdom of denmark. Just wondering now before it goes live.



I think its bedst to call it as the label says "Kingdom of Denmark" to avoid any discussion in the future.

Re: Kingdom of Denmark [Beta]

PostPosted: Wed Dec 28, 2011 9:18 am
by thenobodies80
Ok thanks for the quick reply. ;)

Re: Kingdom of Denmark [Beta]

PostPosted: Thu Dec 29, 2011 3:24 pm
by Seamus76
Congrats Flap!! Great work, way to stick with it. Looks great.

Re: Kingdom of Denmark [Beta]

PostPosted: Thu Dec 29, 2011 3:31 pm
by Flapcake
Seamus76 wrote:Congrats Flap!! Great work, way to stick with it. Looks great.

Thx Seamus, looking forward to play the game whit you 8-)

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 1:49 am
by sdh
just had a game on it, and loving the map. Are Viborg and Skanderborg not connected?

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 1:57 am
by koontz1973
They are. Fixing it now.

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 2:09 am
by koontz1973
Fixed border and checked in xml checker.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
    <map>
    <objective>
       <name>All Cities</name>
       <components>
          <territory>Ålborg</territory>
          <territory>Århus</territory>
          <territory>Esbjerg</territory>
          <territory>Odense</territory>
          <territory>København</territory>
       </components>
    </objective>
    <continent>
       <name>Nord Jylland</name>
       <bonus>2</bonus>
       <components>
          <territory>Skagen</territory>
          <territory>Brønderslev</territory>
          <territory>Ålborg</territory>
          <territory>Thisted</territory>
       </components>
    </continent>
    <continent>
       <name>Vest Jylland</name>
       <bonus>3</bonus>
       <components>
          <territory>Holstebro</territory>
          <territory>Herning</territory>
          <territory>Viborg</territory>
          <territory>Skive</territory>
       </components>
    </continent>
    <continent>
       <name>Øst Jylland</name>
       <bonus>5</bonus>
       <components>
          <territory>Hadsund</territory>
          <territory>Aars</territory>
          <territory>Randers</territory>
          <territory>Silkeborg</territory>
          <territory>Århus</territory>
          <territory>Djursland</territory>
       </components>
    </continent>
    <continent>
       <name>Midt Jylland</name>
       <bonus>6</bonus>
       <components>
          <territory>Varde</territory>
          <territory>Skjern</territory>
          <territory>Bryrup</territory>
          <territory>Ikast</territory>
          <territory>Skanderborg</territory>
          <territory>Horsens</territory>
          <territory>Vejle</territory>
          <territory>Samsø</territory>
       </components>
    </continent>
    <continent>
       <name>Syd Jylland</name>
       <bonus>5</bonus>
       <components>
          <territory>Esbjerg</territory>
          <territory>Billund</territory>
          <territory>Vejen</territory>
          <territory>Kolding</territory>
          <territory>Fredericia</territory>
       </components>
    </continent>
    <continent>
       <name>Sønder Jylland</name>
       <bonus>3</bonus>
       <components>
          <territory>Ribe</territory>
          <territory>Toftlund</territory>
          <territory>Tønder</territory>
          <territory>Padborg</territory>
          <territory>Sønderborg</territory>
          <territory>Haderslev</territory>
       </components>
    </continent>
    <continent>
       <name>Fyn</name>
       <bonus>4</bonus>
       <components>
          <territory>Bogense</territory>
          <territory>Middelfart</territory>
          <territory>Odense</territory>
          <territory>Faaborg</territory>
          <territory>Svenborg</territory>
          <territory>Nyborg</territory>
          <territory>Kerteminde</territory>
       </components>
    </continent>
    <continent>
       <name>Vest Sjælland</name>
       <bonus>6</bonus>
       <components>
          <territory>Holbæk</territory>
          <territory>Kalundborg</territory>
          <territory>Slagelse</territory>
          <territory>Korsør</territory>
          <territory>Næstved</territory>
          <territory>Haslev</territory>
       </components>
    </continent>
    <continent>
       <name>Øst Sjælland</name>
       <bonus>5</bonus>
       <components>
          <territory>Helsingør</territory>
          <territory>Frederikssund</territory>
          <territory>København</territory>
          <territory>Roskilde</territory>
          <territory>Ringsted</territory>
          <territory>Køge</territory>
          <territory>Præstø</territory>
       </components>
    </continent>
    <continent>
       <name>Syd Sjælland</name>
       <bonus>4</bonus>
       <components>
          <territory>Møn</territory>
          <territory>Vordingborg</territory>
          <territory>Falster</territory>
          <territory>Øst Lolland</territory>
          <territory>Vest Lolland</territory>
          <territory>Langeland</territory>
          <territory>Ærø</territory>
       </components>
    </continent>
    <territory>
       <name>Skagen</name>
       <borders>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>223</smallx>
          <smally>90</smally>
          <largex>299</largex>
          <largey>108</largey>
       </coordinates>
       <neutral>3</neutral>
    </territory>
    <territory>
       <name>Brønderslev</name>
       <borders>
          <border>Skagen</border>
          <border>Ålborg</border>
          <border>Thisted</border>
          <border>Aars</border>
       </borders>
       <coordinates>
          <smallx>208</smallx>
          <smally>134</smally>
          <largex>279</largex>
          <largey>167</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Thisted</name>
       <borders>
          <border>Holstebro</border>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>59</smallx>
          <smally>175</smally>
          <largex>101</largex>
          <largey>222</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ålborg</name>
       <borders>
          <border>Brønderslev</border>
          <border>Hadsund</border>
          <border>Aars</border>
       </borders>
       <coordinates>
          <smallx>179</smallx>
          <smally>162</smally>
          <largex>239</largex>
          <largey>210</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Hadsund</name>
       <borders>
          <border>Ålborg</border>
          <border>Aars</border>
          <border>Randers</border>
       </borders>
       <coordinates>
          <smallx>205</smallx>
          <smally>217</smally>
          <largex>275</largex>
          <largey>279</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Aars</name>
       <borders>
          <border>Hadsund</border>
          <border>Randers</border>
          <border>Ålborg</border>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>151</smallx>
          <smally>223</smally>
          <largex>203</largex>
          <largey>285</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Randers</name>
       <borders>
          <border>Hadsund</border>
          <border>Aars</border>
          <border>Djursland</border>
          <border>Silkeborg</border>
       </borders>
       <coordinates>
          <smallx>197</smallx>
          <smally>266</smally>
          <largex>264</largex>
          <largey>344</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Silkeborg</name>
       <borders>
          <border>Randers</border>
          <border>Djursland</border>
          <border>Århus</border>
          <border>Skanderborg</border>
          <border>Viborg</border>
       </borders>
       <coordinates>
          <smallx>182</smallx>
          <smally>309</smally>
          <largex>244</largex>
          <largey>400</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Djursland</name>
       <borders>
          <border>Århus</border>
          <border>Silkeborg</border>
          <border>Randers</border>
          <border>Kattegat</border>
       </borders>
       <coordinates>
          <smallx>267</smallx>
          <smally>298</smally>
          <largex>356</largex>
          <largey>386</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Århus</name>
       <borders>
          <border>Djursland</border>
          <border>Silkeborg</border>
          <border>Skanderborg</border>
          <border>Horsens</border>
       </borders>
       <coordinates>
          <smallx>223</smallx>
          <smally>321</smally>
          <largex>299</largex>
          <largey>421</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Skive</name>
       <borders>
          <border>Viborg</border>
          <border>Herning</border>
          <border>Holstebro</border>
       </borders>
       <coordinates>
          <smallx>91</smallx>
          <smally>257</smally>
          <largex>126</largex>
          <largey>346</largey>
       </coordinates>
       <neutral>3</neutral>
    </territory>
    <territory>
       <name>Holstebro</name>
       <borders>
          <border>Thisted</border>
          <border>Skive</border>
          <border>Herning</border>
       </borders>
       <coordinates>
          <smallx>39</smallx>
          <smally>290</smally>
          <largex>53</largex>
          <largey>374</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Viborg</name>
       <borders>
          <border>Skive</border>
          <border>Herning</border>
          <border>Ikast</border>
          <border>Silkeborg</border>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>120</smallx>
          <smally>300</smally>
          <largex>158</largex>
          <largey>395</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Herning</name>
       <borders>
          <border>Viborg</border>
          <border>Ikast</border>
          <border>Skive</border>
          <border>Holstebro</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>41</smallx>
          <smally>333</smally>
          <largex>63</largex>
          <largey>437</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Skjern</name>
       <borders>
          <border>Ikast</border>
          <border>Bryrup</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>61</smallx>
          <smally>370</smally>
          <largex>83</largex>
          <largey>486</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ikast</name>
       <borders>
          <border>Viborg</border>
          <border>Herning</border>
          <border>Skjern</border>
          <border>Bryrup</border>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>125</smallx>
          <smally>348</smally>
          <largex>163</largex>
          <largey>457</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Varde</name>
       <borders>
          <border>Herning</border>
          <border>Skjern</border>
          <border>Bryrup</border>
          <border>Billund</border>
          <border>Esbjerg</border>
          <border>Ribe</border>
       </borders>
       <coordinates>
          <smallx>44</smallx>
          <smally>417</smally>
          <largex>60</largex>
          <largey>549</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Bryrup</name>
       <borders>
          <border>Skanderborg</border>
          <border>Ikast</border>
          <border>Skjern</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>97</smallx>
          <smally>382</smally>
          <largex>134</largex>
          <largey>502</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Skanderborg</name>
       <borders>
          <border>Horsens</border>
          <border>Vejle</border>
          <border>Bryrup</border>
          <border>Ikast</border>
          <border>Billund</border>
          <border>Silkeborg</border>
          <border>Århus</border>
          <border>Viborg</border>
       </borders>
       <coordinates>
          <smallx>159</smallx>
          <smally>373</smally>
          <largex>213</largex>
          <largey>493</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Horsens</name>
       <borders>
          <border>Samsø</border>
          <border>Skanderborg</border>
          <border>Århus</border>
       </borders>
       <coordinates>
          <smallx>210</smallx>
          <smally>373</smally>
          <largex>281</largex>
          <largey>490</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vejle</name>
       <borders>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>188</smallx>
          <smally>410</smally>
          <largex>249</largex>
          <largey>538</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Samsø</name>
       <borders>
          <border>Horsens</border>
          <border>Kalundborg</border>
       </borders>
       <coordinates>
          <smallx>268</smallx>
          <smally>389</smally>
          <largex>353</largex>
          <largey>522</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kattegat</name>
       <borders>
          <border>Djursland</border>
          <border>Holbæk</border>
       </borders>
       <coordinates>
          <smallx>308</smallx>
          <smally>358</smally>
          <largex>416</largex>
          <largey>470</largey>
       </coordinates>
       <neutral>1</neutral>
    </territory>
    <territory>
       <name>Østersoen</name>
       <borders>
          <border>København</border>
          <border>Møn</border>
       </borders>
       <coordinates>
          <smallx>503</smallx>
          <smally>517</smally>
          <largex>673</largex>
          <largey>682</largey>
       </coordinates>
       <neutral>1</neutral>
    </territory>
    <territory>
       <name>Esbjerg</name>
       <borders>
          <border>Varde</border>
          <border>Billund</border>
          <border>Vejen</border>
       </borders>
       <coordinates>
          <smallx>76</smallx>
          <smally>454</smally>
          <largex>102</largex>
          <largey>599</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Billund</name>
       <borders>
          <border>Skanderborg</border>
          <border>Fredericia</border>
          <border>Vejen</border>
          <border>Esbjerg</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>114</smallx>
          <smally>419</smally>
          <largex>152</largex>
          <largey>553</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vejen</name>
       <borders>
          <border>Esbjerg</border>
          <border>Billund</border>
          <border>Fredericia</border>
          <border>Kolding</border>
          <border>Ribe</border>
       </borders>
       <coordinates>
          <smallx>107</smallx>
          <smally>464</smally>
          <largex>149</largex>
          <largey>603</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Fredericia</name>
       <borders>
          <border>Billund</border>
          <border>Vejen</border>
          <border>Kolding</border>
          <border>Middelfart</border>
       </borders>
       <coordinates>
          <smallx>142</smallx>
          <smally>440</smally>
          <largex>190</largex>
          <largey>579</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kolding</name>
       <borders>
          <border>Fredericia</border>
          <border>Vejen</border>
          <border>Ribe</border>
          <border>Haderslev</border>
       </borders>
       <coordinates>
          <smallx>142</smallx>
          <smally>471</smally>
          <largex>191</largex>
          <largey>624</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ribe</name>
       <borders>
          <border>Varde</border>
          <border>Vejen</border>
          <border>Kolding</border>
          <border>Haderslev</border>
          <border>Toftlund</border>
       </borders>
       <coordinates>
          <smallx>105</smallx>
          <smally>505</smally>
          <largex>141</largex>
          <largey>666</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Haderslev</name>
       <borders>
          <border>Kolding</border>
          <border>Faaborg</border>
          <border>Ribe</border>
          <border>Toftlund</border>
          <border>Sønderborg</border>
       </borders>
       <coordinates>
          <smallx>136</smallx>
          <smally>520</smally>
          <largex>186</largex>
          <largey>684</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Toftlund</name>
       <borders>
          <border>Ribe</border>
          <border>Haderslev</border>
          <border>Sønderborg</border>
          <border>Tønder</border>
       </borders>
       <coordinates>
          <smallx>88</smallx>
          <smally>525</smally>
          <largex>119</largex>
          <largey>693</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Tønder</name>
       <borders>
          <border>Padborg</border>
          <border>Sønderborg</border>
          <border>Toftlund</border>
       </borders>
       <coordinates>
          <smallx>76</smallx>
          <smally>572</smally>
          <largex>103</largex>
          <largey>752</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Sønderborg</name>
       <borders>
          <border>Padborg</border>
          <border>Tønder</border>
          <border>Toftlund</border>
          <border>Haderslev</border>
          <border>Faaborg</border>
          <border>Ærø</border>
       </borders>
       <coordinates>
          <smallx>140</smallx>
          <smally>566</smally>
          <largex>191</largex>
          <largey>742</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Padborg</name>
       <borders>
          <border>Sønderborg</border>
          <border>Tønder</border>
       </borders>
       <coordinates>
          <smallx>104</smallx>
          <smally>583</smally>
          <largex>139</largex>
          <largey>766</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Bogense</name>
       <borders>
          <border>Middelfart</border>
          <border>Odense</border>
       </borders>
       <coordinates>
          <smallx>233</smallx>
          <smally>444</smally>
          <largex>312</largex>
          <largey>585</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Middelfart</name>
       <borders>
          <border>Fredericia</border>
          <border>Bogense</border>
          <border>Odense</border>
          <border>Faaborg</border>
       </borders>
       <coordinates>
          <smallx>200</smallx>
          <smally>465</smally>
          <largex>268</largex>
          <largey>613</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Odense</name>
       <borders>
          <border>Bogense</border>
          <border>Middelfart</border>
          <border>Faaborg</border>
          <border>Nyborg</border>
          <border>Kerteminde</border>
       </borders>
       <coordinates>
          <smallx>225</smallx>
          <smally>477</smally>
          <largex>303</largex>
          <largey>629</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Faaborg</name>
       <borders>
          <border>Sønderborg</border>
          <border>Haderslev</border>
          <border>Svenborg</border>
          <border>Nyborg</border>
          <border>Odense</border>
          <border>Middelfart</border>
       </borders>
       <coordinates>
          <smallx>222</smallx>
          <smally>512</smally>
          <largex>297</largex>
          <largey>676</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Svenborg</name>
       <borders>
          <border>Nyborg</border>
          <border>Faaborg</border>
          <border>Langeland</border>
       </borders>
       <coordinates>
          <smallx>263</smallx>
          <smally>528</smally>
          <largex>352</largex>
          <largey>697</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Nyborg</name>
       <borders>
          <border>Kerteminde</border>
          <border>Odense</border>
          <border>Svenborg</border>
          <border>Faaborg</border>
          <border>Korsør</border>
       </borders>
       <coordinates>
          <smallx>268</smallx>
          <smally>492</smally>
          <largex>359</largex>
          <largey>649</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kerteminde</name>
       <borders>
          <border>Nyborg</border>
          <border>Odense</border>
       </borders>
       <coordinates>
          <smallx>281</smallx>
          <smally>467</smally>
          <largex>369</largex>
          <largey>623</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ærø</name>
       <borders>
          <border>Langeland</border>
          <border>Sønderborg</border>
       </borders>
       <coordinates>
          <smallx>241</smallx>
          <smally>568</smally>
          <largex>323</largex>
          <largey>752</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Langeland</name>
       <borders>
          <border>Vest Lolland</border>
          <border>Ærø</border>
          <border>Svenborg</border>
       </borders>
       <coordinates>
          <smallx>300</smallx>
          <smally>534</smally>
          <largex>400</largex>
          <largey>705</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vest Lolland</name>
       <borders>
          <border>Øst Lolland</border>
          <border>Langeland</border>
       </borders>
       <coordinates>
          <smallx>339</smallx>
          <smally>586</smally>
          <largex>453</largex>
          <largey>771</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Øst Lolland</name>
       <borders>
          <border>Vest Lolland</border>
          <border>Falster</border>
       </borders>
       <coordinates>
          <smallx>373</smallx>
          <smally>606</smally>
          <largex>478</largex>
          <largey>799</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Falster</name>
       <borders>
          <border>Øst Lolland</border>
          <border>Møn</border>
          <border>Vordingborg</border>
       </borders>
       <coordinates>
          <smallx>417</smallx>
          <smally>581</smally>
          <largex>551</largex>
          <largey>769</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Møn</name>
       <borders>
          <border>Falster</border>
          <border>Vordingborg</border>
          <border>Østersoen</border>
       </borders>
       <coordinates>
          <smallx>454</smallx>
          <smally>551</smally>
          <largex>605</largex>
          <largey>727</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vordingborg</name>
       <borders>
          <border>Møn</border>
          <border>Falster</border>
          <border>Næstved</border>
          <border>Præstø</border>
       </borders>
       <coordinates>
          <smallx>405</smallx>
          <smally>532</smally>
          <largex>541</largex>
          <largey>702</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Holbæk</name>
       <borders>
          <border>Kattegat</border>
          <border>Kalundborg</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>364</smallx>
          <smally>401</smally>
          <largex>487</largex>
          <largey>527</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kalundborg</name>
       <borders>
          <border>Holbæk</border>
          <border>Samsø</border>
          <border>Slagelse</border>
          <border>Ringsted</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>336</smallx>
          <smally>425</smally>
          <largex>449</largex>
          <largey>559</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Slagelse</name>
       <borders>
          <border>Kalundborg</border>
          <border>Korsør</border>
          <border>Ringsted</border>
          <border>Haslev</border>
       </borders>
       <coordinates>
          <smallx>342</smallx>
          <smally>461</smally>
          <largex>457</largex>
          <largey>607</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Korsør</name>
       <borders>
          <border>Næstved</border>
          <border>Haslev</border>
          <border>Slagelse</border>
          <border>Nyborg</border>
       </borders>
       <coordinates>
          <smallx>349</smallx>
          <smally>501</smally>
          <largex>467</largex>
          <largey>661</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Næstved</name>
       <borders>
          <border>Vordingborg</border>
          <border>Præstø</border>
          <border>Haslev</border>
          <border>Korsør</border>
       </borders>
       <coordinates>
          <smallx>390</smallx>
          <smally>508</smally>
          <largex>521</largex>
          <largey>670</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Haslev</name>
       <borders>
          <border>Ringsted</border>
          <border>Køge</border>
          <border>Præstø</border>
          <border>Næstved</border>
          <border>Korsør</border>
          <border>Slagelse</border>
       </borders>
       <coordinates>
          <smallx>399</smallx>
          <smally>473</smally>
          <largex>533</largex>
          <largey>623</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Frederikssund</name>
       <borders>
          <border>Helsingør</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>429</smallx>
          <smally>368</smally>
          <largex>573</largex>
          <largey>483</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Helsingør</name>
       <borders>
          <border>Frederikssund</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>458</smallx>
          <smally>357</smally>
          <largex>612</largex>
          <largey>469</largey>
       </coordinates>
    </territory>
    <territory>
       <name>København</name>
       <borders>
          <border>Helsingør</border>
          <border>Frederikssund</border>
          <border>Østersoen</border>
          <border>Køge</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>438</smallx>
          <smally>429</smally>
          <largex>585</largex>
          <largey>565</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Køge</name>
       <borders>
          <border>Præstø</border>
          <border>Haslev</border>
          <border>Ringsted</border>
          <border>Roskilde</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>425</smallx>
          <smally>454</smally>
          <largex>568</largex>
          <largey>601</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Præstø</name>
       <borders>
          <border>Vordingborg</border>
          <border>Næstved</border>
          <border>Haslev</border>
          <border>Køge</border>
       </borders>
       <coordinates>
          <smallx>439</smallx>
          <smally>492</smally>
          <largex>587</largex>
          <largey>649</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Roskilde</name>
       <borders>
          <border>Holbæk</border>
          <border>Kalundborg</border>
          <border>Ringsted</border>
          <border>Køge</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>400</smallx>
          <smally>437</smally>
          <largex>537</largex>
          <largey>576</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ringsted</name>
       <borders>
          <border>Køge</border>
          <border>Haslev</border>
          <border>Slagelse</border>
          <border>Kalundborg</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>375</smallx>
          <smally>462</smally>
          <largex>505</largex>
          <largey>610</largey>
       </coordinates>
    </territory>
    </map>

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 6:59 am
by nolefan5311
When will the XML update be put into effect?

And great work. Map looks great.

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 7:27 am
by Flapcake
nolefan5311 wrote:When will the XML update be put into effect?

And great work. Map looks great.


Thx nolefan

I have notifeid the foudry forman with the new files.

Happy new year
Flap

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 11:19 am
by thenobodies80
Sent to the turtle! ;)

Re: Kingdom of Denmark [Beta]

PostPosted: Fri Dec 30, 2011 3:58 pm
by Flapcake
thenobodies80 wrote:Sent to the turtle! ;)


Super, Thanks :D

Re: Kingdom of Denmark [Beta]

PostPosted: Sun Jan 01, 2012 5:01 am
by Flapcake
It is perhaps a little premature when the map has only been up and running a few days and probably deserves a little more time to watch how gameplay is working, but I've got an idea about winning conditioning, as it is to keep 5 cities to win, it does not seem that anyone will try to go for it, it's probably easier to win by the take ones opponents out,

Suggestion: hold any 3 out of the 5 cities to win.

Let me hear, is it even posible in XML ?

Then a single spelling error I've found, it will be corrected later, its irrelevant right now.

Happy new year
Flap

Re: Kingdom of Denmark [Beta]

PostPosted: Sun Jan 01, 2012 7:00 am
by koontz1973
It is possible in the xml to change the winning condition to holding any 3 cities. Holding 5 is not really going to happen. Another way might be to increase the auto deploy to +2 or +3. Cannot remember what Yugoslavia has but take a look at that one.

What is the spelling error. I will change it.

Re: Kingdom of Denmark [Beta]

PostPosted: Sun Jan 01, 2012 7:09 am
by Flapcake
koontz1973 wrote:It is possible in the xml to change the winning condition to holding any 3 cities. Holding 5 is not really going to happen. Another way might be to increase the auto deploy to +2 or +3. Cannot remember what Yugoslavia has but take a look at that one.

What is the spelling error. I will change it.


"Østersoen" is correct spelled ---->"Østersøen"

Yoguslavia have this
Capitals give:
+2 for 2
+3 for 4
+4 for 6
+6 for 8

That could encourage playes to go for cities to, but i like the holding conditions better ;) and the legen is so crauded it only got room for small changes

Im not sure that incrasing the autodeploy will encourage playes to go for the winning conditions, but i have an theory that holding any 3 will be more intence and force playes to capute the shields be4 someone have 3

Need some feedback on that isue 8-)

Edit: have taken to some to think, and its not so stupid a idea of +3 on shields, ofc whit in the the winning condiction of any 3 cities to win.

this will bring a dogfigth to the yard :mrgreen: me like

Re: Kingdom of Denmark [Beta]

PostPosted: Sun Jan 01, 2012 10:18 am
by koontz1973
Let me know what you want to do about the changes. I will get the spelling change done but wait for your instructions about the auto deploys or WC before I bugger around with that. Not to worry, as you said, it is early days and game changes may happen. Have you been looking at the games played, look at 1v1 the most.

Just looked at Nordic Countries, ND map, and it has the cities wihth shields at +1 auto, but they are part of the bonus regions, they have to be taken for the bonus. That would get them into play much faster and better than changing anything else. Unlike NC, the cities are not a WC but that should not be to much of a difference in GP style.

Re: Kingdom of Denmark [Beta]

PostPosted: Sun Jan 01, 2012 5:29 pm
by Flapcake
Update:
Gameplay have changed sligthly, its now "hold any 3 cities with shield for one round to win" and "cities with shields autodeploy +3"

Now why this ?
After have viewed alot of games (mostly 1v1) its clear that the current winning conditions arent used at all, to meet half way and incrasing the excitement thise changes are made.
I think thise new settings in 1v1 will be tryed out, it now do not matter that you are nearly about to loose if you can hang on for 1 round to 3 shields.

XML code on its way

Click image to enlarge.
image

Re: Kingdom of Denmark [Beta] update 01/01-12 pg. 25

PostPosted: Sun Jan 01, 2012 7:52 pm
by thenobodies80
I see the point in trying to make the victory conditions more used, but I'm worried that have them with just 3 shields in conjunction with the +3 autodeploy will make the cities really hard to be taken from your opponents just after 2 turns (giving to him a very easy victory). I would leave the autodeploy as it is now.