HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

War3 Map Info Extractor

07-09-2002, 08:28 PM#1
zepir
From the ReadMe.txt:
Quote:
This little program allows you to extract minimaps and other info from several Warcraft III maps in the same
directory. It can also scan subdirectories. It outputs the minimaps as JPEGs in a specified directory and all
the map info is dumped in a filed also specified by the user.
It fully supports Retails map. It doesn't fully support beta maps (it'll display a few warnings).
JPEGs files (extracted minimaps) are not compatible with common softwares because they use the Intel Jpeg
Library ((c) Intel) and they include an extra-channel (not standard). I'll fix that soon (I hope).
You can open the JPEGs with Corel Photopaint 10 or above ((c) Corel) or Adobe Photoshop 6 or above ((c) Adobe)
and you just need to swap the cyan and the yellow channels to get correct colors.
I plan to release the sources (Visual C++) in a week or two, after the JPEG part is fixed.

Get the program here

-=Zépir oo

[update: link updated]
07-10-2002, 06:02 PM#2
zepir
W3M Info Xtractor v1.1!
Get the updated version that supports standard JPEGs!
[Edit by Skull] Get it here
07-26-2002, 10:45 PM#3
zepir
PUBLIC SOURCES available for everybody!
USe them freely and don't forget the credits! ;)
(DJBnJack and me)

Get them HERE!

You can also get them from the Download/Tools page (same link though)
01-31-2003, 01:30 PM#4
Guest
the link for the download for the source code is bad, can anyone help me out? i want to port it into PHP for run-time image map extraction.... but I havent been into the w3m file before, so i figured I could wing it if I had the source to this program...

If someone could email me a good link or the file, that would be great :)

[email protected]
01-31-2003, 06:34 PM#5
4d5e6f
hey kiethjr, are you kiether with a anme change, or do you like making your name as close as possible to someone else's name?
01-31-2003, 07:15 PM#6
Guest
no, this has been my online name on battle.net since around 1997, and also my name on a lot of other forums... I just figured I would come here to search for software/source, since people from this forum have posted advertisements to wc3campaigns to other sites/forums that I post on..
02-05-2003, 12:00 AM#7
Wizerd
I'm sure it requires more than you think for getting it to work in PHP. You have to cross platform to windows and stuff apparantly... some admins are doing it for this site soon, they might give ya a hand.
02-07-2003, 09:46 AM#8
Guest
php has a lot of code based on C, so a lot of the functions are the same... so all of the "important" file extraction code should be the same.. maybe a little tweaking, but the extraction code is all that is needed...
02-07-2003, 03:26 PM#9
zepir
What could be a problem would be the DLLs.
Map Info Extractor uses dlls to go inside W3M files.
I dunno if php could handle that but I know that Shadowflare can get arround this problem.