the mission/arena victory results bar counter thingy

Posted:
Fri Dec 19, 2008 11:16 pm
by mechajol
just wondering why there are only autobot and decepticon figures.
is this because, as an autobot, my rival faction is decepticon?
shouldn't there be maximal/predacon figures included?
or are autobot and maximal / decepticon and predacon victories lumped together?
Re: the mission/arena victory results bar counter thingy

Posted:
Fri Dec 19, 2008 11:47 pm
by Redimus
Becuase it was never fixed when the other two factions were added. As OS is working on V2, it's very unlikly to ever get fixed either.
Re: the mission/arena victory results bar counter thingy

Posted:
Sat Dec 20, 2008 8:17 pm
by Jeep?
Short answer - you don't need a gauge to tell you the Preds are thrashing your hole.
Long answer - the HMW staff isn't actually that well versed in programming, as a whole (myself, Psychout, and I'm going to make an assumption as to Burn, Crazyfists and Mogwai Prime, don't know a HMTL from a BBC), so we let the big boss man do what he has to do - which, right now, involves so many shiny new things and shady back alley deals that V2 is the only thing he's got the time to work on, leaving the minor details of V1 somewhat, well, minor. We still love you, though. Well, maybe not Red, but we love the rest of you.
Re: the mission/arena victory results bar counter thingy

Posted:
Sat Dec 20, 2008 9:57 pm
by Mogwai Prime
Jeep? wrote:Short answer - you don't need a gauge to tell you the Preds are thrashing your hole.
Long answer - the HMW staff isn't actually that well versed in programming, as a whole (myself, Psychout, and I'm going to make an assumption as to Burn, Crazyfists and Mogwai Prime, don't know a HMTL from a BBC), so we let the big boss man do what he has to do - which, right now, involves so many shiny new things and shady back alley deals that V2 is the only thing he's got the time to work on, leaving the minor details of V1 somewhat, well, minor. We still love you, though. Well, maybe not Red, but we love the rest of you.
I do know the difference. One, there is a code freeze on v1. Two, from what I understand the autobot side is Autobot and Maximal results vs the decepticon side is Decepticon/Predacon results. I will not swear by that but last I asked that was the answer given.
Re: the mission/arena victory results bar counter thingy

Posted:
Sun Dec 21, 2008 2:17 am
by Burn
HTML = Hyper-Text Markup Language
- Code: Select all
<center class="style3">
<table COLS=8 WIDTH="100%" >
<tr>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Strength</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Intelligence</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">9</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Speed</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Endurance</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
</tr>
<tr>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Rank</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">8</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Courage</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Firepower</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
<td WIDTH="20%" BGCOLOR="#999999" class="style10">Skill</td>
<td WIDTH="5%">
<center class="style3">
<span class="style3">10</span>
</center></td>
</tr>
</table>
</center>

BBC = British Broadcasting Corporation, purveyors of such wonderful shows as Doctor Who and The Goodies.
Basic HTML I can do, it's the PHP stuff that I know nothing about and which is pretty much the core of what drives HMW.
Re: the mission/arena victory results bar counter thingy

Posted:
Sun Dec 21, 2008 2:48 pm
by Burn
Are you suggesting I ... learn stuff?
Re: the mission/arena victory results bar counter thingy

Posted:
Sun Dec 21, 2008 10:44 pm
by Mogwai Prime
Burn wrote:Are you suggesting I ... learn stuff?
Well we wouldn't want the earth to start rotating backwards and blackholes forming, so maybe you shouldn't.
But, it can do some pretty cool stuff and it can run from an html page!