Coding in raw galaxy is a pain in the ass and I don't have the time to write an extension of my own. So I'm interested in Galaxy plus plus / Andromeda etc. but I am not sure if they still work in HotS. Can someone give me a little push in the right direction?
You could try using Notepad+ + with the plugin(?) that allows it to recognize Galaxy syntax. I found it works pretty well. Just copy and paste or import your scripts into the map afterward. I personally don't bother with custom galaxy editing languages as more often than not, the author stops supporting it after awhile.
Galaxy++ still works to some extend, however since the author doesn't support it anymore, I wouldn't recommend it. There are no other extentions I know of.
Omni is pretty useless at the moment, but wait for Omni 2.0, it will be much better/easier to use, though it might take like 2 more months till I get it done..
From my own experience its always the best to use the native language instead of extentions.
Extentions mainly suffer from three problems:
- Bugs
- Author getting inactive (This happens very often)
- Performance (All language "features" must be compiled to native code in the end)
Additionally, language extentions might break once Blizzard does specific changes to their language, or features of language extentions get useless once they get a native implementation. All in all a good language extention needs excessive support by the creator. It might be okay to use those for small project, but once you are getting serious about a specific map or project I would never rely on those.
Coding in raw galaxy is a pain in the ass and I don't have the time to write an extension of my own. So I'm interested in Galaxy plus plus / Andromeda etc. but I am not sure if they still work in HotS. Can someone give me a little push in the right direction?
Omnieditor or something like that it came out recently and it was very good from what i've been told
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
You could try using Notepad+ + with the plugin(?) that allows it to recognize Galaxy syntax. I found it works pretty well. Just copy and paste or import your scripts into the map afterward. I personally don't bother with custom galaxy editing languages as more often than not, the author stops supporting it after awhile.
Galaxy
++
still works to some extend, however since the author doesn't support it anymore, I wouldn't recommend it. There are no other extentions I know of.@Kueken531: Go
Omni is pretty useless at the moment, but wait for Omni 2.0, it will be much better/easier to use, though it might take like 2 more months till I get it done..
From my own experience its always the best to use the native language instead of extentions.
Extentions mainly suffer from three problems:
- Bugs
- Author getting inactive (This happens very often)
- Performance (All language "features" must be compiled to native code in the end)
Additionally, language extentions might break once Blizzard does specific changes to their language, or features of language extentions get useless once they get a native implementation. All in all a good language extention needs excessive support by the creator. It might be okay to use those for small project, but once you are getting serious about a specific map or project I would never rely on those.