Berlin 1961 [Quenched]
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- Incandenza
- Posts: 4949
- Joined: Thu Oct 19, 2006 5:34 pm
- Gender: Male
- Location: Playing Eschaton with a bucket of old tennis balls
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üggelheim</component>
<component>Grünau</component>
<component>Treptow</component>
<component>Köpenick</component>
<component>Hellersdorf</component>
<component>Marzahn</component>
<component>Lichtenberg</component>
<component>Friedrichshain</component>
<component>Hohenschönhausen</component>
<component>Weiß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ölen</component>
<component>Kreuzberg</component>
<component>Tempelhof</component>
<component>Marienfelde</component>
<component>Steglitz</component>
<component>Zehlendorf</component>
<component>Schö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üggelheim</border>
<border>Köpenick</border>
</borders>
<coordinates>
<smallx>547</smallx>
<smally>332</smally>
<largex>729</largex>
<largey>434</largey>
</coordinates>
</territory>
<territory>
<name>Müggelheim</name>
<borders>
<border>Rahnsdorf</border>
<border>Grünau</border>
<border>Köpenick</border>
</borders>
<coordinates>
<smallx>516</smallx>
<smally>396</smally>
<largex>688</largex>
<largey>519</largey>
</coordinates>
</territory>
<territory>
<name>Köpenick</name>
<borders>
<border>Rahnsdorf</border>
<border>Mü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ö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öpenick</border>
<border>Hellersdorf</border>
<border>Hohenschö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önhausen</border>
<border>Kö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ünau</border>
<border>Köpenick</border>
<border>Friedrichshain</border>
</borders>
<coordinates>
<smallx>379</smallx>
<smally>351</smally>
<largex>505</largex>
<largey>460</largey>
</coordinates>
</territory>
<territory>
<name>Grünau</name>
<borders>
<border>Treptow</border>
<border>Müggelheim</border>
</borders>
<coordinates>
<smallx>413</smallx>
<smally>385</smally>
<largex>551</largex>
<largey>504</largey>
</coordinates>
</territory>
<territory>
<name>Hohenschönhausen</name>
<borders>
<border>Marzahn</border>
<border>Lichtenberg</border>
<border>Prenzlauer Berg</border>
<border>Weiß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ßensee</name>
<borders>
<border>Hohenschö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ß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ß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ßensee</border>
<border>Hohenschö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ölen</border>
<border>Tempelhof</border>
<border>Schö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ö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ölen</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex></largex>
<largey></largey>
</coordinates>
</territory>
<territory>
<name>Tempelhof</name>
<borders>
<border>Neukölen</border>
<border>Kreuzberg</border>
<border>Britz-Rudow</border>
<border>Marienfelde</border>
<border>Steglitz</border>
<border>Schö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öneberg</border>
<border>Dahlem</border>
<border>Zehlendorf</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex></largex>
<largey></largey>
</coordinates>
</territory>
<territory>
<name>Schö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ö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öneberg</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex></largex>
<largey></largey>
</coordinates>
</territory>
<territory>
<name>Tiergarten</name>
<borders>
<border>Schö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>

- reverend_kyle
- Posts: 9250
- Joined: Tue Mar 21, 2006 4:08 pm
- Location: 1000 post club
- Contact:
Coleman, i won't hold this up from FF. I am happy with it.Coleman wrote:Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.reverend_kyle wrote:quench
belch.
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.

* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
- insomniacdude
- Posts: 634
- Joined: Thu Nov 23, 2006 1:14 am
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.Coleman wrote:Well Final Forge anyway. I'll need to see if cairnswk and Andy agree though.reverend_kyle wrote:quench
belch.
But meh. Final Forge definitely.
- reverend_kyle
- Posts: 9250
- Joined: Tue Mar 21, 2006 4:08 pm
- Location: 1000 post club
- Contact:
- Incandenza
- Posts: 4949
- Joined: Thu Oct 19, 2006 5:34 pm
- Gender: Male
- Location: Playing Eschaton with a bucket of old tennis balls


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.

- yamahafazer
- Posts: 211
- Joined: Fri Aug 24, 2007 9:56 am
- AndyDufresne
- Posts: 24919
- Joined: Fri Mar 03, 2006 8:22 pm
- Location: A Banana Palm in Zihuatanejo
- Contact:
- Final Forge
Post questions and concerns if any.
--Andy
-
soundout9
- Posts: 4519
- Joined: Sun Aug 26, 2007 12:30 pm
- Location: Good ol' MO Clan: Next-Gen Gamers
- Contact:
I dont like to use my imaginationoaktown wrote: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.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.
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.
- DiM
- Posts: 10415
- Joined: Wed Feb 14, 2007 6:20 pm
- Gender: Male
- Location: making maps for scooby snacks
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.
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
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.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.
And thanks for the congrats as well as everyone's past comments... getting thoughtful feedback has certainly helped the map move along so quickly.

- reverend_kyle
- Posts: 9250
- Joined: Tue Mar 21, 2006 4:08 pm
- Location: 1000 post club
- Contact:
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.


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.











