How to change the max inventory slots
- Navigate to lua/wos/advswl/config/crafting/sh_craftwos.lua
- Find the "wOS.ALCS.Config.Crafting.MaxInventorySlots" value near the end of the file
- Change it to any number, an even number is recommended so that the page of item slots does not get cut short
Example
wOS.ALCS.Config.Crafting.MaxInventorySlots = 80