zammitjames / theunarchiver

The Unarchiver is an Objective-C application for uncompressing archive files
Other
9 stars 3 forks source link

Add suport for MPQ file format (blizzard compression format for all their games) #527

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You should be able to do it with storm library

http://zezula.net/en/mpq/download.html

it'd help immensely if unarchiver can open mpq files. :)

Original issue reported on code.google.com by mysticalosx on 6 Sep 2012 at 6:50

GoogleCodeExporter commented 9 years ago
I guess it is possible, but I'm not sure if there's much demand. If anyone else 
wants it, do speak up.

(It's also a bit worrying that there doesn't seem to be any license given for 
the library, but that can probably be worked out somehow.)

Original comment by paracel...@gmail.com on 6 Sep 2012 at 10:15

GoogleCodeExporter commented 9 years ago
Many of the AddOn developers for WoW, including myself, would love to have this.

-Torhal

Original comment by Darken...@gmail.com on 6 Sep 2012 at 11:24

GoogleCodeExporter commented 9 years ago
Definitely a yes!

Original comment by was...@gmail.com on 7 Sep 2012 at 4:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This would help immensely! There aren't any other MPQ programs for Mac that 
work well, so this would be a godsend!

Original comment by Topsy.Cr...@gmail.com on 20 Apr 2013 at 7:59

GoogleCodeExporter commented 9 years ago
Better late than never.
You would be a hero for all Blizzard players on Mac platforms if you do this. 
The older MPQ Extractors can't open the new MPQ formats, therefor we don't have 
anything to extract MPQ files with.

Original comment by llmond...@gmail.com on 15 Jun 2013 at 10:35

GoogleCodeExporter commented 9 years ago
Is there some documentation on the new format?

Original comment by paracel...@gmail.com on 15 Jun 2013 at 10:39

GoogleCodeExporter commented 9 years ago
it's more or less here

https://github.com/stormlib

Original comment by mysticalosx on 15 Jun 2013 at 10:41

GoogleCodeExporter commented 9 years ago
Not sure if this is of much use, don't know of programming yet.
http://www.zezula.net/en/mpq/mpqformat.html

Original comment by llmond...@gmail.com on 15 Jun 2013 at 10:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The library still doesn't seem to have a license so it's not actually possible 
to use it, unfortunately.

Original comment by paracel...@gmail.com on 15 Jun 2013 at 10:52

GoogleCodeExporter commented 9 years ago
i have seen many projects use stormlib windows side, just not on mac side. i 
suppose it doesn't hurt to shoot them an email. if not using storm lib though. 
does their mpqformat page help enough to just code something without storm lib?

Original comment by mysticalosx on 15 Jun 2013 at 11:01