Moderator: Cartographers
ustus wrote:ok, now I need to lose in one of my active games so I can try this one out... the problem with being freemium...

ustus wrote:ok, now I need to lose in one of my active games so I can try this one out... the problem with being freemium...
ok, now I need to crush my opponents in one of my active games so I can try this one out... the challenge of being freemium...
ustus wrote:ok, now I need to lose in one of my active games so I can try this one out... the problem with being freemium...

natty_dread wrote:Wonder if this would be fun with no spoils adjacent fog...


waerth wrote:Oh boy oh boy oh boy oh boy I cannot wait for this one! I usually only play world 2.1 with some exceptions but I will certainly try this one!
for everyone whom helped bringing this map together!

the1brother wrote:The title of the thread says Beta, but I can't seem to find the Beta. Why is that?

Code: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
</reinforcements>

WidowMakers wrote:after talking to chipv, he brought up an issue.
We need to add this to the reinforcement code of the XMLCode: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
</reinforcements>
Code: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>Evil DIMwit wrote:So should it look likeCode: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>
Or is the second reinforcement tag unnecessary?

WidowMakers wrote:Evil DIMwit wrote:So should it look likeCode: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>
Or is the second reinforcement tag unnecessary?
Yes I believe so.
Code: Select all
<reinforcements>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>Code: Select all
<minreinforcement>3</minreinforcement>
<reinforcements>
<reinforcement>
<lower>1</lower>
<upper>36</upper>
<divisor>3</divisor>
</reinforcement>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>
