Re: Diablo III adding/deleting bytes
For inventory it's pretty much the same, 2 values to edit per item and 1 overall value for all items, which all increase/decrease by 1 per byte added/removed. The thing I can't figure out are the ones changing closer to the top of the file, which cause the file to become corrupted if they aren't corrected. For instance, a 5 byte difference changed 2 separate shorts from D6EE to C5EC, and another short from A0B0 to BEB8. At least one of these is needed, since if I don't change any of the 3 the file is corrupt.
I've just been recording what it should be and using that, but I'd rather calculate it if I knew how to.
Re: Diablo III adding/deleting bytes
Re: Diablo III adding/deleting bytes
Great job on the TuT Ghost :)