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