10-28-2011, 02:40 AM
Guess so But I don't think this is completely correct:
The number of chunks is a short (2 bytes).
Like in the decimal system, numbers on the left side have more value than on the right.
If you write down 10, the value is 10 and not 1 like you say
The number of chunks in that file is ACTUALLY 1*256 + 0 = 256
(10-28-2011, 02:31 AM)rs2k Wrote: 01 01 01 00
This means Pak V1, Chunk V1, and 1 chunk in file.
The number of chunks is a short (2 bytes).
Like in the decimal system, numbers on the left side have more value than on the right.
If you write down 10, the value is 10 and not 1 like you say
The number of chunks in that file is ACTUALLY 1*256 + 0 = 256