finding differences between map versions?

Any tool that you think is useful, make a thread here and upload it.

Moderator: Cheaters

Forum rules
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
storyyeller
Senior Member
Posts: 178
Joined: February 15th, 2009, 9:08 pm

finding differences between map versions?

Post by storyyeller »

Is there any easy way to find changes in unit/item/ability stats between two version of the same map?
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: finding differences between map versions?

Post by Senethior459 »

Dump the object data for whatever type of object you want, using RMPQEx, for both maps. Then, compare the two for differences, using a program like WinDiff.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
storyyeller
Senior Member
Posts: 178
Joined: February 15th, 2009, 9:08 pm

Re: finding differences between map versions?

Post by storyyeller »

Does that work on war3map.w3u? Or do I need to convert it to SLKs with Widgetizer or what?
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: finding differences between map versions?

Post by Senethior459 »

It probably wouldn't work if you just used it on the war3map.w3u, because the file isn't text-only. What you should do is open the map with RMPQEx, click Dump object data..., select the Unit checkbox, and hit OK. It will make a text file with information about all the units on your desktop (or wherever the path at the bottom of RMPQEx is pointed to). Do that for each map (but in different locations, so the first one isn't overwritten by the second!), and then compare those.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle