Secret Pre-Beta info on Battle.net

Posted 3rd Apr 2009 05:09 PM by kuangtu


Update!
Another hidden picture has been found! It's similar to the "pre-beta" box image, but without the "pre" prefix. Oh, mysterious Blizzard, what are you doing behind the scenes?


BN member Superfux just found two hidden "SC2 Pre-Beta" pictures on Battle.net 2.0 web interface. At this moment, we don't have information whether these have been there for a long time, for some internal "pre beta" testing, or if Blizzard just uploaded them in preparation to a "pre beta" for selected people, like press. However, this certainly brought up our hope on beta again. We have much more findings from the XML files below.




Superfux also found few hidden code in the strings. Here is one of them.

Blizzard Quote: (Source)

StarCraft 2 Beta added! Click the box image to download the beta client.

Sources:
common.xsl
main_headers.xsl
game-space/S2.jpg
game-boxes/S2.jpg
sc2beta.jpg
S2.jpg

It doesn’t necessarily mean Beta is ready now, but it’s still good to see Blizzard starts to work on the beta page. In either way it looks like it uses the same functionality as other games you can register on the Battle.net site. BlizzCon beta key holders will get a notification by mail when it starts, enter a key given on e-mail into the battle.net account to add the game, as it appears above, and then download the beta client. To make sure you don’t miss your chance, make sure to opt in to the StarCraft II beta, and check the Beta Centre for StarCraft II beta key opportunities!

Thanks Grrr… for the spot!


some xml styles for the (pre)beta on bnet 2.0

<s:str id=“msg.S2”>
<h4 class=“clr2”>StarCraft 2 Beta added!</h4>Click the box image to download the beta client.</s:str>

 

<str id=“S2”>StarCraft II® [Pre-Beta]</str>


->Some random strings.


<xsl:variable name=“promoId”>

<xsl:choose>
<xsl:when test=”/page/bna:account and contains($gamesList,‘WOW’)”>bnet-home</xsl:when>
<xsl:when test=”/page/bna:account and not(contains($gamesList,‘WOW’))”>merge</xsl:when>
<xsl:when test=”/page/@promo=‘wowconv’”>wowconv</xsl:when>
<xsl:when test=”/page/@promo=‘sc2beta’”>sc2beta</xsl:when>
<xsl:otherwise>bnet</xsl:otherwise>
</xsl:choose>
</xsl:variable>

 

- > special account flag detection..note sc2beta



<xsl:when test=”$whichPromo = ‘sc2beta’”>
<xsl:call-template name=“promoSc2beta”/>
</xsl:when>

 

-> selects a template

 


<xsl:template name=“promoSc2beta”>

<div class=“promo-spacing”>

<h1 class=“clr2”>
<xsl:value-of select=”$loc/promo/str[@id=‘sc2.beta.headline’]”/>
</h1>

<div class=“promo-text clr0”>
<xsl:value-of select=”$loc/promo/str[@id=‘sc2.beta.body’]”/>
</div>

<div class=“glassbtn”>

<a href=“wow-account-conversion.xml”>

<em>
<xsl:value-of select=”$loc/buttons/str[@id=‘beta.opt.in’]”/>
</em>
</a>
</div>
</div>
</xsl:template>

 


Strings that refers to->

 

<str id=“sc2.beta.headline”>Opt in to the StarCraft 2 Beta</str>
<str id=“sc2.beta.body”>By opting in, you will enter this Battle.net account in the running to participate in the StarCraft 2 beta test.</str>




Filed Under: Battle.net, Beta, Rumours, Photos

Comments

You must be registered and logged in to post comments.
Page 1 of 2 pages  1 2 >
Adisuki
Posted 03, Apr 2009 05:44 PM
(0)
 

I am twiching from excitement =)

btw. why does it say PRE-BETA? Has SC2 reached beta status already? Maybe some popular players are already testing it, but are not allowed to say anything?!

:D

Reply
 
Deep.Thought
Posted 03, Apr 2009 05:56 PM
(0)
 

Yeah, maybe this is for the Friends and Family pre-beta... It would explain the pre-beta tag.

 
Kamanashi
Posted 04, Apr 2009 12:08 AM
(0)
 

Lets just hope the release of the beta is sooner than we think. This is definitely making it seem that way.

 
whenissc2comingout
Posted 03, Apr 2009 05:46 PM
(0)
 

woah can I get a direct link please? I went to battle.net but just see the regular sign in..

Reply
 
Adisuki
Posted 03, Apr 2009 05:50 PM
(0)
 

It's hidden in the code.

 
whenissc2comingout
Posted 03, Apr 2009 05:54 PM
(0)
 

oh my bad I guess ill just use gameshark then

Reply
 
c0de
Posted 03, Apr 2009 07:02 PM
(0)
 

super secret business!

Reply
 
Blazur
Posted 03, Apr 2009 07:18 PM
(0)
 

Question is was this recently added, or has it been there all along? Presumably it means people are downloading and playing the alpha client right now.

I’m sure this has been tried many times before, but what happens if you attempt to Add a Game using your beta keys? Does anything noticeable happen?

Edit: Discovered another beta image…
https://us.battle.net/account/_images/headers/en-US/sc2beta.jpg

Reply
 
Leord
Posted 03, Apr 2009 07:41 PM
(0)
 

Cool! Added link to news item. Also, the keys we got are blizzcon keys, and not valid. If someone who won a comic contest tried their key, they might work, unless they gave out more blizzcon keys instead of "real" keys.

 
kuangtu
Posted 03, Apr 2009 07:43 PM
(0)
 

good finding, the picture doesn't tell anything but the name is interesting.

 
Kamanashi
Posted 04, Apr 2009 07:05 PM
(0)
 

Well, if the modified date in the page info of the beta boxart image is correct, they are from Friday, March 27, 2009 6:37:08 PM. Though, I get the feeling that may just be something else like being moved to that directory or something.

 
moondragon
Posted 03, Apr 2009 07:48 PM
(0)
 

My fanboy feelings are waking up again

Reply
 
Leord
Posted 03, Apr 2009 08:01 PM
(0)
 

Just gonna point out that this is NOT a rumour of any kind. This is a regular news report of files ACTUALLY there, and they haven’t removed them even though we reported on them!

Reply
 
SurDrake
Posted 03, Apr 2009 08:53 PM
(0)
 

Nope, this is actually legit. Anyone who wants to can find the code themselves. It looks like code for testing sc2 beta stuff. Good to see they are at least thinking about it.

 
Blazur
Posted 03, Apr 2009 09:18 PM
(0)
 

Oh it's there alright. https://us.battle.net/account/_layout/common.xsl https://us.battle.net/account/_layout/main_headers.xsl

 
Leord
Posted 03, Apr 2009 09:44 PM
(0)
 

Oh noes! Blazur said something, must be a lie ;)

 
bufferzz
Posted 04, Apr 2009 01:14 AM
(0)
 

Leord have this one been found yet? It has no “pre”
https://us.battle.net/account/_images/game-boxes/en-GB/S2.jpg

Reply
 
kuangtu
Posted 04, Apr 2009 03:26 AM
(0)
 

ty, I'm wondering what they are actually doing...

 
Mizantrop
Posted 04, Apr 2009 01:32 AM
(0)
 

This is good news. But let’s not get all fired up again, just to discover the beta might be a few months away. We need to be cool and calculous to make Blizzard think we are cheating on them with another company. That way they’ll do EVERYTHING to get our attention back.(Q&A, Blizzcast, BR)
wink

Reply
 
bufferzz
Posted 04, Apr 2009 09:44 AM
(0)
 

One thing: The pre-beta has been running since December 2008 internaly in Blizzard.  And most likely they used The “Blizzard account” also. (now known as battle.net - after the theme makeover) The add’ing game thing is nothing new.

So the pre-beta img. could have been there all the time.
And the beta img. also.

I will date those img and code to:
Dec. 2008 - only just found by now.

Reply
 
alien_
Posted 04, Apr 2009 01:45 PM
(0)
 

They had a closed inner-company Alpha around December. The Pre-Beta must be a current process only available for a closed group, it's somekinda "beta bugfinding" before publicating the big fish. BTW I think the images were there since the new BNet was launched.

 
bufferzz
Posted 04, Apr 2009 02:49 PM
(0)
 

Sure, there is 2.700 employees at Blizzard - I bet they all got the opportunity to play by now. Alpha/pre-beta.

 
Page 1 of 2 pages  1 2 >

Social

Resources

News Categories

Where are You?

StarCraft Videos

Loading...

Friends

SC2p.com

(view more)

Link to StarCraft: IncGamers with this image:

Hot Searches

Syndicate