Android [BUG] Freely access unavailable backpack slots

CAKEbuilder

Greenhorn
This bug applies to game saves that have been migrated from Android to PC.

On Android, when you first open your inventory, the game immediately creates 36 item records under XPath /SaveGame/player/items. Normally on PC, the number of item records in the aforementioned XPath is equal to the value of /SaveGame/player/maxItems. When an Android save (where the inventory has been opened at least once) is loaded on PC, you can freely move items in and out of the 2nd or 3rd rows of the seemingly-unavailable inventory slots.

Steps to replicate:
  1. On Android, start a new game, and load it.
  2. Open inventory, close inventory, sleep to save the game.
    • There are 12 item records upon game creation. Once you open your inventory, an additional 24 records are created.
  3. Transfer the save from Android to PC.
  4. Load the save on PC. You can now freely place items in and out of inventory positions 13-36.
It seems as though <maxItems> is not considered on PC when moving inventory around in your bag, and the only prerequisite for a slot move is that an /SaveGame/player/items/item record exists to support the slot.

Thanks for reading, I hope this helps!
 

Attachments

Top