Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Warcraft Editing Tools
»
Programming
»
MPQ Decryption?
MPQ Decryption?
03-12-2009, 04:35 AM
#1
Blackroot
Hey there; I'm looking to write a simple MPQ extractor to pull out the custom unit slk from map files. I really just need a way to decrypt the .w3x mpq file and run a search to find the slk.
Anyone know the decryption method on these things?
03-12-2009, 05:07 AM
#2
Jazradel
http://en.wikipedia.org/wiki/Mpq
might help.
Maybe sfmpq.dll is what you want?
03-12-2009, 12:03 PM
#3
akolyt0r
This could help aswell ...
http://home.magosx.com/index.php?topic=77.0
03-13-2009, 02:05 AM
#4
TriggerHappy
MpqLib is very easy to use.
Just tested it, took me 5 minutes to setup.