1. #1

    Volume control addon?

    Anyone know of a working volume menu addon now that I see Volumizer is abandoned? Something a bit quicker to access than trawling through the default menus.

  2. #2
    If you only care about master you use these macros
    /script local c = tonumber(GetCVar("Sound_MasterVolume")); c = c - 0.02; SetCVar("Sound_MasterVolume",max(c,0))
    /script local c = tonumber(GetCVar("Sound_MasterVolume")); c = c + 0.02; SetCVar("Sound_MasterVolume",min(c,1))

  3. #3

    Alliance

    Quote Originally Posted by promithius View Post
    Anyone know of a working volume menu addon now that I see Volumizer is abandoned? Something a bit quicker to access than trawling through the default menus.
    Leatrix Plus has an option to add a volume slider to your character pane. I am pretty sure it only adjusts the master volume however

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •