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

How to: Test map correctly

Status
Not open for further replies.
Level 7
Joined
Feb 22, 2009
Messages
158
Testing the map is very important. First you must fix all leaks (No leaks , good game). The second rule is: The Path... The pach must be placed correctly.


The third testing rule is: The Coding of Colors. The collor code is very important.You can't write color code like this:

incorrect1.png
OR
incorrect2.png


And the fourth thing in your map must be written wery well: It's JASS

The fifth thing is: How much your game lags. TIP: To reduce lagg use JASS

The most important fifth thing is: BALANCING
To balance correctly use your mathematical intelligence

Example:

The Hero: Swordsman hit 46-66 each attack, and has 1000hp.
The Enemy Hero: Murlock King hit 95-95 each attack, and has 10000hp.

How i balance it? (Follow the instructions)

What i need do to ballance?

(46+66):2 (Now we got players heroes medium attack) Then 56*10(Player Count) Then i got 560 then 1000(Players health):56=17... 56*17=952:10=Then You Got Murlock King (Boss Attack) It's about 95each hit. NOW TO GET BOSS HEALTH: 10*Hitpoint Of Each players heroes it's 10*1000 = 10000

The sixth thing is map Description. It's must be written wery well

... (My tutorial not finished at last and sorry for my english im not bad at least )
 
Status
Not open for further replies.
Top