1. #1

    Sound files locate

    I may found some sound in wowhead I want to mute, Just dont know what the exact name of the file and where to leave it ( folder's name )

    like https://www.wowhead.com/sound=72675/...ph-of-the-orca

    where i can get it like https://www.mmo-champion.com/threads...1#post49971474

    its shows many sound files name with location

    xXx English is not my first language xXx

  2. #2
    You can get all known file names from a listfile. This is a simple list of file paths that most casc file programs use to locate file data.

    You can get a usually updated listfile here: https://raw.githubusercontent.com/wo...r/listfile.txt
    (that is a large text file, rightclick and select "save link as" to download it instead of viewing it in browser)

    I believe what you are looking for are these two:

    sound/spells/spell_dr_glyphoforca_cast_01.ogg
    sound/spells/spell_dr_glyphoforca_cast_02.ogg


    You can use the following chat commands ingame to confirm these are the sounds:

    /run PlaySoundFile("sound/spells/spell_dr_glyphoforca_cast_01.ogg")
    /run PlaySoundFile("sound/spells/spell_dr_glyphoforca_cast_02.ogg")
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  3. #3
    You'll want to create a blank audio file in some free software and save it as spell_dr_glyphoforca_cast_01.ogg, or whatever the one you want to mute is. Make sure it's an .ogg file. (You can technically just create any file and then change the file extension, but I've had problems doing it this way where sound does not resume).

    Put the file in a folder named Spells inside of another folder named Sound in your Wow folder.

  4. #4
    Quote Originally Posted by Kanegasi View Post
    You can get all known file names from a listfile. This is a simple list of file paths that most casc file programs use to locate file data.

    You can get a usually updated listfile here: https://raw.githubusercontent.com/wo...r/listfile.txt
    (that is a large text file, rightclick and select "save link as" to download it instead of viewing it in browser)

    I believe what you are looking for are these two:

    sound/spells/spell_dr_glyphoforca_cast_01.ogg
    sound/spells/spell_dr_glyphoforca_cast_02.ogg


    You can use the following chat commands ingame to confirm these are the sounds:

    /run PlaySoundFile("sound/spells/spell_dr_glyphoforca_cast_01.ogg")
    /run PlaySoundFile("sound/spells/spell_dr_glyphoforca_cast_02.ogg")
    ty , that what i was looking for /cheer

    - - - Updated - - -

    Quote Originally Posted by Netherspark View Post
    You'll want to create a blank audio file in some free software and save it as spell_dr_glyphoforca_cast_01.ogg, or whatever the one you want to mute is. Make sure it's an .ogg file. (You can technically just create any file and then change the file extension, but I've had problems doing it this way where sound does not resume).

    Put the file in a folder named Spells inside of another folder named Sound in your Wow folder.
    I know that, just wanted list of files so I dont have to ask everytime I need to mute/change ingame sound-file and open thread for it

    xXx English is not my first language xXx

Posting Permissions

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