Configuring Force Menu Visuals

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

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Allow Moving While Attacking For A Lightsaber Weapon

How to enable moving while attacking on lightsaber weapons Go to your lightsaber in...

Setting Base Stats For Personal Lightsabers

How to configure base stats for personal lightsabers Navigate to...

Adding Forms To Lightsaber Weapons

How to configure Forms for specific Lightsabers Go to your lightsaber in lua/weapons Find the...

How To Disable Lunge

How to disable lightsaber swing lunge Navigate to...

Creating A Lightsaber Weapon

How to create a custom lightsaber weapon Navigate to lua/weapons Open any premade...