Page 1 of 1

XML multiple starting positions

PostPosted: Fri Oct 28, 2011 10:29 pm
by tec805
Is it possible to have more than a single starting area? For example, in an 8 player game to have each player receive exactly 1 region in each of 3 different areas that contain 8 regions each? :?:

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 1:01 am
by koontz1973
Yes, that can be done.

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 1:24 am
by tec805
koontz1973 wrote:Yes, that can be done.


Terrific, thanks for the response. Can you also point me to where I can read how to do that? I've read many pages about XML (haven't done more than play with chipv's recently updates discontinued online XML tool) and couldn't find how to specify 3 different starting position areas per player :-s

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 7:55 am
by koontz1973
You can read all on starting positions.
viewtopic.php?f=649&t=68154

But this is what you need. Change the ? for territ names. The bolder part needs to be used 8 times for what you want.

<positions>
<position>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
<territory>?</territory>
</position>

</positions>

This will then give you 8 sets of positions (each should have a territ from each bonus in it). The computer will then hand these out per player. You can put a max on positions so in a 1v1 game, only 2 could be used or 3, 4, 5, 6, 7 or 8. That is up to you and what you want.

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 9:07 am
by grifftron
very cool.. thanks koontz

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 3:41 pm
by tec805
koontz1973 wrote:You can read all on starting positions.
viewtopic.php?f=649&t=68154


Thanks again. Is there a sticky thread with just current XML information that is kept up to date? Or does XML not change often enough to warrant it?

Re: XML multiple starting positions

PostPosted: Sat Oct 29, 2011 11:32 pm
by koontz1973
There is an xml thread also that gives you all of the current codes but I found it imposable to understand. xml rarely changes.