Picker Inventory Tools

by Nexela

Quick Inventory filtering and sorting

1 year, 11 months ago
0.17 - 1.1
8.71K

b Error when paste BP from library

4 years ago
(updated 4 years ago)

https://imgur.com/a/brXoK8d

Chests are limited to 4 slots in BP if that info is helpful. Error happens when I paste any BP though

4 years ago

Happened to me when I put down any kind of chest or warehouse.

To fix it yourself temporarily, change these values in scripts\chest-limit.lua in the PickerInventoryTools_1.1.0.zip folder:

line 58:
from:
if inventory and inventory.hasbar() and bar and bar > 0 then
to:
if inventory and inventory.supports_bar() and bar and bar > 0 then

and line 59:
from:
inventory.setbar(bar + 1)
to:
inventory.set_bar(bar + 1)

Note: I have no idea if there are any gameplay ramifications from doing this, but it lets me put the chests down without erroring, so that's good enough for me.

4 years ago

This will be fixed in the next release, Thank you

New response