MPQExtractor
MPQExtractor copied to clipboard
A command-line tool to extract files from MPQ archives
Just updated StormLib and it works fine. I even use it on The Hive Workshop now. Thanks for making this tool.
Hello, This seems to be a cool tool, but after installing it, when I try to use it it doesn't work. The output says "Opening ''... and stops there. The...
I am trying to build this on Raspbian on a Pi 2, getting this error: Linking CXX shared library ../bin/libstorm.so /usr/bin/ld: cannot find -lbz2 collect2: ld returned 1 exit status...
No way to do this?
It also requires these libs to compile: `sudo apt-get install libbz2-dev zlib1g-dev` PS: too bad it doesn't compress to MPQ as well, it's useful for linux users not to use...
As far as I understand there is no command to extract all files in a MPQ archive, including paths. Isn't this the most obvious thing for this tool to do?...
I am in the need of a feature to extract all files in a MPQ missing the listfile. My plan with the files is to index hashes to cross reference...
Hi, Your tool looks just awesome ! However, I'm trying to use it to extract some files from warcraft 3 mpqs and find difficulties knowing how to properly apply patches....
``` user@Mac-Studio build % cmake --build . [ 0%] Building C object StormLib/CMakeFiles/storm.dir/src/libtomcrypt/src/pk/rsa/rsa_verify_simple.c.o /MPQExtractor/StormLib/src/libtomcrypt/src/pk/rsa/rsa_verify_simple.c:58:12: error: call to undeclared function 'LibTomMalloc'; ISO C99 and later do not support implicit function declarations...
First of all, thank you so much! This is a great tool! So far the best I've tried when handling MPQ archives. My use case is that I would like...