Close
Showing results 1 to 10 of 24

Hybrid View

  1. #1

    Default

    Thank you Jafula ..

    Instructions are clear enough and not so complicated at all.

    End Result ... It Works real good ..

    Except for (there is always an exception, lol) ..

    Under Core: Message Display .. Sound To Play .. I can only see 4 options .. None of which are loud enough to be heard over the game sounds.

    Double Swoosh / Goblet F Medium / None / SwordUnsheathed.

    I don't see an option to add Sounds to the list .. Unless it can be added manually to a file,

    But I wouldn't know where to start looking.

    Any ideas ??
    Last edited by Pooh : 03-17-2013 at 08:10 AM Reason: too many words .. too much gobble-de-gook

  2. #2

    Default

    Hmmm, another addon must be loading the sounds for me. I'll investigate and see if I can work out how to get the sounds loaded!

    Quote Originally Posted by Pooh View Post
    Thank you Jafula ..

    Instructions are clear enough and not so complicated at all.

    End Result ... It Works real good ..

    Except for (there is always an exception, lol) ..

    Under Core: Message Display .. Sound To Play .. I can only see 4 options .. None of which are loud enough to be heard over the game sounds.

    Double Swoosh / Goblet F Medium / None / SwordUnsheathed.

    I don't see an option to add Sounds to the list .. Unless it can be added manually to a file,

    But I wouldn't know where to start looking.

    Any ideas ??
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  3. #3
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by Jafula View Post
    Hmmm, another addon must be loading the sounds for me. I'll investigate and see if I can work out how to get the sounds loaded!
    It could very well be SharedMedia.

  4. #4

    Default

    Quote Originally Posted by Jafula View Post
    Hmmm, another addon must be loading the sounds for me. I'll investigate and see if I can work out how to get the sounds loaded!
    >> Borrows Jafula's DeerStalker and Pipe, hoping for some inspiration.

    I used Windows Grep and looked for references to DoubleSwoosh .. I found it in only 1 AddOn .. Range Display

    When I looked at this file I also found reference to .. Goblet F Medium & SwordUnsheathed.

    RangeDisplay.lua

    00070: ["DoubleSwoosh"] = [[Interface\AddOns\]] .. AppName .. [[\sounds\19312.ogg]],
    00077: ["srSection"] = "DoubleSwoosh",
    00078: ["mrSection"] = "DoubleSwoosh",
    00079: ["lrSection"] = "DoubleSwoosh",
    00080: ["defaultSection"] = "DoubleSwoosh",

    -- all sounds are slightly edited samples from freesound.org
    local Sounds = {
    ["DoubleSwoosh"] = [[Interface\AddOns\]] .. AppName .. [[\sounds\19312.ogg]],
    ["Goblet F Medium"] = [[Interface\AddOns\]] .. AppName .. [[\sounds\30600.ogg]],
    ["SwordUnsheathed"] = [[Interface\AddOns\]] .. AppName .. [[\sounds\74833.ogg]],
    }

    local DefaultSoundNames = {
    ["crSection"] = "SwordUnsheathed",
    ["srSection"] = "DoubleSwoosh",
    ["mrSection"] = "DoubleSwoosh",
    ["lrSection"] = "DoubleSwoosh",
    ["defaultSection"] = "DoubleSwoosh",
    ["oorSection"] = "Goblet F Medium",
    }

    As a test, I removed the Range Display AddOn from my folder.

    Loaded WoW and examined Jamba

    I can now see only 1 option ..

    Under Core: Message Display .. Sound To Play .. None (ticked)

    I hope this can help with your investigating.

    >> passes the DeerStalker and Pipe back to Jafula

Tags for this Thread

Posting Rules

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