Alright so I was recently working with @bixarrio on a new crafting system, and whilst we have reached some new heights, our saving system for STACKABLE items, be it the quiver, logs, or basically anything that is stackable, cannot be saved properly anymore. Instead, it goes through 2 different phases of nightmare (and believe me I am clueless as of why, but I’m trying different things out), as follows:
- Phase 1: when I first save and quit, the ammo in the Quiver Slot of my Equipment, if they’re in the Quiver Slot, are permanently gone, no negotiations. If they’re in the inventory, however, the item itself disappears, but the stack number it had on it remains, and unfortunately this causes me some serious issues, because if any other item falls in this slot (be it stackable or non-stackable), and we click on it, it will duplicate itself for as many times as the stack number was (and this goes for all inventory systems, like the bank, that start off as an Inventory duplicate
- Phase 2: the items’ leftover stack number is permanently gone, and this item is as good as gone
This issue is now a major glitch in my game, and I desperately need help fixing them (I don’t think Bixarrio’s InventoryExtension has anything to do with this, because commenting it out did not fix the issue either)