Drake53/War3Net

Issues on large mpq files

Closed this issue · 3 comments

Problem lies here:
public const int MaxSize = 0x1 << 15;
On my particular mpq file, size is 65536, so << 16

To be a bit more specific on the files: Opening the "Installer Tome.mpq" from the WoW 1.0.0 discs.

I made a local Clone of this repo and changed the MaxSize constant. Worked flawless.

Thanks, fixed by: 9b095fc