• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

Is there a Dota 2 map editor?

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
r (the triggers an stuff)?

No. Its all scripting. No GUI.

Though the actual editor (linked above) can do much more than the wc3 editor ever could, the trigger editor is not included.
 
Level 3
Joined
Nov 3, 2014
Messages
36
Yeah there is a Map Editor in the Workshop Tools, its called Hammer and is quite good, however the programming is not done inside it unlike the World Editor, it's not an integrated GUI, most scripts are just simple files editable in any code-oriented text processor like Notepad++/Sublime.
 
While more powerful, it's also way harder to learn due to the lack of built-in commands for creating UI elements, units, abilities, etc.

It's very hacky in it's current state, though, imho, still easier to learn than the Galaxy editor - but that only applies if you know about programming.

I actualy find the galaxy editor easier. The only hard thing in it is the data module which takes some good time to learn but once you grasp it and work with xml, then you end up doing things pretty fast.
 
I actualy find the galaxy editor easier. The only hard thing in it is the data module which takes some good time to learn but once you grasp it and work with xml, then you end up doing things pretty fast.
And that's the main issue with galaxy:
You are required to deal with the data editor even for the simplest of maps. At least in the DOTA 2 tools you can create something simple relatively fast. Galaxy has a front-loaded learning curve, whereas DOTA 2 features a relatively linear progression in difficulty.
 
And that's the main issue with galaxy:
You are required to deal with the data editor even for the simplest of maps. At least in the DOTA 2 tools you can create something simple relatively fast. Galaxy has a front-loaded learning curve, whereas DOTA 2 features a relatively linear progression in difficulty.

I would say the high step curve comes at intermediate level for dota2. While in Sc2, the high step curve is just at the start, afterwards it's pretty easy if you have used the wc3 editor.
 
Status
Not open for further replies.
Top