Page 11 of 14

Posted: Tue Feb 19, 2008 3:01 pm
by cairnswk
gimil wrote:Oh speakeasy 1 is kinda fizzed up by the black line coming out of the martiny glass.


Fixed...

Image

Image

http://i155.photobucket.com/albums/s282 ... o_V18S.jpg

http://i155.photobucket.com/albums/s282 ... o_V18L.jpg

http://h1.ripway.com/cairnswk/chicago.xml

Posted: Tue Feb 19, 2008 3:04 pm
by Wisse
cairns your liks aren't working, i guess you changed the "s" into a "i" at the very beginning of the links

Posted: Tue Feb 19, 2008 3:26 pm
by cairnswk
Wisse wrote:cairns your liks aren't working, i guess you changed the "s" into a "i" at the very beginning of the links


wisse...what r u talking about?

Posted: Tue Feb 19, 2008 4:16 pm
by Wisse
cairnswk wrote:
Wisse wrote:cairns your liks aren't working, i guess you changed the "s" into a "i" at the very beginning of the links


wisse...what r u talking about?



the pictures are not loading thats what i am saying

Posted: Wed Feb 20, 2008 4:17 am
by cairnswk
Wisse wrote:
cairnswk wrote:
Wisse wrote:cairns your liks aren't working, i guess you changed the "s" into a "i" at the very beginning of the links

wisse...what r u talking about?

the pictures are not loading thats what i am saying

I can see them...are they loading now...try f5

Posted: Wed Feb 20, 2008 10:38 am
by Natewolfman
they work on my comp

Posted: Wed Feb 20, 2008 10:54 am
by Wisse
refreshing did the trick ;)

Posted: Thu Feb 21, 2008 4:20 pm
by cairnswk
Wisse wrote:refreshing did the trick ;)
kewl :)

Posted: Thu Feb 21, 2008 11:14 pm
by Coleman
Couple of things with the xml, but they are small.

In the legend you say any 4 giggle juice trucks or public utilities, but in the xml you have it set to 3 required instead of 4.

You made me very sad by the way you choose to do the gang + PU continents. :cry:

You could have made a PU continent with City Hall and Tax Dept. worth 0.

Then you could have used that and the gang in question for each one.

Using Chicago Outfit as an example:

Code: Select all

<continent>
<name>Chicago Outfit East and PU</name>
<bonus>7</bonus>
<components>
<continent>Chicago Outfit East</continent>
<continent>PU</continent>
</components>
</continent>


But you didn't and it still works the way you wrote it, so I'll deal. :lol:

Posted: Thu Feb 21, 2008 11:16 pm
by Coleman
Oh also, if was your intent that 8 Giggle Juice Trucks is 6 and 12 is 9 you need to add two more collections with 8 and 12 required that overrule the past ones and have a higher bonus.

Same goes for if you want 8 public utilities to mean something.

Posted: Fri Feb 22, 2008 6:44 am
by cairnswk
Coleman wrote:Oh also, if was your intent that 8 Giggle Juice Trucks is 6 and 12 is 9 you need to add two more collections with 8 and 12 required that overrule the past ones and have a higher bonus.

Same goes for if you want 8 public utilities to mean something.


OK here is the code for the Giggle Juice Trucks...is this correct?

<continent>
<name>4 Giggle Juice Trucks</name>
<bonus>3</bonus>
<components>
<territory>Vincent Drucci</territory>
<territory>Bugs Moran</territory>
<territory>Deanie O'Banion</territory>
<territory>Paul Ricca</territory>
<territory>Genna Warehouse</territory>
<territory>Giggle Juice Warehouse</territory>
<territory>Mickey Cohen</territory>
<territory>Westside O'Donnells</territory>
<territory>Breweries</territory>
<territory>Saltis Organisation</territory>
<territory>James M. Rangen</territory>
<territory>Filling Station</territory>
</components>
<required>4</required>
</continent>

<continent>
<name>8 Giggle Juice Trucks</name>
<bonus>6</bonus>
<components>
<territory>Vincent Drucci</territory>
<territory>Bugs Moran</territory>
<territory>Deanie O'Banion</territory>
<territory>Paul Ricca</territory>
<territory>Genna Warehouse</territory>
<territory>Giggle Juice Warehouse</territory>
<territory>Mickey Cohen</territory>
<territory>Westside O'Donnells</territory>
<territory>Breweries</territory>
<territory>Saltis Organisation</territory>
<territory>James M. Rangen</territory>
<territory>Filling Station</territory>
</components>
<overrides>
<override>4 Giggle Juice Trucks</override>
</overrides>
<required>8</required>
</continent>

<continent>
<name>12 Giggle Juice Trucks</name>
<bonus>9</bonus>
<components>
<territory>Vincent Drucci</territory>
<territory>Bugs Moran</territory>
<territory>Deanie O'Banion</territory>
<territory>Paul Ricca</territory>
<territory>Genna Warehouse</territory>
<territory>Giggle Juice Warehouse</territory>
<territory>Mickey Cohen</territory>
<territory>Westside O'Donnells</territory>
<territory>Breweries</territory>
<territory>Saltis Organisation</territory>
<territory>James M. Rangen</territory>
<territory>Filling Station</territory>
</components>
<overrides>
<override>4 Giggle Juice Trucks</override>
<override>8 Giggle Juice Trucks</override>
</overrides>
<required>12</required>
</continent>


and for the 4 and 8 public utilities?

<continent>
<name>4 Public Utilities</name>
<bonus>3</bonus>
<components>
<territory>Police 1</territory>
<territory>Police 2</territory>
<territory>Police 3</territory>
<territory>County Morgue</territory>
<territory>Old Gaol House</territory>
<territory>City Hall</territory>
<territory>Tax Dept.</territory>
<territory>War Dept.</territory>
</components>
<required>4</required>
</continent>

<continent>
<name>8 Public Utilities</name>
<bonus>6</bonus>
<components>
<territory>Police 1</territory>
<territory>Police 2</territory>
<territory>Police 3</territory>
<territory>County Morgue</territory>
<territory>Old Gaol House</territory>
<territory>City Hall</territory>
<territory>Tax Dept.</territory>
<territory>War Dept.</territory>
</components>
<overrides>
<override>4 Public Utilities</override>
</overrides>
<required>8</required>
</continent>

Posted: Fri Feb 22, 2008 7:09 am
by cairnswk
Coleman wrote:Couple of things with the xml, but they are small.

In the legend you say any 4 giggle juice trucks or public utilities, but in the xml you have it set to 3 required instead of 4.

You made me very sad by the way you choose to do the gang + PU continents. :cry:

You could have made a PU continent with City Hall and Tax Dept. worth 0.

Then you could have used that and the gang in question for each one.

Using Chicago Outfit as an example:

Code: Select all

<continent>
<name>Chicago Outfit East and PU</name>
<bonus>7</bonus>
<components>
<continent>Chicago Outfit East</continent>
<continent>PU</continent>
</components>
</continent>


But you didn't and it still works the way you wrote it, so I'll deal. :lol:


Thanks for that....i decided to stick with the original i had and alter the bonuses to addition the three to the original bonus.

New file is below.

Image

Image


http://i155.photobucket.com/albums/s282 ... o_V18S.jpg

http://i155.photobucket.com/albums/s282 ... o_V18L.jpg

XML link:
http://h1.ripway.com/cairnswk/chicago.xml

Posted: Fri Feb 22, 2008 4:03 pm
by Coleman
Image

=D>

Posted: Fri Feb 22, 2008 4:09 pm
by cairnswk
Coleman wrote:Image

=D>

Gracia Coleman

ImageImageImageImage

Posted: Sat Feb 23, 2008 6:39 am
by jakejake
great map, a little confusing, can ajacent territories attack eachother, yeh? i think i understand!! love this map!

Posted: Tue Feb 26, 2008 3:45 pm
by cairnswk
Below is a list of people who have contrinuted to this map.

Many thanks along the way for the siggestions etc.

Andy Dufresne
blitzaholic
casper
cicero
coleman
dim
edbeard
fireside poet
freeman10
fumandomuerte
gimil
hotdoggie
incandenza
jakejake
jako
mibi
mrbenn
natewolfman
night strike
oaktown
Onbekende
rebelman
risktaker17
rjbeals
selin
skittles
snapdoodle
snorri1234
telvannia
tieryn
unit_2
wisse

Posted: Thu Feb 28, 2008 11:57 am
by AndyDufresne
              Quenching

---The Final Forge period has concluded for the Prohibition Chicago Map. All objections have had their time. The Foundry and I hereby brand this map with the Foundry Brand. Let it be known that this map is now ready for live play (barring any Lack vetoes).

Conquer Club, enjoy!
              Image


--Andy

Posted: Thu Feb 28, 2008 12:04 pm
by lanyards
Yay! Congrts Cairns. Well done. :D \:D/ =D>

--lanyards

Posted: Thu Feb 28, 2008 12:28 pm
by FreeMan10
lanyards wrote:Yay! Congrts Cairns. Well done. :D \:D/ =D>

--lanyards

Ditto!!

One down, skatey-eight gazillion to go! I am much impressed with your ability to work on several maps at a time!

Posted: Thu Feb 28, 2008 12:34 pm
by cairnswk
FreeMan10 wrote:
lanyards wrote:Yay! Congrts Cairns. Well done. :D \:D/ =D>

--lanyards

Ditto!!

One down, skatey-eight gazillion to go! I am much impressed with your ability to work on several maps at a time!


Multi-tasking...we do ti well in Australia

Posted: Thu Feb 28, 2008 12:39 pm
by FreeMan10
But spelling not so much?

ROFL!

Posted: Thu Feb 28, 2008 3:39 pm
by onbekende
why you keep putting my name with a capitol letter?

Posted: Thu Feb 28, 2008 3:46 pm
by fumandomuerte
Yeah, another baby has born!
Congrats. Cairn 8)

Posted: Thu Feb 28, 2008 4:14 pm
by pepperonibread
Tell me cairns... is the 10th quench as good as the last 9?
Congrats :D

Posted: Tue Mar 04, 2008 2:32 pm
by unriggable
Quenched! That's Killtacular!