Files 2
Downloads 1,429
Favorites 0
My AddOns
Matho UI 2
How to change audio preferences ?
Audio preferences are defined in the EnhanceGameplay.lua file, you can adjust master volume and choose channels to enable.

Master volume is by default at maximum value ( 1 = 100%) :
line 70
Lua Code:
  1. SetCVar("Sound_MasterVolume", 1)

Channels state (1 : enable, 0 = disable) :
line 71
Lua Code:
  1. SetCVar("Sound_EnableMusic", 0)
line 72
Lua Code:
  1. SetCVar("Sound_EnableSFX", 1)