FromDarkHell / BL3SaveEditor

A desktop based save and profile editor for Borderlands 3
GNU General Public License v3.0
227 stars 44 forks source link

Implement serialization for inventory-keyless items #10

Open FromDarkHell opened 2 years ago

FromDarkHell commented 2 years ago

Certain items (i.e. ECHO Themes) can entirely lack an inventory key when we serialize the item; As long as it lacks actual parts, we don't really need the inventory key. For now, the approach I've taken is to let the user be able to see but not modify the item if it lacks an inventory key, but in reality it only needs to block the addition of parts.