The HIVE [Quenched]
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- skeletonboy
- Posts: 364
- Joined: Wed Oct 24, 2007 8:17 am
- Gender: Male
- Location: With Jesus
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
When will it be ready to play?
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
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
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
- Posts: 12877
- Joined: Fri Feb 08, 2008 8:58 pm
- Location: just plain fucked
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
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
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
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.
- Evil DIMwit
- Posts: 1616
- Joined: Thu Mar 22, 2007 1:47 pm
- Gender: Male
- Location: Philadelphia, NJ
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
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.
- natty dread
- Posts: 12877
- Joined: Fri Feb 08, 2008 8:58 pm
- Location: just plain fucked
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
Wonder if this would be fun with no spoils adjacent fog...

-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
natty_dread wrote:Wonder if this would be fun with no spoils adjacent fog...
Regardless, it will be long

-
Lone.prophet
- Posts: 1467
- Joined: Thu Oct 12, 2006 4:37 pm
- Location: Your basement Muahaha
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
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
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!
- killerpit4e
- Posts: 312
- Joined: Thu Apr 24, 2008 4:39 pm
- Gender: Male
- Location: usa
- Contact:
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF] Awaiting Beta Stamp
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!
ty

- the1brother
- Posts: 17
- Joined: Tue Sep 16, 2008 6:26 pm
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
The title of the thread says Beta, but I can't seem to find the Beta. Why is that?
- killerpit4e
- Posts: 312
- Joined: Thu Apr 24, 2008 4:39 pm
- Gender: Male
- Location: usa
- Contact:
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
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

-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
after talking to chipv, he brought up an issue.
We need to add this to the reinforcement code of the XML
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>

- Evil DIMwit
- Posts: 1616
- Joined: Thu Mar 22, 2007 1:47 pm
- Gender: Male
- Location: Philadelphia, NJ
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
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>
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?
-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
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.

- Evil DIMwit
- Posts: 1616
- Joined: Thu Mar 22, 2007 1:47 pm
- Gender: Male
- Location: Philadelphia, NJ
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
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.
....To which one?
-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
- Evil DIMwit
- Posts: 1616
- Joined: Thu Mar 22, 2007 1:47 pm
- Gender: Male
- Location: Philadelphia, NJ
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
The whole thing in the code box? Or "Or is the second reinforcement tag unnecessary?"?
-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
Replace this:
With 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>
- Evil DIMwit
- Posts: 1616
- Joined: Thu Mar 22, 2007 1:47 pm
- Gender: Male
- Location: Philadelphia, NJ
-
WidowMakers
- Posts: 2774
- Joined: Mon Nov 20, 2006 9:25 am
- Gender: Male
- Location: Detroit, MI
Re: The HIVE *V20*- [AdvD, D,GP,GX,] XML Approved By Forza AZ
Updated XML along with current images
http://img87.imageshack.us/img87/5980/bhsv20.png - small version
http://img266.imageshack.us/img266/6782/bhlv05.png - big version
http://dimagic.webs.com/ConquerClub/the_hive.xml - xml
http://img87.imageshack.us/img87/5980/bhsv20.png - small version
http://img266.imageshack.us/img266/6782/bhlv05.png - big version
http://dimagic.webs.com/ConquerClub/the_hive.xml - xml

Re: The HIVE *V20*- [AdvD, D,GP,GX,XML,FF,Beta]
Beta means that we have to wait for lack to upload the map to the game?


