Tribal War - Florida v14.2 [31 Jan 2012] pg27

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

Thanks so much for the help Gilligan!

You had it right, it's the Chief plus 3 warriors.
ImageImageImage
User avatar
Gilligan
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Gender: Male
Location: Providence, RI

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Gilligan »

Then you want this

<continent>
<name>CH Chief</name>
<bonus>0</bonus>
<components>
<territory>CHC</territory>
</components>
</continent>

<continent>
<name>3 CH Warriors</name>
<bonus>0</bonus>
<components>
<territory>CH4</territory>
<territory>CH2</territory>
<territory>CH1</territory>
<territory>CH3</territory>
</components>
<required>3</required>
</continent>

<continent>
<name>CH Chief and 3 Warriors</name>
<bonus>3</bonus>
<components>
<continent>CH Chief</continent>
<continent>3 CH Warriors</continent>
</components>
</continent>

<continent>
<name>4 CH Warriors</name>
<bonus>0</bonus>
<components>
<territory>CH4</territory>
<territory>CH2</territory>
<territory>CH1</territory>
<territory>CH3</territory>
</components>
<required>4</required>
</continent>

<continent>
<name>CH Chief and 4 Warriors</name>
<bonus>4</bonus>
<components>
<continent>CH Chief</continent>
<continent>4 CH Warriors</continent>
</components>
<overrides>
<override>CH Chief and 3 Warriors</name>
</overrides>
</continent>

Edited for a typo
Image
V.J.
Posts: 1050
Joined: Fri Sep 29, 2006 7:17 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by V.J. »

Gilligan wrote:<overrides>
<override>CH Chief and 3 Warriors</name>
</overrides>
</continent>

Edited for a typo


Gilligan, it's giving me an error in this part. I've tried putting <name>CH Chief and 3 Warriors</name> and still doesn't work.
ImageImageImage
User avatar
koontz1973
Posts: 6960
Joined: Thu Jan 01, 2009 10:57 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by koontz1973 »

V.J. wrote:
Gilligan wrote:<overrides>
<override>CH Chief and 3 Warriors</name>
</overrides>
</continent>

Edited for a typo


Gilligan, it's giving me an error in this part. I've tried putting <name>CH Chief and 3 Warriors</name> and still doesn't work.

V.J., if I understand what you need, this is how I did it for my map. Hope it helps. Think of Mapnde as your chief

<continent>
<name>Mpande2</name>
<bonus>0</bonus>
<components>
<territory>Siphelele</territory>
<territory>Kuhlekonke</territory>
<territory>Nkosinathi</territory>
<territory>Sifiso</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>Mpande4</name>
<bonus>0</bonus>
<components>
<territory>Siphelele</territory>
<territory>Sifiso</territory>
<territory>Kuhlekonke</territory>
<territory>Nkosinathi</territory>
</components>
<required>4</required>
</continent>
<continent>
<name>2 Mpande Territories and Mpande</name>
<bonus>2</bonus>
<components>
<territory>Mpande</territory>
<continent>Mpande2</continent>
</components>
</continent>
<continent>
<name>4 Mpande Territories and Mpande</name>
<bonus>4</bonus>
<components>
<territory>Mpande</territory>
<continent>Mpande4</continent>
</components>
<overrides>
<override>2 Mpande Territories and Mpande</override>
</overrides>
</continent>
Image
V.J.
Posts: 1050
Joined: Fri Sep 29, 2006 7:17 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by V.J. »

ok I got it:

<continent>
<name>CH Chief</name>
<bonus></bonus>
<components>
<territory>CHC</territory>
</components>
</continent>
<continent>
<name>3 CH Warriors</name>
<bonus></bonus>
<components>
<territory>CH2</territory>
<territory>CH3</territory>
<territory>CH4</territory>
<territory>CH1</territory>
</components>
<required>3</required>
</continent>
<continent>
<name>CH Chief and 3 Warriors</name>
<bonus>3</bonus>
<components>
<continent>CH Chief</continent>
<continent>3 CH Warriors</continent>
</components>
</continent>
<continent>
<name>4 CH Warriors</name>
<bonus></bonus>
<components>
<territory>CH2</territory>
<territory>CH4</territory>
<territory>CH1</territory>
<territory>CH3</territory>
</components>
<required>4</required>
</continent>
<continent>
<name>CH Chief and 4 Warriors</name>
<bonus>5</bonus>
<components>
<continent>4 CH Warriors</continent>
<continent>CH Chief</continent>
</components>
<overrides>
<override>CH Chief and 3 Warriors</override>
</overrides>
</continent>
V.J.
Posts: 1050
Joined: Fri Sep 29, 2006 7:17 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by V.J. »

I didn't see yours Koontz but thanks and thanks to Gilligan!
V.J.
Posts: 1050
Joined: Fri Sep 29, 2006 7:17 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by V.J. »

XML is posted for review :D

Thanks everyone for the help!
ImageImageImage
User avatar
Gilligan
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Gender: Male
Location: Providence, RI

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Gilligan »

V.J. wrote:ok I got it:

<continent>
<name>CH Chief</name>
<bonus></bonus>
<components>
<territory>CHC</territory>
</components>
</continent>
<continent>
<name>3 CH Warriors</name>
<bonus></bonus>
<components>
<territory>CH2</territory>
<territory>CH3</territory>
<territory>CH4</territory>
<territory>CH1</territory>
</components>
<required>3</required>
</continent>
<continent>
<name>CH Chief and 3 Warriors</name>
<bonus>3</bonus>
<components>
<continent>CH Chief</continent>
<continent>3 CH Warriors</continent>
</components>
</continent>
<continent>
<name>4 CH Warriors</name>
<bonus></bonus>
<components>
<territory>CH2</territory>
<territory>CH4</territory>
<territory>CH1</territory>
<territory>CH3</territory>
</components>
<required>4</required>
</continent>
<continent>
<name>CH Chief and 4 Warriors</name>
<bonus>5</bonus>
<components>
<continent>4 CH Warriors</continent>
<continent>CH Chief</continent>
</components>
<overrides>
<override>CH Chief and 3 Warriors</override>
</overrides>
</continent>


Yeah, oops. I did this by accident

<override>CH Chief and 3 Warriors</name>

Instead of

<override>CH Chief and 3 Warriors</override>

Nice catch ;)
Image
User avatar
OliverFA
Posts: 2295
Joined: Wed Jul 09, 2008 4:30 am
Gender: Male
Location: Somewhere in Spain

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by OliverFA »

HI all! Found some things to fix in the XML. V.J. has been notified.

Keep up the good work V.J.! You are closer to get it! :)
Welcoming the long awaited Trench Warfare Setting (Previously Adjacent Attacks).

My Maps:
Research and Conquer - Civilization meets Conquer Club

Best score: 2,346 - Best position: #618 - Best percentile: 4.87%
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

Everything should have been changed and submitted. If there is anything else we need to just let us know. Thanks for all the help and hard work foundry folks.
ImageImageImage
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

Anyone?

Figured the red might get a better response. :D
ImageImageImage
User avatar
lostatlimbo
Posts: 1386
Joined: Wed Mar 28, 2007 3:56 pm
Location: Portland, OR

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by lostatlimbo »

I've been meaning to comment on this for some time, but I always put it off because I have a tough time putting all the pieces together. (Like why some of the regions don't have any of their tribe in them.) There's a lot to grasp at once and this late in the day my brain is usually tapped out! :)

There's much I like about it. It strikes me as a cross between Tamriel & Prison Riot (which is an odd combo, but well done!). The gameplay is intriguing and the graphics are top-notch.

The one thing that troubles me are the symbols. It is hard enough to keep track of so many symbols on one map, but worse when they all look so similar.

If I had stopped by earlier in the process, I would have strongly suggested dropping the moon from each of them. Since they all have it, it just makes them harder to differentiate.

But... I know it is far too late in the process for such a change and I blame myself for being delinquent in giving this map my time.

All that said, I hope you'll invite me to a game when it hits Beta and maybe it will play better live than in my head. :)
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

Thanks for the compliments. You've been busy working on Portland so I understand the lack of time to comment on maps as much as you would like.

If I had stopped by earlier in the process, I would have strongly suggested dropping the moon from each of them. Since they all have it, it just makes them harder to differentiate.


Unfortunately it's never too late to make changes, as you know, but one of that magnitude will only be done if an overwhelming number of "blue shoe" gods push the issue hardcore. It was a while ago, and I don't have the patience to find the update number, but originally the moons were much larger and I went back and changed them all so the symbol was bigger and the moon not so much, it was a big pain. Everyone was pleased at that time though, not to say that is the end all, be all. I do completely understand this map is symbol heavy, but the differentiating symbols should override the moon with just a little work on behalf of the players eyes.

All the XML was corrected and submitted on Monday, so hopefully it will be in Beta soon, although we have not heard a peep since (insert kick in the butt here :lol: ), and if there is an overwhelming outcry from players that the map is not fun due to that fact I will certainly put the time and effort in to change that. Obviously we only want the map to be played and enjoyed, that is the most important thing and if that is not happening I will do my best to make it so.
ImageImageImage
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

We're itching for some beta love on this one.
ImageImageImage
User avatar
koontz1973
Posts: 6960
Joined: Thu Jan 01, 2009 10:57 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by koontz1973 »

Seamus76 wrote:We're itching for some beta love on this one.

Patience Seamus. I am sure it will get there soon. I know the wait is hard.
Image
isaiah40
Posts: 3990
Joined: Mon Aug 27, 2007 7:14 pm

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by isaiah40 »

Seamus76 wrote:We're itching for some beta love on this one.


Well stop scratching and the itch will go away! :lol:
User avatar
OliverFA
Posts: 2295
Joined: Wed Jul 09, 2008 4:30 am
Gender: Male
Location: Somewhere in Spain

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by OliverFA »

[Adding XML stamp]

After checking the XML file, I am glad to confirm that everything in the code seems to be right.

Image

Congratulations V.J. and Seamus76! ;)
Welcoming the long awaited Trench Warfare Setting (Previously Adjacent Attacks).

My Maps:
Research and Conquer - Civilization meets Conquer Club

Best score: 2,346 - Best position: #618 - Best percentile: 4.87%
V.J.
Posts: 1050
Joined: Fri Sep 29, 2006 7:17 am

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by V.J. »

HERE WE GO!!! Thanks to everyone who posted comments and the voluneers who helped! Let's make some Tournaments Seamus :lol:
ImageImageImage
isaiah40
Posts: 3990
Joined: Mon Aug 27, 2007 7:14 pm

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by isaiah40 »

=D> =D> =D> Congrats Seamus!! =D> =D> =D>
User avatar
Victor Sullivan
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Gender: Male
Location: Columbus, OH
Contact:

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Victor Sullivan »

Oh snap! Who will nab the 200th spot?? :P

-Sully
[player]Beckytheblondie[/player]: "Don't give us the dispatch, give us a mustache ride."

Scaling back on my CC involvement...
User avatar
Seamus76
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Gender: Male
Location: Atlanta, GA

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Seamus76 »

This is fantastic! Ditto what v.j. said, thank you everyone.

Not to push it, we're a patient lot, but how long till beta? More curiosity than anything.
ImageImageImage
isaiah40
Posts: 3990
Joined: Mon Aug 27, 2007 7:14 pm

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by isaiah40 »

Victor Sullivan wrote:Oh snap! Who will nab the 200th spot?? :P

-Sully

Probably this one considering Istanbul doesn't seem to be getting any work done on it.
User avatar
Gilligan
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Gender: Male
Location: Providence, RI

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by Gilligan »

Number 200?!?!
Image
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by DiM »

congrats.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
benga
Posts: 6925
Joined: Tue Nov 17, 2009 4:15 pm

Re: Tribal War - Florida v13.0 [19 Sep 2011] pg18

Post by benga »

Congrats guys!!
Post Reply

Return to “The Atlas”