• 🏆 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!

Where to start for map dev?

Status
Not open for further replies.
Level 14
Joined
Nov 17, 2010
Messages
1,265
A good place to start might be to open up some of Blizzard's original campaign maps and see how they went about things. It can give you an idea about how to use the editor including the trigger editor, object editor, and terrain.

It honestly took me a long time messing around with it and checking out some tutorials here on the hive before things really started making sense. Once you have a basic idea, however, the only limitation becomes your imagination.

I would also strongly suggest when you do decide upon a type of map to make. Make one that you would enjoy playing rather than what you think others would like.

Good luck mate
 
Level 16
Joined
Mar 27, 2011
Messages
1,349
Are you making a Warcraft 3 custom map or a Starcraft 2 custom map?

For either editor, you need to start off small. I made the worst and lamest maps when I first started (and I still am). With each map I made, I learn't something new. There is lots that goes into a map. Terrain, unit data, triggers, game design, balance, creativity, etc.

Where to Start:

- Start by simply opening the editor and looking inside. For your first map aim really small. Just put a couple of units on the map for each player and have fun moving them around
- Next I suggest you edit the unit's damage, armor and hit points. Test the map and have fun killing units when you have 10000 damage.
- Next try making a unit pop up on the map every 5 seconds. Test the map and camp the spawn zone with your 10000 damage mega unit and kill them.

You aren't really trying to make a proper full fledged game at that stage. Have fun learning new things in the editor, then tackle making a game. Remember your first few games will probably be crap but practice makes perfect.
 
Level 16
Joined
Mar 27, 2011
Messages
1,349
If you want to develop a ok map you need to learn triggering, most people prefer GUI unless you know any existing programming language, in that case you might want to learn JASS instead.

You should firstly learn every aspect of WE and how it works.
When you get comfortable with it, then move to map modding to avoid stupid mistakes like leaving leaks, making triggers unefficient etc...

No offence but this information isn't really all that useful for someone who wants to start map making and shows no knowledge of coding. When explaining a concept to somebody with no background experience, you cannot use jargon. Words like GUI, JASS, programming language, etc is all Chinese to somebody who has never touched coding or modding before.
 
Level 14
Joined
Dec 12, 2009
Messages
1,027
Open up all of the open-source maps you can find (on THW they typically specify whether they are on the map description). You can look through the trigger editor to see all of the custom triggers the user has present. You can look in the object editor for anything highlighted in pink (this indicates custom values have been set) - this goes for units, abilities, upgrades, & buffs.

Then, start changing things to figure out how they behave; this will help determine some initial questions you can pose to others or look online for (like how does modifying the hero experience gained formula in the gameplay constants control hero leveling?).

The hard part will be finding open-source maps.
All of my maps are open source
KoTH & Erebus

Wa666r's maps are open source (the Forsaken one is for sure)

However, the most important thing you can start with is deciding what kind(s) of genre(s) do you want present in your game?

//\\oo//\\
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
I would advise skipping WC3 and going for SC2. By the time you even near completion of any reasonable project WC3 will be more dead than it currently is so you will probably have wasted your effort.

SC2 might appear harder from the start but it is a lot more logical to learn. It does not have all the hidden hacks that WC3 editing has that most people do not know about until they run into problems. Leaks are practically no issue in SC2 as an example.
 
Level 15
Joined
Oct 29, 2012
Messages
1,474
I would advise skipping WC3 and going for SC2. By the time you even near completion of any reasonable project WC3 will be more dead than it currently is so you will probably have wasted your effort.

SC2 might appear harder from the start but it is a lot more logical to learn. It does not have all the hidden hacks that WC3 editing has that most people do not know about until they run into problems. Leaks are practically no issue in SC2 as an example.

But it has less popularity, I guess people like that thing called 'hax'
 
Status
Not open for further replies.
Top