summaryrefslogtreecommitdiff
path: root/sfx
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
commit21367f905b4f84c347eb38bed4e9c1c188be3999 (patch)
treeb4e234856a2abec37ca3003acd11101170421c34 /sfx
parentd4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4 (diff)
downloadclientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.gz
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.bz2
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.xz
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.zip
Monster sound effect patch
Diffstat (limited to 'sfx')
-rw-r--r--sfx/CMakeLists.txt25
-rw-r--r--sfx/Makefile.am33
-rw-r--r--sfx/bat-dying1.oggbin0 -> 7194 bytes
-rw-r--r--sfx/bat-hit1.oggbin0 -> 7051 bytes
-rw-r--r--sfx/fire-goblin-hit1.oggbin0 -> 7067 bytes
-rw-r--r--sfx/fire-goblin-hit2.oggbin0 -> 7663 bytes
-rw-r--r--sfx/fire-goblin-miss1.oggbin0 -> 6496 bytes
-rw-r--r--sfx/flower-hit1.oggbin0 -> 8893 bytes
-rw-r--r--sfx/flower-hit2.oggbin0 -> 8864 bytes
-rw-r--r--sfx/flower-miss1.oggbin0 -> 9202 bytes
-rw-r--r--sfx/fluffy-hit1.oggbin0 -> 7186 bytes
-rw-r--r--sfx/fluffy-hit2.oggbin0 -> 7654 bytes
-rw-r--r--sfx/fluffy-hit3.oggbin0 -> 7665 bytes
-rw-r--r--sfx/fluffy-hurt1.oggbin0 -> 7051 bytes
-rw-r--r--sfx/fluffy-miss1.oggbin0 -> 7926 bytes
-rw-r--r--sfx/knife-hit1.oggbin0 -> 7710 bytes
-rw-r--r--sfx/knife-miss1.oggbin0 -> 7602 bytes
-rw-r--r--sfx/scorpion-hit1.oggbin0 -> 7535 bytes
-rw-r--r--sfx/scorpion-hit2.oggbin0 -> 7024 bytes
-rw-r--r--sfx/scorpion-hit3.oggbin0 -> 7253 bytes
-rw-r--r--sfx/scorpion-hit4.oggbin0 -> 7778 bytes
-rw-r--r--sfx/scorpion-miss1.oggbin0 -> 7658 bytes
-rw-r--r--sfx/short-sword-hit1.oggbin0 -> 7607 bytes
-rw-r--r--sfx/short-sword-miss1.oggbin0 -> 9946 bytes
-rw-r--r--sfx/shroom-hit1.oggbin0 -> 7215 bytes
-rw-r--r--sfx/slime-hit1.oggbin0 -> 14149 bytes
26 files changed, 52 insertions, 6 deletions
diff --git a/sfx/CMakeLists.txt b/sfx/CMakeLists.txt
index 5edc9983..3ae4c385 100644
--- a/sfx/CMakeLists.txt
+++ b/sfx/CMakeLists.txt
@@ -1,7 +1,30 @@
SET(FILES
+ bat-hit1.ogg
bow_shoot_1.ogg
+ fire-goblin-hit1.ogg
+ fire-goblin-hit2.ogg
+ fire-goblin-miss1.ogg
fist-swish.ogg
+ flower-hit1.ogg
+ flower-hit2.ogg
+ flower-miss1.ogg
+ fluffy-hit1.ogg
+ fluffy-hit2.ogg
+ fluffy-hit3.ogg
+ fluffy-hurt1.ogg
+ fluffy-miss1.ogg
+ knife-hit1.ogg
+ knife-miss1.ogg
levelup.ogg
+ scorpion-hit1.ogg
+ scorpion-hit2.ogg
+ scorpion-hit3.ogg
+ scorpion-hit4.ogg
+ scorpion-miss1.ogg
+ short-sword-hit1.ogg
+ short-sword-miss1.ogg
+ shroom-hit1.ogg
+ slime-hit1.ogg
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/sfx)
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/sfx) \ No newline at end of file
diff --git a/sfx/Makefile.am b/sfx/Makefile.am
index 74a1d3ea..f7461f2b 100644
--- a/sfx/Makefile.am
+++ b/sfx/Makefile.am
@@ -1,10 +1,33 @@
sfxdir = $(pkgdatadir)/data/sfx
-sfx_DATA = \
- bow_shoot_1.ogg \
- fist-swish.ogg \
- levelup.ogg
+sfx_DATA = \
+ bat-hit1.ogg \
+ bow_shoot_1.ogg \
+ fire-goblin-hit1.ogg \
+ fire-goblin-hit2.ogg \
+ fire-goblin-miss1.ogg \
+ fist-swish.ogg \
+ flower-hit1.ogg \
+ flower-hit2.ogg \
+ flower-miss1.ogg \
+ fluffy-hit1.ogg \
+ fluffy-hit2.ogg \
+ fluffy-hit3.ogg \
+ fluffy-hurt1.ogg \
+ fluffy-miss1.ogg \
+ knife-hit1.ogg \
+ knife-miss1.ogg \
+ levelup.ogg \
+ scorpion-hit1.ogg \
+ scorpion-hit2.ogg \
+ scorpion-hit3.ogg \
+ scorpion-hit4.ogg \
+ scorpion-miss1.ogg \
+ short-sword-hit1.ogg \
+ short-sword-miss1.ogg \
+ shroom-hit1.ogg \
+ slime-hit1.ogg
EXTRA_DIST = \
- $(sfx_DATA)
+ $(sfx_DATA) \ No newline at end of file
diff --git a/sfx/bat-dying1.ogg b/sfx/bat-dying1.ogg
new file mode 100644
index 00000000..e208814d
--- /dev/null
+++ b/sfx/bat-dying1.ogg
Binary files differ
diff --git a/sfx/bat-hit1.ogg b/sfx/bat-hit1.ogg
new file mode 100644
index 00000000..9e66fe12
--- /dev/null
+++ b/sfx/bat-hit1.ogg
Binary files differ
diff --git a/sfx/fire-goblin-hit1.ogg b/sfx/fire-goblin-hit1.ogg
new file mode 100644
index 00000000..d1cd2eaf
--- /dev/null
+++ b/sfx/fire-goblin-hit1.ogg
Binary files differ
diff --git a/sfx/fire-goblin-hit2.ogg b/sfx/fire-goblin-hit2.ogg
new file mode 100644
index 00000000..4858e9b2
--- /dev/null
+++ b/sfx/fire-goblin-hit2.ogg
Binary files differ
diff --git a/sfx/fire-goblin-miss1.ogg b/sfx/fire-goblin-miss1.ogg
new file mode 100644
index 00000000..0d866e22
--- /dev/null
+++ b/sfx/fire-goblin-miss1.ogg
Binary files differ
diff --git a/sfx/flower-hit1.ogg b/sfx/flower-hit1.ogg
new file mode 100644
index 00000000..05e79459
--- /dev/null
+++ b/sfx/flower-hit1.ogg
Binary files differ
diff --git a/sfx/flower-hit2.ogg b/sfx/flower-hit2.ogg
new file mode 100644
index 00000000..e71ae663
--- /dev/null
+++ b/sfx/flower-hit2.ogg
Binary files differ
diff --git a/sfx/flower-miss1.ogg b/sfx/flower-miss1.ogg
new file mode 100644
index 00000000..6b35642b
--- /dev/null
+++ b/sfx/flower-miss1.ogg
Binary files differ
diff --git a/sfx/fluffy-hit1.ogg b/sfx/fluffy-hit1.ogg
new file mode 100644
index 00000000..5d75b5db
--- /dev/null
+++ b/sfx/fluffy-hit1.ogg
Binary files differ
diff --git a/sfx/fluffy-hit2.ogg b/sfx/fluffy-hit2.ogg
new file mode 100644
index 00000000..ebd965b3
--- /dev/null
+++ b/sfx/fluffy-hit2.ogg
Binary files differ
diff --git a/sfx/fluffy-hit3.ogg b/sfx/fluffy-hit3.ogg
new file mode 100644
index 00000000..9125e139
--- /dev/null
+++ b/sfx/fluffy-hit3.ogg
Binary files differ
diff --git a/sfx/fluffy-hurt1.ogg b/sfx/fluffy-hurt1.ogg
new file mode 100644
index 00000000..9e66fe12
--- /dev/null
+++ b/sfx/fluffy-hurt1.ogg
Binary files differ
diff --git a/sfx/fluffy-miss1.ogg b/sfx/fluffy-miss1.ogg
new file mode 100644
index 00000000..65babec5
--- /dev/null
+++ b/sfx/fluffy-miss1.ogg
Binary files differ
diff --git a/sfx/knife-hit1.ogg b/sfx/knife-hit1.ogg
new file mode 100644
index 00000000..6978b832
--- /dev/null
+++ b/sfx/knife-hit1.ogg
Binary files differ
diff --git a/sfx/knife-miss1.ogg b/sfx/knife-miss1.ogg
new file mode 100644
index 00000000..5a8f3143
--- /dev/null
+++ b/sfx/knife-miss1.ogg
Binary files differ
diff --git a/sfx/scorpion-hit1.ogg b/sfx/scorpion-hit1.ogg
new file mode 100644
index 00000000..fbba78ec
--- /dev/null
+++ b/sfx/scorpion-hit1.ogg
Binary files differ
diff --git a/sfx/scorpion-hit2.ogg b/sfx/scorpion-hit2.ogg
new file mode 100644
index 00000000..1f6b51d1
--- /dev/null
+++ b/sfx/scorpion-hit2.ogg
Binary files differ
diff --git a/sfx/scorpion-hit3.ogg b/sfx/scorpion-hit3.ogg
new file mode 100644
index 00000000..860b9045
--- /dev/null
+++ b/sfx/scorpion-hit3.ogg
Binary files differ
diff --git a/sfx/scorpion-hit4.ogg b/sfx/scorpion-hit4.ogg
new file mode 100644
index 00000000..2ba47751
--- /dev/null
+++ b/sfx/scorpion-hit4.ogg
Binary files differ
diff --git a/sfx/scorpion-miss1.ogg b/sfx/scorpion-miss1.ogg
new file mode 100644
index 00000000..c79c60f4
--- /dev/null
+++ b/sfx/scorpion-miss1.ogg
Binary files differ
diff --git a/sfx/short-sword-hit1.ogg b/sfx/short-sword-hit1.ogg
new file mode 100644
index 00000000..8b74fd4d
--- /dev/null
+++ b/sfx/short-sword-hit1.ogg
Binary files differ
diff --git a/sfx/short-sword-miss1.ogg b/sfx/short-sword-miss1.ogg
new file mode 100644
index 00000000..47c52814
--- /dev/null
+++ b/sfx/short-sword-miss1.ogg
Binary files differ
diff --git a/sfx/shroom-hit1.ogg b/sfx/shroom-hit1.ogg
new file mode 100644
index 00000000..52d495fe
--- /dev/null
+++ b/sfx/shroom-hit1.ogg
Binary files differ
diff --git a/sfx/slime-hit1.ogg b/sfx/slime-hit1.ogg
new file mode 100644
index 00000000..2e779c7d
--- /dev/null
+++ b/sfx/slime-hit1.ogg
Binary files differ