This small project removes specific annoying sounds from by overriding them with empty .wav files.
No addons, no MPQ editing, and no client modification required.
- Download or clone this repository.
- Locate your Turtle WoW installation folder.
- Examples:
Windows: C:\Games\WOW\
Linux/Wine: ~/.wine/drive_c/Program Files/WOW/
- Examples:
- Place the Sound/ folder directly inside your Turtle WoW directory so the structure looks like this:
WOW/
βββ Sound/
βββ Creature/
β βββ Duck/
β βββ DuckLoop.wav
βββ Interface/
β βββ iUiInterfaceButtonA.wav
β βββ uChatScrollButton.wav
β βββ uEscapeScreenClose.wav
β βββ uEscapeScreenOpen.wav
βββ Spells/
βββ Fizzle/
βββ FizzleFireA.wav
βββ FizzleFrostA.wav
βββ FizzleHolyA.wav
βββ FizzleNatureA.wav
βββ FizzleShadowA.wav
- Launch the game β the annoying sounds are now muted.
Just delete the Sound/ folder or the specific files you no longer want muted.
The game will automatically fall back to the original sounds.
Want to mute other sounds?
- Find the original sound path (via MPQ tools, WoWTools, or existing addons).
- Recreate the folder structure inside
Sound/. - Add an empty
.wavfile with the same filename.