Berlin 1961 [Quenched]

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
Incandenza
Posts: 4949
Joined: Thu Oct 19, 2006 5:34 pm
Gender: Male
Location: Playing Eschaton with a bucket of old tennis balls

Post by Incandenza »

Indeed, I am a bit of a turd...

meh, there's some bright folks on this site that can deal with the BOB issues.
THOTA: dingdingdingdingdingdingBOOM

Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

I've changed the order of the XML tags for the three offending territories and everything checks out, with the obvious exception of the large and small locations, which will be the last things I do. I'm including the entire code again in case anybody cares.

Code: Select all

<?xml version="1.0"?>
<map>
   <title>Berlin</title>
   <smallwidth>600</smallwidth>
   <smallheight>440</smallheight>
   <largewidth>798</largewidth>
   <largeheight>585</largeheight>
   <filetype>jpg</filetype>
   <continent>
      <name>Russian Sector</name>
      <bonus>5</bonus>
      <components>
         <component>Rahnsdorf</component>
         <component>M&#x00FC;ggelheim</component>
         <component>Gr&#x00FC;nau</component>
         <component>Treptow</component>
         <component>K&#x00F6;penick</component>
         <component>Hellersdorf</component>
         <component>Marzahn</component>
         <component>Lichtenberg</component>
         <component>Friedrichshain</component>
         <component>Hohensch&#x00F6;nhausen</component>
         <component>Wei&#x00DF;ensee</component>
         <component>Buch</component>
         <component>Prenzlauer Berg</component>
         <component>Pankow</component>
         <component>Mitte</component>
      </components>
      <required>8</required>
   </continent>
   <continent>
      <name>American Sector</name>
      <bonus>3</bonus>
      <components>
         <component>Britz-Rudow</component>
         <component>Neuk&#x00F6;len</component>
         <component>Kreuzberg</component>
         <component>Tempelhof</component>
         <component>Marienfelde</component>
         <component>Steglitz</component>
         <component>Zehlendorf</component>
         <component>Sch&#x00F6;neberg</component>
         <component>Dahlem</component>
         <component>Nikolasee</component>
         <component>Wannsee</component>
      </components>
      <required>6</required>
   </continent>
   <continent>
      <name>British Sector</name>
      <bonus>2</bonus>
      <components>
         <component>Tiergarten</component>
         <component>Moabit</component>
         <component>Wilmersdorf</component>
         <component>Grunewald</component>
         <component>Charlottenburg</component>
         <component>Siemenstadt</component>
         <component>Westend</component>
         <component>Spandau</component>
         <component>Gatow</component>
      </components>
      <required>5</required>
   </continent>
   <continent>
      <name>French Sector</name>
      <bonus>1</bonus>
      <components>
         <component>Wedding</component>
         <component>Tegel</component>
         <component>Reinickendorf</component>
         <component>Frohnau</component>
         <component>Heiligensee</component>
      </components>
      <required>3</required>
   </continent>
   <continent>
      <name>Russian Checkpoints</name>
      <bonus>2</bonus>
      <components>
         <component>Pankow</component>
         <component>Mitte</component>
         <component>Friedrichshain</component>
      </components>
   </continent>
   <continent>
      <name>Western Checkpoints</name>
      <bonus>2</bonus>
      <components>
         <component>Wedding</component>
         <component>Moabit</component>
         <component>Kreuzberg</component>
      </components>
   </continent>
   <territory>
      <name>Rahnsdorf</name>
      <borders>
         <border>M&#x00FC;ggelheim</border>
         <border>K&#x00F6;penick</border>
      </borders>
      <coordinates>
         <smallx>547</smallx>
         <smally>332</smally>
         <largex>729</largex>
         <largey>434</largey>

      </coordinates>
   </territory>
   <territory>
      <name>M&#x00FC;ggelheim</name>
      <borders>
         <border>Rahnsdorf</border>
         <border>Gr&#x00FC;nau</border>
         <border>K&#x00F6;penick</border>
      </borders>
      <coordinates>
         <smallx>516</smallx>
         <smally>396</smally>
         <largex>688</largex>
         <largey>519</largey>

      </coordinates>
   </territory>
   <territory>
      <name>K&#x00F6;penick</name>
      <borders>
         <border>Rahnsdorf</border>
         <border>M&#x00FC;ggelheim</border>
         <border>Hellersdorf</border>
         <border>Marzahn</border>
         <border>Lichtenberg</border>
         <border>Treptow</border>
      </borders>
      <coordinates>
         <smallx>483</smallx>
         <smally>315</smally>
         <largex>644</largex>
         <largey>411</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Hellersdorf</name>
      <borders>
         <border>Marzahn</border>
         <border>K&#x00F6;penick</border>
      </borders>
      <coordinates>
         <smallx>458</smallx>
         <smally>248</smally>
         <largex>610</largex>
         <largey>322</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Marzahn</name>
      <borders>
         <border>K&#x00F6;penick</border>
         <border>Hellersdorf</border>
         <border>Hohensch&#x00F6;nhausen</border>
         <border>Lichtenberg</border>
      </borders>
      <coordinates>
         <smallx>417</smallx>
         <smally>217</smally>
         <largex>556</largex>
         <largey>281</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Lichtenberg</name>
      <borders>
         <border>Marzahn</border>
         <border>Hohensch&#x00F6;nhausen</border>
         <border>K&#x00F6;penick</border>
         <border>Friedrichshain</border>
         <border>Prenzlauer Berg</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>283</smally>
         <largex>515</largex>
         <largey>369</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Treptow</name>
      <borders>
         <border>Gr&#x00FC;nau</border>
         <border>K&#x00F6;penick</border>
         <border>Friedrichshain</border>
      </borders>
      <coordinates>
         <smallx>379</smallx>
         <smally>351</smally>
         <largex>505</largex>
         <largey>460</largey>


      </coordinates>
   </territory>
   <territory>
      <name>Gr&#x00FC;nau</name>
      <borders>
         <border>Treptow</border>
         <border>M&#x00FC;ggelheim</border>
      </borders>
      <coordinates>
         <smallx>413</smallx>
         <smally>385</smally>
         <largex>551</largex>
         <largey>504</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Hohensch&#x00F6;nhausen</name>
      <borders>
         <border>Marzahn</border>
         <border>Lichtenberg</border>
         <border>Prenzlauer Berg</border>
         <border>Wei&#x00DF;ensee</border>
      </borders>
      <bombardments>
         <bombardment>Wedding</bombardment>
         <bombardment>Moabit</bombardment>
         <bombardment>Kreuzberg</bombardment>
      </bombardments>
      <coordinates>
         <smallx>376</smallx>
         <smally>184</smally>
         <largex>502</largex>
         <largey>238</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Wei&#x00DF;ensee</name>
      <borders>
         <border>Hohensch&#x00F6;nhausen</border>
         <border>Prenzlauer Berg</border>
         <border>Buch</border>
         <border>Pankow</border>
      </borders>
      <coordinates>
         <smallx>331</smallx>
         <smally>142</smally>
         <largex>442</largex>
         <largey>182</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Buch</name>
      <borders>
         <border>Pankow</border>
         <border>Wei&#x00DF;ensee</border>
      </borders>
      <coordinates>
         <smallx>348</smallx>
         <smally>82</smally>
         <largex>464</largex>
         <largey>102</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Pankow</name>
      <borders>
         <border>Buch</border>
         <border>Prenzlauer Berg</border>
         <border>Wei&#x00DF;ensee</border>
         <border>Wedding</border>
      </borders>
      <coordinates>
         <smallx>267</smallx>
         <smally>123</smally>
         <largex>356</largex>
         <largey>156</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Prenzlauer Berg</name>
      <borders>
         <border>Pankow</border>
         <border>Mitte</border>
         <border>Wei&#x00DF;ensee</border>
         <border>Hohensch&#x00F6;nhausen</border>
         <border>Lichtenberg</border>
         <border>Friedrichshain</border>
      </borders>
      <coordinates>
         <smallx>334</smallx>
         <smally>212</smally>
         <largex>446</largex>
         <largey>275</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Friedrichshain</name>
      <borders>
         <border>Mitte</border>
         <border>Lichtenberg</border>
         <border>Treptow</border>
         <border>Prenzlauer Berg</border>
         <border>Kreuzberg</border>
      </borders>
      <coordinates>
         <smallx>322</smallx>
         <smally>236</smally>
         <largex>429</largex>
         <largey>306</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Mitte</name>
      <borders>
         <border>Prenzlauer Berg</border>
         <border>Friedrichshain</border>
         <border>Moabit</border>
         <border>Kreuzberg</border>
      </borders>
      <coordinates>
         <smallx>292</smallx>
         <smally>240</smally>
         <largex>390</largex>
         <largey>312</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Kreuzberg</name>
      <borders>
         <border>Neuk&#x00F6;len</border>
         <border>Tempelhof</border>
         <border>Sch&#x00F6;neberg</border>
         <border>Mitte</border>
         <border>Friedrichshain</border>
         <border>Tiergarten</border>
      </borders>
      <coordinates>
         <smallx>263</smallx>
         <smally>269</smally>
         <largex>351</largex>
         <largey>351</largey>

      </coordinates>
   </territory>
   <territory>
      <name>Neuk&#x00F6;len</name>
      <borders>
         <border>Kreuzberg</border>
         <border>Tempelhof</border>
         <border>Britz-Rudow</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Britz-Rudow</name>
      <borders>
         <border>Tempelhof</border>
         <border>Neuk&#x00F6;len</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Tempelhof</name>
      <borders>
         <border>Neuk&#x00F6;len</border>
         <border>Kreuzberg</border>
         <border>Britz-Rudow</border>
         <border>Marienfelde</border>
         <border>Steglitz</border>
         <border>Sch&#x00F6;neberg</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
      <bonus>1</bonus>
   </territory>
   <territory>
      <name>Marienfelde</name>
      <borders>
         <border>Tempelhof</border>
         <border>Steglitz</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Steglitz</name>
      <borders>
         <border>Marienfelde</border>
         <border>Tempelhof</border>
         <border>Sch&#x00F6;neberg</border>
         <border>Dahlem</border>
         <border>Zehlendorf</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Sch&#x00F6;neberg</name>
      <borders>
         <border>Kreuzberg</border>
         <border>Tempelhof</border>
         <border>Steglitz</border>
         <border>Dahlem</border>
         <border>Tiergarten</border>
         <border>Wilmersdorf</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Dahlem</name>
      <borders>
         <border>Wilmersdorf</border>
         <border>Grunewald</border>
         <border>Sch&#x00F6;neberg</border>
         <border>Steglitz</border>
         <border>Zehlendorf</border>
         <border>Nikolasee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Zehlendorf</name>
      <borders>
         <border>Dahlem</border>
         <border>Steglitz</border>
         <border>Nikolasee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Nikolasee</name>
      <borders>
         <border>Zehlendorf</border>
         <border>Dahlem</border>
         <border>Grunewald</border>
         <border>Wannsee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Wannsee</name>
      <borders>
         <border>Nikolasee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Gatow</name>
      <borders>
         <border>Westend</border>
         <border>Spandau</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
      <bonus>1</bonus>
   </territory>
   <territory>
      <name>Spandau</name>
      <borders>
         <border>Gatow</border>
         <border>Siemenstadt</border>
         <border>Heiligensee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Siemenstadt</name>
      <borders>
         <border>Spandau</border>
         <border>Charlottenburg</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Westend</name>
      <borders>
         <border>Grunewald</border>
         <border>Gatow</border>
         <border>Spandau</border>
         <border>Charlottenburg</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Charlottenburg</name>
      <borders>
         <border>Grunewald</border>
         <border>Tiergarten</border>
         <border>Westend</border>
         <border>Moabit</border>
         <border>Siemenstadt</border>
         <border>Wilmersdorf</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Grunewald</name>
      <borders>
         <border>Wilmersdorf</border>
         <border>Westend</border>
         <border>Charlottenburg</border>
         <border>Nikolasee</border>
         <border>Dahlem</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Wilmersdorf</name>
      <borders>
         <border>Charlottenburg</border>
         <border>Dahlem</border>
         <border>Tiergarten</border>
         <border>Grunewald</border>
         <border>Sch&#x00F6;neberg</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Tiergarten</name>
      <borders>
         <border>Sch&#x00F6;neberg</border>
         <border>Kreuzberg</border>
         <border>Wilmersdorf</border>
         <border>Charlottenburg</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Moabit</name>
      <borders>
         <border>Charlottenburg</border>
         <border>Wedding</border>
         <border>Mitte</border>
      </borders>
      <coordinates>
         <smallx>535</smallx>
         <smally>225</smally>
         <largex>732</largex>
         <largey>293</largey>
      </coordinates>
   </territory>
   <territory>
      <name>Wedding</name>
      <borders>
         <border>Moabit</border>
         <border>Pankow</border>
         <border>Reinickendorf</border>
         <border>Tegel</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Reinickendorf</name>
      <borders>
         <border>Wedding</border>
         <border>Tegel</border>
         <border>Heiligensee</border>
         <border>Frohnau</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Frohnau</name>
      <borders>
         <border>Reinickendorf</border>
         <border>Heiligensee</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Tegel</name>
      <borders>
         <border>Heiligensee</border>
         <border>Reinickendorf</border>
         <border>Wedding</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
      <bonus>1</bonus>     
   </territory>
   <territory>
      <name>Heiligensee</name>
      <borders>
         <border>Frohnau</border>
         <border>Reinickendorf</border>
         <border>Spandau</border>
         <border>Tegel</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
</map>

Image
User avatar
reverend_kyle
Posts: 9250
Joined: Tue Mar 21, 2006 4:08 pm
Location: 1000 post club
Contact:

Post by reverend_kyle »

quench

belch.
DANCING MUSTARD FOR POOP IN '08!
User avatar
Coleman
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Gender: Male
Location: Midwest

Post by Coleman »

reverend_kyle wrote:quench

belch.

Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.
Warning: You may be reading a really old topic.
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Post by cairnswk »

Coleman wrote:
reverend_kyle wrote:quench

belch.

Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.


Coleman, i won't hold this up from FF. I am happy with it.
The only thing i would like to see in the next update if possible is a fraction more darkness/clarity applied to the small map legend. I think it would help people reading it, particularly the first three lines.
Great work Oaktown. :)
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
insomniacdude
Posts: 634
Joined: Thu Nov 23, 2006 1:14 am

Post by insomniacdude »

Coleman wrote:
reverend_kyle wrote:quench

belch.

Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.


I'd say once the XML is sorted out that it should be quenched. The gameplay and graphics up to this point are completely solid and well thought-out, with plenty of input and debate from everyone on almost all the subjects.

But meh. Final Forge definitely.
User avatar
reverend_kyle
Posts: 9250
Joined: Tue Mar 21, 2006 4:08 pm
Location: 1000 post club
Contact:

Post by reverend_kyle »

Coleman wrote:
reverend_kyle wrote:quench

belch.

Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.


I see no needed changes, period.


quench.
DANCING MUSTARD FOR POOP IN '08!
User avatar
Incandenza
Posts: 4949
Joined: Thu Oct 19, 2006 5:34 pm
Gender: Male
Location: Playing Eschaton with a bucket of old tennis balls

Post by Incandenza »

Once the army are centered and potential xml hiccups dealt with, I completely concur.
THOTA: dingdingdingdingdingdingBOOM

Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

Image
Image

Little changes to make some text easier to read.

I've started the army centering... as always it's a pain in the ass.

There are no outstanding XML problems... checks out with no errors.

While I appreciate the support, let's reserve the "quench it" remarks until AFTER the map is final forged... no need to jinx it. :)
Image
User avatar
yamahafazer
Posts: 211
Joined: Fri Aug 24, 2007 9:56 am

Post by yamahafazer »

I think this is cool. the total lack of colure adds interest. Go for it!!!
User avatar
AndyDufresne
Posts: 24935
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo
Contact:

Post by AndyDufresne »

              Final Forge


---The Berlin 1961 Map has reached the ‘Final Forge’ Stage. I've revived this thread from the pits of the Foundry furnace and have exmined the contents. Nearly every major concern has been addressed. If there are any other current 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 deemed finished with the 'Foundry Brand' of approval and will be submitted for live play. As long as there is still discussion or posts that have yet to be commented on, the map will remain in Final Forge until said discussion has reached the conclusion that the map has reached its final and polished version.

Post questions and concerns if any.


--Andy
User avatar
gimil
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Gender: Male
Location: United Kingdom (Scotland)

Post by gimil »

congratz \:D/ \:D/ \:D/

well donr oaktown
What do you know about map making, bitch?

natty_dread wrote:I was wrong


Top Score:2403
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

gimil wrote:congratz \:D/ \:D/ \:D/

well donr oaktown


fastposted. :lol:

congrats.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
soundout9
Posts: 4519
Joined: Sun Aug 26, 2007 12:30 pm
Location: Good ol' MO Clan: Next-Gen Gamers
Contact:

Post by soundout9 »

oaktown wrote:
Incandenza wrote:I'd say you might want to de-grunge the Wannsee and Muggelheim territory names a bit, but other than that, it's all good.

Sure, why not... fixed a few other little things as well, but nothing anybody will probably catch (no this isn't a challenge). Wannsee is still a bit muddy, so I'll hit it again with the next update.

Image
Image

As for adding color and the way the bonuses are as they are, I refer both soundout and asl80 back to pages 1-11 of this thread. How true is the scale? Well, imagine this is an image of a map spread out on a table before the commanders of the western forces in berlin and it might work. :wink:

I dont like to use my imagination :wink: :lol:
soundout9
Posts: 4519
Joined: Sun Aug 26, 2007 12:30 pm
Location: Good ol' MO Clan: Next-Gen Gamers
Contact:

Post by soundout9 »

But i dont know what you did from the time i said it needed color to know but um well theres at least enough difference in color that i can tell what is what so congrats! and i can wait to play this map
User avatar
Qwert
SoC Training Adviser
Posts: 9262
Joined: Tue Nov 07, 2006 5:07 pm
Location: VOJVODINA
Contact:

Post by Qwert »

I think that yours army shadows is small. Can you try to yours small version enlarge to max px size,because names is very small.
Also i think that continent borders must be black not white.
Image
NEW REVOLUTION-NEW RANKS PRESS THESE LINK viewtopic.php?f=471&t=47578&start=0
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

i agree with qwert on making the small map to the max size. it's currently very hard to read names and the legend.
but i don't really care that much since i won't play the small version.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

qwert wrote:I think that yours army shadows is small. Can you try to yours small version enlarge to max px size,because names is very small.

Small map is max size... 600 pix wide. I've been concerned about the small map size myself, and so I'm going to be playing with making the actual playing area larger with the map frame. I've thought it out but haven't had time to actually get in and fuss with it.

And thanks for the congrats as well as everyone's past comments... getting thoughtful feedback has certainly helped the map move along so quickly.
Image
User avatar
reverend_kyle
Posts: 9250
Joined: Tue Mar 21, 2006 4:08 pm
Location: 1000 post club
Contact:

Post by reverend_kyle »

oaktown wrote:While I appreciate the support, let's reserve the "quench it" remarks until AFTER the map is final forged... no need to jinx it. :)


Ok, quench it.
DANCING MUSTARD FOR POOP IN '08!
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

It's late and I'm tired, but here's what I'm trying to do to make the small map more readable: lose some of the dead space around the map to increase the amount of space devoted to actual playing area. I fussed with the outer boundaries a bit and knocked the large map down to 763 x 583 without altering the playable area, which means when I resize to 600 pix wide the change is less drastic.

It's a bit better already, and I'll play with it another time when I'm more awake. Army coordinates will have to wait until I'm happy with the size.

Image
Image
Image
User avatar
Gnome
Posts: 388
Joined: Wed Jul 18, 2007 4:15 am
Location: Belgium

Post by Gnome »

It looks great Oaktown!
Congratz with final forge :wink:
User avatar
Wisse
Posts: 4448
Joined: Fri Oct 13, 2006 2:59 pm
Location: The netherlands, gelderland, epe

Post by Wisse »

gratz with ff
Image Image
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

played around again... this makes the small map size 80% of the large map, rather than the original 75%. New L map 750 x 580, new S map 600 x 464.

Image
Image
Image
User avatar
oaktown
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Post by oaktown »

And here is a version with some army counts that I had floating around... this is intended as an example of how the numbers fit, NOT how they are aligned. If the small circles look big enough to anybody who is good enough to respond, I will proceed with alignment.

Image
Image
User avatar
jako
Posts: 1022
Joined: Sun Jun 03, 2007 4:50 am
Gender: Male
Location: A lost soul with no-one to stalk.

Post by jako »

i thought u were suppose to try it with 88, but looks good to me. u also have to try triple digits too.
Image

Time to retire this much loved sig of mine with a new clan.
Post Reply

Return to “The Atlas”