Q&A Batch 52 - Discussion

Romek

Super Moderator
Reaction score
964
Click

Discuss here.

Frankly, I don't like the name Galaxy. It sounds too cheesy. :(

Garbage collection. <3
 

Daskunk

SC2 Forum MVP - TheSkunk #386
Reaction score
186
and WHY exactly didnt you put one?.
Becuase the way they used triggers, it wasn't that big of a deal to them? :p

So it will be possible to customize the game UI, it just won't be a user-friendly process.
Yay, kinda. Would be nice to be user friendly, but im glad it can be done at all!
 

DarkRevenant

Mad Scientist
Reaction score
13
Yay, kinda. Would be nice to be user friendly, but im glad it can be done at all!

I'm actually glad that part isn't built in; if anyone could edit the UI with no problem, then every noobmap would have the UI placed around randomly in the middle of the screen for no apparent reason. Now we can be sure that custom UI's will have some thought put into it.
 

Daskunk

SC2 Forum MVP - TheSkunk #386
Reaction score
186
I'm actually glad that part isn't built in; if anyone could edit the UI with no problem, then every noobmap would have the UI placed around randomly in the middle of the screen for no apparent reason. Now we can be sure that custom UI's will have some thought put into it.
There are ways to make it built in but still not easy and finable for any old noob, but you have a point there.
 

Monovertex

Formerly Smith_S9
Reaction score
1,461
You could were able to modify the in-game UI in Warcraft III as well =/. Model and textures editing. I am not sure about the models, probably it would have been a lot of hassle, but the textures were easy to modify. I think the same will be for Starcraft II.

And I agree that Galaxy sounds a bit gay... :p.

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.

:thup:
 

YourFace

<span style="color:#9C9C9C;"><strong>Runner Up - T
Reaction score
91
Woah i really want sc2 lol

I'm learning(or trying to atleast) to learn c++
so if I learn "Galaxy" I can understand both languages better, and have a high understanding of C :)
Playing sc2's actually educational!
and since it's being released in 2009, i can get it for free!!!!!!!
 

ROTS19

TH.net Regular
Reaction score
12
Originally posted by Karune [Blizzard Poster]

StarCraft II Q&A Batch 52 : Map Maker Series


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.

Well it certainly was in the War3 editor. There was a whole section where you customized UI images/models/text/colors/etc.

Originally posted by Karune [Blizzard Poster]

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.

Well i just listed one. Also the thing about units being able to be turned into water units easily just with a click in the war3 editor.


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.

Cool.
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.

Also cool.
 

FhelZone

Have a drink of a nice cold mellowberry juice!
Reaction score
103
Time to go and learn C programming hahaha.....
 

Bloodcount

Starcraft II Moderator
Reaction score
297
What a useless batch, I mean c'mon guys Galaxy sounds like some kind of a ice-cream vanilla desert with black chockolate covering that you eat in the hot summer days.

Also the questions were a bit too retarded. I mean there are a lot more important things that we need to answers for, like:
"In warcraft III there were some 2d maps who gave a lot of fresh ideas. Will there be a 2d built in engine in the start edit?"
or
"will there be clickable multiboards?"
 

Monovertex

Formerly Smith_S9
Reaction score
1,461
Well it certainly was in the War3 editor. There was a whole section where you customized UI images/models/text/colors/etc.

They are talking about the in-game UI, Rots. That section of the Editor was specifically for the Editor.
 

Romek

Super Moderator
Reaction score
964
Why would there be a 2D engine?
And you could make 2D games in Wc3 too. If it's too hard for you, then tough.

Also, I'm sure more people are interested in questions like these, than "Will there be a 2D engine".
 

Vestras

Retired
Reaction score
249
Since they said that UI-modificating isn't that user friendly, I'm playing with the thought of making an UI-editor, what do you think? xD Should be relatively simple, as I already have a highlighting engine.

I'm actually pretty happy about this. This is what I thought it would become, and I knew that my highlighter would end up highlighting C... eventually.

Time for me to pick up C again!
 

Romek

Super Moderator
Reaction score
964
Not being user friendly probably means about as friendly as it was for Wc3.
Basically, all we need is to import some textures.

Nothing too difficult in my opinion.
Besides, nobody likes huge custom textures in a map. :(
 

Vestras

Retired
Reaction score
249
Ehh, am I misunderstanding something here..? I meant the Trigger Editor UI. The thing Sevion edited for making EGUI.
 

Romek

Super Moderator
Reaction score
964
> Since they said that UI-modificating isn't that user friendly
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.

I'm pretty sure 'they' were talking about the in-game UI. Not the Trigger Editor UI.

> Ehh, am I misunderstanding something here..?
:rolleyes:
 

Sevion

The DIY Ninja
Reaction score
413
Ehh, am I misunderstanding something here..? I meant the Trigger Editor UI. The thing Sevion edited for making EGUI.

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.

Well, this pretty much kills EGUI, doesn't it...
 

sqrage

Mega Super Ultra Cool Member
Reaction score
514
Galaxy isn't as bad a name as PHP. I mean c'mon it's an endless loop.

It seems really cool though, and the possibilities seem endless. I bet you could pretty much make your own full games with it.

I hope the new language isn't too difficult to learn though.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top