Elden-Ring-Debug-Tool
Elden-Ring-Debug-Tool copied to clipboard
How to remove items from inventory?
Is there a way to remove items that can't be discarded normally?
Not yet. Manually setting the inventory slots to 0 is a bad way of doing it, as the game has it's own functions for managing the inventory. As soon as I reverse those functions, I can add removing items as a feature.
A temporary solution is to find the item in the Params -> EquipParamGoods param and turn the isDiscard param on for that item, and you should be able to drop it.
That worked perfectly thank you and great work on the program