• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Galaxy Editor Questions

Status
Not open for further replies.
Level 2
Joined
Sep 1, 2007
Messages
12
Need an expert on the galaxy language (non-gui).

I participated in the beta and used the GE quite a bit. I'm considering buying SC2, but there were some concerning issues with the GE while i was in beta:

- censorship (words like god, black, white, suicide, starcraft, etc... prevent you from publishing your map)
- no pointers and references; or a replacements for them
- no dedicated non-gui trigger/script module (there is a script editor, but you cannot save with it and it's cumbersome to use)
- no cliffs APIs (CreateCliffAtPoint(clifftype ct, cliffheight ch, point p))
- banks (gamecache in xml) are very small
- no dynamic allocation (not a big concern, but would be nice to have)
- a script lines cannot be greater than 2048 characters in length
- libraries cannot be written in non-gui form (excluding script hacks); only created thru the GUI.
- .mods cannot be added unless it's published thru battle.net; even if the .mods are on your local harddrive.

my questions are:
1. Is there still censorship?
2. Are there pointers or references? or their equivalence?
3. Is there a script module IDE similar to what an actual programming source code editor might have? In other words, do you still have to import your scripts? I hate using the GUIs.
4. Is there a CreateCliffAtPoint function?
5. Are banks still limited in size?
6. ---
7. Is there still a limit to length of the line in a script?
8. Are libraries script-able now? or do you still have to use the GUI?
9. .mods that you own (on your local harddrive), can they be package with the your map? or do you still have to upload to battle.net before you can use what you own?

Thank you for your time!
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,201
1. The beta meant nothing with this. The words added to the list were for testing purposes only.
2. Probably not however we shell see.
3. No clue what you are on about. Creating a custom script trigger element and coding in that worked fine for me in phase 2 and works fine in the release.
4. You can not just create cliffs duing gameplay, it is not that easy so I guess no.
5. Probably, they are pleanty as it is.
6. Probably still no dynamic allocation, afterall it is virtually leak free.
7. I never thought there was before and there probably is not now.
8. Again no idea what you are on about, you can just creat custom script elements and code all your code in there or even reference additional custom code scripts to use.
9. Logically they must be uploaded to battlenet. Mods are meant to share resources to prevent duplicate downloads.
 
Status
Not open for further replies.
Top