XML multiple starting positions
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- tec805
- Posts: 525
- Joined: Thu Aug 05, 2010 1:55 am
- Gender: Male
- Location: ☀ Southern California, where the sunshine's shining ☀
- Contact:
XML multiple starting positions
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? 

[spoiler=spoiler sigs are like my dice, they suck]

Yeah, I lost because my strategy sucked...[/spoiler]
- koontz1973
- Posts: 6960
- Joined: Thu Jan 01, 2009 10:57 am
- tec805
- Posts: 525
- Joined: Thu Aug 05, 2010 1:55 am
- Gender: Male
- Location: ☀ Southern California, where the sunshine's shining ☀
- Contact:
Re: XML multiple starting positions
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

[spoiler=spoiler sigs are like my dice, they suck]

Yeah, I lost because my strategy sucked...[/spoiler]
- koontz1973
- Posts: 6960
- Joined: Thu Jan 01, 2009 10:57 am
Re: XML multiple starting positions
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.
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.

- tec805
- Posts: 525
- Joined: Thu Aug 05, 2010 1:55 am
- Gender: Male
- Location: ☀ Southern California, where the sunshine's shining ☀
- Contact:
Re: XML multiple starting positions
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?

[spoiler=spoiler sigs are like my dice, they suck]

Yeah, I lost because my strategy sucked...[/spoiler]
- koontz1973
- Posts: 6960
- Joined: Thu Jan 01, 2009 10:57 am
Re: XML multiple starting positions
There is an xml thread also that gives you all of the current codes but I found it imposable to understand. xml rarely changes.

