mpqjs is a (currently uncompleted) implementation of mpyq, which extracts data/information out of MPQ (Mo'PAQ) formats popularized by Blizzard Entertainment.
- node v0.8?+ (tested on v0.10 but should work on older versions)
- npm install -g mpq
- currently only the -I parameter of mpyq is supported so after
installing, run the bin
mpqjs
with the -I parameter and include a filename like so:
mpqjs -I [filename]
- archive header information
- user data information
- the rest...
- MIT