HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

MPQ-archieve docs?

12-23-2006, 02:52 PM#1
Themerion
Are there any kind of documentation on mpq-archieves and warcraft file-types?

I mean, of course some of you know stuff about them; otherwise things like widgetsizer and Vex-optimizer wouldn't exist. Are there any documentation though, or do you just read other peoples' source codes (which of course are written in a variety of obscure languages :)?
12-23-2006, 03:24 PM#2
shadow1500
http://zohar.devklog.net:47805/proje...i/MoPaQ_Format
There are a lot of those on the net, you just need to search for them with things like google...
12-23-2006, 03:46 PM#3
Zoxc
Also you could just read the sticy here :D
12-23-2006, 04:01 PM#4
SFilip
AFAIK both Widgetizer and Optimizer use SFMpq library which is probably the best and easiest way to access a MPQ. You can get it here.
12-23-2006, 05:07 PM#5
PitzerMike
As Zox already said: The stickied thread ftw!
http://www.wc3campaigns.net/showthread.php?t=66327
12-23-2006, 05:13 PM#6
Themerion
Quote:
Also you could just read the sticy here :D
Quote:
As Zox already said: The stickied thread ftw!
http://www.wc3campaigns.net/showthread.php?t=66327

LoL! Can't believe I missed that! Thanks

Quote:
http://zohar.devklog.net:47805/proje...i/MoPaQ_Format
There are a lot of those on the net, you just need to search for them with things like google...

...or, I can use the link you gave me. Thanks.

Quote:
AFAIK both Widgetizer and Optimizer use SFMpq library which is probably the best and easiest way to access a MPQ. You can get it here.

But that library only work with C++ and VisualBasic, aight?
12-23-2006, 07:36 PM#7
SFilip
> only work with C++ and VisualBasic
Delphi too.
12-23-2006, 09:01 PM#8
PitzerMike
Quote:
Originally Posted by Themerion
But that library only work with C++ and VisualBasic, aight?

I don't know any reasonable programming language that can't use dlls.