• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Expanding Storage Capacity

Beard_One

New member
Hi - as a mini intro to modding, could someone please tell me how to expand the storage capacity of "cntCabinetBottom" to, say 10 x 14 storage slots please?

Thank you very much!

 
cntCabinetBottomRandomLootHelper is the parent block that bottom cabinet extend from, and it has a property that sets lootlist to 17. So look in loot.xml for lootcontainer 17 (near bottom) and you will see it has a parameter size="5,4" which means 5 columns by 4 rows, or 20 slots. Increase those numbers to your desired size.

 
If you go too high on the numbers it may throw some errors. I believe you will be able to open it but it won't close. Been a while since I had that issue so if that happens to you just try lowering the values. I had most of my containers at 9x10 with the default ui and didn't have issues.

 
Back
Top