While investigating my last issue, I noticed there are two different ways of assigning packet type and size.
We should be using this way, due to id actually being 9 bits.
We should also be assigning larger-than-8-bit numbers to really hammer this point home.
Perhaps also logging if we try to assign something too big to size.
Part of this could also be making the raw id and size fields be
LootBox is a replacement for the now defunct AltanaCubby. It reads files stored by the game in the USER folder containing a local copy of your inventory.
While investigating my last issue, I noticed there are two different ways of assigning packet type and size.
We should be using this way, due to
idactually being 9 bits.We should also be assigning larger-than-8-bit numbers to really hammer this point home.
Perhaps also logging if we try to assign something too big to size.
Part of this could also be making the raw id and size fields be