Page 23 of 29

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Fri Jan 01, 2010 8:32 am
by isaiah40
Congrats! =D> =D> =D>

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Fri Jan 01, 2010 8:47 am
by skeletonboy
When will it be ready to play?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Fri Jan 01, 2010 9:02 am
by 00iCon
is there a table of the chance of getting a bonus on deployment?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sat Jan 02, 2010 12:34 am
by ustus
ok, now I need to lose in one of my active games so I can try this one out... the problem with being freemium...

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sat Jan 02, 2010 5:52 am
by natty dread
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...


No rush, it hasn't even been uploaded yet...

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sat Jan 02, 2010 9:31 pm
by ender516
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...

Hey, you need an attitude adjustment. Try this:
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...

It does look like an interesting map.

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sun Jan 03, 2010 1:52 pm
by ustus
ha... if I was far enough ahead in any of those games I would try that. However, I only have two of the four that I'm doing well in, and I could lose the game that I'm down to two territories a lot faster than I could win either of those... Thanks for the encouragement though.

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sun Jan 03, 2010 2:06 pm
by Evil DIMwit
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...


'Course, once you start up a Hive game it's gonna take up one of your games forever, so I certainly hope you enjoy it.

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sun Jan 03, 2010 2:51 pm
by natty dread
Wonder if this would be fun with no spoils adjacent fog...

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Sun Jan 03, 2010 7:14 pm
by WidowMakers
natty_dread wrote:Wonder if this would be fun with no spoils adjacent fog...

Regardless, it will be long :-)

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Mon Jan 04, 2010 4:42 am
by Lone.prophet
with fog of war your game would be over way faster than without

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Mon Jan 04, 2010 11:46 am
by waerth
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!

=D> for everyone whom helped bringing this map together!

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp

Posted: Mon Jan 04, 2010 11:53 am
by killerpit4e
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!

=D> for everyone whom helped bringing this map together!


ty

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Thu Jan 07, 2010 8:58 pm
by the1brother
The title of the thread says Beta, but I can't seem to find the Beta. Why is that?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Thu Jan 07, 2010 9:33 pm
by killerpit4e
the1brother wrote:The title of the thread says Beta, but I can't seem to find the Beta. Why is that?


It Has The Stamp We Are Just Waiting For Lack To Load It on To the Server

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sat Jan 09, 2010 11:31 pm
by WidowMakers
after talking to chipv, he brought up an issue.

We need to add this to the reinforcement code of the XML

Code: Select all

<minreinforcement>3</minreinforcement>
<reinforcements>
   <reinforcement>
      <lower>1</lower>
      <upper>36</upper>
      <divisor>3</divisor>
   </reinforcement>
</reinforcements>


Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sat Jan 09, 2010 11:43 pm
by Evil DIMwit
WidowMakers wrote:after talking to chipv, he brought up an issue.

We need to add this to the reinforcement code of the XML

Code: Select all

<minreinforcement>3</minreinforcement>
<reinforcements>
   <reinforcement>
      <lower>1</lower>
      <upper>36</upper>
      <divisor>3</divisor>
   </reinforcement>
</reinforcements>



So should it look like

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>

Or is the second reinforcement tag unnecessary?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sun Jan 10, 2010 8:24 am
by WidowMakers
Evil DIMwit wrote:So should it look like

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>

Or is the second reinforcement tag unnecessary?

Yes I believe so.

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sun Jan 10, 2010 9:16 pm
by Evil DIMwit
WidowMakers wrote:
Evil DIMwit wrote:So should it look like

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>

Or is the second reinforcement tag unnecessary?

Yes I believe so.

....To which one?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sun Jan 10, 2010 9:41 pm
by WidowMakers
the one I quoted

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Sun Jan 10, 2010 11:51 pm
by Evil DIMwit
The whole thing in the code box? Or "Or is the second reinforcement tag unnecessary?"?

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Mon Jan 11, 2010 5:52 am
by WidowMakers
Replace this:

Code: Select all

<reinforcements>
<reinforcement>
<lower>37</lower>
<upper>352</upper>
<divisor>400</divisor>
</reinforcement>
</reinforcements>


With this:

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>

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Mon Jan 11, 2010 4:29 pm
by Evil DIMwit
Whew. All right, done

Re: The HIVE *V20*- [AdvD, D,GP,GX,] XML Approved By Forza AZ

Posted: Mon Jan 11, 2010 5:25 pm
by WidowMakers

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]

Posted: Mon Jan 11, 2010 9:27 pm
by Rakio
Beta means that we have to wait for lack to upload the map to the game?