Change Max Inventory Slots

How to change the max inventory slots

  1. Navigate to lua/wos/advswl/config/crafting/sh_craftwos.lua
  2. Find the "wOS.ALCS.Config.Crafting.MaxInventorySlots" value near the end of the file
  3. 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

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Creating Your Own Item

How to create your own items   local ITEM = {}   ITEM.Name = "Enter Item Name"...

Setting Blade Type

Setting blade type of weapon/item How to set the blade type of a weapon/item including...

Change Item Spawn Rates, And Data Saving Occurency

How to change loot spawn percentage/frequency, and inventory/crafting data saving Navigate to...

Enable/Disable Zhrom/Clone Adventures Pack

How to configure enabling/disabling extra content Navigate to...

Configure MySQL For Crafting

How to configure MySQL for crafting data Navigate to...