It sets each damage type to do 1000% to every other one. What this means is that.. for TDs they're 1000% easier. This can also be used for RPGs, you just have to set the type of damage that every hero has to 1000% and set the damage type that creeps have to 1% (If it works on that RPG). We'll look at both methods here.
There are many things here that are better than normal hacking, and worse.
Pros
Quicker
No anti cheats (I don't think)
Cons
Not as many things that you're able to do - only damage hack.
If the maker made custom damage types, it's annoying to figure it out (But possible.)
So.. Imo it shouldn't replace every hack you do with damage hack.. Only maps you don't want to hack
because they have so many anticheats or other readons (Like YouTD?)
We accomplish this by editing the war3Map.Misc or adding one if it doesn't exist. This is the Gameplay Constants file.
For TDs (Or anything you want all the types to do 1000%
If the constants file DOES exist, first REMOVE any lines that say
Code: Select all
DamageBonus
Code: Select all
DamageBonusChaos=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
EtherealDamageBonus=100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusHero=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusMagic=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusNormal=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusPierce=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusSiege=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusSpells=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
For maps that don't have it, make a text file named war3mapMisc.txt and add this.
Code: Select all
[Misc]
DamageBonusChaos=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
EtherealDamageBonus=100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusHero=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusMagic=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusNormal=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusPierce=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusSiege=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusSpells=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
This is harder, so i'll use screenshots and the map TkoK rpg (Heavily protected). Also if the creeps use the same damage as the hero, you're screwed =P It gets so hard to damagehack that it's easier to regular hack at that point.
First run the map with ListChecker if it has anti singleplayer to bypass it, then look at the damage types.
As you can see by these screenshots, creeps use Normal and heroes use Hero.
Code: Select all
DamageBonusHero=100.00,100.00,100.00,100.00,100.00,100.00,100.00,100.00
DamageBonusNormal=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01
It works. (Btw they spelled Hardcore as Heartcode =DDD)
Here is the map for those who want it.
I'm not going to do into depth on how to damage hack if they changed the names, but you have to deprotect a map of it and look into the game interface and find out which damage type is which, then edit the same way as before.