summaryrefslogtreecommitdiff
path: root/paths.xml
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-01-22 20:53:00 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2013-01-23 15:15:33 +0100
commit16d216ebed85ceaa82403761788318162f02ee48 (patch)
treeeec7e8397d3ff9be131b308789409019d022fb82 /paths.xml
parente47df6fdfe1cee5eaa3583b6959161b24c4b6bcc (diff)
downloadclientdata-16d216ebed85ceaa82403761788318162f02ee48.tar.gz
clientdata-16d216ebed85ceaa82403761788318162f02ee48.tar.bz2
clientdata-16d216ebed85ceaa82403761788318162f02ee48.tar.xz
clientdata-16d216ebed85ceaa82403761788318162f02ee48.zip
Disable default sound for weapon attack.
The currently used sound is too specific and loud to be used as default sound. also adding a line about a miss sound (also disabled), to make aware that it's possible to use.
Diffstat (limited to 'paths.xml')
-rw-r--r--paths.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/paths.xml b/paths.xml
index 5378d5bd..2bc08f95 100644
--- a/paths.xml
+++ b/paths.xml
@@ -42,7 +42,10 @@ Also, don't forget to add the '/' path separator at the end of folder values.
<option name="minimaps" value="graphics/minimaps/"/>
<option name="maps" value="maps/"/>
<option name="sfx" value="sfx/"/>
- <option name="attackSfxFile" value="fist-swish.ogg"/>
+ <!-- default sounds if no sounds are defined for the hit and miss events of a weapon
+ disabled for now because the current sound is too specific and loud -->
+ <option name="attackSfxFile" value=""/>
+ <option name="missSfxFile" value=""/>
<option name="music" value="music/"/>
<option name="wallpapers" value="graphics/images/"/>
<option name="wallpaperFile" value="login_wallpaper.png"/>