Problem

On Linux, loadPak fails to correctly load ITD_RESS.PAK.
Specifically, pakInfo.compressionFlag is supposed to be either 0, 1, or 4; however, it's read as 52.
It also appears that some other values might be wrong.
- I'd imagine
pakInfo.discSize should be smaller than pakInfo.uncompressedSize; it isn't
- I'd also imagine
pakInfo.offset isn't supposed to be negative; it is
How to replicate
Follow the instructions for building on Linux locally using Vs Code on my readme
Problem
On Linux,
loadPakfails to correctly loadITD_RESS.PAK.Specifically,
pakInfo.compressionFlagis supposed to be either0,1, or4; however, it's read as52.It also appears that some other values might be wrong.
pakInfo.discSizeshould be smaller thanpakInfo.uncompressedSize; it isn'tpakInfo.offsetisn't supposed to be negative; it isHow to replicate
Follow the instructions for building on Linux locally using Vs Code on my readme