Disabling Level HUD

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

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Skill Tree Template File

General template file for those participating in the Calm of Fate update. Please note that...

Changing Proficiency XP Gained From Killing Players And NPCS

How to configure XP gain from player/NPC kills Navigate to...

Creating A Skill Tree

The following will show the you steps of creating a basic skill tree, along with how to add...

Configure Proficiency Leveling

How to configure proficiency leveling Navigate to lua/wos/advswl/config/crafting/sh_craftwos.lua...

How To Configure XP Gain

How to configure XP gain Navigate to lua/wos/advswl/config/skills/sv_skillwos.lua Scroll to the...