Das Schloß [QUENCHED #2]

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das Schloß V34(P55) - New possible Gameplay

Post by cairnswk »

I think this is version 35 that I got to developing...are we running with this or can it be tweaked more?

What if there was a snow path between Ds11 and the Airport Helipad if i move the river slightly.

Image
Last edited by cairnswk on Thu Mar 26, 2009 7:33 am, edited 2 times in total.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

Skittles! wrote:This is still going on? Wow.

Got any further suggestions Skittles? :)
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Das SchloSSV34(P55)

Post by yeti_c »

cairnswk wrote:
yeti_c wrote:Hmmmmmmmmmmmmmmm...

2008-12-22 23:25:22 - Incandenza: you know what would really kick these last few games in the ass? tweaking the xml so the anti-aircraft can bombard the "named" starting points

C.

Do you think that needs to happen as well as something else perhaps?


I reckon this would help a lot...

It might mean that people change their perspective tho - but it does mean that people could get removed from the game...

C.
Image
Highest score : 2297
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

Re: Das SchloSSV34(P55)

Post by Incandenza »

yeti_c wrote:it does mean that people could get removed from the game...

C.


That's the main thing, and I think it's a much better solution than trying to guilt people into ending the game... ;)

One thing, tho... you might want to just PM all the remaining players in both games and let them know exactly when/if this xml change goes live.
THOTA: dingdingdingdingdingdingBOOM

Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

Incandenza wrote:
yeti_c wrote:it does mean that people could get removed from the game...

C.


That's the main thing, and I think it's a much better solution than trying to guilt people into ending the game... ;)

One thing, tho... you might want to just PM all the remaining players in both games and let them know exactly when/if this xml change goes live.

Oh yes definitely. :)

I am thinking here that the change would involve yeti's suggestion, plus the helipads being able to attack the starting positions for each player. This will be simialr to the new concpet of the helipcopter being able to attack those positions.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

Here is the xml that i will be giving to lackattack.

AA Batteries and Halipads can now attack the starting positions.

Code: Select all

<?xml version="1.0" encoding="iso-8859-1"?>
<map>
<title>Das Schloß</title>
<smallwidth>600</smallwidth>
<smallheight>600</smallheight>
<largewidth>750</largewidth>
<largeheight>750</largeheight>
<filetype>jpg</filetype>

<!-- Start positions -->

<positions>
   <position> <!-- Start player 1-->
      <territory>Philby</territory>
      <territory>K1</territory>
      <territory>Obl. Hans</territory>
      <territory>Soldatenschlafzimmer C</territory>
   </position>
   <position> <!-- Start player 2-->
      <territory>Jones</territory>
      <territory>K2</territory>
      <territory>Hpt. Karl</territory>
      <territory>Soldatenschlafzimmer B</territory>
   </position>
   <position> <!-- Start player 3-->
      <territory>Smith</territory>
      <territory>K3</territory>
      <territory>Pvt. Gus</territory>
      <territory>Soldatenschlafzimmer A</territory>
   </position>
   <position> <!-- Start player 4-->
      <territory>Neal</territory>
      <territory>K4</territory>
      <territory>Hpt. Vim</territory>
      <territory>Das W.C.</territory>
   </position>
   <position> <!-- Start player 5-->
      <territory>Mills</territory>
      <territory>K5</territory>
      <territory>Pvt. Otto</territory>
      <territory>Lagerraum A</territory>
   </position>
   <position> <!-- Start player 6-->
      <territory>Timms</territory>
      <territory>K6</territory>
      <territory>Pvt. Max</territory>
      <territory>Lagerraum B</territory>
   </position>
   <position> <!-- Start player 7-->
      <territory>Yves</territory>
      <territory>K7</territory>
      <territory>Pvt. Dax</territory>
      <territory>Speiseraum</territory>
   </position>
   <position> <!-- Start player 8-->
      <territory>Casey</territory>
      <territory>K8</territory>
      <territory>Pvt. Wes</territory>
      <territory>Haupstitz A</territory>
   </position>
</positions>

<!-- End Start Positions -->

<!-- Objective -->

<objective>
      <name>For the Win</name>
      <components>
         <territory>Escape Flugzeuge</territory>
         <territory>Funkraum</territory>
         <territory>Kom. Wilhelm</territory>
         <territory>Munitionsraum</territory>
      </components>
</objective>

<!-- End objective -->

<!-- Start continents -->

<continent>
   <name>Flughafen</name>
   <bonus>7</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
   </components>
   <overrides>
   <override>3 Flughafen</override>
   <override>6 Flughafen</override>
   <override>9 Flughafen</override>
   <override>12 Flughafen</override>
   <override>15 Flughafen</override>
   </overrides>
</continent>

<continent>
   <name>Dorf</name>
   <bonus>7</bonus>
   <components>
      <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <overrides>
   <override>3 Dorf</override>
   <override>6 Dorf</override>
   <override>9 Dorf</override>
   <override>12 Dorf</override>
   <override>15 Dorf</override>
   <override>18 Dorf</override>
   </overrides>
</continent>

<continent>
   <name>Das Schloß</name>
   <bonus>7</bonus>
   <components>
      <territory>Kontrol 2</territory>
      <territory>Kontrol 3</territory>
      <territory>Soldatenschlafzimmer A</territory>
      <territory>Soldatenschlafzimmer B</territory>
      <territory>Soldatenschlafzimmer C</territory>
      <territory>Das W.C.</territory>
      <territory>Lagerraum A</territory>
      <territory>Lagerraum B</territory>
      <territory>Speiseraum</territory>
      <territory>Lagerraum C</territory>
      <territory>Munitionsraum</territory>
      <territory>Funkraum</territory>
      <territory>Haupstitz B</territory>
      <territory>Haupstitz A</territory>
      <territory>Quad A</territory>
      <territory>Quad B</territory>
      <territory>Quad C</territory>
      <territory>Quad D</territory>
      <territory>Helipad B</territory>
   </components>
</continent>

<continent>
   <name>Cable Cars</name>
   <bonus>0</bonus>
   <components>
      <territory>UC 1</territory>
      <territory>UC 2</territory>
      <territory>UC 3</territory>
      <territory>UC 4</territory>
      <territory>UC 5</territory>
      <territory>DC 1</territory>
      <territory>DC 2</territory>
      <territory>DC 3</territory>
      <territory>DC 4</territory>
      <territory>DC 5</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
   </components>
</continent>

<continent>
   <name>Roads</name>
   <bonus>0</bonus>
   <components>
      <territory>R1</territory>
      <territory>R2</territory>
      <territory>R3</territory>
      <territory>R4</territory>
      <territory>R5</territory>
      <territory>R6</territory>
      <territory>R7</territory>
      <territory>R8</territory>
   </components>
</continent>

<continent>
   <name>Batteries</name>
   <bonus>0</bonus>
   <components>
      <territory>AA</territory>
      <territory>AB</territory>
      <territory>AC</territory>
   </components>
</continent>

<continent>
   <name>Checkpoints</name>
   <bonus>0</bonus>
   <components>
      <territory>CP1</territory>
      <territory>CP2</territory>
      <territory>CP3</territory>
      <territory>CP4</territory>
   </components>
</continent>

<!-- End of Continents -->

<!-- Start of other bonuses -->

<continent>
   <name>3 Flughafen</name>
   <bonus>1</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
      </components>
   <required>3</required>
</continent>

<continent>
   <name>6 Flughafen</name>
   <bonus>2</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
      </components>
   <required>6</required>
   <overrides>
   <override>3 Flughafen</override>
   </overrides>
</continent>

<continent>
   <name>9 Flughafen</name>
   <bonus>3</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
      </components>
   <required>9</required>
   <overrides>
   <override>3 Flughafen</override>
   <override>6 Flughafen</override>
   </overrides>
</continent>

<continent>
   <name>12 Flughafen</name>
   <bonus>4</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
      </components>
   <required>12</required>
   <overrides>
   <override>3 Flughafen</override>
   <override>6 Flughafen</override>
   <override>9 Flughafen</override>
   </overrides>
</continent>

<continent>
   <name>15 Flughafen</name>
   <bonus>5</bonus>
   <components>
      <territory>Escape Flugzeuge</territory>
      <territory>Runway</territory>
      <territory>Taxiway</territory>
      <territory>Helipad C</territory>
      <territory>Hangar</territory>
      <territory>Tower</territory>
      <territory>Offiziere</territory>
      <territory>K1</territory>
      <territory>K2</territory>
      <territory>K3</territory>
      <territory>K4</territory>
      <territory>K5</territory>
      <territory>K6</territory>
      <territory>K7</territory>
      <territory>K8</territory>
      <territory>Wache In</territory>
      <territory>Wache Aus</territory>
      </components>
   <required>15</required>
   <overrides>
   <override>3 Flughafen</override>
   <override>6 Flughafen</override>
   <override>9 Flughafen</override>
   <override>12 Flughafen</override>
   </overrides>
</continent>

<!-- End Other Flughafen Bonuses -->

<!-- Start Other Dorf Bonuses -->

<continent>
   <name>3 Dorf</name>
   <bonus>1</bonus>
   <components>
   <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>3</required>
</continent>

<continent>
   <name>6 Dorf</name>
   <bonus>2</bonus>
   <components>
   <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>6</required>
   <overrides>
   <override>3 Dorf</override>
   </overrides>
</continent>

<continent>
   <name>9 Dorf</name>
   <bonus>3</bonus>
   <components>
   <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>9</required>
   <overrides>
   <override>3 Dorf</override>
   <override>6 Dorf</override>
   </overrides>
</continent>

<continent>
   <name>12 Dorf</name>
   <bonus>4</bonus>
   <components>
   <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>12</required>
   <overrides>
   <override>3 Dorf</override>
   <override>6 Dorf</override>
   <override>9 Dorf</override>
   </overrides>
</continent>

<continent>
   <name>15 Dorf</name>
   <bonus>5</bonus>
   <components>
   <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>15</required>
   <overrides>
   <override>3 Dorf</override>
   <override>6 Dorf</override>
   <override>9 Dorf</override>
   <override>12 Dorf</override>
   </overrides>
</continent>

<continent>
   <name>18 Dorf</name>
   <bonus>6</bonus>
   <components>
      <territory>Helipad A</territory>
      <territory>Wache Dim</territory>
      <territory>Wache Qwert</territory>
      <territory>Pvt. Max</territory>
      <territory>Pvt. Otto</territory>
      <territory>Pvt. Gus</territory>
      <territory>Pvt. Dax</territory>
      <territory>Pvt. Wes</territory>
      <territory>Kom. Wilhelm</territory>
      <territory>Obl. Hans</territory>
      <territory>Hpt. Vim</territory>
      <territory>Pvt. Rip</territory>
      <territory>Pvt. Gerd</territory>
      <territory>Pvt. Sven</territory>
      <territory>Hpt. Karl</territory>
      <territory>Kontrol 1</territory>
      <territory>Kontrol 4</territory>
      <territory>Bus Schuppen</territory>
      <territory>Militärlager</territory>
      <territory>Markt</territory>
      <territory>Inn</territory>
   </components>
   <required>18</required>
   <overrides>
   <override>3 Dorf</override>
   <override>6 Dorf</override>
   <override>9 Dorf</override>
   <override>12 Dorf</override>
   <override>15 Dorf</override>
   </overrides>
</continent>

<!-- End Other Dorf Bonuses -->

<!-- Start drop position bonuses -->

<continent>
   <name>Philby</name>
   <bonus>2</bonus>
   <components>
      <territory>Philby</territory>
   </components>
</continent>

<continent>
   <name>Philby 1</name>
   <bonus>2</bonus>
   <components>
      <territory>P1</territory>
   </components>
</continent>


<continent>
   <name>Philby 2</name>
   <bonus>2</bonus>
   <components>
      <territory>P2</territory>
   </components>
</continent>

<continent>
   <name>Jones</name>
   <bonus>2</bonus>
   <components>
      <territory>Jones</territory>
   </components>
</continent>

<continent>
   <name>Jones 1</name>
   <bonus>2</bonus>
   <components>
      <territory>J1</territory>
   </components>
</continent>

<continent>
   <name>Jones 2</name>
   <bonus>2</bonus>
   <components>
      <territory>J2</territory>
   </components>
</continent>

<continent>
   <name>Smith</name>
   <bonus>2</bonus>
   <components>
      <territory>Smith</territory>
   </components>
</continent>

<continent>
   <name>Smith 1</name>
   <bonus>2</bonus>
   <components>
      <territory>S1</territory>
   </components>
</continent>

<continent>
   <name>Smith 2</name>
   <bonus>2</bonus>
   <components>
      <territory>S2</territory>
   </components>
</continent>

<continent>
   <name>Neal</name>
   <bonus>2</bonus>
   <components>
      <territory>Neal</territory>
   </components>
</continent>

<continent>
   <name>Neal 1</name>
   <bonus>2</bonus>
   <components>
      <territory>N1</territory>
   </components>
</continent>

<continent>
   <name>Neal 2</name>
   <bonus>2</bonus>
   <components>
      <territory>N2</territory>
   </components>
</continent>

<continent>
   <name>Mills</name>
   <bonus>2</bonus>
   <components>
      <territory>Mills</territory>
   </components>
</continent>

<continent>
   <name>Mills 1</name>
   <bonus>2</bonus>
   <components>
      <territory>M1</territory>
   </components>
</continent>

<continent>
   <name>Mills 2</name>
   <bonus>2</bonus>
   <components>
      <territory>M2</territory>
   </components>
</continent>

<continent>
   <name>Timms</name>
   <bonus>2</bonus>
   <components>
      <territory>Timms</territory>
   </components>
</continent>

<continent>
   <name>Timms 1</name>
   <bonus>2</bonus>
   <components>
      <territory>T1</territory>
   </components>
</continent>

<continent>
   <name>Timms 2</name>
   <bonus>2</bonus>
   <components>
      <territory>T2</territory>
   </components>
</continent>

<continent>
   <name>Yves</name>
   <bonus>2</bonus>
   <components>
      <territory>Yves</territory>
   </components>
</continent>

<continent>
   <name>Yves 1</name>
   <bonus>2</bonus>
   <components>
      <territory>Y1</territory>
   </components>
</continent>

<continent>
   <name>Yves 2</name>
   <bonus>2</bonus>
   <components>
      <territory>Y2</territory>
   </components>
</continent>

<continent>
   <name>Casey</name>
   <bonus>2</bonus>
   <components>
      <territory>Casey</territory>
   </components>
</continent>

<continent>
   <name>Casey 1</name>
   <bonus>2</bonus>
   <components>
      <territory>C1</territory>
   </components>
</continent>


<continent>
   <name>Casey 2</name>
   <bonus>2</bonus>
   <components>
      <territory>C2</territory>
   </components>
</continent>

<!-- End Drop position bonuses -->

<!-- Start Checkpoint Bonuses -->

<continent>
   <name>Checkpoint 1</name>
   <bonus>-1</bonus>
   <components>
      <territory>CP1</territory>
   </components>
</continent>

<continent>
   <name>Checkpoint 2</name>
   <bonus>-1</bonus>
   <components>
      <territory>CP2</territory>
   </components>
</continent>

<continent>
   <name>Checkpoint 3</name>
   <bonus>-1</bonus>
   <components>
      <territory>CP3</territory>
   </components>
</continent>

<continent>
   <name>Checkpoint 4</name>
   <bonus>-1</bonus>
   <components>
      <territory>CP4</territory>
   </components>
</continent>

<!-- End Checkpoint Minus Bonuses -->
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

and the second part of it....

Code: Select all

<!-- Philby -->

<territory>
<name>Philby</name>
   <borders>
   <border>P1</border>
   </borders>
      <coordinates>
         <smallx>10</smallx>
         <smally>390</smally>
         <largex>13</largex>
         <largey>480</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>P1</name>
   <borders>
   <border>P2</border>
   </borders>
      <coordinates>
         <smallx>105</smallx>
         <smally>391</smally>
         <largex>132</largex>
         <largey>483</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>P2</name>
   <borders>
   <border>CP1</border>
   </borders>
      <coordinates>
         <smallx>221</smallx>
         <smally>429</smally>
         <largex>277</largex>
         <largey>530</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Philby -->

<!-- Start Jones -->

<territory>
<name>Jones</name>
   <borders>
   <border>J1</border>
   </borders>
      <coordinates>
         <smallx>39</smallx>
         <smally>421</smally>
         <largex>50</largex>
         <largey>519</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>J1</name>
   <borders>
   <border>J2</border>
   </borders>
      <coordinates>
         <smallx>107</smallx>
         <smally>421</smally>
         <largex>133</largex>
         <largey>519</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>J2</name>
   <borders>
   <border>CP1</border>
   </borders>
      <coordinates>
         <smallx>196</smallx>
         <smally>441</smally>
         <largex>245</largex>
         <largey>545</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Jones -->

<!-- Start Smith -->

<territory>
<name>Smith</name>
   <borders>
   <border>S1</border>
   </borders>
      <coordinates>
         <smallx>12</smallx>
         <smally>439</smally>
         <largex>16</largex>
         <largey>542</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>S1</name>
   <borders>
   <border>S2</border>
   </borders>
      <coordinates>
         <smallx>104</smallx>
         <smally>448</smally>
         <largex>130</largex>
         <largey>553</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>S2</name>
   <borders>
   <border>CP2</border>
   </borders>
      <coordinates>
         <smallx>194</smallx>
         <smally>469</smally>
         <largex>243</largex>
         <largey>580</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Smith -->

<!-- Start Neal -->

<territory>
<name>Neal</name>
   <borders>
   <border>N1</border>
   </borders>
      <coordinates>
         <smallx>40</smallx>
         <smally>466</smally>
         <largex>50</largex>
         <largey>575</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>N1</name>
   <borders>
   <border>N2</border>
   </borders>
      <coordinates>
         <smallx>136</smallx>
         <smally>470</smally>
         <largex>170</largex>
         <largey>581</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>N2</name>
   <borders>
   <border>CP2</border>
   </borders>
      <coordinates>
         <smallx>219</smallx>
         <smally>491</smally>
         <largex>274</largex>
         <largey>608</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Neal -->

<!-- Start Mills -->

<territory>
<name>Mills</name>
   <borders>
   <border>M1</border>
   </borders>
      <coordinates>
         <smallx>10</smallx>
         <smally>495</smally>
         <largex>13</largex>
         <largey>613</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>M1</name>
   <borders>
   <border>M2</border>
   </borders>
      <coordinates>
         <smallx>107</smallx>
         <smally>479</smally>
         <largex>134</largex>
         <largey>593</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>M2</name>
   <borders>
   <border>CP3</border>
   </borders>
      <coordinates>
         <smallx>204</smallx>
         <smally>516</smally>
         <largex>254</largex>
         <largey>638</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Mills -->

<!-- Start Timms -->

<territory>
<name>Timms</name>
   <borders>
   <border>T1</border>
   </borders>
      <coordinates>
         <smallx>40</smallx>
         <smally>528</smally>
         <largex>51</largex>
         <largey>653</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>T1</name>
   <borders>
   <border>T2</border>
   </borders>
      <coordinates>
         <smallx>120</smallx>
         <smally>509</smally>
         <largex>150</largex>
         <largey>630</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>T2</name>
   <borders>
   <border>CP3</border>
   </borders>
      <coordinates>
         <smallx>235</smallx>
         <smally>533</smally>
         <largex>294</largex>
         <largey>661</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Timms -->

<!-- Start Yves -->

<territory>
<name>Yves</name>
   <borders>
   <border>Y1</border>
   </borders>
      <coordinates>
         <smallx>9</smallx>
         <smally>549</smally>
         <largex>13</largex>
         <largey>679</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Y1</name>
   <borders>
   <border>Y2</border>
   </borders>
      <coordinates>
         <smallx>109</smallx>
         <smally>540</smally>
         <largex>136</largex>
         <largey>668</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>Y2</name>
   <borders>
   <border>CP4</border>
   </borders>
      <coordinates>
         <smallx>204</smallx>
         <smally>554</smally>
         <largex>255</largex>
         <largey>687</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Yves -->

<!-- Start Casey -->

<territory>
<name>Casey</name>
   <borders>
   <border>C1</border>
   </borders>
      <coordinates>
         <smallx>71</smallx>
         <smally>565</smally>
         <largex>90</largex>
         <largey>697</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>C1</name>
   <borders>
   <border>C2</border>
   </borders>
      <coordinates>
         <smallx>133</smallx>
         <smally>560</smally>
         <largex>167</largex>
         <largey>695</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>C2</name>
   <borders>
   <border>CP4</border>
   </borders>
      <coordinates>
         <smallx>245</smallx>
         <smally>565</smally>
         <largex>307</largex>
         <largey>700</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<!-- End Casey -->

<!-- Start Checkpoints -->

<territory>
<name>CP1</name>
   <borders>
   <border>Pvt. Rip</border>
   </borders>
      <coordinates>
         <smallx>331</smallx>
         <smally>488</smally>
         <largex>415</largex>
         <largey>603</largey>
      </coordinates>
   <neutral>6</neutral>
</territory>

<territory>
<name>CP2</name>
   <borders>
   <border>Pvt. Rip</border>
   <border>Pvt. Gerd</border>
   </borders>
      <coordinates>
         <smallx>282</smallx>
         <smally>508</smally>
         <largex>350</largex>
         <largey>631</largey>
      </coordinates>
   <neutral>6</neutral>
</territory>

<territory>
<name>CP3</name>
   <borders>
   <border>Pvt. Gerd</border>
   <border>Pvt. Sven</border>
   </borders>
      <coordinates>
         <smallx>340</smallx>
         <smally>537</smally>
         <largex>425</largex>
         <largey>666</largey>
      </coordinates>
   <neutral>6</neutral>
</territory>

<territory>
<name>CP4</name>
   <borders>
   <border>Pvt. Sven</border>
   </borders>
      <coordinates>
         <smallx>292</smallx>
         <smally>560</smally>
         <largex>366</largex>
         <largey>695</largey>
      </coordinates>
   <neutral>6</neutral>
</territory>

<!-- End Checkpoints -->

<!-- Start Das Schloß -->

<territory>
<name>Kontrol 2</name>
   <borders>
   <border>Soldatenschlafzimmer C</border>
   <border>Kontrol 3</border>
   <border>Quad D</border>
   </borders>
      <coordinates>
         <smallx>184</smallx>
         <smally>250</smally>
         <largex>230</largex>
         <largey>306</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Soldatenschlafzimmer C</name>
   <borders>
   <border>Quad D</border>
   <border>Soldatenschlafzimmer B</border>
   <border>Kontrol 2</border>
   </borders>
      <coordinates>
         <smallx>150</smallx>
         <smally>243</smally>
         <largex>189</largex>
         <largey>298</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Soldatenschlafzimmer B</name>
   <borders>
   <border>Quad D</border>
   <border>Soldatenschlafzimmer C</border>
   <border>Soldatenschlafzimmer A</border>
   </borders>
      <coordinates>
         <smallx>120</smallx>
         <smally>243</smally>
         <largex>151</largex>
         <largey>298</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Soldatenschlafzimmer A</name>
   <borders>
   <border>Quad C</border>
   <border>Soldatenschlafzimmer B</border>
   <border>Das W.C.</border>
   </borders>
      <coordinates>
         <smallx>88</smallx>
         <smally>243</smally>
         <largex>111</largex>
         <largey>298</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Das W.C.</name>
   <borders>
   <border>Lagerraum A</border>
   <border>Soldatenschlafzimmer A</border>
   </borders>
      <coordinates>
         <smallx>60</smallx>
         <smally>243</smally>
         <largex>76</largex>
         <largey>298</largey>
      </coordinates>
<neutral>2</neutral>
</territory>


<territory>
<name>Lagerraum A</name>
   <borders>
   <border>Quad C</border>
   <border>Das W.C.</border>
   <border>Lagerraum B</border>
   </borders>
      <coordinates>
         <smallx>60</smallx>
         <smally>215</smally>
         <largex>76</largex>
         <largey>263</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lagerraum B</name>
   <borders>
   <border>Lagerraum A</border>
   <border>Speiseraum</border>
   <border>Quad A</border>
   </borders>
      <coordinates>
         <smallx>60</smallx>
         <smally>185</smally>
         <largex>76</largex>
         <largey>225</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Speiseraum</name>
   <borders>
   <border>Lagerraum B</border>
   <border>Quad A</border>
   </borders>
      <coordinates>
         <smallx>60</smallx>
         <smally>154</smally>
         <largex>76</largex>
         <largey>186</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lagerraum C</name>
   <borders>
   <border>Quad A</border>
   <border>Munitionsraum</border>
   </borders>
      <coordinates>
         <smallx>40</smallx>
         <smally>121</smally>
         <largex>51</largex>
         <largey>146</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Quad A</name>
   <borders>
   <border>Helipad B</border>
   <border>Quad B</border>
   <border>Quad C</border>
   <border>Speiseraum</border>
   <border>Lagerraum B</border>
   <border>Lagerraum C</border>
   </borders>
      <coordinates>
         <smallx>87</smallx>
         <smally>171</smally>
         <largex>109</largex>
         <largey>208</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Quad B</name>
   <borders>
   <border>Helipad B</border>
   <border>Quad A</border>
   <border>Quad D</border>
   <border>Haupstitz B</border>
   </borders>
      <coordinates>
         <smallx>151</smallx>
         <smally>163</smally>
         <largex>190</largex>
         <largey>199</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Quad C</name>
   <borders>
   <border>Helipad B</border>
   <border>Quad A</border>
   <border>Quad D</border>
   <border>Soldatenschlafzimmer A</border>
   <border>Lagerraum A</border>
   </borders>
      <coordinates>
         <smallx>87</smallx>
         <smally>207</smally>
         <largex>109</largex>
         <largey>253</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Quad D</name>
   <borders>
   <border>Helipad B</border>
   <border>Quad C</border>
   <border>Quad B</border>
   <border>Soldatenschlafzimmer B</border>
   <border>Soldatenschlafzimmer C</border>
   <border>Kontrol 2</border>
   <border>Kontrol 3</border>
   <border>Haupstitz A</border>
   </borders>
      <coordinates>
         <smallx>152</smallx>
         <smally>201</smally>
         <largex>190</largex>
         <largey>246</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Munitionsraum</name>
   <borders>
   <border>Lagerraum C</border>
   </borders>
      <coordinates>
         <smallx>145</smallx>
         <smally>122</smally>
         <largex>183</largex>
         <largey>147</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Funkraum</name>
   <borders>
   <border>Haupstitz B</border>
   </borders>
      <coordinates>
         <smallx>184</smallx>
         <smally>128</smally>
         <largex>231</largex>
         <largey>155</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Haupstitz B</name>
   <borders>
   <border>Quad B</border>
   <border>Funkraum</border>
   </borders>
      <coordinates>
         <smallx>181</smallx>
         <smally>164</smally>
         <largex>228</largex>
         <largey>200</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Haupstitz A</name>
   <borders>
   <border>Quad D</border>
   <border>Kontrol 3</border>
   </borders>
      <coordinates>
         <smallx>182</smallx>
         <smally>194</smally>
         <largex>229</largex>
         <largey>237</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Kontrol 3</name>
   <borders>
   <border>Kontrol 2</border>
   <border>Quad D</border>
   <border>DC 1</border>
   <border>Haupstitz A</border>
   </borders>
      <coordinates>
         <smallx>200</smallx>
         <smally>224</smally>
         <largex>251</largex>
         <largey>275</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Helipad B</name>
   <borders>
   <border>Helipad A</border>
   <border>Helipad C</border>
   <border>Quad A</border>
   <border>Quad B</border>
   <border>Quad C</border>
   <border>Quad D</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <coordinates>
         <smallx>121</smallx>
         <smally>170</smally>
         <largex>153</largex>
         <largey>207</largey>
      </coordinates>
<neutral>2</neutral>
</territory>


<!-- End Das Schloß -->

<!-- Start Cable Cars -->

<territory>
<name>UC 1</name>
   <borders>
   <border>UC 2</border>
   </borders>
      <coordinates>
         <smallx>365</smallx>
         <smally>423</smally>
         <largex>457</largex>
         <largey>523</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>UC 2</name>
   <borders>
   <border>UC 3</border>
   </borders>
      <coordinates>
         <smallx>334</smallx>
         <smally>396</smally>
         <largex>418</largex>
         <largey>490</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>UC 3</name>
   <borders>
   <border>UC 4</border>
   <border>DC 3</border>
   </borders>
      <coordinates>
         <smallx>300</smallx>
         <smally>365</smally>
         <largex>376</largex>
         <largey>451</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>UC 4</name>
   <borders>
   <border>UC 5</border>
   </borders>
      <coordinates>
         <smallx>268</smallx>
         <smally>337</smally>
         <largex>336</largex>
         <largey>416</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>UC 5</name>
   <borders>
   <border>Kontrol 2</border>
   </borders>
      <coordinates>
         <smallx>231</smallx>
         <smally>303</smally>
         <largex>289</largex>
         <largey>373</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>DC 1</name>
   <borders>
   <border>DC 2</border>
   </borders>
      <coordinates>
         <smallx>252</smallx>
         <smally>277</smally>
         <largex>316</largex>
         <largey>341</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>DC 2</name>
   <borders>
   <border>DC 3</border>
   </borders>
      <coordinates>
         <smallx>289</smallx>
         <smally>309</smally>
         <largex>362</largex>
         <largey>381</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>DC 3</name>
   <borders>
   <border>DC 4</border>
   <border>UC 3</border>
   </borders>
      <coordinates>
         <smallx>328</smallx>
         <smally>343</smally>
         <largex>411</largex>
         <largey>424</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>DC 4</name>
   <borders>
   <border>DC 5</border>
   </borders>
      <coordinates>
         <smallx>358</smallx>
         <smally>368</smally>
         <largex>449</largex>
         <largey>455</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>DC 5</name>
   <borders>
   <border>Kontrol 4</border>
   </borders>
      <coordinates>
         <smallx>390</smallx>
         <smally>394</smally>
         <largex>488</largex>
         <largey>487</largey>
      </coordinates>
<neutral>2</neutral>
</territory>


<!-- End Cable Cars -->

<!-- Start Roads -->

<territory>
<name>R1</name>
   <borders>
   <border>R2</border>
   </borders>
      <coordinates>
         <smallx>518</smallx>
         <smally>357</smally>
         <largex>648</largex>
         <largey>440</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R2</name>
   <borders>
   <border>R3</border>
   <border>R1</border>
   </borders>
      <coordinates>
         <smallx>523</smallx>
         <smally>327</smally>
         <largex>654</largex>
         <largey>403</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R3</name>
   <borders>
   <border>R4</border>
   <border>R2</border>
   </borders>
      <coordinates>
         <smallx>531</smallx>
         <smally>282</smally>
         <largex>664</largex>
         <largey>346</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R4</name>
   <borders>
   <border>R3</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>545</smallx>
         <smally>228</smally>
         <largex>682</largex>
         <largey>279</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R5</name>
   <borders>
   <border>R6</border>
   </borders>
      <coordinates>
         <smallx>577</smallx>
         <smally>232</smally>
         <largex>722</largex>
         <largey>284</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R6</name>
   <borders>
   <border>R5</border>
   <border>R7</border>
   </borders>
      <coordinates>
         <smallx>567</smallx>
         <smally>271</smally>
         <largex>709</largex>
         <largey>333</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R7</name>
   <borders>
   <border>R6</border>
   <border>R8</border>
   </borders>
      <coordinates>
         <smallx>557</smallx>
         <smally>313</smally>
         <largex>697</largex>
         <largey>385</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>R8</name>
   <borders>
   <border>Militärlager</border>
   <border>R7</border>
   </borders>
      <coordinates>
         <smallx>567</smallx>
         <smally>352</smally>
         <largex>709</largex>
         <largey>435</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<!-- End Roads -->

<!-- Start Dorf -->

<territory>
<name>Kontrol 4</name>
   <borders>
   <border>Wache Qwert</border>
   </borders>
      <coordinates>
         <smallx>426</smallx>
         <smally>414</smally>
         <largex>533</largex>
         <largey>511</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Wache Qwert</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Kontrol 4</border>
   </borders>
      <coordinates>
         <smallx>484</smallx>
         <smally>444</smally>
         <largex>605</largex>
         <largey>549</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Bus Schuppen</name>
   <borders>
   <border>R1</border>
   <border>Wache Qwert</border>
   <border>Kom. Wilhelm</border>
   <border>Helipad A</border>
   <border>Pvt. Max</border>
   <border>Hpt. Karl</border>
   <border>Pvt. Dax</border>
   <border>Pvt. Otto</border>
   <border>Militärlager</border>
   </borders>
      <coordinates>
         <smallx>499</smallx>
         <smally>419</smally>
         <largex>624</largex>
         <largey>518</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Pvt. Otto</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Militärlager</border>
   </borders>
      <coordinates>
         <smallx>566</smallx>
         <smally>399</smally>
         <largex>709</largex>
         <largey>493</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pvt. Dax</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Militärlager</border>
   </borders>
      <coordinates>
         <smallx>544</smallx>
         <smally>428</smally>
         <largex>680</largex>
         <largey>529</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Hpt. Karl</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Militärlager</border>
   </borders>
      <coordinates>
         <smallx>553</smallx>
         <smally>456</smally>
         <largex>692</largex>
         <largey>565</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pvt. Max</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Militärlager</border>
   </borders>
      <coordinates>
         <smallx>571</smallx>
         <smally>486</smally>
         <largex>713</largex>
         <largey>602</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Militärlager</name>
   <borders>
   <border>Pvt. Otto</border>
   <border>Pvt. Dax</border>
   <border>Hpt. Karl</border>
   <border>Pvt. Max</border>
   <border>Bus Schuppen</border>
   <border>Helipad A</border>
   </borders>
      <coordinates>
         <smallx>578</smallx>
         <smally>451</smally>
         <largex>723</largex>
         <largey>558</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Kom. Wilhelm</name>
   <borders>
   <border>Bus Schuppen</border>
   <border>Markt</border>
   </borders>
      <coordinates>
         <smallx>520</smallx>
         <smally>496</smally>
         <largex>652</largex>
         <largey>614</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Helipad A</name>
   <borders>
   <border>Militärlager</border>
   <border>Bus Schuppen</border>
   <border>Markt</border>
   <border>Inn</border>
   <border>Helipad B</border>
   <border>Helipad C</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <coordinates>
         <smallx>558</smallx>
         <smally>562</smally>
         <largex>700</largex>
         <largey>699</largey>
      </coordinates>
<neutral>12</neutral>
</territory>

<territory>
<name>Pvt. Wes</name>
   <borders>
   <border>Markt</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>518</smallx>
         <smally>537</smally>
         <largex>649</largex>
         <largey>665</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Hpt. Vim</name>
   <borders>
   <border>Markt</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>492</smallx>
         <smally>554</smally>
         <largex>616</largex>
         <largey>687</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pvt. Gus</name>
   <borders>
   <border>Markt</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>464</smallx>
         <smally>521</smally>
         <largex>580</largex>
         <largey>645</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Obl. Hans</name>
   <borders>
   <border>Markt</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>437</smallx>
         <smally>533</smally>
         <largex>547</largex>
         <largey>659</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>AA</name>
   <borders>
   <border>Inn</border>
   <border>Pvt. Sven</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <bombardments>
      <bombardment>P1</bombardment>
      <bombardment>P2</bombardment>
      <bombardment>J1</bombardment>
      <bombardment>J2</bombardment>
      <bombardment>S1</bombardment>
      <bombardment>S2</bombardment>
      <bombardment>N1</bombardment>
      <bombardment>N2</bombardment>
      <bombardment>M1</bombardment>
      <bombardment>M2</bombardment>
      <bombardment>T1</bombardment>
      <bombardment>T2</bombardment>
      <bombardment>Y1</bombardment>
      <bombardment>Y2</bombardment>
      <bombardment>C1</bombardment>
      <bombardment>C2</bombardment>
      </bombardments>
      <coordinates>
         <smallx>391</smallx>
         <smally>564</smally>
         <largex>489</largex>
         <largey>699</largey>
      </coordinates>
   <neutral>2</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>AB</name>
   <borders>
   <border>Inn</border>
   <border>Pvt. Gerd</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <bombardments>
      <bombardment>P1</bombardment>
      <bombardment>P2</bombardment>
      <bombardment>J1</bombardment>
      <bombardment>J2</bombardment>
      <bombardment>S1</bombardment>
      <bombardment>S2</bombardment>
      <bombardment>N1</bombardment>
      <bombardment>N2</bombardment>
      <bombardment>M1</bombardment>
      <bombardment>M2</bombardment>
      <bombardment>T1</bombardment>
      <bombardment>T2</bombardment>
      <bombardment>Y1</bombardment>
      <bombardment>Y2</bombardment>
      <bombardment>C1</bombardment>
      <bombardment>C2</bombardment>
      </bombardments>
      <coordinates>
         <smallx>408</smallx>
         <smally>527</smally>
         <largex>510</largex>
         <largey>653</largey>
      </coordinates>
   <neutral>2</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>AC</name>
   <borders>
   <border>Markt</border>
   <border>Pvt. Rip</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <bombardments>
      <bombardment>P1</bombardment>
      <bombardment>P2</bombardment>
      <bombardment>J1</bombardment>
      <bombardment>J2</bombardment>
      <bombardment>S1</bombardment>
      <bombardment>S2</bombardment>
      <bombardment>N1</bombardment>
      <bombardment>N2</bombardment>
      <bombardment>M1</bombardment>
      <bombardment>M2</bombardment>
      <bombardment>T1</bombardment>
      <bombardment>T2</bombardment>
      <bombardment>Y1</bombardment>
      <bombardment>Y2</bombardment>
      <bombardment>C1</bombardment>
      <bombardment>C2</bombardment>
      </bombardments>
      <coordinates>
         <smallx>402</smallx>
         <smally>478</smally>
         <largex>503</largex>
         <largey>591</largey>
      </coordinates>
   <neutral>2</neutral>
<bonus>1</bonus>
</territory>


<territory>
<name>Wache Dim</name>
   <borders>
   <border>Markt</border>
   <border>Kontrol 1</border>
   </borders>
      <coordinates>
         <smallx>432</smallx>
         <smally>467</smally>
         <largex>539</largex>
         <largey>578</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Kontrol 1</name>
   <borders>
   <border>Wache Dim</border>
   <border>UC 1</border>
   </borders>
      <coordinates>
         <smallx>406</smallx>
         <smally>439</smally>
         <largex>508</largex>
         <largey>543</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Markt</name>
   <borders>
   <border>Helipad A</border>
   <border>Obl. Hans</border>
   <border>Pvt. Gus</border>
   <border>Hpt. Vim</border>
   <border>Pvt. Wes</border>
   <border>Pvt. Gerd</border>
   <border>Pvt. Rip</border>
   <border>Wache Dim</border>
   <border>AC</border>
   <border>Inn</border>
   <border>Kom. Wilhelm</border>
   </borders>
      <coordinates>
         <smallx>470</smallx>
         <smally>493</smally>
         <largex>588</largex>
         <largey>610</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Inn</name>
   <borders>
   <border>Helipad A</border>
   <border>Obl. Hans</border>
   <border>Pvt. Gus</border>
   <border>Hpt. Vim</border>
   <border>Pvt. Wes</border>
   <border>Pvt. Gerd</border>
   <border>Pvt. Sven</border>
   <border>AB</border>
   <border>AA</border>
   <border>Markt</border>
   </borders>
      <coordinates>
         <smallx>439</smallx>
         <smally>561</smally>
         <largex>549</largex>
         <largey>695</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Pvt. Rip</name>
   <borders>
   <border>CP1</border>
   <border>CP2</border>
   <border>Markt</border>
   <border>Pvt. Gerd</border>
   <border>AC</border>
   </borders>
      <coordinates>
         <smallx>353</smallx>
         <smally>504</smally>
         <largex>442</largex>
         <largey>624</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pvt. Gerd</name>
   <borders>
   <border>AB</border>
   <border>CP2</border>
   <border>CP3</border>
   <border>Pvt. Sven</border>
   <border>Pvt. Rip</border>
   <border>Markt</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>381</smallx>
         <smally>520</smally>
         <largex>477</largex>
         <largey>644</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pvt. Sven</name>
   <borders>
   <border>AA</border>
   <border>CP3</border>
   <border>CP4</border>
   <border>Pvt. Gerd</border>
   <border>Inn</border>
   </borders>
      <coordinates>
         <smallx>363</smallx>
         <smally>553</smally>
         <largex>454</largex>
         <largey>685</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<!-- End Dorf -->

<!-- Start Flughafen -->

<territory>
<name>Wache In</name>
   <borders>
   <border>Offiziere</border>
   <border>Tower</border>
   <border>K1</border>
   <border>K2</border>
   <border>K3</border>
   <border>K4</border>
   <border>K5</border>
   <border>K6</border>
   <border>K7</border>
   <border>K8</border>
   </borders>
      <coordinates>
         <smallx>494</smallx>
         <smally>213</smally>
         <largex>618</largex>
         <largey>260</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Wache Aus</name>
   <borders>
   <border>Hangar</border>
   <border>K1</border>
   <border>K2</border>
   <border>K3</border>
   <border>K4</border>
   <border>K5</border>
   <border>K6</border>
   <border>K7</border>
   <border>K8</border>
   <border>R5</border>
   </borders>
      <coordinates>
         <smallx>580</smallx>
         <smally>171</smally>
         <largex>725</largex>
         <largey>208</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Offiziere</name>
   <borders>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>450</smallx>
         <smally>218</smally>
         <largex>563</largex>
         <largey>266</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Tower</name>
   <borders>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>398</smallx>
         <smally>221</smally>
         <largex>499</largex>
         <largey>270</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Hangar</name>
   <borders>
   <border>Wache Aus</border>
   <border>Taxiway</border>
   <border>Helipad C</border>
   </borders>
      <coordinates>
         <smallx>491</smallx>
         <smally>146</smally>
         <largex>614</largex>
         <largey>176</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Taxiway</name>
   <borders>
   <border>Hangar</border>
   <border>Runway</border>
   </borders>
      <coordinates>
         <smallx>569</smallx>
         <smally>141</smally>
         <largex>712</largex>
         <largey>170</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Helipad C</name>
   <borders>
   <border>Hangar</border>
   <border>Helipad A</border>
   <border>Helipad B</border>
   <border>Philby</border>
   <border>Jones</border>
   <border>Smith</border>
   <border>Neal</border>
   <border>Mills</border>
   <border>Timms</border>
   <border>Yves</border>
   <border>Casey</border>
   </borders>
      <coordinates>
         <smallx>434</smallx>
         <smally>141</smally>
         <largex>543</largex>
         <largey>170</largey>
      </coordinates>
<neutral>12</neutral>
</territory>

<territory>
<name>Runway</name>
   <borders>
   <border>Escape Flugzeuge</border>
   <border>Taxiway</border>
   </borders>
      <coordinates>
         <smallx>564</smallx>
         <smally>113</smally>
         <largex>705</largex>
         <largey>135</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Escape Flugzeuge</name>
   <borders>
   <border>Runway</border>
   </borders>
      <coordinates>
         <smallx>488</smallx>
         <smally>113</smally>
         <largex>610</largex>
         <largey>135</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>K1</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>547</smallx>
         <smally>187</smally>
         <largex>684</largex>
         <largey>228</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K2</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>524</smallx>
         <smally>178</smally>
         <largex>655</largex>
         <largey>216</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K3</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>501</smallx>
         <smally>187</smally>
         <largex>627</largex>
         <largey>228</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K4</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>478</smallx>
         <smally>178</smally>
         <largex>598</largex>
         <largey>216</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K5</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>455</smallx>
         <smally>187</smally>
         <largex>569</largex>
         <largey>228</largey>
      </coordinates>
</territory>

<territory>
<name>K6</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>432</smallx>
         <smally>178</smally>
         <largex>540</largex>
         <largey>216</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K7</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>409</smallx>
         <smally>187</smally>
         <largex>512</largex>
         <largey>228</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>K8</name>
   <borders>
   <border>Wache Aus</border>
   <border>Wache In</border>
   </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>178</smally>
         <largex>483</largex>
         <largey>216</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<!-- End Flughafen -->

</map>
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Gozar
Posts: 2534
Joined: Wed Jan 31, 2007 3:15 pm
Gender: Male
Location: Nova Scotia (G1)
Contact:

Re: Das SchloSSV34(P55)

Post by Gozar »

Thanks, cairnswk.

I believe this is the best solution to nudge these games towards a conclusion, and getting the proper map up for play.


cairnswk wrote:I was however unaware that Qwert (heaven forbid that he would do such a thing) was pushing for a record.


I know! Can you believe it?

:lol:
Image
User avatar
Hopscotcher
Posts: 733
Joined: Wed Oct 29, 2008 9:06 pm
Gender: Male
Location: Colorful Colorado

Re: Das SchloSSV34(P55)

Post by Hopscotcher »

I'm a little out of the loop, but interested in this topic. Sad to say, but I'm just posting so it will pop up in the view your posts link.

ttfn,
Hops
I'm a sucker for Assassin Games

My claim to fame..... Game 6311393
User avatar
dolomite13
Posts: 1379
Joined: Mon Aug 18, 2008 5:54 pm

Re: Das SchloSSV34(P55)

Post by dolomite13 »

I love this map and can't wait to start playing it =)
Where Have I Been? ... Testing a prototype board game that I co-designed called Alien Overrun!
User avatar
Qwert
SoC Training Adviser
Posts: 9262
Joined: Tue Nov 07, 2006 5:07 pm
Location: VOJVODINA
Contact:

Re: Das SchloSSV34(P55)

Post by Qwert »

Gozar
Warning: Maps designated as "Beta" might have unbalanced gameplay and undergo changes mid-game. Play at your own risk!

And as Incandenza said, I don't see how play can be "hurried." Especially after this comment:

2009-03-25 14:41:52 - qwert: sorry guys,but i want to see these game in TOP 20 LONGEST GAME

First-i belive that these map whas quenched and put online before BETA stage implementation.
Second-Some time i can write some jokes, i hope that you not think for real that im want to brake record in these topic?
Image
NEW REVOLUTION-NEW RANKS PRESS THESE LINK viewtopic.php?f=471&t=47578&start=0
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

All active players in these lasts two games have been advised that lackattack has been sent an altered xml for upload to enable these last two game to finish. :)
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Shatners Bassoon
Posts: 651
Joined: Sat Nov 03, 2007 3:54 pm
Gender: Male
Location: corner
Contact:

Re: Das SchloSSV34(P55)

Post by Shatners Bassoon »

I have waited soooooooooooooooooooooooo long to play this again =P~
Image
31-29
User avatar
Minister Masket
Posts: 4882
Joined: Fri Apr 20, 2007 2:24 pm
Gender: Male
Location: On The Brink

Re: Das SchloSSV34(P55)

Post by Minister Masket »

A shame this didn't stay in it's original format. I liked the idea of having players never fully out of the fight.
Granted, the game I played went way over 50 rounds...but I was winning!
Victrix Fortuna Sapientia

Image
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Das SchloSSV34(P55)

Post by yeti_c »

cairnswk wrote:All active players in these lasts two games have been advised that lackattack has been sent an altered xml for upload to enable these last two game to finish. :)


Has this gone live at all?

C.
Image
Highest score : 2297
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

Re: Das SchloSSV34(P55)

Post by Incandenza »

Not yet.
THOTA: dingdingdingdingdingdingBOOM

Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
User avatar
Blitzaholic
Posts: 23050
Joined: Wed Aug 09, 2006 11:57 pm
Location: Apocalyptic Area

Re: Das SchloSSV34(P55)

Post by Blitzaholic »

what else needs ironing out?
Image
User avatar
AndyDufresne
Posts: 24935
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo
Contact:

Re: Das SchloSSV34(P55)

Post by AndyDufresne »

Lack does. I keep harping on him. :)


--Andy
User avatar
Shatners Bassoon
Posts: 651
Joined: Sat Nov 03, 2007 3:54 pm
Gender: Male
Location: corner
Contact:

Re: Das SchloSSV34(P55)

Post by Shatners Bassoon »

*Taps fingers impatiently on desk
Image
31-29
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

Shatners Bassoon wrote:*Taps fingers impatiently on desk


For whatever reason, lackattack hasn't replied to the xml file that i sent him and it certainly hasn't been uploaded yet. :(

So keep tapping on the desk SB.

IN the meantime, please visit

Trafalgar and

Stalingrad for some feedback, thanks.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
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

Re: Das SchloSSV34(P55)

Post by Incandenza »

So cairns, if you want someone to be mad at for the continuation of one of the two remaining games, it's Gilligan. He was faced with three options: he could do nothing, in which case I would win and the game would end (I had all 4 objectives), he could take all 4 objectives from me and try and win himself (very doable, as he has by quite a large margin the most armies, and it certainly would've made the game much more interesting, the end that much closer)... but instead he picked the third option, just take the lightest-held objective and ensure that the game will continue in its boring status quo for the foreseeable future.

Christ, could lack PLEASE just delete these games?
THOTA: dingdingdingdingdingdingBOOM

Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
User avatar
MarathonMax
Posts: 74
Joined: Tue Dec 16, 2008 2:47 pm
Gender: Male

Re: Das SchloSSV34(P55)

Post by MarathonMax »

Cairns,

All the maps you make are just AWESOME. This one appears to be another winner!

How can I help with the gameplay?

Max
User avatar
3mp3r0r
Posts: 96
Joined: Sun Jan 21, 2007 2:49 pm
Gender: Male
Location: DERRY!!!!!!!!

Re: Das SchloSSV34(P55)

Post by 3mp3r0r »

http://www.conquerclub.com/game.php?game=2488738

http://www.conquerclub.com/game.php?game=2485015

final 2 games :D
and the first one is basically finished

2009-06-02 01:08:18 - Hath: unfortunately you can only advance 9999 troops at a time...this is probably going to take 2 more turns...sorry guys nothing i can do

2008-07-17 01:51:39 - Thomo1970: at the risk of dragging this out, spoofer, need you to block pogofiles or this game is likely to be over this turn.


^^ just a couple of quotes from the first game
Image
Just a random clown from http://www.seriousless.com the seriousless gaming community
herschal
Posts: 42
Joined: Sat Dec 15, 2007 8:41 am

Re: Das SchloSSV34(P55)

Post by herschal »

ONce the last game is over, will this be re-quenched and put into beta?
User avatar
cairnswk
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Gender: Male
Location: Australia

Re: Das SchloSSV34(P55)

Post by cairnswk »

herschal wrote:ONce the last game is over, will this be re-quenched and put into beta?

Hopefully yes.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
Post Reply

Return to “The Atlas”