Configuring Force Menu
How to configure the force menu
First navigate to lua/wos/advswl/config/lightsaber/cl_config.lua
Force Menu Type
To change the type of force menu you want, you must edit the value wOS.ALCS.Config.LightsaberHUD. here are the type of menus available, and their corresponding variables:
WOS_ALCS.HUD.NEWAGE --The newest standard. Circle Icons, slot-base, gradients, and more
WOS_ALCS.HUD.CLASSIC --Classic Rubat design with box focus
WOS_ALCS.HUD.FORCEMENU --Simpler design with force menu for changing force powers
WOS_ALCS.HUD.HYBRID --New age slot design with draggable force powers from the force menu for assignment
Example #1:
wOS.ALCS.Config.LightsaberHUD = WOS_ALCS.HUD.NEWAGE
Example #2:
wOS.ALCS.Config.LightsaberHUD = WOS_ALCS.HUD.HYBRID
Maximum Force Slots
To change the maximum number of force power slots (Only for the Hybrid Force Menu) you must edit the value wOS.ALCS.Config.MaximumForceSlots
Example:
wOS.ALCS.Config.MaximumForceSlots = 9