Interface Sound Paths

Status
Not open for further replies.
Level 26
Joined
Jun 5, 2008
Messages
1,768
Yeah, well. For a complete and satisfying Goblin UI, I am adding sound effects like "Inventory is Full!" and "I don't have enough money" sound effects.

The problem is, I don't know the paths for it.
"Sound\Interface\InventoryFullOrc.wav"

This does not work. I'd appreciate any help you guys could give me.
Btw, what filetype for sound effects do they use in warcraft anyway?
 
*.wav, MONO.
For the paths, go to Sound Editor -> Sound -> Interface -> Warning -> Orc and right click on every file and "Use as sound variable". Double click the new variable on the right side of the sound editor and it says "Path". Combine it with "Filename", e.g. the GruntAllyHeroDies1 has a path of Sound\Interface\Warning\Orc and a filename of GruntAllyHeroDies1.wav. The full path is Sound\Interface\Warning\Orc\GruntAllyHeroDies1.wav.

In order to use custom sounds and avoid importing them by setting the paths manually, right click on the sounds of the list and use "Replace internal sound". Then pick the sound file accordingly.
 
Status
Not open for further replies.
Top