Conquer Club

SteamWorks

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Re: SteamWorks

Postby DiM on Wed Sep 21, 2011 3:48 pm

normally at least 3 powered engines + oxford should win the game.
“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
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: SteamWorks

Postby zimmah on Wed Sep 21, 2011 4:10 pm

DiM wrote:normally at least 3 powered engines + oxford should win the game.


ye, having extra POWERED or unpowered engines should not break this. not sure if it actually does though. only one way to find out.

extra steam does break it, but that's how it should work.
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby DiM on Wed Sep 21, 2011 4:21 pm

zimmah wrote:
DiM wrote:normally at least 3 powered engines + oxford should win the game.


ye, having extra POWERED or unpowered engines should not break this. not sure if it actually does though. only one way to find out.

extra steam does break it, but that's how it should work.


100% correct
“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
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: SteamWorks

Postby ender516 on Wed Sep 21, 2011 7:01 pm

I would guess that since Four Engines overrides Three Engines, BOB is not seeing the objective as met. The question is whether the game engine will.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: SteamWorks

Postby Gilligan on Wed Sep 21, 2011 7:46 pm

Is Isle of Wight -> West Sussex supposed to be a one-way?
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Re: SteamWorks

Postby Victor Sullivan on Wed Sep 21, 2011 7:50 pm

Gilligan wrote:Is Isle of Wight -> West Sussex supposed to be a one-way?

Nope. That's arrow's got two heads, Gilly! :)

-Sully
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: SteamWorks

Postby Gilligan on Wed Sep 21, 2011 7:52 pm

Victor Sullivan wrote:
Gilligan wrote:Is Isle of Wight -> West Sussex supposed to be a one-way?

Nope. That's arrow's got two heads, Gilly! :)

-Sully


Ahh...You can see the second arrowhead without army numbers, but when there's an army placed you can only see one (The one going away from Isle of Wight)
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Re: SteamWorks

Postby Victor Sullivan on Wed Sep 21, 2011 7:54 pm

Gilligan wrote:
Victor Sullivan wrote:
Gilligan wrote:Is Isle of Wight -> West Sussex supposed to be a one-way?

Nope. That's arrow's got two heads, Gilly! :)

-Sully


Ahh...You can see the second arrowhead without army numbers, but when there's an army placed you can only see one (The one going away from Isle of Wight)

Ah! Perhaps a slight adjustment, then?

-Sully
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: SteamWorks

Postby ender516 on Wed Sep 21, 2011 7:56 pm

Gilligan wrote:Is Isle of Wight -> West Sussex supposed to be a one-way?

Isle of Wight has a two-way connection with Hampshire, but on the small map, the little arrow does point right at the W. Sussex label which overhangs into Hampshire, and the other end on the island is covered by the troop number. Maybe the arrow should attach to the west end of the island and curve to the north into Hampshire, or maybe the anchor could be moved to the west, and the arrow just shifted a bit and/or flipped.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: SteamWorks

Postby DiM on Wed Sep 21, 2011 8:24 pm

i will deal with this asap.
edit//
http://img824.imageshack.us/img824/1061/steamworkss.png
Image

also i just tested the objective and apparently it doesn't work at all.
i've pmed zimmah and hopefully he'll fix it.
Last edited by DiM on Wed Sep 21, 2011 8:31 pm, edited 1 time in total.
“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
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: SteamWorks

Postby Victor Sullivan on Wed Sep 21, 2011 8:30 pm

DiM and I just tested the win condition. It doesn't work. Like, at all. It doesn't even work for 3 powered engines :| But, I know how to fix it! :) zimmah, code a continent like this:
Code: Select all
<continent>
   <name>Objective Continent</name>
   <bonus>0</bonus>
   <components>
      <continent>Three Powered Engines</continent>
      <continent>Four Powered Engines</continent>
      <continent>Five Powered Engines</continent>
      <continent>Six Powered Engines</continent>
      <continent>Seven Powered Engines</continent>
   </components>
   <required>1</required>
</continent>

(You may want to have the other bonuses override this so an extra continent doesn't show up in the log for FoW games and to avoid confusion.) Next, code the objective like this:
Code: Select all
<objective>
   <name>Steampunk Victory</name>
   <components>
      <continent>Objective Continent</continent>
      <territory>Oxford</territory>
   </components>
</objective>

And voila!

-Sully
Last edited by Victor Sullivan on Wed Sep 21, 2011 8:32 pm, edited 1 time in total.
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: SteamWorks

Postby Victor Sullivan on Wed Sep 21, 2011 8:32 pm

Obviously, you can change the names as you see fit, but you get the idea.

-Sully
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: SteamWorks

Postby koontz1973 on Wed Sep 21, 2011 11:07 pm

<objective>
<name>Dr. DiM's Evil Machine</name>
<components>
<continent>Three Engines</continent>
<territory>Oxford</territory>
</components><
/objective>

Sully, this is the above victory condition as in the current xml, it will not work because of the overrides and it is wrong.

DiM, you need to change the objective to

<objective>
<name>Dr. DiM's Evil Machine</name>
<components>
<continent>Three Powered Engines</continent>
<territory>Oxford</territory>
</components><
/objective>

Why, because the map says you need to hold 3 powered engines and Oxford. You have it coded as only needing 3 engines which if you have 4 engines means you cannot win.
Image
User avatar
Lieutenant koontz1973
 
Posts: 6960
Joined: Thu Jan 01, 2009 10:57 am

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 5:42 am

Victor Sullivan wrote:Obviously, you can change the names as you see fit, but you get the idea.

-Sully


thank sully, i was aware there might be something wrong with the objective, i was testing it allready, but you beat me to it.

i'll update it.

tho my solution is quite different, i would like to test that first, unless you can tell me right away if t works or doesnt.

we can even test it on a real-tme game after the xml has been updated.

like the one above poined out, i indeed made a typo and the objective is indeed to hold oxford and 3 engines. and it indeeds gets overridden. so now we know the override tags also override objectives, i'll need to write 5 winning conditions, like this:

Code: Select all
<objective>
   <name>Dr. DiM&#39;s Evil Machine</name>
   <components>
      <continent>Three Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>

<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark II</name>
   <components>
      <continent>Four Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>

<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark III</name>
   <components>
      <continent>Five Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>

<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark IV</name>
   <components>
      <continent>Six Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>

<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark V</name>
   <components>
      <continent>Seven Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby Victor Sullivan on Thu Sep 22, 2011 5:52 am

I think that should work just as well.

-Sully
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 6:02 am

updated XML for steamworks

changes:
line 7
Code: Select all
changed<continent>Three Engines</continent> to
<continent>Three Powered Engines</continent>


line 11 to 38
Code: Select all
added:
<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark II</name>
   <components>
      <continent>Four Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>
<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark III</name>
   <components>
      <continent>Five Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>
<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark IV</name>
   <components>
      <continent>Six Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>
<objective>
   <name>Dr. DiM&#39;s Evil Machine Mark V</name>
   <components>
      <continent>Seven Powered Engines</continent>
      <territory>Oxford</territory>
   </components>
</objective>




http://zimmah.webs.com/Steamworks%20v1.1e.xml

Code: Select all

<?xml version="1.0"?>

<map>

<!-- STEAMWORKS by DiM, XML by zimmah. v1.1e -->

<objective>

   <name>Dr. DiM&#39;s Evil Machine</name>

   <components>

      <continent>Three Powered Engines</continent>

      <territory>Oxford</territory>

   </components>

</objective>

<objective>

   <name>Dr. DiM&#39;s Evil Machine Mark II</name>

   <components>

      <continent>Four Powered Engines</continent>

      <territory>Oxford</territory>

   </components>

</objective>

<objective>

   <name>Dr. DiM&#39;s Evil Machine Mark III</name>

   <components>

      <continent>Five Powered Engines</continent>

      <territory>Oxford</territory>

   </components>

</objective>

<objective>

   <name>Dr. DiM&#39;s Evil Machine Mark IV</name>

   <components>

      <continent>Six Powered Engines</continent>

      <territory>Oxford</territory>

   </components>

</objective>

<objective>

   <name>Dr. DiM&#39;s Evil Machine Mark V</name>

   <components>

      <continent>Seven Powered Engines</continent>

      <territory>Oxford</territory>

   </components>

</objective>

<!-- Normal continents below this line -->

<continent>

   <name>Northwest</name>

   <bonus>1</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Westmorland</territory>

      <territory>Lancashire</territory>

      <territory>Cheshire</territory>

   </components>

</continent>

<continent>

   <name>Northeast</name>

   <bonus>2</bonus>

   <components>

      <territory>Northumberland</territory>

      <territory>Durham</territory>

      <territory>North Riding</territory>

      <territory>East Riding</territory>

      <territory>West Riding</territory>

   </components>

</continent>

<continent>

   <name>Eastmidlands</name>

   <bonus>2</bonus>

   <components>

      <territory>Derby</territory>

      <territory>Nottingham</territory>

      <territory>Lincolnshire</territory>

      <territory>Leicester</territory>

      <territory>Northlands</territory>

   </components>

</continent>

<continent>

   <name>Westmidlands</name>

   <bonus>2</bonus>

   <components>

      <territory>Shropshire</territory>

      <territory>Staffordshire</territory>

      <territory>Worcester</territory>

      <territory>Warwickshire</territory>

      <territory>Herefordshire</territory>

   </components>

</continent>

<continent>

   <name>Southwest</name>

   <bonus>3</bonus>

   <components>

      <territory>Gloucester</territory>

      <territory>Wiltshire</territory>

      <territory>Somerset</territory>

      <territory>Devon Shire</territory>

      <territory>Cornwall</territory>

      <territory>Dorset</territory>

   </components>

</continent>

<continent>

   <name>Southeast</name>

   <bonus>4</bonus>

   <components>

      <territory>Berkshire</territory>

      <territory>Surrey</territory>

      <territory>Kent</territory>

      <territory>East Sussex</territory>

      <territory>West Sussex</territory>

      <territory>Hampshire</territory>

      <territory>Isle of Wight</territory>

   </components>

</continent>

<continent>

   <name>East</name>

   <bonus>3</bonus>

   <components>

      <territory>Buckingham</territory>

      <territory>Hertford</territory>

      <territory>Essex</territory>

      <territory>Suffolk</territory>

      <territory>Cambridge</territory>

      <territory>Norfolk</territory>

   </components>

</continent>

<!-- end of normal continents, steam/Engine bonusses below this line -->

<continent>

   <name>One Engine</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>1</required>

</continent>

<continent>

   <name>Two Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>2</required>

   <overrides>

   <override>One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Three Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>3</required>

   <overrides>

   <override>Two Engines</override>

   </overrides>

</continent>

<continent>

   <name>Four Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>4</required>

   <overrides>

   <override>Three Engines</override>

   </overrides>

</continent>

<continent>

   <name>Five Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>5</required>

   <overrides>

   <override>Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>Six Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <required>6</required>

   <overrides>

   <override>Five Engines</override>

   </overrides>

</continent>

<continent>

   <name>All Engines</name>

   <bonus>0</bonus>

   <components>

      <territory>Cheshire</territory>

      <territory>Warwickshire</territory>

      <territory>Durham</territory>

      <territory>Wiltshire</territory>

      <territory>Nottingham</territory>

      <territory>Suffolk</territory>

      <territory>Berkshire</territory>

   </components>

   <overrides>

   <override>Six Engines</override>

   </overrides>

</continent>

<continent>

   <name>One Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>1</required>

</continent>

<continent>

   <name>Two Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>2</required>

   <overrides>

      <override>One Steam</override>

   </overrides>

</continent>

<continent>

   <name>Three Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>3</required>

   <overrides>

      <override>Two Steam</override>

   </overrides>

</continent>

<continent>

   <name>Four Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>4</required>

   <overrides>

      <override>Three Steam</override>

   </overrides>

</continent>

<continent>

   <name>Five Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>5</required>

   <overrides>

      <override>Four Steam</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <required>6</required>

   <overrides>

      <override>Five Steam</override>

   </overrides>

</continent>

<continent>

   <name>All Steam</name>

   <bonus>0</bonus>

   <components>

      <territory>Cumberland</territory>

      <territory>Kent</territory>

      <territory>Shropshire</territory>

      <territory>Devon Shire</territory>

      <territory>Hertford</territory>

      <territory>Northlands</territory>

      <territory>North Riding</territory>

   </components>

   <overrides>

      <override>Six Steam</override>

   </overrides>

</continent>

<continent>

   <name>One Powered Engine</name>

   <bonus>1</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>One Steam</continent>

   </components>

   <overrides>

      <override>One Engine</override>

      <override>One Steam</override>

   </overrides>

</continent>

<continent>

   <name>Two Steam and One Engine</name>

   <bonus>-1</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>Two Steam</continent>

   </components>

   <overrides>

      <override>One Powered Engine</override>

      <override>Two Steam</override>

   </overrides>

</continent>

<continent>

   <name>Three Steam and One Engine</name>

   <bonus>-2</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>Three Steam</continent>

   </components>

   <overrides>

      <override>Two Steam and One Engine</override>

      <override>Three Steam</override>

   </overrides>

</continent>

<continent>

   <name>Four Steam and One Engine</name>

   <bonus>-3</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>Four Steam</continent>

   </components>

   <overrides>

      <override>Three Steam and One Engine</override>

      <override>Four Steam</override>

   </overrides>

</continent>

<continent>

   <name>Five Steam and One Engine</name>

   <bonus>-4</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>Five Steam</continent>

   </components>

   <overrides>

      <override>Four Steam and One Engine</override>

      <override>Five Steam</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam and One Engine</name>

   <bonus>-5</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Five Steam and One Engine</override>

      <override>Six Steam</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and One Engine</name>

   <bonus>-6</bonus>

   <components>

      <continent>One Engine</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>Six Steam and One Engine</override>

      <override>All Steam</override>

   </overrides>

</continent>

<continent>

   <name>Two Powered Engines</name>

   <bonus>2</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>Two Steam</continent>

   </components>

   <overrides>

      <override>One Powered Engine</override>

      <override>Two Engines</override>

      <override>Two Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Three Steam and Two Engines</name>

   <bonus>-1</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>Three Steam</continent>

   </components>

   <overrides>

      <override>Two Powered Engines</override>

      <override>Three Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Four Steam and Two Engines</name>

   <bonus>-2</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>Four Steam</continent>

   </components>

   <overrides>

      <override>Three Steam and Two Engines</override>

      <override>Four Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Five Steam and Two Engines</name>

   <bonus>-3</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>Five Steam</continent>

   </components>

   <overrides>

      <override>Four Steam and Two Engines</override>

      <override>Five Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam and Two Engines</name>

   <bonus>-4</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Five Steam and Two Engines</override>

      <override>Six Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and Two Engines</name>

   <bonus>-5</bonus>

   <components>

      <continent>Two Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>Six Steam and Two Engines</override>

      <override>All Steam and One Engine</override>

   </overrides>

</continent>

<continent>

   <name>Three Powered Engines</name>

   <bonus>3</bonus>

   <components>

      <continent>Three Engines</continent>

      <continent>Three Steam</continent>

   </components>

   <overrides>

      <override>Two Powered Engines</override>

      <override>Three Engines</override>

      <override>Three Steam and Two Engines</override>

   </overrides>

</continent>

<continent>

   <name>Four Steam and Three Engines</name>

   <bonus>-1</bonus>

   <components>

      <continent>Three Engines</continent>

      <continent>Four Steam</continent>

   </components>

   <overrides>

      <override>Three Powered Engines</override>

      <override>Four Steam and Two Engines</override>

   </overrides>

</continent>

<continent>

   <name>Five Steam and Three Engines</name>

   <bonus>-2</bonus>

   <components>

      <continent>Three Engines</continent>

      <continent>Five Steam</continent>

   </components>

   <overrides>

      <override>Four Steam and Three Engines</override>

      <override>Five Steam and Two Engines</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam and Three Engines</name>

   <bonus>-3</bonus>

   <components>

      <continent>Three Engines</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Six Steam and Two Engines</override>

      <override>Five Steam and Three Engines</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and Three Engines</name>

   <bonus>-4</bonus>

   <components>

      <continent>Three Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>All Steam and Two Engines</override>

      <override>Six Steam and Three Engines</override>

   </overrides>

</continent>

<continent>

   <name>Four Powered Engines</name>

   <bonus>4</bonus>

   <components>

      <continent>Four Engines</continent>

      <continent>Four Steam</continent>

   </components>

   <overrides>

      <override>Three Powered Engines</override>

      <override>Four Steam and Three Engines</override>

      <override>Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>Five Steam and Four Engines</name>

   <bonus>-1</bonus>

   <components>

      <continent>Four Engines</continent>

      <continent>Five Steam</continent>

   </components>

   <overrides>

      <override>Four Powered Engines</override>

      <override>Five Steam and Three Engines</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam and Four Engines</name>

   <bonus>-2</bonus>

   <components>

      <continent>Four Engines</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Six Steam and Three Engines</override>

      <override>Five Steam and Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and Four Engines</name>

   <bonus>-3</bonus>

   <components>

      <continent>Four Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>All Steam and Three Engines</override>

      <override>Six Steam and Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>Five Powered Engines</name>

   <bonus>5</bonus>

   <components>

      <continent>Five Engines</continent>

      <continent>Five Steam</continent>

   </components>

   <overrides>

      <override>Four Powered Engines</override>

      <override>Five Steam and Four Engines</override>

      <override>Five Engines</override>

   </overrides>

</continent>

<continent>

   <name>Six Steam and Five Engines</name>

   <bonus>-1</bonus>

   <components>

      <continent>Five Engines</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Five Powered Engines</override>

      <override>Six Steam and Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and Five Engines</name>

   <bonus>-2</bonus>

   <components>

      <continent>Five Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>Six Steam and Five Engines</override>

      <override>All Steam and Four Engines</override>

   </overrides>

</continent>

<continent>

   <name>Six Powered Engines</name>

   <bonus>6</bonus>

   <components>

      <continent>Six Engines</continent>

      <continent>Six Steam</continent>

   </components>

   <overrides>

      <override>Five Powered Engines</override>

      <override>Six Steam and Five Engines</override>

      <override>Six Engines</override>

   </overrides>

</continent>

<continent>

   <name>All Steam and Six Engines</name>

   <bonus>-1</bonus>

   <components>

      <continent>Six Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>Six Powered Engines</override>

      <override>All Steam and Five Engines</override>

   </overrides>

</continent>

<continent>

   <name>Seven Powered Engines</name>

   <bonus>7</bonus>

   <components>

      <continent>All Engines</continent>

      <continent>All Steam</continent>

   </components>

   <overrides>

      <override>Six Powered Engines</override>

      <override>All Steam and Six Engines</override>

      <override>All Engines</override>

   </overrides>

</continent>

<!-- Northwest Territories below this line -->

<territory>

   <name>Cumberland</name>

   <borders>

      <border>Westmorland</border>

      <border>Lancashire</border>

   </borders>

   <coordinates>

      <smallx>73</smallx>

      <smally>70</smally>

      <largex>117</largex>

      <largey>80</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Westmorland</name>

   <borders>

      <border>Cumberland</border>

      <border>Lancashire</border>

   </borders>

   <coordinates>

      <smallx>100</smallx>

      <smally>97</smally>

      <largex>137</largex>

      <largey>120</largey>

   </coordinates>

</territory>

<territory>

   <name>Lancashire</name>

   <borders>

      <border>Cumberland</border>

      <border>Westmorland</border>

      <border>Cheshire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Surrey</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>66</smallx>

      <smally>163</smally>

      <largex>90</largex>

      <largey>202</largey>

   </coordinates>

</territory>

<territory>

   <name>Cheshire</name>

   <borders>

      <border>Lancashire</border>

   </borders>

   <coordinates>

      <smallx>64</smallx>

      <smally>201</smally>

      <largex>81</largex>

      <largey>252</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<!-- Northeast territores below this line -->

<territory>

   <name>Northumberland</name>

   <borders>

      <border>Durham</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>194</smallx>

      <smally>73</smally>

      <largex>257</largex>

      <largey>98</largey>

   </coordinates>

</territory>

<territory>

   <name>West Riding</name>

   <borders>

      <border>Northumberland</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

      <border>North Riding</border>

      <border>East Riding</border>

   </borders>

   <coordinates>

      <smallx>227</smallx>

      <smally>202</smally>

      <largex>303</largex>

      <largey>260</largey>

   </coordinates>

</territory>

<territory>

   <name>East Riding</name>

   <borders>

      <border>North Riding</border>

      <border>West Riding</border>

   </borders>

   <coordinates>

      <smallx>283</smallx>

      <smally>183</smally>

      <largex>375</largex>

      <largey>235</largey>

   </coordinates>

</territory>

<territory>

   <name>Durham</name>

   <borders>

      <border>Northumberland</border>

      <border>North Riding</border>

   </borders>

   <coordinates>

      <smallx>222</smallx>

      <smally>117</smally>

      <largex>292</largex>

      <largey>148</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>North Riding</name>

   <borders>

      <border>East Riding</border>

      <border>Durham</border>

      <border>West Riding</border>

   </borders>

   <coordinates>

      <smallx>252</smallx>

      <smally>151</smally>

      <largex>322</largex>

      <largey>192</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<!-- Eastmidlands -->

<territory>

   <name>Lincolnshire</name>

   <borders>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Nottingham</border>

      <border>Leicester</border>

      <border>Northlands</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>407</smallx>

      <smally>98</smally>

      <largex>538</largex>

      <largey>124</largey>

   </coordinates>

</territory>

<territory>

   <name>Northlands</name>

   <borders>

      <border>Lincolnshire</border>

      <border>Leicester</border>

   </borders>

   <coordinates>

      <smallx>396</smallx>

      <smally>164</smally>

      <largex>519</largex>

      <largey>205</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Leicester</name>

   <borders>

      <border>Derby</border>

      <border>Nottingham</border>

      <border>Lincolnshire</border>

      <border>Northlands</border>

   </borders>

   <coordinates>

      <smallx>363</smallx>

      <smally>144</smally>

      <largex>485</largex>

      <largey>179</largey>

   </coordinates>

</territory>

<territory>

   <name>Nottingham</name>

   <borders>

      <border>Lincolnshire</border>

      <border>Derby</border>

      <border>Leicester</border>

   </borders>

   <coordinates>

      <smallx>368</smallx>

      <smally>104</smally>

      <largex>482</largex>

      <largey>131</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Derby</name>

   <borders>

      <border>Leicester</border>

      <border>Nottingham</border>

      <border>Lancashire</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Surrey</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>337</smallx>

      <smally>99</smally>

      <largex>448</largex>

      <largey>125</largey>

   </coordinates>

</territory>

<!-- East -->

<territory>

   <name>Norfolk</name>

   <borders>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Buckingham</border>

      <border>Surrey</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

      <border>Cambridge</border>

      <border>Suffolk</border>

   </borders>

   <coordinates>

      <smallx>500</smallx>

      <smally>185</smally>

      <largex>670</largex>

      <largey>232</largey>

   </coordinates>

</territory>

<territory>

   <name>Cambridge</name>

   <borders>

      <border>Norfolk</border>

      <border>Suffolk</border>

      <border>Essex</border>

      <border>Hertford</border>

   </borders>

   <coordinates>

      <smallx>456</smallx>

      <smally>217</smally>

      <largex>595</largex>

      <largey>252</largey>

   </coordinates>

</territory>

<territory>

   <name>Suffolk</name>

   <borders>

      <border>Cambridge</border>

      <border>Norfolk</border>

      <border>Essex</border>

   </borders>

   <coordinates>

      <smallx>522</smallx>

      <smally>214</smally>

      <largex>686</largex>

      <largey>270</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Essex</name>

   <borders>

      <border>Suffolk</border>

      <border>Buckingham</border>

      <border>Hertford</border>

      <border>Cambridge</border>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>491</smallx>

      <smally>255</smally>

      <largex>646</largex>

      <largey>322</largey>

   </coordinates>

</territory>

<territory>

   <name>Hertford</name>

   <borders>

      <border>Essex</border>

      <border>Cambridge</border>

      <border>Buckingham</border>

   </borders>

   <coordinates>

      <smallx>457</smallx>

      <smally>245</smally>

      <largex>595</largex>

      <largey>316</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Buckingham</name>

   <borders>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Surrey</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

      <border>Essex</border>

      <border>Hertford</border>

   </borders>

   <coordinates>

      <smallx>416</smallx>

      <smally>258</smally>

      <largex>546</largex>

      <largey>323</largey>

   </coordinates>

</territory>

<!-- Southwest -->

<territory>

   <name>Cornwall</name>

   <borders>

      <border>Devon Shire</border>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Herefordshire</border>

      <border>Oxford</border> 

   </borders>

   <coordinates>

      <smallx>92</smallx>

      <smally>411</smally>

      <largex>126</largex>

      <largey>533</largey>

   </coordinates>

</territory>

<territory>

   <name>Dorset</name>

   <borders>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

      <border>Devon Shire</border>

      <border>Somerset</border>

      <border>Wiltshire</border>

   </borders>

   <coordinates>

      <smallx>221</smallx>

      <smally>401</smally>

      <largex>288</largex>

      <largey>518</largey>

   </coordinates>

</territory>

<territory>

   <name>Gloucester</name>

   <borders>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Surrey</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

      <border>Wiltshire</border>

      <border>Somerset</border>

   </borders>

   <coordinates>

      <smallx>255</smallx>

      <smally>324</smally>

      <largex>335</largex>

      <largey>417</largey>

   </coordinates>

</territory>

<territory>

   <name>Wiltshire</name>

   <borders>

      <border>Gloucester</border>

      <border>Somerset</border>

      <border>Dorset</border>

   </borders>

   <coordinates>

      <smallx>249</smallx>

      <smally>367</smally>

      <largex>327</largex>

      <largey>473</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Somerset</name>

   <borders>

      <border>Gloucester</border>

      <border>Wiltshire</border>

      <border>Dorset</border>

      <border>Devon Shire</border>

   </borders>

   <coordinates>

      <smallx>203</smallx>

      <smally>366</smally>

      <largex>267</largex>

      <largey>470</largey>

   </coordinates>

</territory>

<territory>

   <name>Devon Shire</name>

   <borders>

      <border>Somerset</border>

      <border>Dorset</border>

      <border>Cornwall</border>

   </borders>

   <coordinates>

      <smallx>137</smallx>

      <smally>383</smally>

      <largex>181</largex>

      <largey>497</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<!-- Westmidlands -->

<territory>

   <name>Staffordshire</name>

   <borders>

      <border>Shropshire</border>

      <border>Worcester</border>

      <border>Warwickshire</border>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Surrey</border>

      <border>Gloucester</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>109</smallx>

      <smally>250</smally>

      <largex>144</largex>

      <largey>323</largey>

   </coordinates>

</territory>

<territory>

   <name>Herefordshire</name>

   <borders>

      <border>Worcester</border>

      <border>Shropshire</border>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>85</smallx>

      <smally>325</smally>

      <largex>112</largex>

      <largey>420</largey>

   </coordinates>

</territory>

<territory>

   <name>Shropshire</name>

   <borders>

      <border>Herefordshire</border>

      <border>Worcester</border>

      <border>Staffordshire</border>

   </borders>

   <coordinates>

      <smallx>88</smallx>

      <smally>278</smally>

      <largex>116</largex>

      <largey>357</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Warwickshire</name>

   <borders>

      <border>Staffordshire</border>

      <border>Worcester</border>

   </borders>

   <coordinates>

      <smallx>152</smallx>

      <smally>293</smally>

      <largex>198</largex>

      <largey>376</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Worcester</name>

   <borders>

      <border>Staffordshire</border>

      <border>Warwickshire</border>

      <border>Shropshire</border>

      <border>Herefordshire</border>

   </borders>

   <coordinates>

      <smallx>116</smallx>

      <smally>311</smally>

      <largex>148</largex>

      <largey>394</largey>

   </coordinates>

</territory>

<!-- Southeast -->

<territory>

   <name>Berkshire</name>

   <borders>

      <border>Hampshire</border>

      <border>Surrey</border>

   </borders>

   <coordinates>

      <smallx>355</smallx>

      <smally>332</smally>

      <largex>462</largex>

      <largey>434</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<territory>

   <name>Isle of Wight</name>

   <borders>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

      <border>Hampshire</border>

   </borders>

   <coordinates>

      <smallx>369</smallx>

      <smally>414</smally>

      <largex>479</largex>

      <largey>536</largey>

   </coordinates>

</territory>

<territory>

   <name>East Sussex</name>

   <borders>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>Isle of Wight</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Oxford</border>

      <border>West Sussex</border>

      <border>Surrey</border>

      <border>Kent</border>

   </borders>

   <coordinates>

      <smallx>451</smallx>

      <smally>379</smally>

      <largex>585</largex>

      <largey>483</largey>

   </coordinates>

</territory>

<territory>

   <name>West Sussex</name>

   <borders>

      <border>East Sussex</border>

      <border>Surrey</border>

      <border>Hampshire</border>

   </borders>

   <coordinates>

      <smallx>411</smallx>

      <smally>380</smally>

      <largex>535</largex>

      <largey>488</largey>

   </coordinates>

</territory>

<territory>

   <name>Hampshire</name>

   <borders>

      <border>Isle of Wight</border>

      <border>West Sussex</border>

      <border>Surrey</border>

      <border>Berkshire</border>

   </borders>

   <coordinates>

      <smallx>367</smallx>

      <smally>368</smally>

      <largex>480</largex>

      <largey>479</largey>

   </coordinates>

</territory>

<territory>

   <name>Surrey</name>

   <borders>

      <border>Berkshire</border>

      <border>Kent</border>

      <border>East Sussex</border>

      <border>West Sussex</border>

      <border>Hampshire</border>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Oxford</border>

   </borders>

   <coordinates>

      <smallx>405</smallx>

      <smally>352</smally>

      <largex>531</largex>

      <largey>455</largey>

   </coordinates>

</territory>

<territory>

   <name>Kent</name>

   <borders>

      <border>Surrey</border>

      <border>East Sussex</border>

   </borders>

   <coordinates>

      <smallx>460</smallx>

      <smally>342</smally>

      <largex>603</largex>

      <largey>441</largey>

   </coordinates>

   <neutral>2</neutral>

</territory>

<!-- Oxford -->

<territory>

   <name>Oxford</name>

   <borders>

      <border>Lancashire</border>

      <border>Derby</border>

      <border>Norfolk</border>

      <border>Buckingham</border>

      <border>Gloucester</border>

      <border>Staffordshire</border>

      <border>Surrey</border>

      <border>Northumberland</border>

      <border>West Riding</border>

      <border>Lincolnshire</border>

      <border>Essex</border>

      <border>East Sussex</border>

      <border>Dorset</border>

      <border>Cornwall</border>

      <border>Herefordshire</border>

      <border>Isle of Wight</border>

   </borders>

   <bombardments>

      <bombardment>Cheshire</bombardment>

      <bombardment>Durham</bombardment>

      <bombardment>Nottingham</bombardment>

      <bombardment>Suffolk</bombardment>

      <bombardment>Berkshire</bombardment>

      <bombardment>Wiltshire</bombardment>

      <bombardment>Warwickshire</bombardment>

   </bombardments>

   <coordinates>

      <smallx>334</smallx>

      <smally>266</smally>

      <largex>437</largex>

      <largey>338</largey>

   </coordinates>

   <neutral>5</neutral>

</territory>

</map>
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby Jinks on Thu Sep 22, 2011 6:17 am

So the objective is Oxford and at least 3 Powered Engines to win?
User avatar
Corporal 1st Class Jinks
 
Posts: 157
Joined: Thu Jun 26, 2008 12:46 pm

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 6:20 am

Jinks wrote:So the objective is Oxford and at least 3 Powered Engines to win?


that's correct.

when it should work:

  1. hold oxford and 3 or more powered engines
  2. hold oxford, 3 powered engines, and some extra unpowered engines.

when it should NOT work:

  1. hold oxford and less then 3 powered engines
  2. hold 3 or more powered engines, but not oxford
  3. hold 3 or more engines, while having more steam then engines (a.k.a. blown engines, therefore, no powered engines.)
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby thenobodies80 on Thu Sep 22, 2011 7:37 am

thenobodies80 wrote:
DiM wrote:moved the port from isle of wight and the terit name
added an explanation for when you have no engines but you have steam.

here are the new files:
http://img718.imageshack.us/img718/9400/steamworksl.png

http://img827.imageshack.us/img827/1061/steamworkss.png

Sent to lackattack ;)
Nobodies


Updated! :)
User avatar
Sergeant 1st Class thenobodies80
 
Posts: 5400
Joined: Wed Sep 05, 2007 4:30 am
Location: Milan

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 7:48 am

are you sure? when i open the xml on the website, it sais version 1.1, not even 1.1d.

it should be 1.1e by now.

also, it sais last modified 15-Sep-2011 06:20 while the images say:

<Contents>
<Key>Steamworks3.L.jpg</Key>
<LastModified>2011-09-22T12:05:43.000Z</LastModified>
<ETag>"dfc4c10534034861b00b4007a477e3fd"</ETag>
<Size>258432</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>
<Contents>
<Key>Steamworks3.S.jpg</Key>
<LastModified>2011-09-22T12:05:46.000Z</LastModified>
<ETag>"b7055b0fbdf62171b33b161830e35185"</ETag>
<Size>170062</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>

so i guess only the images have been updated :)
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby thenobodies80 on Thu Sep 22, 2011 8:02 am

See what I quoted in my previous post. :P
That was uploaded, nothing else.

The new version of the xml you posted was sent to lackattack, but it has not been uploaded yet.
User avatar
Sergeant 1st Class thenobodies80
 
Posts: 5400
Joined: Wed Sep 05, 2007 4:30 am
Location: Milan

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 8:03 am

right, let's wait for lack :)

// edit updated. now only need to test it. should be fine now though.
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby zimmah on Thu Sep 22, 2011 9:30 am

Game 9792492

worked as it should.

first i was holding 5 steam and 4 engines and i didn't win (like it should work)

then DiM conquered 2 steam, so i had 4 engines and 3 steam, and i won (like it should).
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: SteamWorks

Postby Gilligan on Thu Sep 22, 2011 4:25 pm

Still having issues seeing a double-sided arrow on Isle of Wight.
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Re: SteamWorks

Postby DiM on Thu Sep 22, 2011 5:17 pm

Gilligan wrote:Still having issues seeing a double-sided arrow on Isle of Wight.



that's because the small map image which i updated here: http://www.conquerclub.com/forum/viewtopic.php?p=3371590#p3371590 has not been uploaded yet. when that goes live there should be no problem.

i'll send a wall message to tnb80 to remind him.
“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
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

PreviousNext

Return to The Atlas

Who is online

Users browsing this forum: No registered users