mpq

mpq archive reader in javascript

Usage no npm install needed!

<script type="module">
  import mpq from 'https://cdn.skypack.dev/mpq';
</script>

README

mpqjs

mpqjs is a (currently uncompleted) implementation of mpyq, which extracts data/information out of MPQ (Mo'PAQ) formats popularized by Blizzard Entertainment.

requirements

  • node v0.8?+ (tested on v0.10 but should work on older versions)

install

  • npm install -g mpq

example

  • currently only the -t parameter of mpyq is supported so after installing, run the bin mpqjs with the -t parameter and include a filename like so:

mpqjs -I [filename]

whats implemented

  • archive header information
  • user data information

left to do

  • the rest...

license

  • MIT