dim3 Forum

Full Version: changing menu sounds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hapy new year everyone!

How can i change the menu sounds?

At the moment they use the default Click.wav sound which is also used for the gun reload. I want to change them to a brand new sound but i can't find the correct xml or js file to edit.
In Data/Settings/Interface.xml edit <Sound click="Click" />.
Just replace click with the name of your sound.
would this be correct?

<Sound click="Laugh" />

the name of my sound being Laugh.wav?

It doesn't seem to work...
You have to edit the sound.xml (same folder) too.

<Sound name="Laugh">
<Wave file="Laugh" />
<Distance min="1500" max="30000" />
</Sound>

should work.
thanks bink...

rookie mistake!

works fine now
Reference URL's