eagleflo / mpyq

Python library for reading MPQ archives.
BSD 2-Clause "Simplified" License
100 stars 23 forks source link

Add support for MPQ files that don't begin with the MPQ header #5

Open eagleflo opened 14 years ago

eagleflo commented 14 years ago

According to references there are MPQ files which do not begin with the MPQ header, such as Install.exe from StarCraft and Brood War installation CDs. In these cases, either MPQ header or MPQ user data header begins at some multiple of 512 bytes from the beginning.