Page 9 of 20

Posted: Wed Jan 31, 2007 1:51 am
by Wisse
w8 on the tiny map TIME is one pixel to low

Posted: Wed Jan 31, 2007 7:32 am
by piggypnk14
i still like your map and i hope it gets choosen

Posted: Wed Jan 31, 2007 7:14 pm
by cmckinney
QUENCH!!!!!!!!!!!!!!!

if 1 pixel is the biggest error on here... QUENCH!!!!!

Posted: Wed Jan 31, 2007 7:23 pm
by AndyDufresne
As I did with Speler and the Arctic Map, choose a 'centralization' point, and mirror that with the other countries. Lets take a look at the small...

Nina, Juan, Eric, and a few others are all good choices to base centralization off. Then you'd have to go around a fix number of coordinate positions, like E. Security, Time, Fox, Sierra Club, etc.

Hopefully that will clear most things with the large. As you can see, many on the large vary in placement. Kyle, PBS, Ron, etc.


--Andy

Posted: Thu Feb 01, 2007 2:30 am
by Fitz69
Umm...Sorry Andy, I have no idea what you mean.
Can you explain a bit more?

Posted: Thu Feb 01, 2007 2:45 am
by Fitz69
I checked what you wrote regading the Arctic Map (page 18 i belive) and it still doesn't become clear what you mean.
The way I've been adjusting the coordinates is by altering each army XY one point at a time in the xml opened in notepad. And then running it in the XML tool so I can eyeball the result.
Im I going about this the wrong way?

Posted: Thu Feb 01, 2007 4:37 am
by adam3b58
maybe.. make it so in the repub and demo zones you can only attack inwards and sideways, and not backwards/outwards

edit:

or, in the demo side, you can ony attack out and sideways, and repub inwards and sideways??

if you were to do this, i would connect kyle and eric

Posted: Thu Feb 01, 2007 5:44 am
by KEYOGI
Coordinates that could be looked at:

Small
- Fox
- NRA
- Time
- West Security
- Sierra Club
- CNN
- Mary
- Civil Rights

Large
- Healthcare
- NRA
- Fred
- Tim
- Harry
- Kyle
- Fox

:wink:

Posted: Thu Feb 01, 2007 6:31 am
by Fitz69
adam3b58 wrote:maybe.. make it so in the repub and demo zones you can only attack inwards and sideways, and not backwards/outwards

edit:

or, in the demo side, you can ony attack out and sideways, and repub inwards and sideways??

if you were to do this, i would connect kyle and eric


I think I'll leave that aspect of the map as it is. Traditional movement.

Posted: Thu Feb 01, 2007 5:57 pm
by Fitz69
OK, I've been trying out some adjustments but it seems that when a 2-digit number gets above 20 things mess up.
Any number higher than 1 takes up more space so it looks like the number (say 20) is too far to the left. It looked good as a single or teen number though.

Anyone willing to check things for me?
Please?
I need help here.

Here's the links and code:

http://i128.photobucket.com/albums/p192 ... 00px10.jpg

http://i128.photobucket.com/albums/p192 ... 800px9.jpg

<map>
<title>U.S.SenateMap</title>
<smallwidth>600</smallwidth>
<smallheight>483</smallheight>
<largewidth>800</largewidth>
<largeheight>644</largeheight>
<filetype>jpg</filetype>
<continent>
<name>Democrats</name>
<bonus>7</bonus>
<components>
<component>Dan</component>
<component>Pat</component>
<component>Marv</component>
<component>Eve</component>
<component>Zoe</component>
<component>Diane</component>
<component>Nina</component>
<component>Harry</component>
<component>Andy</component>
<component>Sam</component>
<component>Kenny</component>
<component>Juan</component>
<component>Kyle</component>
<component>Tom</component>
</components>
</continent>
<continent>
<name>Republicans</name>
<bonus>7</bonus>
<components>
<component>Adam</component>
<component>Bob</component>
<component>Dick</component>
<component>Jane</component>
<component>Terry</component>
<component>Suki</component>
<component>Lola</component>
<component>Pete</component>
<component>Mary</component>
<component>Tim</component>
<component>Karen</component>
<component>Fred</component>
<component>Eric</component>
<component>Ron</component>
</components>
</continent>
<continent>
<name>PrintMedia</name>
<bonus>3</bonus>
<components>
<component>AP</component>
<component>Newsweek</component>
<component>USAToday</component>
<component>WashingtonPost</component>
<component>TIME</component>
<component>Tabloid</component>
</components>
</continent>
<continent>
<name>TVMedia</name>
<bonus>3</bonus>
<components>
<component>FOX</component>
<component>ABC</component>
<component>C-Span</component>
<component>NBC</component>
<component>PBS</component>
<component>CNN</component>
</components>
</continent>
<continent>
<name>LiberalLobby</name>
<bonus>4</bonus>
<components>
<component>AffirmativeAction</component>
<component>Healthcare</component>
<component>Environment</component>
<component>GunControl</component>
<component>SierraClub</component>
<component>GlobalWarming</component>
<component>CivilRights</component>
<component>Education</component>
</components>
</continent>
<continent>
<name>ConservativeLobby</name>
<bonus>4</bonus>
<components>
<component>DefenseIndustry</component>
<component>Banking</component>
<component>Haliburton</component>
<component>BigOil</component>
<component>NRA</component>
<component>MoralMajority</component>
<component>Fundamentalist</component>
<component>Tobacco</component>
</components>
</continent>
<continent>
<name>Podium</name>
<bonus>6</bonus>
<components>
<component>VP</component>
<component>Dem.Sec</component>
<component>Rep.Sec</component>
<component>Clerk</component>
<component>WestSecurity</component>
<component>EastSecurity</component>
<component>W.Floor</component>
<component>S.Floor</component>
<component>E.Floor</component>
</components>
</continent>
<country>
<name>Dan</name>
<borders>
<border>Pat</border>
<border>Diane</border>
<border>Zoe</border>
</borders>
<coordinates>
<smallx>96</smallx>
<smally>146</smally>
<largex>129</largex>
<largey>183</largey>
</coordinates>
</country>
<country>
<name>Pat</name>
<borders>
<border>Dan</border>
<border>Diane</border>
<border>Marv</border>
</borders>
<coordinates>
<smallx>128</smallx>
<smally>150</smally>
<largex>174</largex>
<largey>189</largey>
</coordinates>
</country>
<country>
<name>Marv</name>
<borders>
<border>Pat</border>
<border>Diane</border>
<border>Nina</border>
<border>Eve</border>
</borders>
<coordinates>
<smallx>162</smallx>
<smally>153</smally>
<largex>219</largex>
<largey>197</largey>
</coordinates>
</country>
<country>
<name>Eve</name>
<borders>
<border>Marv</border>
<border>Nina</border>
<border>Harry</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>194</smallx>
<smally>155</smally>
<largex>261</largex>
<largey>199</largey>
</coordinates>
</country>
<country>
<name>Zoe</name>
<borders>
<border>Dan</border>
<border>Diane</border>
<border>Andy</border>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>238</smally>
<largex>167</largex>
<largey>309</largey>
</coordinates>
</country>
<country>
<name>Diane</name>
<borders>
<border>Dan</border>
<border>Pat</border>
<border>Marv</border>
<border>Nina</border>
<border>Sam</border>
<border>Andy</border>
<border>Zoe</border>
</borders>
<coordinates>
<smallx>157</smallx>
<smally>231</smally>
<largex>211</largex>
<largey>300</largey>
</coordinates>
</country>
<country>
<name>Nina</name>
<borders>
<border>Diane</border>
<border>Marv</border>
<border>Eve</border>
<border>Harry</border>
<border>Kyle</border>
<border>Sam</border>
</borders>
<coordinates>
<smallx>193</smallx>
<smally>224</smally>
<largex>262</largex>
<largey>294</largey>
</coordinates>
</country>
<country>
<name>Harry</name>
<borders>
<border>Eve</border>
<border>Tom</border>
<border>Kyle</border>
<border>Nina</border>
</borders>
<coordinates>
<smallx>231</smallx>
<smally>218</smally>
<largex>310</largex>
<largey>282</largey>
</coordinates>
</country>
<country>
<name>Andy</name>
<borders>
<border>Zoe</border>
<border>Diane</border>
<border>Sam</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>179</smallx>
<smally>299</smally>
<largex>240</largex>
<largey>393</largey>
</coordinates>
</country>
<country>
<name>Sam</name>
<borders>
<border>Diane</border>
<border>Nina</border>
<border>Kyle</border>
<border>Juan</border>
<border>Kenny</border>
<border>Andy</border>
</borders>
<coordinates>
<smallx>207</smallx>
<smally>278</smally>
<largex>276</largex>
<largey>365</largey>
</coordinates>
</country>
<country>
<name>Kenny</name>
<borders>
<border>Andy</border>
<border>Sam</border>
<border>Juan</border>
<border>TIME</border>
</borders>
<coordinates>
<smallx>278</smallx>
<smally>335</smally>
<largex>372</largex>
<largey>438</largey>
</coordinates>
</country>
<country>
<name>Juan</name>
<borders>
<border>Sam</border>
<border>Kyle</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>279</smallx>
<smally>303</smally>
<largex>374</largex>
<largey>397</largey>
</coordinates>
</country>
<country>
<name>Kyle</name>
<borders>
<border>Nina</border>
<border>Harry</border>
<border>Tom</border>
<border>Juan</border>
<border>Sam</border>
</borders>
<coordinates>
<smallx>233</smallx>
<smally>256</smally>
<largex>315</largex>
<largey>334</largey>
</coordinates>
</country>
<country>
<name>Tom</name>
<borders>
<border>Harry</border>
<border>Kyle</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>259</smallx>
<smally>232</smally>
<largex>350</largex>
<largey>302</largey>
</coordinates>
</country>
<country>
<name>Adam</name>
<borders>
<border>Bob</border>
<border>Suki</border>
<border>Terry</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>155</smally>
<largex>533</largex>
<largey>207</largey>
</coordinates>
</country>
<country>
<name>Bob</name>
<borders>
<border>Adam</border>
<border>Suki</border>
<border>Lola</border>
<border>Dick</border>
</borders>
<coordinates>
<smallx>431</smallx>
<smally>154</smally>
<largex>574</largex>
<largey>200</largey>
</coordinates>
</country>
<country>
<name>Dick</name>
<borders>
<border>Bob</border>
<border>Lola</border>
<border>Jane</border>
</borders>
<coordinates>
<smallx>463</smallx>
<smally>150</smally>
<largex>616</largex>
<largey>192</largey>
</coordinates>
</country>
<country>
<name>Jane</name>
<borders>
<border>Dick</border>
<border>Lola</border>
<border>Pete</border>
</borders>
<coordinates>
<smallx>496</smallx>
<smally>147</smally>
<largex>662</largex>
<largey>186</largey>
</coordinates>
</country>
<country>
<name>Terry</name>
<borders>
<border>Adam</border>
<border>Suki</border>
<border>Eric</border>
<border>Ron</border>
</borders>
<coordinates>
<smallx>363</smallx>
<smally>218</smally>
<largex>484</largex>
<largey>283</largey>
</coordinates>
</country>
<country>
<name>Suki</name>
<borders>
<border>Adam</border>
<border>Bob</border>
<border>Lola</border>
<border>Mary</border>
<border>Eric</border>
<border>Terry</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>224</smally>
<largex>534</largex>
<largey>289</largey>
</coordinates>
</country>
<country>
<name>Lola</name>
<borders>
<border>Bob</border>
<border>Dick</border>
<border>Jane</border>
<border>Pete</border>
<border>Tim</border>
<border>Mary</border>
<border>Suki</border>
</borders>
<coordinates>
<smallx>436</smallx>
<smally>230</smally>
<largex>586</largex>
<largey>297</largey>
</coordinates>
</country>
<country>
<name>Pete</name>
<borders>
<border>Jane</border>
<border>Tim</border>
<border>Mary</border>
<border>Lola</border>
<border>ABC</border>
</borders>
<coordinates>
<smallx>470</smallx>
<smally>238</smally>
<largex>631</largex>
<largey>304</largey>
</coordinates>
</country>
<country>
<name>Mary</name>
<borders>
<border>Lola</border>
<border>Pete</border>
<border>Tim</border>
<border>Karen</border>
<border>Fred</border>
<border>Eric</border>
<border>Suki</border>
</borders>
<coordinates>
<smallx>388</smallx>
<smally>278</smally>
<largex>516</largex>
<largey>366</largey>
</coordinates>
</country>
<country>
<name>Tim</name>
<borders>
<border>Lola</border>
<border>Pete</border>
<border>Karen</border>
<border>Mary</border>
</borders>
<coordinates>
<smallx>413</smallx>
<smally>299</smally>
<largex>552</largex>
<largey>392</largey>
</coordinates>
</country>
<country>
<name>Karen</name>
<borders>
<border>Fred</border>
<border>Mary</border>
<border>Tim</border>
<border>PBS</border>
</borders>
<coordinates>
<smallx>317</smallx>
<smally>336</smally>
<largex>423</largex>
<largey>440</largey>
</coordinates>
</country>
<country>
<name>Fred</name>
<borders>
<border>Eric</border>
<border>Mary</border>
<border>Karen</border>
</borders>
<coordinates>
<smallx>317</smallx>
<smally>303</smally>
<largex>423</largex>
<largey>397</largey>
</coordinates>
</country>
<country>
<name>Eric</name>
<borders>
<border>Ron</border>
<border>Terry</border>
<border>Suki</border>
<border>Mary</border>
<border>Fred</border>
</borders>
<coordinates>
<smallx>360</smallx>
<smally>256</smally>
<largex>481</largex>
<largey>334</largey>
</coordinates>
</country>
<country>
<name>Ron</name>
<borders>
<border>Terry</border>
<border>Eric</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>334</smallx>
<smally>233</smally>
<largex>446</largex>
<largey>303</largey>
</coordinates>
</country>
<country>
<name>AP</name>
<borders>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>53</smallx>
<smally>206</smally>
<largex>76</largex>
<largey>268</largey>
</coordinates>
</country>
<country>
<name>Newsweek</name>
<borders>
<border>AP</border>
<border>USAToday</border>
<border>Zoe</border>
<border>GunControl</border>
</borders>
<coordinates>
<smallx>78</smallx>
<smally>249</smally>
<largex>106</largex>
<largey>323</largey>
</coordinates>
</country>
<country>
<name>USAToday</name>
<borders>
<border>Newsweek</border>
<border>WashingtonPost</border>
</borders>
<coordinates>
<smallx>86</smallx>
<smally>304</smally>
<largex>116</largex>
<largey>397</largey>
</coordinates>
</country>
<country>
<name>WashingtonPost</name>
<borders>
<border>USAToday</border>
<border>TIME</border>
</borders>
<coordinates>
<smallx>111</smallx>
<smally>350</smally>
<largex>151</largex>
<largey>458</largey>
</coordinates>
</country>
<country>
<name>TIME</name>
<borders>
<border>WashingtonPost</border>
<border>Tabloid</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>216</smallx>
<smally>355</smally>
<largex>289</largex>
<largey>466</largey>
</coordinates>
</country>
<country>
<name>Tabloid</name>
<borders>
<border>TIME</border>
<border>CNN</border>
<border>Education</border>
</borders>
<coordinates>
<smallx>280</smallx>
<smally>380</smally>
<largex>373</largex>
<largey>502</largey>
</coordinates>
</country>
<country>
<name>FOX</name>
<borders>
<border>ABC</border>
</borders>
<coordinates>
<smallx>536</smallx>
<smally>209</smally>
<largex>718</largex>
<largey>272</largey>
</coordinates>
</country>
<country>
<name>ABC</name>
<borders>
<border>FOX</border>
<border>C-Span</border>
<border>Pete</border>
<border>BigOil</border>
</borders>
<coordinates>
<smallx>516</smallx>
<smally>249</smally>
<largex>693</largex>
<largey>325</largey>
</coordinates>
</country>
<country>
<name>C-Span</name>
<borders>
<border>ABC</border>
<border>NBC</border>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>312</smally>
<largex>681</largex>
<largey>407</largey>
</coordinates>
</country>
<country>
<name>NBC</name>
<borders>
<border>C-Span</border>
<border>PBS</border>
</borders>
<coordinates>
<smallx>479</smallx>
<smally>351</smally>
<largex>639</largex>
<largey>460</largey>
</coordinates>
</country>
<country>
<name>PBS</name>
<borders>
<border>NBC</border>
<border>CNN</border>
<border>Karen</border>
</borders>
<coordinates>
<smallx>377</smallx>
<smally>357</smally>
<largex>505</largex>
<largey>468</largey>
</coordinates>
</country>
<country>
<name>CNN</name>
<borders>
<border>PBS</border>
<border>Tabloid</border>
<border>Tobacco</border>
</borders>
<coordinates>
<smallx>312</smallx>
<smally>380</smally>
<largex>421</largex>
<largey>502</largey>
</coordinates>
</country>
<country>
<name>AffirmativeAction</name>
<borders>
<border>Healthcare</border>
</borders>
<coordinates>
<smallx>202</smallx>
<smally>54</smally>
<largex>271</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Healthcare</name>
<borders>
<border>AffirmativeAction</border>
<border>Environment</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>112</smallx>
<smally>54</smally>
<largex>153</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Environment</name>
<borders>
<border>Healthcare</border>
<border>GunControl</border>
</borders>
<coordinates>
<smallx>31</smallx>
<smally>76</smally>
<largex>44</largex>
<largey>93</largey>
</coordinates>
</country>
<country>
<name>GunControl</name>
<borders>
<border>Environment</border>
<border>SierraClub</border>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>26</smallx>
<smally>175</smally>
<largex>35</largex>
<largey>225</largey>
</coordinates>
</country>
<country>
<name>SierraClub</name>
<borders>
<border>GunControl</border>
<border>GlobalWarming</border>
</borders>
<coordinates>
<smallx>32</smallx>
<smally>289</smally>
<largex>45</largex>
<largey>375</largey>
</coordinates>
</country>
<country>
<name>GlobalWarming</name>
<borders>
<border>SierraClub</border>
<border>CivilRights</border>
</borders>
<coordinates>
<smallx>33</smallx>
<smally>380</smally>
<largex>46</largex>
<largey>498</largey>
</coordinates>
</country>
<country>
<name>CivilRights</name>
<borders>
<border>GlobalWarming</border>
<border>Education</border>
</borders>
<coordinates>
<smallx>113</smallx>
<smally>397</smally>
<largex>153</largex>
<largey>523</largey>
</coordinates>
</country>
<country>
<name>Education</name>
<borders>
<border>CivilRights</border>
<border>Tabloid</border>
</borders>
<coordinates>
<smallx>234</smallx>
<smally>389</smally>
<largex>314</largex>
<largey>511</largey>
</coordinates>
</country>
<country>
<name>DefenseIndustry</name>
<borders>
<border>Banking</border>
</borders>
<coordinates>
<smallx>391</smallx>
<smally>54</smally>
<largex>521</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Banking</name>
<borders>
<border>DefenseIndustry</border>
<border>Haliburton</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>479</smallx>
<smally>54</smally>
<largex>643</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Haliburton</name>
<borders>
<border>Banking</border>
<border>BigOil</border>
</borders>
<coordinates>
<smallx>560</smallx>
<smally>79</smally>
<largex>747</largex>
<largey>98</largey>
</coordinates>
</country>
<country>
<name>BigOil</name>
<borders>
<border>Haliburton</border>
<border>NRA</border>
<border>ABC</border>
</borders>
<coordinates>
<smallx>564</smallx>
<smally>176</smally>
<largex>753</largex>
<largey>228</largey>
</coordinates>
</country>
<country>
<name>NRA</name>
<borders>
<border>BigOil</border>
<border>MoralMajority</border>
</borders>
<coordinates>
<smallx>559</smallx>
<smally>288</smally>
<largex>746</largex>
<largey>376</largey>
</coordinates>
</country>
<country>
<name>MoralMajority</name>
<borders>
<border>NRA</border>
<border>Fundamentalist</border>
</borders>
<coordinates>
<smallx>560</smallx>
<smally>386</smally>
<largex>746</largex>
<largey>504</largey>
</coordinates>
</country>
<country>
<name>Fundamentalist</name>
<borders>
<border>MoralMajority</border>
<border>Tobacco</border>
</borders>
<coordinates>
<smallx>482</smallx>
<smally>398</smally>
<largex>643</largex>
<largey>522</largey>
</coordinates>
</country>
<country>
<name>Tobacco</name>
<borders>
<border>Fundamentalist</border>
<border>CNN</border>
</borders>
<coordinates>
<smallx>358</smallx>
<smally>388</smally>
<largex>478</largex>
<largey>509</largey>
</coordinates>
</country>
<country>
<name>VP</name>
<borders>
<border>Dem.Sec</border>
<border>Rep.Sec</border>
</borders>
<coordinates>
<smallx>297</smallx>
<smally>106</smally>
<largex>398</largex>
<largey>134</largey>
</coordinates>
</country>
<country>
<name>Dem.Sec</name>
<borders>
<border>VP</border>
<border>Rep.Sec</border>
<border>Clerk</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>259</smallx>
<smally>94</smally>
<largex>346</largex>
<largey>118</largey>
</coordinates>
</country>
<country>
<name>Rep.Sec</name>
<borders>
<border>VP</border>
<border>Dem.Sec</border>
<border>Clerk</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>334</smallx>
<smally>94</smally>
<largex>447</largex>
<largey>118</largey>
</coordinates>
</country>
<country>
<name>Clerk</name>
<borders>
<border>Dem.Sec</border>
<border>Rep.Sec</border>
</borders>
<coordinates>
<smallx>276</smallx>
<smally>157</smally>
<largex>370</largex>
<largey>202</largey>
</coordinates>
</country>
<country>
<name>WestSecurity</name>
<borders>
<border>Dem.Sec</border>
<border>W.Floor</border>
<border>Eve</border>
<border>Healthcare</border>
</borders>
<coordinates>
<smallx>166</smallx>
<smally>93</smally>
<largex>224</largex>
<largey>117</largey>
</coordinates>
</country>
<country>
<name>EastSecurity</name>
<borders>
<border>Rep.Sec</border>
<border>E.Floor</border>
<border>Adam</border>
<border>Banking</border>
</borders>
<coordinates>
<smallx>425</smallx>
<smally>92</smally>
<largex>567</largex>
<largey>115</largey>
</coordinates>
</country>
<country>
<name>W.Floor</name>
<borders>
<border>WestSecurity</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>225</smallx>
<smally>142</smally>
<largex>301</largex>
<largey>165</largey>
</coordinates>
</country>
<country>
<name>S.Floor</name>
<borders>
<border>W.Floor</border>
<border>E.Floor</border>
<border>Tom</border>
<border>Ron</border>
</borders>
<coordinates>
<smallx>298</smallx>
<smally>190</smally>
<largex>397</largex>
<largey>246</largey>
</coordinates>
</country>
<country>
<name>E.Floor</name>
<borders>
<border>EastSecurity</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>368</smallx>
<smally>142</smally>
<largex>491</largex>
<largey>168</largey>
</coordinates>
</country>
</map>

Posted: Thu Feb 01, 2007 6:11 pm
by Coleman
I was just looking at my World 2.0 game where I know there are some 20s and comparing them with yours.

My 20 in South Africa looks like your 20s, while the 20 in Alaska is centered. I don't remember what the Alaska shadow looks like with less then 20 in it.

Anyway, I'll come back and edit this response in a bit. It looks like newer maps are being held to a much higher standard then older passed maps. But if World 2.0 is fine with South Africa looking a little weird with over 20 yours should be too.

EDIT: Actually Alaska had 21 so that was the difference, it looks like all the 20s on the map look slightly more left then they should be. I would be willing to bet this is the same in all maps and yours is fine. I don't know what Andy was talking about either. :?

Posted: Thu Feb 01, 2007 6:53 pm
by Qwert
Fitz69 wrote
OK, I've been trying out some adjustments but it seems that when a 2-digit number gets above 20 things mess up.
Any number higher than 1 takes up more space so it looks like the number (say 20) is too far to the left. It looked good as a single or teen number though.

Anyone willing to check things for me?


Its sems that you have same problem like me, when you put 1px he go left and if you dont put then look have its not in center.
Look in my topic with army centalise and you will se what its problem.
Its not problem with your circle the problems its in army numbers.
i think its good and finish.

Posted: Thu Feb 01, 2007 7:42 pm
by Fitz69
I agree.

Posted: Fri Feb 02, 2007 3:13 pm
by Gilligan
Quench!!

Posted: Fri Feb 02, 2007 9:16 pm
by AndyDufresne
Lets see the latest images with the number coordinates. :D


--Andy

Wow...great idea

Posted: Sat Feb 03, 2007 2:15 am
by luns101
I think this will be a very fun map to play. I can't wait for it to come out. Great idea!!

Posted: Sat Feb 03, 2007 2:20 am
by Teya
Coleman wrote:I was just looking at my World 2.0 game where I know there are some 20s and comparing them with yours.

My 20 in South Africa looks like your 20s, while the 20 in Alaska is centered. I don't remember what the Alaska shadow looks like with less then 20 in it.

Anyway, I'll come back and edit this response in a bit. It looks like newer maps are being held to a much higher standard then older passed maps. But if World 2.0 is fine with South Africa looking a little weird with over 20 yours should be too.

EDIT: Actually Alaska had 21 so that was the difference, it looks like all the 20s on the map look slightly more left then they should be. I would be willing to bet this is the same in all maps and yours is fine. I don't know what Andy was talking about either. :?


If thats the case mention it in the world 2.1 thread so it can be fixed.

Posted: Sat Feb 03, 2007 3:31 am
by Coleman
Teya wrote:
Coleman wrote:I was just looking at my World 2.0 game where I know there are some 20s and comparing them with yours.

My 20 in South Africa looks like your 20s, while the 20 in Alaska is centered. I don't remember what the Alaska shadow looks like with less then 20 in it.

Anyway, I'll come back and edit this response in a bit. It looks like newer maps are being held to a much higher standard then older passed maps. But if World 2.0 is fine with South Africa looking a little weird with over 20 yours should be too.

EDIT: Actually Alaska had 21 so that was the difference, it looks like all the 20s on the map look slightly more left then they should be. I would be willing to bet this is the same in all maps and yours is fine. I don't know what Andy was talking about either. :?


If thats the case mention it in the world 2.1 thread so it can be fixed.


I'm guessing you only read half my message. 20 is one of the numbers that will always be off 1 pixel to the left or right because it isn't the same size as most of the other numbers. If you care so much you go frustrate the people in the World 2.1 topic.

Posted: Sat Feb 03, 2007 4:46 am
by Teya
why would I do that? I have no problems with the map. Unlike you

Posted: Sat Feb 03, 2007 5:19 am
by Fitz69
AndyDufresne wrote:Lets see the latest images with the number coordinates. :D


--Andy


Image
Image

600px map:
http://i128.photobucket.com/albums/p192 ... 00px10.jpg

800px map:
http://i128.photobucket.com/albums/p192 ... 800px9.jpg

Posted: Sat Feb 03, 2007 6:51 am
by KEYOGI
Large map looks fine.

It seems there are quite a few out vertically on the small map though. Tobacco and the two aqua 7's in Podium are just a few. CNN is out horizontally.

Posted: Sat Feb 03, 2007 8:31 am
by Fitz69

Posted: Mon Feb 05, 2007 5:54 am
by Fitz69
Any more comments on the army coordinates?

Posted: Mon Feb 05, 2007 7:02 am
by Wisse
i think they are good

Posted: Mon Feb 05, 2007 8:55 am
by onbekende
small map:
Tobacco a bit higher perhaps

great map:
looks fine


only do Tobacco if other mention it