Enable/Disable Zhrom/Clone Adventures Pack

How to configure enabling/disabling extra content

Navigate to lua/wos/advswl/config/general/sh_serverwos.lua

Find the "wOS.ALCS.Config.EnableZhromExtension", and "wOS.ALCS.Config.EnableCloneAdventures"

 

  • "wOS.ALCS.Config.EnableZhromExtension" setting this value to true will enable the content pack in your toolgun, and as items in the crafting menus (This pack is CRUCIAL to have installed, as it contains the required models for crystals, lightsaber crafting, character stations, etc. But it also contains very unique lightsaber hilts)
  • "wOS.ALCS.Config.EnableCloneAdventures" setting this value to true will enable the content pack in your toolgun, and as items in the crafting menus (This pack contains many CloneWars Adventure lightsaber hilts)

 

Example

This will enable both content packs

wOS.ALCS.Config.EnableZhromExtension = true

wOS.ALCS.Config.EnableCloneAdventures = true

  • 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"...

Change Max Inventory Slots

How to change the max inventory slots Navigate to...

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...

Configure MySQL For Crafting

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