Page 3 of 5

Re: SC2 Beta

Posted: March 20th, 2010, 4:21 pm
by Dekar
Yeah I managed to add some europeans. :(

I rushed with roaches ( ZvsT ) the guy who invited me and who has over 200 games and managed to win. :D

I experienced and read that most games in lower skill levels end pretty quickly with the first battle deciding the winner. Feels a bit strange, especially if you have a WC3 melee background.
Zerg can cover the map with burrowed creep tumors, giving them free vision until destroyed.
It also has some annoying micro sinks like queens and chrono boost. Especially queens.

Re: SC2 Beta

Posted: March 21st, 2010, 10:59 am
by jamn455
I got an account as well, jamn.Jamn.

Re: SC2 Beta

Posted: March 21st, 2010, 5:41 pm
by mianmian
No Cross-Realm support and apparently there isn't going to be any in Live ether. Blizz are tards for that IMO.

Re: SC2 Beta

Posted: March 21st, 2010, 5:44 pm
by Dekar
No cross realm SC2 playing in the final version? x_X

Re: SC2 Beta

Posted: March 21st, 2010, 6:33 pm
by Kalrithus
They said it is something they plan to work towards in the future but they don't believe it to be an immediate concern.

Re: SC2 Beta

Posted: March 21st, 2010, 6:33 pm
by Tehw00tz
You can't choose your realm?

Re: SC2 Beta

Posted: March 21st, 2010, 8:02 pm
by Kalrithus
From what I understand your b-net account is set to a certain location on creation and that is the realm you play on in SC2

Re: SC2 Beta

Posted: March 22nd, 2010, 2:23 am
by Dekar
They better add it before the final release.

Re: SC2 Beta

Posted: March 22nd, 2010, 4:53 pm
by Dekar
Gold League with 7 wins, 2 loses and 1 disc.
Go me!

Re: SC2 Beta

Posted: March 23rd, 2010, 1:37 pm
by mianmian
It won't be out for release Dekar. I don't even know if they've confirmed for after release.

I know that region is tied to the Launcher, so if you get a US BNet account (us.battle.net) you can force a SC2 CD key onto it and then DL the client from your account to get onto the NA server.

Re: SC2 Beta

Posted: March 23rd, 2010, 2:33 pm
by Dekar
Thats what im going to do if I ever get a second key.

Re: SC2 Beta

Posted: March 23rd, 2010, 3:13 pm
by DarnYak
Dekar wrote:Thats what im going to do if I ever get a second key.
If you get two keys before I get one i'm going to eternally hate you

DarnYak

Re: SC2 Beta

Posted: March 23rd, 2010, 9:05 pm
by mianmian
DarnYak wrote:
Dekar wrote:Thats what im going to do if I ever get a second key.
If you get two keys before I get one i'm going to eternally hate you

DarnYak
My friend has had 4 keys.

Re: SC2 Beta

Posted: March 23rd, 2010, 10:05 pm
by Tehw00tz
MY friend has had 5 keys

Re: SC2 Beta

Posted: March 24th, 2010, 4:37 am
by Discombobulator

Re: SC2 Beta

Posted: March 24th, 2010, 6:39 am
by DarnYak
Well you all suck.

DarnYak

Re: SC2 Beta

Posted: March 24th, 2010, 7:56 am
by Dekar
You should just mail Blizz and tell them you made EotA, the one map from the hall of fame and you would like to make quality SC2 maps and therefore you require access to the beta. :o

Re: SC2 Beta

Posted: March 24th, 2010, 7:47 pm
by Luftwaffles
No realm support would be absolutely retarded.

Re: SC2 Beta

Posted: April 17th, 2010, 1:19 pm
by Dekar
Yak, give us the Witching Hour map unprotected so we can port it to SC2! :mrgreen:
Or just to make it compatible with the latest patch to take a last look at it.
Or just to give me a way to get the map without asking around.

Re: SC2 Beta

Posted: April 17th, 2010, 1:56 pm
by GeneralFunk
Dekar wrote:Yak, give us the Witching Hour map unprotected so we can port it to SC2! :mrgreen:
Or just to make it compatible with the 1.24+ to take a last look at it.
Or just to give me a way to get the map without asking around.

Re: SC2 Beta

Posted: April 17th, 2010, 2:23 pm
by DarnYak
Sure why not, I think this is the right file

The errors are probably all the hashtable crap that I had to do for EotA. I'm not sure how hard converting it would be.

DarnYak

Re: SC2 Beta

Posted: April 17th, 2010, 3:43 pm
by Dekar
Awesome!

edit: It uses several handle functions which got banned and not replaced by Blizz.
or ...

lol you cast regions to units and back D:
thats impossible to fix

editeditedit: used a version switcher to go back to 1.20e and im playing witching hour right now!

final edit: I would really like to see a map like this in SC2.

Re: SC2 Beta

Posted: April 17th, 2010, 5:56 pm
by DarnYak
Dekar wrote:lol you cast regions to units and back D:
thats impossible to fix
Its fixable, just make an array of regions and store the index of the region instead.

DarnYak

Re: SC2 Beta

Posted: April 18th, 2010, 3:01 am
by Dekar
Fine. Here is a partly fixed version.

Works:
-It loads.
-You can move around with the start hack I added ( removes black screen ).
-Patrols.
-Building fadeout.

Doesnt work:
-Unit interactions like getting attacked for killing someone.
-Checking corpse infos.
-Screen stays black without start hack. A trigger may get stuck somewhere.

Code: Select all

function GetUnitById takes string major, string s returns unit
    return LoadUnitHandle(hash, StringHash(major), StringHash(s))
endfunction


function GetItemById takes string major, string s returns item
    return LoadItemHandle(hash, StringHash(major), StringHash(s))
endfunction
I never changed any other trigger to store a handle inside there, so the item scry and blood stuff should be broken because of it.

Re: SC2 Beta

Posted: April 18th, 2010, 10:07 am
by DarnYak
Dekar wrote:I never changed any other trigger to store a handle inside there, so the item scry and blood stuff should be broken because of it.
Not that it was ever used.

DarnYak