how would i make it to where the players would only get 1 troop no matter how many regions they have?
Thanks,
crazy.
Quick Question (XML)
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- crazymilkshake5
- Posts: 745
- Joined: Tue Aug 09, 2011 3:30 pm
- Gender: Male
- Location: Georgia.
Quick Question (XML)
highscore


- natty dread
- Posts: 12877
- Joined: Fri Feb 08, 2008 8:58 pm
- Location: just plain fucked
Re: Quick Question (XML)
crazymilkshake5 wrote:how would i make it to where the players would only get 1 troop no matter how many regions they have?
Thanks,
crazy.
Code: Select all
<map>
<minreinforcement>1</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>xx</upper> <! -- exactly equal to the number of territories on your map) -->
<divisor>xx</divisor> <!-- exactly equal to the number of territories on your map +1 -->
</reinforcement>
</reinforcements>
<!-- starting positions (if any) below this line -->
<!-- winning conditions (if any) below this line -->
<!-- Continents below this line -->
<!-- Territories below this line -->
</map>[bigimg]http://sense4seo.nl/signatures/sig-zimmah.jpg[/bigimg]
- crazymilkshake5
- Posts: 745
- Joined: Tue Aug 09, 2011 3:30 pm
- Gender: Male
- Location: Georgia.
