You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1353 fixes one issue with the old inventory system
however there is at least one more: when I add 1000000 gold, I end up split into 999999 + 1 inventory entries
we also will be able to deprecate TESModPlatform.pushWornState and TESModPlatform.addItemEx which are... well bad and proven to be crashing in some cases.
We could enable parallel container management after this task.
On setInventory, we work in this PR #1336
There is no getInventory PR at the moment of this issue creation
The text was updated successfully, but these errors were encountered:
#1353 fixes one issue with the old inventory system
however there is at least one more: when I add 1000000 gold, I end up split into 999999 + 1 inventory entries
we also will be able to deprecate
TESModPlatform.pushWornState
andTESModPlatform.addItemEx
which are... well bad and proven to be crashing in some cases.We could enable parallel container management after this task.
On
setInventory
, we work in this PR #1336There is no
getInventory
PR at the moment of this issue creationThe text was updated successfully, but these errors were encountered: