youdz / d2-stash-organizer

Diablo 2 Collection manager
MIT License
58 stars 21 forks source link

Bug: no page numbers #28

Closed duftin closed 3 years ago

duftin commented 3 years ago

Recently, when I load my shared stash, there are no page numbers: no page numbers If I organize my stash and leave the first X pages unorganized, the unorganized pages will remain without numbers which will cause an error that prevents me from playing my characters. If I organize all pages, the pages will be numbered, but when I load the same file (even without loading the game first/modifying the file), all pages will be without numbers like the above screenshot.

I admit I've been messing around with hero editor to make some goofy items, so it's possible I accidentally caused this on my end. I've included my shared stash file if you want to take a look. _LOD_SharedStashSave.zip

youdz commented 3 years ago

Oops, my bad, off-by-one error after the fix from yesterday. Give me a minute.

youdz commented 3 years ago

Fixed and deployed. 😄

I admit I've been messing around with hero editor to make some goofy items, so it's possible I accidentally caused this on my end.

The parser has actually really good support for hacked items. The problem is mods which modify the game files (like PD2). As long as you create crazy items with the basic hero editor, which uses plain D2 attributes, I think they'll all be fine.