Page 140 of 191

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 05, 2009 12:40 pm
by Lavarinth
This was shows years ago, haha.

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 05, 2009 1:18 pm
by IskatuMesk
wut

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 05, 2009 4:58 pm
by Lavarinth
Seriously. What did I write.

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 05, 2009 7:54 pm
by IskatuMesk
Lavarinth wrote: was shows

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 12:49 pm
by IskatuMesk
So, apparently the beta opt-in is now closed and invites are already getting sent out. Nony got one, for example.

Let the speculation begin.

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 1:31 pm
by AA7Dragoon
So if the invites go out, does that mean you can immediately start playing?  Or what is the start date, according to Nony?

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 2:30 pm
by UntamedLoli
It means the opt-in keys went out and only that so far.

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 3:05 pm
by IskatuMesk
AA7Dragoon wrote: So if the invites go out, does that mean you can immediately start playing?  Or what is the start date, according to Nony?
No one knows the start date yet - only that the opt-in has been closed, so you can no longer "sign up". That would typically indicate that it will begin in the near future.

/edit

Looks like the opt-in is back. So I guess it hasn't been turned off yet, or they were just working on something. People were definitely getting e-mails from it though.

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 4:13 pm
by Lavarinth
The beta hasn't begun, and there was no specification as if countries, aside the US, would get their keys immediately or come time for their change to enter Beta.

Re: StarCraft II Official! (Pictures)

Posted: Tue Jun 09, 2009 4:35 pm
by IskatuMesk
I believe Blizzard said that other countries would get their keys later on in different "phases".

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 12, 2009 4:45 pm
by UntamedLoli
Karune wrote:StarCraft II Q&A Batch 52 : Map Maker Series

1. Does it still use the JASS language, or perhaps an upgraded version of JASS?
StarCraft II uses an entirely new scripting language, which we’ve called Galaxy. This language is very similar to C, and anyone familiar with programming in C will have no trouble picking it up.

2. Is the language event-driven or object-oriented?
The language itself is not object-oriented, although most of the native functionality is based around operating on game objects.

3. In comparison to the Warcraft III Editor, how much more, if any, can the GUI of the game be edited (it was extremely limited in Warcraft III)?
The in-game UI layout is externalized in data files to a large extent, however there is no editor support for working with these files. So it will be possible to customize the game UI, it just won't be a user-friendly process.

4. Are there new noteworthy functionalities in the Starcraft II Editor, or will the new editor just have general improvements?
I can’t think of a single editor feature from WarCraft III, large or small, which has not been improved in at least some way for StarCraft II.

5. Will the ability to communicate among triggers, for instance via actions or conditions, be improved in the new language?
One significant new feature of the Trigger Editor is support for custom function definitions, including actions and conditions. This means you can create your own actions that are built up from other actions (or custom script code), then use those in triggers just as you would any other action.

6. How does "Hero" support differ from the Warcraft III Editor? Or is it practically identical?
We’ve been working hard to create a hero system that is even more flexible than WarCraft III’s. For example, map makers will have the ability to define any number of custom attributes that modify a hero based on its level.

7. Will there be a public API for the programming language?
As with WarCraft III, there is a large set of “native” functions representing game functionality that can be accessed through scripts. If this is what you mean by “public API”, then yes.

8. Will there be improvements on the "Garbage Collector" for the new language? For example, in JASS all local variables need to be set to null at the end of their use, and certain data-types need to be removed from the game (such as Locations) at the end of their use to avoid memory leaks.
Galaxy features a robust garbage collection system for all native types, which is a huge improvement over WarCraft III (which technically did not have a garbage collection system at all). The script memory leak issues from WarCraft III will be a thing of the past.

---End of Transmission---


http://forums.battle.net/thread.html?topicId=17779588788&pageNo=1#0

Re: StarCraft II Official! (Pictures)

Posted: Fri Jun 12, 2009 4:47 pm
by IskatuMesk
Fairly predictable answers, although the UI one caught me off guard as I wholly expected them to hardcode it half-way.

Re: StarCraft II Official! (Pictures)

Posted: Sat Jun 13, 2009 8:14 am
by Xenon
Galaxy features a robust garbage collection system for all native types, which is a huge improvement over WarCraft III (which technically did not have a garbage collection system at all). The script memory leak issues from WarCraft III will be a thing of the past.
Color me cautiously optimistic.

Re: StarCraft II Official! (Pictures)

Posted: Sat Jun 13, 2009 1:49 pm
by Ricky_Honejasi
Xenon wrote:
Galaxy features a robust garbage collection system for all native types, which is a huge improvement over WarCraft III (which technically did not have a garbage collection system at all). The script memory leak issues from WarCraft III will be a thing of the past.
Color me cautiously optimistic.
I presume they will prevent the worst of memory leak issues but I don't expect them to cover everything. Especially, when it comes for the few tricky parts where it might mess up with your variables somehow.

Re: StarCraft II Official! (Pictures)

Posted: Sat Jun 13, 2009 7:41 pm
by Marco
I don't think I'll ever get down to working with the code.  I never did well in my computer programming courses, that kind of stuff just bores me to tears.  Of course, so does map making.  I know how to do it, but the doing it part is terribly boring.  At least till you get a significant portion of the map made, then it gets kind of fun.

I do like the fact that they are creating things like attributes that modify heroes even though Blizzard said they weren't planning to use leveling heroes in SC2.  They're essentially creating editor features strickly for community usage.  Of course, I imagine this might also stem from the fact that they don't want to lose one of their major community sucesses from WC3, DOTA.