Game crash with more than 65535 items
Posted: Sat Jul 28, 2018 6:10 pm
If I set the rocket-launch-product of an item to a stack of more than 65535 items, the game will crash with this error:
Value outside of range at property tree at ROOT.item.my-item.rocket-launch-product[1]
This works fine:
but this doesn't:
Can someone help?
Value outside of range at property tree at ROOT.item.my-item.rocket-launch-product[1]
This works fine:
Code: Select all
item.rocket_launch_product = {"my-rocket-result", 65535}
Code: Select all
item.rocket_launch_product = {"my-rocket-result", 65536}