Page 16 of 22

Posted: Mon Mar 05, 2007 7:23 am
by yeti_c
oaktown wrote:wow, final forge... *sniff sniff* I'm touched guys, really.

Keep tossing your thoughts at me and I'll sit down and make some changes later this week. Not sure about changing the lines again - the current line colors were the result of much input.

Here's the small map with random army counts. I think the two digits are readable. I was just using eights because it was the easiest way to consistantly align the coordinates.

Image


I use 5's or 55's!!! Either way it's a good number that takes up most of the space.

C.

Posted: Mon Mar 05, 2007 8:44 am
by yeti_c
I've just found this one out and it might be good for you...

For your "opposite triangle" bonus if you name them all the same then the log will groups these together and keep the logs a bit cleaner.

C.

Posted: Mon Mar 05, 2007 9:51 am
by oaktown
yeti_c wrote:I've just found this one out and it might be good for you...

For your "opposite triangle" bonus if you name them all the same then the log will groups these together and keep the logs a bit cleaner.

C.

I didn't follow that yeti, could you explain?

Posted: Mon Mar 05, 2007 10:40 am
by yeti_c
oaktown wrote:
yeti_c wrote:I've just found this one out and it might be good for you...

For your "opposite triangle" bonus if you name them all the same then the log will groups these together and keep the logs a bit cleaner.

C.

I didn't follow that yeti, could you explain?


I'm not sure it's applicable too much to this map but I thought that I'd mention it anyways.

Your continent will be defined as.
Purple,
Orange,
Red,
Green,
Yellow,
Blue.

+

Yellow&Purple
Blue&Orange
Yellow&Red

Say someone had Purple, yellow blue & orange the logs would look like this.

XX receives 3 armies for holding purple
XX receives 3 armies for holding yellow
XX receives 3 armies for holding blue
XX receives 3 armies for holding orange
XX receives 4 armies for holding yellow&purple
XX receives 4 armies for holding blue&orange

However, If you name these last three continents "opposing triangles" or similar...

You would get the following logs...

XX receives 3 armies for holding purple
XX receives 3 armies for holding yellow
XX receives 3 armies for holding blue
XX receives 3 armies for holding orange
XX receives 8 armies for holding opposing triangles.

Neat eh?! Like I say it's not such an issue for this map as it was for Conquer 4 & KOTM.

Cheers,

C.

Posted: Mon Mar 05, 2007 2:44 pm
by oaktown
got it - didn't know the site would do that, but I like it.

Posted: Mon Mar 05, 2007 2:53 pm
by yeti_c
oaktown wrote:got it - didn't know the site would do that, but I like it.


Neither did I til someone (forgotten their name began with N) told me...

For examples check out the USApocalypse map and look for "Radiation nexus" and "Irradiated territory".

C.

Posted: Mon Mar 05, 2007 3:01 pm
by Gilligan
Just a question, on the drop down arrows for attacking and fortifying, would it say: Gilligan attacked Red A from Red B? Is it something different?

Posted: Mon Mar 05, 2007 4:34 pm
by yeti_c
Gilligan wrote:Just a question, on the drop down arrows for attacking and fortifying, would it say: Gilligan attacked Red A from Red B? Is it something different?


Yeah this is "Continent" naming not "Country" or "Territory" naming.

C.

Posted: Mon Mar 05, 2007 6:08 pm
by oaktown
Gilligan wrote:Just a question, on the drop down arrows for attacking and fortifying, would it say: Gilligan attacked Red A from Red B? Is it something different?

yep, you got it. here's the XML if it helps answer any similar questions.

<?xml version="1.0"?>
<map>

<title>Chinese Checkers</title>
<smallwidth>600</smallwidth>
<smallheight>405</smallheight>
<largewidth>740</largewidth>
<largeheight>500</largeheight>
<filetype>jpg</filetype>

<continent>
<name>Blue</name>
<bonus>3</bonus>
<components>
<component>Blue-A</component>
<component>Blue-B</component>
<component>Blue-C</component>
<component>Blue-D</component>
<component>Blue-E</component>
<component>Blue-F</component>
</components>
</continent>
<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Red-A</component>
<component>Red-B</component>
<component>Red-C</component>
<component>Red-D</component>
<component>Red-E</component>
<component>Red-F</component>
</components>
</continent>
<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Green-A</component>
<component>Green-B</component>
<component>Green-C</component>
<component>Green-D</component>
<component>Green-E</component>
<component>Green-F</component>
</components>
</continent>
<continent>
<name>Yellow</name>
<bonus>3</bonus>
<components>
<component>Yellow-A</component>
<component>Yellow-B</component>
<component>Yellow-C</component>
<component>Yellow-D</component>
<component>Yellow-E</component>
<component>Yellow-F</component>
</components>
</continent>
<continent>
<name>Orange</name>
<bonus>3</bonus>
<components>
<component>Orange-A</component>
<component>Orange-B</component>
<component>Orange-C</component>
<component>Orange-D</component>
<component>Orange-E</component>
<component>Orange-F</component>
</components>
</continent>
<continent>
<name>Purple</name>
<bonus>3</bonus>
<components>
<component>Purple-A</component>
<component>Purple-B</component>
<component>Purple-C</component>
<component>Purple-D</component>
<component>Purple-E</component>
<component>Purple-F</component>
</components>
</continent>
<continent>
<name>Purple and Yellow</name>
<bonus>4</bonus>
<components>
<component>Purple-A</component>
<component>Purple-B</component>
<component>Purple-C</component>
<component>Purple-D</component>
<component>Purple-E</component>
<component>Purple-F</component>
<component>Yellow-A</component>
<component>Yellow-B</component>
<component>Yellow-C</component>
<component>Yellow-D</component>
<component>Yellow-E</component>
<component>Yellow-F</component>
</components>
</continent>
<continent>
<name>Blue and Orange</name>
<bonus>4</bonus>
<components>
<component>Blue-A</component>
<component>Blue-B</component>
<component>Blue-C</component>
<component>Blue-D</component>
<component>Blue-E</component>
<component>Blue-F</component>
<component>Orange-A</component>
<component>Orange-B</component>
<component>Orange-C</component>
<component>Orange-D</component>
<component>Orange-E</component>
<component>Orange-F</component>
</components>
</continent>
<continent>
<name>Red and Green</name>
<bonus>4</bonus>
<components>
<component>Red-A</component>
<component>Red-B</component>
<component>Red-C</component>
<component>Red-D</component>
<component>Red-E</component>
<component>Red-F</component>
<component>Green-A</component>
<component>Green-B</component>
<component>Green-C</component>
<component>Green-D</component>
<component>Green-E</component>
<component>Green-F</component>
</components>
</continent>
<country>
<name>Blue-A</name>
<borders>
<border>Blue-B</border>
<border>Blue-C</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>62</smally>
<largex>405</largex>
<largey>72</largey>
</coordinates>
</country>
<country>
<name>Blue-B</name>
<borders>
<border>Blue-A</border>
<border>Blue-C</border>
<border>Blue-D</border>
<border>Blue-E</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>80</smally>
<largex>366</largex>
<largey>94</largey>
</coordinates>
</country>
<country>
<name>Blue-C</name>
<borders>
<border>Blue-A</border>
<border>Blue-B</border>
<border>Blue-E</border>
<border>Blue-F</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>98</smally>
<largex>405</largex>
<largey>116</largey>
</coordinates>
</country>
<country>
<name>Blue-D</name>
<borders>
<border>Blue-B</border>
<border>Blue-E</border>
<border>Center-A</border>
<border>Center-C</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>98</smally>
<largex>327</largex>
<largey>116</largey>
</coordinates>
</country>
<country>
<name>Blue-E</name>
<borders>
<border>Blue-B</border>
<border>Blue-C</border>
<border>Blue-D</border>
<border>Blue-F</border>
<border>Center-C</border>
<border>Center-H</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>116</smally>
<largex>366</largex>
<largey>138</largey>
</coordinates>
</country>
<country>
<name>Blue-F</name>
<borders>
<border>Blue-E</border>
<border>Blue-C</border>
<border>Center-H</border>
<border>Center-I</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>134</smally>
<largex>405</largex>
<largey>161</largey>
</coordinates>
</country>

<country>
<name>Green-A</name>
<borders>
<border>Green-B</border>
<border>Green-C</border>
</borders>
<coordinates>
<smallx>423</smallx>
<smally>227</smally>
<largex>521</largex>
<largey>275</largey>
</coordinates>
</country>
<country>
<name>Green-B</name>
<borders>
<border>Green-A</border>
<border>Green-C</border>
<border>Green-D</border>
<border>Green-E</border>
</borders>
<coordinates>
<smallx>393</smallx>
<smally>208</smally>
<largex>484</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Green-C</name>
<borders>
<border>Green-A</border>
<border>Green-B</border>
<border>Green-E</border>
<border>Green-F</border>
</borders>
<coordinates>
<smallx>393</smallx>
<smally>245</smally>
<largex>484</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Green-D</name>
<borders>
<border>Green-B</border>
<border>Green-E</border>
<border>Center-I</border>
<border>Center-M</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>189</smally>
<largex>444</largex>
<largey>229</largey>


</coordinates>
</country>
<country>
<name>Green-E</name>
<borders>
<border>Green-B</border>
<border>Green-C</border>
<border>Green-D</border>
<border>Green-F</border>
<border>Center-M</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>227</smally>
<largex>444</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Green-F</name>
<borders>
<border>Green-E</border>
<border>Green-C</border>
<border>Center-O</border>
<border>Center-U</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>263</smally>
<largex>444</largex>
<largey>320</largey>
</coordinates>
</country>

<country>
<name>Yellow-A</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-C</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>391</smally>
<largex>405</largex>
<largey>477</largey>
</coordinates>
</country>
<country>
<name>Yellow-B</name>
<borders>
<border>Yellow-A</border>
<border>Yellow-C</border>
<border>Yellow-D</border>
<border>Yellow-E</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>354</smally>
<largex>405</largex>
<largey>432</largey>
</coordinates>
</country>
<country>
<name>Yellow-C</name>
<borders>
<border>Yellow-A</border>
<border>Yellow-B</border>
<border>Yellow-E</border>
<border>Yellow-F</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>373</smally>
<largex>366</largex>
<largey>455</largey>
</coordinates>
</country>
<country>
<name>Yellow-D</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-E</border>
<border>Center-U</border>
<border>Center-T</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>318</smally>
<largex>405</largex>
<largey>388</largey>
</coordinates>
</country>
<country>
<name>Yellow-E</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-C</border>
<border>Yellow-D</border>
<border>Yellow-F</border>
<border>Center-W</border>
<border>Center-T</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>336</smally>
<largex>366</largex>
<largey>410</largey>

</coordinates>
</country>
<country>
<name>Yellow-F</name>
<borders>
<border>Yellow-E</border>
<border>Yellow-C</border>
<border>Center-X</border>
<border>Center-W</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>354</smally>
<largex>327</largex>
<largey>432</largey>

</coordinates>
</country>

<country>
<name>Orange-A</name>
<borders>
<border>Orange-B</border>
<border>Orange-C</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>391</smally>
<largex>170</largex>
<largey>477</largey>

</coordinates>
</country>
<country>
<name>Orange-B</name>
<borders>
<border>Orange-A</border>
<border>Orange-C</border>
<border>Orange-D</border>
<border>Orange-E</border>
</borders>
<coordinates>
<smallx>168</smallx>
<smally>373</smally>
<largex>209</largex>
<largey>455</largey>

</coordinates>
</country>
<country>
<name>Orange-C</name>
<borders>
<border>Orange-A</border>
<border>Orange-B</border>
<border>Orange-E</border>
<border>Orange-F</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>354</smally>
<largex>170</largex>
<largey>432</largey>

</coordinates>
</country>
<country>
<name>Orange-D</name>
<borders>
<border>Orange-B</border>
<border>Orange-E</border>
<border>Center-V</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>354</smally>
<largex>247</largex>
<largey>432</largey>

</coordinates>
</country>
<country>
<name>Orange-E</name>
<borders>
<border>Orange-B</border>
<border>Orange-C</border>
<border>Orange-D</border>
<border>Orange-F</border>
<border>Center-Q</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>336</smally>
<largex>209</largex>
<largey>410</largey>

</coordinates>
</country>
<country>
<name>Orange-F</name>
<borders>
<border>Orange-E</border>
<border>Orange-C</border>
<border>Center-P</border>
<border>Center-Q</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>318</smally>
<largex>170</largex>
<largey>388</largey>


</coordinates>
</country>

<country>
<name>Red-A</name>
<borders>
<border>Red-B</border>
<border>Red-C</border>
</borders>
<coordinates>
<smallx>39</smallx>
<smally>227</smally>
<largex>50</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Red-B</name>
<borders>
<border>Red-A</border>
<border>Red-C</border>
<border>Red-D</border>
<border>Red-E</border>
</borders>
<coordinates>
<smallx>71</smallx>
<smally>245</smally>
<largex>89</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Red-C</name>
<borders>
<border>Red-A</border>
<border>Red-B</border>
<border>Red-E</border>
<border>Red-F</border>
</borders>
<coordinates>
<smallx>71</smallx>
<smally>208</smally>
<largex>89</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Red-D</name>
<borders>
<border>Red-B</border>
<border>Red-E</border>
<border>Center-N</border>
<border>Center-P</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>263</smally>
<largex>129</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Red-E</name>
<borders>
<border>Red-B</border>
<border>Red-C</border>
<border>Red-D</border>
<border>Red-F</border>
<border>Center-J</border>
<border>Center-N</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>227</smally>
<largex>129</largex>
<largey>275</largey>


</coordinates>
</country>
<country>
<name>Red-F</name>
<borders>
<border>Red-E</border>
<border>Red-C</border>
<border>Center-D</border>
<border>Center-J</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>189</smally>
<largex>129</largex>
<largey>229</largey>

</coordinates>
</country>

<country>
<name>Purple-A</name>
<borders>
<border>Purple-B</border>
<border>Purple-C</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>62</smally>
<largex>170</largex>
<largey>72</largey>

</coordinates>
</country>
<country>
<name>Purple-B</name>
<borders>
<border>Purple-A</border>
<border>Purple-C</border>
<border>Purple-D</border>
<border>Purple-E</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>98</smally>
<largex>170</largex>
<largey>116</largey>


</coordinates>
</country>
<country>
<name>Purple-C</name>
<borders>
<border>Purple-A</border>
<border>Purple-B</border>
<border>Purple-E</border>
<border>Purple-F</border>
</borders>
<coordinates>
<smallx>168</smallx>
<smally>80</smally>
<largex>209</largex>
<largey>94</largey>

</coordinates>
</country>
<country>
<name>Purple-D</name>
<borders>
<border>Purple-B</border>
<border>Purple-E</border>
<border>Center-D</border>
<border>Center-E</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>134</smally>
<largex>170</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Purple-E</name>
<borders>
<border>Purple-B</border>
<border>Purple-C</border>
<border>Purple-D</border>
<border>Purple-F</border>
<border>Center-B</border>
<border>Center-E</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>116</smally>
<largex>209</largex>
<largey>138</largey>

</coordinates>
</country>
<country>
<name>Purple-F</name>
<borders>
<border>Purple-E</border>
<border>Purple-C</border>
<border>Center-A</border>
<border>Center-B</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>98</smally>
<largex>247</largex>
<largey>116</largey>

</coordinates>
</country>

<country>
<name>Center-A</name>
<borders>
<border>Center-B</border>
<border>Center-C</border>
<border>Purple-F</border>
<border>Blue-D</border> </borders>
<coordinates>
<smallx>232</smallx>
<smally>116</smally>
<largex>287</largex>
<largey>138</largey>

</coordinates>
</country>
<country>
<name>Center-B</name>
<borders>
<border>Center-A</border>
<border>Center-E</border>
<border>Center-F</border>
<border>Purple-E</border>
<border>Purple-F</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>134</smally>
<largex>247</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Center-C</name>
<borders>
<border>Center-A</border>
<border>Center-G</border>
<border>Center-H</border>
<border>Blue-D</border>
<border>Blue-E</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>134</smally>
<largex>327</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Center-D</name>
<borders>
<border>Center-J</border>
<border>Center-E</border>
<border>Red-F</border>
<border>Purple-D</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>171</smally>
<largex>170</largex>
<largey>206</largey>

</coordinates>
</country>
<country>
<name>Center-E</name>
<borders>
<border>Center-D</border>
<border>Center-F</border>
<border>Center-B</border>
<border>Purple-D</border>
<border>Purple-E</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>153</smally>
<largex>209</largex>
<largey>184</largey>

</coordinates>
</country>
<country>
<name>Center-F</name>
<borders>
<border>Center-B</border>
<border>Center-E</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>210</smallx>
<smally>189</smally>
<largex>260</largex>
<largey>229</largey>


</coordinates>
</country>
<country>
<name>Center-G</name>
<borders>
<border>Center-C</border>
<border>Center-H</border>
<border>Center-F</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>253</smallx>
<smally>189</smally>
<largex>313</largex>
<largey>229</largey>

</coordinates>
</country>
<country>
<name>Center-H</name>
<borders>
<border>Center-C</border>
<border>Center-G</border>
<border>Center-I</border>
<border>Blue-F</border>
<border>Blue-E</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>153</smally>
<largex>366</largex>
<largey>184</largey>

</coordinates>
</country>
<country>
<name>Center-I</name>
<borders>
<border>Center-H</border>
<border>Center-M</border>
<border>Blue-F</border>
<border>Green-D</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>171</smally>
<largex>405</largex>
<largey>206</largey>

</coordinates>
</country>
<country>
<name>Center-J</name>
<borders>
<border>Red-E</border>
<border>Red-F</border>
<border>Center-D</border>
<border>Center-K</border>
<border>Center-N</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>208</smally>
<largex>170</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Center-K</name>
<borders>
<border>Center-J</border>
<border>Center-N</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border> </borders>
<coordinates>
<smallx>191</smallx>
<smally>227</smally>
<largex>236</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Center-L</name>
<borders>
<border>Center-M</border>
<border>Center-O</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-K</border>
<border>Center-S</border>
<border>Center-R</border> </borders>
<coordinates>
<smallx>274</smallx>
<smally>227</smally>
<largex>339</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Center-M</name>
<borders>
<border>Green-D</border>
<border>Green-E</border>
<border>Center-L</border>
<border>Center-I</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>208</smally>
<largex>405</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Center-N</name>
<borders>
<border>Red-D</border>
<border>Red-E</border>
<border>Center-J</border>
<border>Center-K</border>
<border>Center-P</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>245</smally>
<largex>170</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Center-O</name>
<borders>
<border>Green-F</border>
<border>Green-E</border>
<border>Center-L</border>
<border>Center-M</border>
<border>Center-U</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>245</smally>
<largex>405</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Center-P</name>
<borders>
<border>Red-D</border>
<border>Orange-F</border>
<border>Center-N</border>
<border>Center-Q</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>281</smally>
<largex>170</largex>
<largey>342</largey>

</coordinates>
</country>
<country>
<name>Center-Q</name>
<borders>
<border>Orange-E</border>
<border>Orange-F</border>
<border>Center-P</border>
<border>Center-R</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>300</smally>
<largex>209</largex>
<largey>365</largey>

</coordinates>
</country>
<country>
<name>Center-R</name>
<borders>
<border>Center-Q</border>
<border>Center-V</border>
<border>Center-K</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border> </borders>
<coordinates>
<smallx>210</smallx>
<smally>263</smally>
<largex>260</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Center-S</name>
<borders>
<border>Center-T</border>
<border>Center-W</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>253</smallx>
<smally>263</smally>
<largex>313</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Center-T</name>
<borders>
<border>Yellow-D</border>
<border>Yellow-E</border>
<border>Center-S</border>
<border>Center-U</border>
<border>Center-W</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>300</smally>
<largex>366</largex>
<largey>365</largey>

</coordinates>
</country>
<country>
<name>Center-U</name>
<borders>
<border>Green-F</border>
<border>Yellow-D</border>
<border>Center-T</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>281</smally>
<largex>405</largex>
<largey>342</largey>

</coordinates>
</country>
<country>
<name>Center-V</name>
<borders>
<border>Orange-D</border>
<border>Orange-E</border>
<border>Center-Q</border>
<border>Center-R</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>318</smally>
<largex>247</largex>
<largey>388</largey>

</coordinates>
</country>
<country>
<name>Center-W</name>
<borders>
<border>Yellow-E</border>
<border>Yellow-F</border>
<border>Center-S</border>
<border>Center-T</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>318</smally>
<largex>327</largex>
<largey>388</largey>

</coordinates>
</country>
<country>
<name>Center-X</name>
<borders>
<border>Yellow-F</border>
<border>Orange-D</border>
<border>Center-W</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>232</smallx>
<smally>336</smally>
<largex>287</largex>
<largey>410</largey>
</coordinates>
</country>




</map>

Posted: Mon Mar 05, 2007 8:47 pm
by Gilligan
Ah, OK, that makes sense now. :)

Posted: Tue Mar 06, 2007 7:54 am
by Nerrimus
yeti_c wrote:
oaktown wrote:got it - didn't know the site would do that, but I like it.


Neither did I til someone (forgotten their name began with N) told me...

For examples check out the USApocalypse map and look for "Radiation nexus" and "Irradiated territory".

C.


*appears*
*bows*
*looks at XML*

So, just a little question, are you going with the 'opposing triangles' continent naming scheme? At the moment it says "(colour)&(Colour)", which is fine, but I think it would look neater (and follow your legend better) if you you went with the 'opposing triangles'.

*applause*
*disappears*

Posted: Tue Mar 06, 2007 10:00 am
by oaktown
Nerrimus wrote:So, just a little question, are you going with the 'opposing triangles' continent naming scheme? At the moment it says "(colour)&(Colour)", which is fine, but I think it would look neater (and follow your legend better) if you you went with the 'opposing triangles'.

Yeah, I like the new system - I hadn't made any changes yet when I dropped the XML in there. I figure I'd wait another 24 hours and see what other new suggestions y'all have before I start changing the map & xml files.

Posted: Wed Mar 07, 2007 1:15 am
by Nikolai
Okay, so I read the whole thread to make sure I wasn't dragging up old issues, and I have three comments.
1. Have you considered my suggestion about coloring the title and instructions? Or some other change... I have a hard time focusing on the words right now, to the point that it almost hurts my eyes.
2. Reading the title of the red triangle is difficult because of the light green shading underneath the ed. I have absolutely no idea what you could do about it, and it may not be an issue because you can sort of see the word once you know what word you should be expecting due to the other triangle titles, but... I'm not colorblind, so I don't know how crucial this word is. This may be a non-issue, but I thought I'd point it out.
3. A while back, somebody suggested adding a bonus for holding every other triangle. I really, really like this idea because it seems to me that it would open up more options for a clever player once they've got their first triangle. This, in turn, would force people to put more effort into denying others the first triangle, rather than racing to get their own triangle to stave off the extra men from the triangle of the opposition. I know it's probably more coding that you really don't want to do, but I think it's a good idea, and it's still worth doing since it would open up the map playability. Perhaps an additional bonus of +6? What do you think?

Posted: Wed Mar 07, 2007 3:26 am
by EvilOtto
I'm not a fan of the color labels. Not sure if you missed my comment a few pages back, but I suggested a small color key in the lower left corner. Something like this:
Image
Of course you'd design it to match the map with colors and font...

It's like a little map to the map. A map map.

Posted: Wed Mar 07, 2007 3:34 am
by Molacole
The more I look at this map the more I wish you got a bonus for very mini triangle. I hope I'm wrong, but I see a lot of stale mate games with the first person who attacks loses while the person who sits back and plays possum wins. Still though it'll more than likely be a really good 3 v 3 map

Posted: Wed Mar 07, 2007 4:40 am
by yeti_c
Molacole wrote:The more I look at this map the more I wish you got a bonus for very mini triangle. I hope I'm wrong, but I see a lot of stale mate games with the first person who attacks loses while the person who sits back and plays possum wins. Still though it'll more than likely be a really good 3 v 3 map


Would this just be ABC or would you want BDE & CEF as well?

C.

Posted: Wed Mar 07, 2007 9:45 am
by oaktown
Molacole wrote:The more I look at this map the more I wish you got a bonus for very mini triangle. I hope I'm wrong, but I see a lot of stale mate games with the first person who attacks loses while the person who sits back and plays possum wins. Still though it'll more than likely be a really good 3 v 3 map

this was discussed weeks ago, and the map was altered accordingly. It was rejected by the majority of voices weighing in as being potentially confusing and unnecessary.

Posted: Wed Mar 07, 2007 10:46 am
by yeti_c
oaktown wrote:
Molacole wrote:The more I look at this map the more I wish you got a bonus for very mini triangle. I hope I'm wrong, but I see a lot of stale mate games with the first person who attacks loses while the person who sits back and plays possum wins. Still though it'll more than likely be a really good 3 v 3 map

this was discussed weeks ago, and the map was altered accordingly. It was rejected by the majority of voices weighing in as being too confusing and unnecessary.


And also it defeats the theme of Chinese Checkers a bit - the idea was to get to the entire triangle - not half of it!!

C.

Posted: Wed Mar 07, 2007 11:18 am
by Selin
please quench it finally [-o<

Posted: Wed Mar 07, 2007 6:46 pm
by oaktown
yeti_c wrote:And also it defeats the theme of Chinese Checkers a bit - the idea was to get to the entire triangle - not half of it!!

right... ditto the every other triangle idea. The idea of chinese checkers is to navigate the middle to get to the opposite side. Impossible to replicate in this game, but I think the current configuration maintains the spirit.

As for quenching - there have been a couple of good suggestions which I'll implement in one new post, when I get a chance to work on it. Maybe tomorrow night, maybe sunday.

Posted: Thu Mar 08, 2007 12:03 pm
by Coleman
oaktown wrote:As for quenching - there have been a couple of good suggestions which I'll implement in one new post, when I get a chance to work on it. Maybe tomorrow night, maybe sunday.


Are you sure? It seems like the past 10 pages have just had you running around in circles.

Posted: Thu Mar 08, 2007 12:28 pm
by Molacole
oaktown wrote:
Molacole wrote:The more I look at this map the more I wish you got a bonus for very mini triangle. I hope I'm wrong, but I see a lot of stale mate games with the first person who attacks loses while the person who sits back and plays possum wins. Still though it'll more than likely be a really good 3 v 3 map

this was discussed weeks ago, and the map was altered accordingly. It was rejected by the majority of voices weighing in as being too confusing and unnecessary.



yeah I remember, but damm that would've been fun. The way it currently plays does definitely fit the theme perfectly.

Posted: Thu Mar 08, 2007 2:43 pm
by oaktown
Coleman wrote:Are you sure? It seems like the past 10 pages have just had you running around in circles.

Main thing is trying to make the legend text a bit easier on the eyes. That's been a constant concern for some. The playing area itself seems pretty set.

Posted: Fri Mar 09, 2007 12:28 am
by oaktown
OK, spent 15 minutes playing with the color and effects of the legend, and I couldn't make it more readable against the rocks. So I sent my demo crew down the hill to blow up the offending rocks and I re-positioned the background image a bit.

Other change of note in this version is a tweak to the font of the labels... I think the "E" and "F" are more distinguishable now.

Image

Image

Posted: Fri Mar 09, 2007 12:32 am
by oaktown
and here's the XML again, with opposing triangles. I rechecked the army coordinates and we're good to go according to the test tool.

<?xml version="1.0"?>
<map>

<title>Chinese Checkers</title>
<smallwidth>600</smallwidth>
<smallheight>405</smallheight>
<largewidth>740</largewidth>
<largeheight>500</largeheight>
<filetype>jpg</filetype>

<continent>
<name>Blue</name>
<bonus>3</bonus>
<components>
<component>Blue-A</component>
<component>Blue-B</component>
<component>Blue-C</component>
<component>Blue-D</component>
<component>Blue-E</component>
<component>Blue-F</component>
</components>
</continent>
<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Red-A</component>
<component>Red-B</component>
<component>Red-C</component>
<component>Red-D</component>
<component>Red-E</component>
<component>Red-F</component>
</components>
</continent>
<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Green-A</component>
<component>Green-B</component>
<component>Green-C</component>
<component>Green-D</component>
<component>Green-E</component>
<component>Green-F</component>
</components>
</continent>
<continent>
<name>Yellow</name>
<bonus>3</bonus>
<components>
<component>Yellow-A</component>
<component>Yellow-B</component>
<component>Yellow-C</component>
<component>Yellow-D</component>
<component>Yellow-E</component>
<component>Yellow-F</component>
</components>
</continent>
<continent>
<name>Orange</name>
<bonus>3</bonus>
<components>
<component>Orange-A</component>
<component>Orange-B</component>
<component>Orange-C</component>
<component>Orange-D</component>
<component>Orange-E</component>
<component>Orange-F</component>
</components>
</continent>
<continent>
<name>Purple</name>
<bonus>3</bonus>
<components>
<component>Purple-A</component>
<component>Purple-B</component>
<component>Purple-C</component>
<component>Purple-D</component>
<component>Purple-E</component>
<component>Purple-F</component>
</components>
</continent>
<continent>
<name>Opposing Triangles</name>
<bonus>4</bonus>
<components>
<component>Purple-A</component>
<component>Purple-B</component>
<component>Purple-C</component>
<component>Purple-D</component>
<component>Purple-E</component>
<component>Purple-F</component>
<component>Yellow-A</component>
<component>Yellow-B</component>
<component>Yellow-C</component>
<component>Yellow-D</component>
<component>Yellow-E</component>
<component>Yellow-F</component>
</components>
</continent>
<continent>
<name>Opposing Triangles</name>
<bonus>4</bonus>
<components>
<component>Blue-A</component>
<component>Blue-B</component>
<component>Blue-C</component>
<component>Blue-D</component>
<component>Blue-E</component>
<component>Blue-F</component>
<component>Orange-A</component>
<component>Orange-B</component>
<component>Orange-C</component>
<component>Orange-D</component>
<component>Orange-E</component>
<component>Orange-F</component>
</components>
</continent>
<continent>
<name>Opposing Triangles</name>
<bonus>4</bonus>
<components>
<component>Red-A</component>
<component>Red-B</component>
<component>Red-C</component>
<component>Red-D</component>
<component>Red-E</component>
<component>Red-F</component>
<component>Green-A</component>
<component>Green-B</component>
<component>Green-C</component>
<component>Green-D</component>
<component>Green-E</component>
<component>Green-F</component>
</components>
</continent>
<country>
<name>Blue-A</name>
<borders>
<border>Blue-B</border>
<border>Blue-C</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>62</smally>
<largex>405</largex>
<largey>72</largey>
</coordinates>
</country>
<country>
<name>Blue-B</name>
<borders>
<border>Blue-A</border>
<border>Blue-C</border>
<border>Blue-D</border>
<border>Blue-E</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>80</smally>
<largex>366</largex>
<largey>94</largey>
</coordinates>
</country>
<country>
<name>Blue-C</name>
<borders>
<border>Blue-A</border>
<border>Blue-B</border>
<border>Blue-E</border>
<border>Blue-F</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>98</smally>
<largex>405</largex>
<largey>116</largey>
</coordinates>
</country>
<country>
<name>Blue-D</name>
<borders>
<border>Blue-B</border>
<border>Blue-E</border>
<border>Center-A</border>
<border>Center-C</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>98</smally>
<largex>327</largex>
<largey>116</largey>
</coordinates>
</country>
<country>
<name>Blue-E</name>
<borders>
<border>Blue-B</border>
<border>Blue-C</border>
<border>Blue-D</border>
<border>Blue-F</border>
<border>Center-C</border>
<border>Center-H</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>116</smally>
<largex>366</largex>
<largey>138</largey>
</coordinates>
</country>
<country>
<name>Blue-F</name>
<borders>
<border>Blue-E</border>
<border>Blue-C</border>
<border>Center-H</border>
<border>Center-I</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>134</smally>
<largex>405</largex>
<largey>161</largey>
</coordinates>
</country>

<country>
<name>Green-A</name>
<borders>
<border>Green-B</border>
<border>Green-C</border>
</borders>
<coordinates>
<smallx>423</smallx>
<smally>227</smally>
<largex>521</largex>
<largey>275</largey>
</coordinates>
</country>
<country>
<name>Green-B</name>
<borders>
<border>Green-A</border>
<border>Green-C</border>
<border>Green-D</border>
<border>Green-E</border>
</borders>
<coordinates>
<smallx>393</smallx>
<smally>208</smally>
<largex>484</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Green-C</name>
<borders>
<border>Green-A</border>
<border>Green-B</border>
<border>Green-E</border>
<border>Green-F</border>
</borders>
<coordinates>
<smallx>393</smallx>
<smally>245</smally>
<largex>484</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Green-D</name>
<borders>
<border>Green-B</border>
<border>Green-E</border>
<border>Center-I</border>
<border>Center-M</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>189</smally>
<largex>444</largex>
<largey>229</largey>


</coordinates>
</country>
<country>
<name>Green-E</name>
<borders>
<border>Green-B</border>
<border>Green-C</border>
<border>Green-D</border>
<border>Green-F</border>
<border>Center-M</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>227</smally>
<largex>444</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Green-F</name>
<borders>
<border>Green-E</border>
<border>Green-C</border>
<border>Center-O</border>
<border>Center-U</border> </borders>
<coordinates>
<smallx>360</smallx>
<smally>263</smally>
<largex>444</largex>
<largey>320</largey>
</coordinates>
</country>

<country>
<name>Yellow-A</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-C</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>391</smally>
<largex>405</largex>
<largey>477</largey>
</coordinates>
</country>
<country>
<name>Yellow-B</name>
<borders>
<border>Yellow-A</border>
<border>Yellow-C</border>
<border>Yellow-D</border>
<border>Yellow-E</border>
</borders>
<coordinates>
<smallx>328</smallx>
<smally>354</smally>
<largex>405</largex>
<largey>432</largey>
</coordinates>
</country>
<country>
<name>Yellow-C</name>
<borders>
<border>Yellow-A</border>
<border>Yellow-B</border>
<border>Yellow-E</border>
<border>Yellow-F</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>373</smally>
<largex>366</largex>
<largey>455</largey>
</coordinates>
</country>
<country>
<name>Yellow-D</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-E</border>
<border>Center-U</border>
<border>Center-T</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>318</smally>
<largex>405</largex>
<largey>388</largey>
</coordinates>
</country>
<country>
<name>Yellow-E</name>
<borders>
<border>Yellow-B</border>
<border>Yellow-C</border>
<border>Yellow-D</border>
<border>Yellow-F</border>
<border>Center-W</border>
<border>Center-T</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>336</smally>
<largex>366</largex>
<largey>410</largey>

</coordinates>
</country>
<country>
<name>Yellow-F</name>
<borders>
<border>Yellow-E</border>
<border>Yellow-C</border>
<border>Center-X</border>
<border>Center-W</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>354</smally>
<largex>327</largex>
<largey>432</largey>

</coordinates>
</country>

<country>
<name>Orange-A</name>
<borders>
<border>Orange-B</border>
<border>Orange-C</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>391</smally>
<largex>170</largex>
<largey>477</largey>

</coordinates>
</country>
<country>
<name>Orange-B</name>
<borders>
<border>Orange-A</border>
<border>Orange-C</border>
<border>Orange-D</border>
<border>Orange-E</border>
</borders>
<coordinates>
<smallx>168</smallx>
<smally>373</smally>
<largex>209</largex>
<largey>455</largey>

</coordinates>
</country>
<country>
<name>Orange-C</name>
<borders>
<border>Orange-A</border>
<border>Orange-B</border>
<border>Orange-E</border>
<border>Orange-F</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>354</smally>
<largex>170</largex>
<largey>432</largey>

</coordinates>
</country>
<country>
<name>Orange-D</name>
<borders>
<border>Orange-B</border>
<border>Orange-E</border>
<border>Center-V</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>354</smally>
<largex>247</largex>
<largey>432</largey>

</coordinates>
</country>
<country>
<name>Orange-E</name>
<borders>
<border>Orange-B</border>
<border>Orange-C</border>
<border>Orange-D</border>
<border>Orange-F</border>
<border>Center-Q</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>336</smally>
<largex>209</largex>
<largey>410</largey>

</coordinates>
</country>
<country>
<name>Orange-F</name>
<borders>
<border>Orange-E</border>
<border>Orange-C</border>
<border>Center-P</border>
<border>Center-Q</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>318</smally>
<largex>170</largex>
<largey>388</largey>


</coordinates>
</country>

<country>
<name>Red-A</name>
<borders>
<border>Red-B</border>
<border>Red-C</border>
</borders>
<coordinates>
<smallx>39</smallx>
<smally>227</smally>
<largex>50</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Red-B</name>
<borders>
<border>Red-A</border>
<border>Red-C</border>
<border>Red-D</border>
<border>Red-E</border>
</borders>
<coordinates>
<smallx>71</smallx>
<smally>245</smally>
<largex>89</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Red-C</name>
<borders>
<border>Red-A</border>
<border>Red-B</border>
<border>Red-E</border>
<border>Red-F</border>
</borders>
<coordinates>
<smallx>71</smallx>
<smally>208</smally>
<largex>89</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Red-D</name>
<borders>
<border>Red-B</border>
<border>Red-E</border>
<border>Center-N</border>
<border>Center-P</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>263</smally>
<largex>129</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Red-E</name>
<borders>
<border>Red-B</border>
<border>Red-C</border>
<border>Red-D</border>
<border>Red-F</border>
<border>Center-J</border>
<border>Center-N</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>227</smally>
<largex>129</largex>
<largey>275</largey>


</coordinates>
</country>
<country>
<name>Red-F</name>
<borders>
<border>Red-E</border>
<border>Red-C</border>
<border>Center-D</border>
<border>Center-J</border> </borders>
<coordinates>
<smallx>104</smallx>
<smally>189</smally>
<largex>129</largex>
<largey>229</largey>

</coordinates>
</country>

<country>
<name>Purple-A</name>
<borders>
<border>Purple-B</border>
<border>Purple-C</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>62</smally>
<largex>170</largex>
<largey>72</largey>

</coordinates>
</country>
<country>
<name>Purple-B</name>
<borders>
<border>Purple-A</border>
<border>Purple-C</border>
<border>Purple-D</border>
<border>Purple-E</border>
</borders>
<coordinates>
<smallx>137</smallx>
<smally>98</smally>
<largex>170</largex>
<largey>116</largey>


</coordinates>
</country>
<country>
<name>Purple-C</name>
<borders>
<border>Purple-A</border>
<border>Purple-B</border>
<border>Purple-E</border>
<border>Purple-F</border>
</borders>
<coordinates>
<smallx>168</smallx>
<smally>80</smally>
<largex>209</largex>
<largey>94</largey>

</coordinates>
</country>
<country>
<name>Purple-D</name>
<borders>
<border>Purple-B</border>
<border>Purple-E</border>
<border>Center-D</border>
<border>Center-E</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>134</smally>
<largex>170</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Purple-E</name>
<borders>
<border>Purple-B</border>
<border>Purple-C</border>
<border>Purple-D</border>
<border>Purple-F</border>
<border>Center-B</border>
<border>Center-E</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>116</smally>
<largex>209</largex>
<largey>138</largey>

</coordinates>
</country>
<country>
<name>Purple-F</name>
<borders>
<border>Purple-E</border>
<border>Purple-C</border>
<border>Center-A</border>
<border>Center-B</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>98</smally>
<largex>247</largex>
<largey>116</largey>

</coordinates>
</country>

<country>
<name>Center-A</name>
<borders>
<border>Center-B</border>
<border>Center-C</border>
<border>Purple-F</border>
<border>Blue-D</border> </borders>
<coordinates>
<smallx>232</smallx>
<smally>116</smally>
<largex>287</largex>
<largey>138</largey>

</coordinates>
</country>
<country>
<name>Center-B</name>
<borders>
<border>Center-A</border>
<border>Center-E</border>
<border>Center-F</border>
<border>Purple-E</border>
<border>Purple-F</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>134</smally>
<largex>247</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Center-C</name>
<borders>
<border>Center-A</border>
<border>Center-G</border>
<border>Center-H</border>
<border>Blue-D</border>
<border>Blue-E</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>134</smally>
<largex>327</largex>
<largey>161</largey>

</coordinates>
</country>
<country>
<name>Center-D</name>
<borders>
<border>Center-J</border>
<border>Center-E</border>
<border>Red-F</border>
<border>Purple-D</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>171</smally>
<largex>170</largex>
<largey>206</largey>

</coordinates>
</country>
<country>
<name>Center-E</name>
<borders>
<border>Center-D</border>
<border>Center-F</border>
<border>Center-B</border>
<border>Purple-D</border>
<border>Purple-E</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>153</smally>
<largex>209</largex>
<largey>184</largey>

</coordinates>
</country>
<country>
<name>Center-F</name>
<borders>
<border>Center-B</border>
<border>Center-E</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>210</smallx>
<smally>189</smally>
<largex>260</largex>
<largey>229</largey>


</coordinates>
</country>
<country>
<name>Center-G</name>
<borders>
<border>Center-C</border>
<border>Center-H</border>
<border>Center-F</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>253</smallx>
<smally>189</smally>
<largex>313</largex>
<largey>229</largey>

</coordinates>
</country>
<country>
<name>Center-H</name>
<borders>
<border>Center-C</border>
<border>Center-G</border>
<border>Center-I</border>
<border>Blue-F</border>
<border>Blue-E</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>153</smally>
<largex>366</largex>
<largey>184</largey>

</coordinates>
</country>
<country>
<name>Center-I</name>
<borders>
<border>Center-H</border>
<border>Center-M</border>
<border>Blue-F</border>
<border>Green-D</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>171</smally>
<largex>405</largex>
<largey>206</largey>

</coordinates>
</country>
<country>
<name>Center-J</name>
<borders>
<border>Red-E</border>
<border>Red-F</border>
<border>Center-D</border>
<border>Center-K</border>
<border>Center-N</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>208</smally>
<largex>170</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Center-K</name>
<borders>
<border>Center-J</border>
<border>Center-N</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border>
<border>Center-R</border> </borders>
<coordinates>
<smallx>191</smallx>
<smally>227</smally>
<largex>236</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Center-L</name>
<borders>
<border>Center-M</border>
<border>Center-O</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-K</border>
<border>Center-S</border>
<border>Center-R</border> </borders>
<coordinates>
<smallx>274</smallx>
<smally>227</smally>
<largex>339</largex>
<largey>275</largey>

</coordinates>
</country>
<country>
<name>Center-M</name>
<borders>
<border>Green-D</border>
<border>Green-E</border>
<border>Center-L</border>
<border>Center-I</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>208</smally>
<largex>405</largex>
<largey>252</largey>

</coordinates>
</country>
<country>
<name>Center-N</name>
<borders>
<border>Red-D</border>
<border>Red-E</border>
<border>Center-J</border>
<border>Center-K</border>
<border>Center-P</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>245</smally>
<largex>170</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Center-O</name>
<borders>
<border>Green-F</border>
<border>Green-E</border>
<border>Center-L</border>
<border>Center-M</border>
<border>Center-U</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>245</smally>
<largex>405</largex>
<largey>297</largey>

</coordinates>
</country>
<country>
<name>Center-P</name>
<borders>
<border>Red-D</border>
<border>Orange-F</border>
<border>Center-N</border>
<border>Center-Q</border> </borders>
<coordinates>
<smallx>137</smallx>
<smally>281</smally>
<largex>170</largex>
<largey>342</largey>

</coordinates>
</country>
<country>
<name>Center-Q</name>
<borders>
<border>Orange-E</border>
<border>Orange-F</border>
<border>Center-P</border>
<border>Center-R</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>168</smallx>
<smally>300</smally>
<largex>209</largex>
<largey>365</largey>

</coordinates>
</country>
<country>
<name>Center-R</name>
<borders>
<border>Center-Q</border>
<border>Center-V</border>
<border>Center-K</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-S</border> </borders>
<coordinates>
<smallx>210</smallx>
<smally>263</smally>
<largex>260</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Center-S</name>
<borders>
<border>Center-T</border>
<border>Center-W</border>
<border>Center-F</border>
<border>Center-G</border>
<border>Center-L</border>
<border>Center-R</border>
<border>Center-K</border> </borders>
<coordinates>
<smallx>253</smallx>
<smally>263</smally>
<largex>313</largex>
<largey>320</largey>

</coordinates>
</country>
<country>
<name>Center-T</name>
<borders>
<border>Yellow-D</border>
<border>Yellow-E</border>
<border>Center-S</border>
<border>Center-U</border>
<border>Center-W</border> </borders>
<coordinates>
<smallx>296</smallx>
<smally>300</smally>
<largex>366</largex>
<largey>365</largey>

</coordinates>
</country>
<country>
<name>Center-U</name>
<borders>
<border>Green-F</border>
<border>Yellow-D</border>
<border>Center-T</border>
<border>Center-O</border> </borders>
<coordinates>
<smallx>328</smallx>
<smally>281</smally>
<largex>405</largex>
<largey>342</largey>

</coordinates>
</country>
<country>
<name>Center-V</name>
<borders>
<border>Orange-D</border>
<border>Orange-E</border>
<border>Center-Q</border>
<border>Center-R</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>200</smallx>
<smally>318</smally>
<largex>247</largex>
<largey>388</largey>

</coordinates>
</country>
<country>
<name>Center-W</name>
<borders>
<border>Yellow-E</border>
<border>Yellow-F</border>
<border>Center-S</border>
<border>Center-T</border>
<border>Center-X</border> </borders>
<coordinates>
<smallx>265</smallx>
<smally>318</smally>
<largex>327</largex>
<largey>388</largey>

</coordinates>
</country>
<country>
<name>Center-X</name>
<borders>
<border>Yellow-F</border>
<border>Orange-D</border>
<border>Center-W</border>
<border>Center-V</border> </borders>
<coordinates>
<smallx>232</smallx>
<smally>336</smally>
<largex>287</largex>
<largey>410</largey>
</coordinates>
</country>




</map>