HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Reading Unitdata from a w3x

03-06-2007, 04:33 PM#1
Dr.Willy
Hey there.
I was thinking about writing a small tool which displays various information (hitpoints, damage per second etc) about the units in a map.
But first of all I obviously need to parse the w3u file (and maybe the ability/upgrade files aswell)
But before starting to write my own stuff I thought someone might have done that already.
So ... is there a dll or a class available for that?
03-06-2007, 05:49 PM#2
Vexorian
Just use the w3u specs, no need for more, unless you are REALLY lazy.
03-07-2007, 01:06 PM#3
shadow1500
Here is something I made a while ago, ignore the WTS class though, its terrible.
Attached Files
File type: zipw3data.zip (4.4 KB)
03-07-2007, 02:32 PM#4
Dr.Willy
thx a ton