Disabling The Level HUD
How to disable the XP/Level bar, and player "Combat Level" indicator above the head
Navigate to lua/wos/advswl/config/skills
Open the sh_skillwos.lua file
Change the wOS.ALCS.Config.Skills.MountLevelToHUD value to false to disable the local XP/Level bar display on your screen
Example:
wOS.ALCS.Config.Skills.MountLevelToHUD = false
Change the wOS.ALCS.Config.Skills.MountLevelToPlayer value to false to disable the "Combat Level" above other players heads
Example:
wOS.ALCS.Config.Skills.MountLevelToPlayer = false