diff --git a/code/__DEFINES/sound.dm b/code/__DEFINES/sound.dm
index 77c263cada..5e0ae93d1b 100644
--- a/code/__DEFINES/sound.dm
+++ b/code/__DEFINES/sound.dm
@@ -4,8 +4,11 @@
#define CHANNEL_VOX 1022
#define CHANNEL_JUKEBOX 1021
+//Citadel code
+#define CHANNEL_PRED 1020
+#define CHANNEL_PREY 1019
+
//THIS SHOULD ALWAYS BE THE LOWEST ONE!
//KEEP IT UPDATED
-#define CHANNEL_HIGHEST_AVAILABLE 1020
-
+#define CHANNEL_HIGHEST_AVAILABLE 1018
diff --git a/code/__DEFINES/voreconstants.dm b/code/__DEFINES/voreconstants.dm
index 72609a8828..bf6cf2e257 100644
--- a/code/__DEFINES/voreconstants.dm
+++ b/code/__DEFINES/voreconstants.dm
@@ -10,58 +10,112 @@
/* // removing sizeplay again
GLOBAL_LIST_INIT(player_sizes_list, list("Macro" = SIZESCALE_HUGE, "Big" = SIZESCALE_BIG, "Normal" = SIZESCALE_NORMAL, "Small" = SIZESCALE_SMALL, "Tiny" = SIZESCALE_TINY))
- // moved to sound.dm // Edited to make the new travis check go away
+// Edited to make the new travis check go away
-GLOBAL_LIST_INIT(digestion_sounds = list(
- 'sound/vore/digest1.ogg',
- 'sound/vore/digest2.ogg',
- 'sound/vore/digest3.ogg',
- 'sound/vore/digest4.ogg',
- 'sound/vore/digest5.ogg',
- 'sound/vore/digest6.ogg',
- 'sound/vore/digest7.ogg',
- 'sound/vore/digest8.ogg',
- 'sound/vore/digest9.ogg',
- 'sound/vore/digest10.ogg',
- 'sound/vore/digest11.ogg',
- 'sound/vore/digest12.ogg')
-GLOBAL_LIST_INIT(death_sounds = list(
- 'sound/vore/death1.ogg',
- 'sound/vore/death2.ogg',
- 'sound/vore/death3.ogg',
- 'sound/vore/death4.ogg',
- 'sound/vore/death5.ogg',
- 'sound/vore/death6.ogg',
- 'sound/vore/death7.ogg',
- 'sound/vore/death8.ogg',
- 'sound/vore/death9.ogg',
- 'sound/vore/death10.ogg') */
+GLOBAL_LIST_INIT(digest_pred, list(
+ 'sound/vore/pred/digest_01.ogg',
+ 'sound/vore/pred/digest_02.ogg',
+ 'sound/vore/pred/digest_03.ogg',
+ 'sound/vore/pred/digest_04.ogg',
+ 'sound/vore/pred/digest_05.ogg',
+ 'sound/vore/pred/digest_06.ogg',
+ 'sound/vore/pred/digest_07.ogg',
+ 'sound/vore/pred/digest_08.ogg',
+ 'sound/vore/pred/digest_09.ogg',
+ 'sound/vore/pred/digest_10.ogg',
+ 'sound/vore/pred/digest_11.ogg',
+ 'sound/vore/pred/digest_12.ogg',
+ 'sound/vore/pred/digest_13.ogg',
+ 'sound/vore/pred/digest_14.ogg',
+ 'sound/vore/pred/digest_15.ogg',
+ 'sound/vore/pred/digest_16.ogg',
+ 'sound/vore/pred/digest_17.ogg',
+ 'sound/vore/pred/digest_18.ogg'))
-GLOBAL_LIST_INIT(vore_sounds, list(
- "Gulp" = 'sound/vore/gulp.ogg',
- "Insert" = 'sound/vore/insert.ogg',
- "Insertion1" = 'sound/vore/insertion1.ogg',
- "Insertion2" = 'sound/vore/insertion2.ogg',
- "Insertion3" = 'sound/vore/insertion3.ogg',
- "Schlorp" = 'sound/vore/schlorp.ogg',
- "Squish1" = 'sound/vore/squish1.ogg',
- "Squish2" = 'sound/vore/squish2.ogg',
- "Squish3" = 'sound/vore/squish3.ogg',
- "Squish4" = 'sound/vore/squish4.ogg'))
-
-GLOBAL_LIST_INIT(struggle_sounds, list(
- "Squish1" = 'sound/vore/squish1.ogg',
- "Squish2" = 'sound/vore/squish2.ogg',
- "Squish3" = 'sound/vore/squish3.ogg',
- "Squish4" = 'sound/vore/squish4.ogg'))
+GLOBAL_LIST_INIT(death_pred, list(
+ 'sound/vore/pred/death_01.ogg',
+ 'sound/vore/pred/death_02.ogg',
+ 'sound/vore/pred/death_03.ogg',
+ 'sound/vore/pred/death_04.ogg',
+ 'sound/vore/pred/death_05.ogg',
+ 'sound/vore/pred/death_06.ogg',
+ 'sound/vore/pred/death_07.ogg',
+ 'sound/vore/pred/death_08.ogg',
+ 'sound/vore/pred/death_09.ogg',
+ 'sound/vore/pred/death_10.ogg'))
+*/
-/* also moved to sound.dmi
+GLOBAL_LIST_INIT(pred_vore_sounds, list(
+ "Gulp" = 'sound/vore/pred/swallow_01.ogg',
+ "Swallow" = 'sound/vore/pred/swallow_02.ogg',
+ "Insertion1" = 'sound/vore/pred/insertion_01.ogg',
+ "Insertion2" = 'sound/vore/pred/insertion_02.ogg',
+ "Tauric Swallow" = 'sound/vore/pred/taurswallow.ogg',
+ "Schlorp" = 'sound/vore/pred/schlorp.ogg',
+ "Squish1" = 'sound/vore/pred/squish_01.ogg',
+ "Squish2" = 'sound/vore/pred/squish_02.ogg',
+ "Squish3" = 'sound/vore/pred/squish_03.ogg',
+ "Squish4" = 'sound/vore/pred/squish_04.ogg',
+ "Rustle (cloth)" = 'sound/effects/rustle5.ogg',
+ "None" = null))
+/*
+GLOBAL_LIST_INIT(pred_struggle_sounds, list(
+ "Struggle1" = 'sound/vore/pred/struggle_01.ogg',
+ "Struggle2" = 'sound/vore/pred/struggle_02.ogg',
+ "Struggle3" = 'sound/vore/pred/struggle_03.ogg',
+ "Struggle4" = 'sound/vore/pred/struggle_04.ogg',
+ "Struggle5" = 'sound/vore/pred/struggle_05.ogg'))
+*/
+GLOBAL_LIST_INIT(prey_vore_sounds, list(
+ "Gulp" = 'sound/vore/prey/swallow_01.ogg',
+ "Swallow" = 'sound/vore/prey/swallow_02.ogg',
+ "Insertion1" = 'sound/vore/prey/insertion_01.ogg',
+ "Insertion2" = 'sound/vore/prey/insertion_02.ogg',
+ "Tauric Swallow" = 'sound/vore/prey/taurswallow.ogg',
+ "Schlorp" = 'sound/vore/prey/schlorp.ogg',
+ "Squish1" = 'sound/vore/prey/squish_01.ogg',
+ "Squish2" = 'sound/vore/prey/squish_02.ogg',
+ "Squish3" = 'sound/vore/prey/squish_03.ogg',
+ "Squish4" = 'sound/vore/prey/squish_04.ogg'))
-/proc/log_debug(text)
- if (config.log_debug)
- diary << "\[[time_stamp()]]DEBUG: [text][log_end]"
+/*
+GLOBAL_LIST_INIT(prey_struggle_sounds, list(
+ "Struggle1" = 'sound/vore/prey/struggle_01.ogg',
+ "Struggle2" = 'sound/vore/prey/struggle_02.ogg',
+ "Struggle3" = 'sound/vore/prey/struggle_03.ogg',
+ "Struggle4" = 'sound/vore/prey/struggle_04.ogg',
+ "Struggle5" = 'sound/vore/prey/struggle_05.ogg'))
- for(var/client/C in admins)
- if(C.prefs.toggles & CHAT_DEBUGLOGS)
- C << "DEBUG: [text]" */
+GLOBAL_LIST_INIT(digest_prey, list(
+ "digest1" = 'sound/vore/prey/digest_01.ogg',
+ "digest2" = 'sound/vore/prey/digest_02.ogg',
+ "digest3" = 'sound/vore/prey/digest_03.ogg',
+ "digest4" = 'sound/vore/prey/digest_04.ogg',
+ "digest5" = 'sound/vore/prey/digest_05.ogg',
+ "digest6" = 'sound/vore/prey/digest_06.ogg',
+ "digest7" = 'sound/vore/prey/digest_07.ogg',
+ "digest8" = 'sound/vore/prey/digest_08.ogg',
+ "digest9" = 'sound/vore/prey/digest_09.ogg',
+ "digest10" = 'sound/vore/prey/digest_10.ogg',
+ "digest11" = 'sound/vore/prey/digest_11.ogg',
+ "digest12" = 'sound/vore/prey/digest_12.ogg',
+ "digest13" = 'sound/vore/prey/digest_13.ogg',
+ "digest14" = 'sound/vore/prey/digest_14.ogg',
+ "digest15" = 'sound/vore/prey/digest_15.ogg',
+ "digest16" = 'sound/vore/prey/digest_16.ogg',
+ "digest17" = 'sound/vore/prey/digest_17.ogg',
+ "digest18" = 'sound/vore/prey/digest_18.ogg'))
+
+GLOBAL_LIST_INIT(death_prey, list(
+ "death1" = 'sound/vore/prey/death_01.ogg',
+ "death2" = 'sound/vore/prey/death_02.ogg',
+ "death3" = 'sound/vore/prey/death_03.ogg',
+ "death4" = 'sound/vore/prey/death_04.ogg',
+ "death5" = 'sound/vore/prey/death_05.ogg',
+ "death6" = 'sound/vore/prey/death_06.ogg',
+ "death7" = 'sound/vore/prey/death_07.ogg',
+ "death8" = 'sound/vore/prey/death_08.ogg',
+ "death9" = 'sound/vore/prey/death_09.ogg',
+ "death10" = 'sound/vore/prey/death_10.ogg'))
+ */
diff --git a/code/game/sound.dm b/code/game/sound.dm
index 8d0c20d63d..8f23cb648e 100644
--- a/code/game/sound.dm
+++ b/code/game/sound.dm
@@ -134,6 +134,35 @@
soundin = pick('sound/machines/terminal_button01.ogg', 'sound/machines/terminal_button02.ogg', 'sound/machines/terminal_button03.ogg', \
'sound/machines/terminal_button04.ogg', 'sound/machines/terminal_button05.ogg', 'sound/machines/terminal_button06.ogg', \
'sound/machines/terminal_button07.ogg', 'sound/machines/terminal_button08.ogg')
+
+ if ("struggle_sound")
+ soundin = pick( 'sound/vore/pred/struggle_01.ogg','sound/vore/pred/struggle_02.ogg','sound/vore/pred/struggle_03.ogg',
+ 'sound/vore/pred/struggle_04.ogg','sound/vore/pred/struggle_05.ogg')
+ if ("digest_pred")
+ soundin = pick( 'sound/vore/pred/digest_01.ogg','sound/vore/pred/digest_02.ogg','sound/vore/pred/digest_03.ogg',
+ 'sound/vore/pred/digest_04.ogg','sound/vore/pred/digest_05.ogg','sound/vore/pred/digest_06.ogg',
+ 'sound/vore/pred/digest_07.ogg','sound/vore/pred/digest_08.ogg','sound/vore/pred/digest_09.ogg',
+ 'sound/vore/pred/digest_10.ogg','sound/vore/pred/digest_11.ogg','sound/vore/pred/digest_12.ogg',
+ 'sound/vore/pred/digest_13.ogg','sound/vore/pred/digest_14.ogg','sound/vore/pred/digest_15.ogg',
+ 'sound/vore/pred/digest_16.ogg','sound/vore/pred/digest_17.ogg','sound/vore/pred/digest_18.ogg')
+ if ("death_pred")
+ soundin = pick( 'sound/vore/pred/death_01.ogg','sound/vore/pred/death_02.ogg','sound/vore/pred/death_03.ogg',
+ 'sound/vore/pred/death_04.ogg','sound/vore/pred/death_05.ogg','sound/vore/pred/death_06.ogg',
+ 'sound/vore/pred/death_07.ogg','sound/vore/pred/death_08.ogg','sound/vore/pred/death_09.ogg',
+ 'sound/vore/pred/death_10.ogg')
+ if ("digest_prey")
+ soundin = pick( 'sound/vore/prey/digest_01.ogg','sound/vore/prey/digest_02.ogg','sound/vore/prey/digest_03.ogg',
+ 'sound/vore/prey/digest_04.ogg','sound/vore/prey/digest_05.ogg','sound/vore/prey/digest_06.ogg',
+ 'sound/vore/prey/digest_07.ogg','sound/vore/prey/digest_08.ogg','sound/vore/prey/digest_09.ogg',
+ 'sound/vore/prey/digest_10.ogg','sound/vore/prey/digest_11.ogg','sound/vore/prey/digest_12.ogg',
+ 'sound/vore/prey/digest_13.ogg','sound/vore/prey/digest_14.ogg','sound/vore/prey/digest_15.ogg',
+ 'sound/vore/prey/digest_16.ogg','sound/vore/prey/digest_17.ogg','sound/vore/prey/digest_18.ogg')
+
+ if ("death_prey")
+ soundin = pick( 'sound/vore/prey/death_01.ogg','sound/vore/prey/death_02.ogg','sound/vore/prey/death_03.ogg',
+ 'sound/vore/prey/death_04.ogg','sound/vore/prey/death_05.ogg','sound/vore/prey/death_06.ogg',
+ 'sound/vore/prey/death_07.ogg','sound/vore/prey/death_08.ogg','sound/vore/prey/death_09.ogg',
+ 'sound/vore/prey/death_10.ogg')
return soundin
/proc/playsound_global(file, repeat=0, wait, channel, volume)
diff --git a/code/modules/vore/eating/belly_vr.dm b/code/modules/vore/eating/belly_vr.dm
index 0c5150f4ea..1e87716a45 100644
--- a/code/modules/vore/eating/belly_vr.dm
+++ b/code/modules/vore/eating/belly_vr.dm
@@ -11,7 +11,7 @@
/datum/belly
var/name // Name of this location
var/inside_flavor // Flavor text description of inside sight/sound/smells/feels.
- var/vore_sound = 'sound/vore/gulp.ogg' // Sound when ingesting someone
+ var/vore_sound = 'sound/vore/pred/swallow_01.ogg' // Sound when ingesting someone
var/vore_verb = "ingest" // Verb for eating with this in messages
var/human_prey_swallow_time = 100 // Time in deciseconds to swallow /mob/living/carbon/human
var/nonhuman_prey_swallow_time = 60 // Time in deciseconds to swallow anything else
@@ -106,6 +106,7 @@
return 0
for (var/atom/movable/M in internal_contents)
M.forceMove(owner.loc) // Move the belly contents into the same location as belly's owner.
+ M << sound(null, repeat = 0, wait = 0, volume = 80, channel = 50)
internal_contents.Remove(M) // Remove from the belly contents
var/datum/belly/B = check_belly(owner) // This makes sure that the mob behaves properly if released into another mob
@@ -123,6 +124,7 @@
return FALSE // They weren't in this belly anyway
M.forceMove(owner.loc) // Move the belly contents into the same location as belly's owner.
+ M << sound(null, repeat = 0, wait = 0, volume = 80, channel = 50)
src.internal_contents.Add(M) // Remove from the belly contents
var/datum/belly/B = check_belly(owner)
if(B)
@@ -141,6 +143,7 @@
prey.forceMove(owner)
internal_contents.Add(prey)
+ prey << sound('sound/vore/prey/loop.ogg', repeat = 1, wait = 0, volume = 80, channel = 50)
if(inside_flavor)
prey << "[inside_flavor]"
@@ -221,7 +224,7 @@
/datum/belly/proc/digestion_death(var/mob/living/M)
is_full = TRUE
internal_contents.Remove(M)
-
+ M << sound(null, repeat = 0, wait = 0, volume = 80, channel = 50)
// If digested prey is also a pred... anyone inside their bellies gets moved up.
if (is_vore_predator(M))
for (var/bellytype in M.vore_organs)
@@ -285,7 +288,7 @@
// for(var/mob/M in hearers(4, owner))
// M.visible_message(struggle_outer_message) // hearable
R.visible_message( "[struggle_outer_message]", "[struggle_user_message]")
- playsound(R.loc, "struggle_sounds", 50, 0, -5)
+ playsound(R.loc, "struggle_sound", 80, 0, -5)
if(escapable && R.a_intent != "help") //If the stomach has escapable enabled and the person is actually trying to kick out
to_chat(R, "You attempt to climb out of \the [name].")
@@ -296,7 +299,7 @@
release_specific_contents(R)
to_chat(R, "You climb out of \the [name].")
to_chat(owner, "[R] climbs out of your [name]!")
- for(var/mob/M in hearers(4, owner))
+ for(var/mob/M in viewers(4, owner))
M.visible_message("[R] climbs out of [owner]'s [name]!", 2)
return
else if(!(R in internal_contents)) //Aren't even in the belly. Quietly fail.
diff --git a/code/modules/vore/eating/bellymodes_vr.dm b/code/modules/vore/eating/bellymodes_vr.dm
index ff6636c4e6..7980ba2e30 100644
--- a/code/modules/vore/eating/bellymodes_vr.dm
+++ b/code/modules/vore/eating/bellymodes_vr.dm
@@ -18,11 +18,13 @@
//////////////////////////// DM_DIGEST ////////////////////////////
if(digest_mode == DM_DIGEST)
-
- if(prob(50))
- playsound(owner.loc, "digestion_sounds", 50, 0, -5)
-
for (var/mob/living/M in internal_contents)
+ if(prob(50))
+ M.stop_sound_channel(CHANNEL_PRED)
+ playsound(owner.loc,"digest_pred",75,0,-5,channel=CHANNEL_PRED)
+ M.stop_sound_channel(CHANNEL_PRED)
+ M.playsound_local(get_turf(M),"digest_prey",80, channel=CHANNEL_PREY)
+
//Pref protection!
if (!M.digestable)
continue
@@ -46,7 +48,10 @@
M.visible_message("You watch as [owner]'s form loses its additions.", "[digest_alert_prey]")
owner.nutrition += 400 // so eating dead mobs gives you *something*.
- playsound(owner.loc, "death_gurgles", 50, 0, -5)
+ M.stop_sound_channel(CHANNEL_PRED)
+ playsound(owner.loc,"death_pred",75,0,-5,channel=CHANNEL_PRED)
+ M.stop_sound_channel(CHANNEL_PRED)
+ M.playsound_local(get_turf(M),"death_prey",80, channel=CHANNEL_PREY)
digestion_death(M)
owner.update_icons()
continue
@@ -60,10 +65,13 @@
///////////////////////////// DM_HEAL /////////////////////////////
if(digest_mode == DM_HEAL)
- if(prob(50))
- playsound(owner.loc, "digestion_sounds", 45, 0, -6) //very quiet gurgles, supposedly.
-
for (var/mob/living/M in internal_contents)
+ if(prob(50))
+ M.stop_sound_channel(CHANNEL_PRED)
+ playsound(owner.loc,"digest_pred",75,0,-5,channel=CHANNEL_PRED)
+ M.stop_sound_channel(CHANNEL_PRED)
+ M.playsound_local(get_turf(M),"digest_prey",80, channel=CHANNEL_PREY)
+
if(M.stat != DEAD)
if(owner.nutrition >= NUTRITION_LEVEL_STARVING && (M.health < M.maxHealth))
M.adjustBruteLoss(-1)
diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm
index 2c58fb12ca..4afb33b2ac 100644
--- a/code/modules/vore/eating/vorepanel_vr.dm
+++ b/code/modules/vore/eating/vorepanel_vr.dm
@@ -231,7 +231,7 @@
return TRUE
selected.release_all_contents()
- playsound(user, 'sound/effects/splat.ogg', 50, 1)
+ playsound(user, 'sound/vore/pred/escape.ogg', volume=80)
user.loc << "Everything is released from [user]!"
if("Move all")
@@ -252,7 +252,7 @@
to_chat(tgt, "You're squished from [user]'s [selected] to their [B]!")
for(var/mob/hearer in range(1,user))
- hearer << sound('sound/vore/squish2.ogg',volume=80)
+ hearer << sound('sound/vore/pred/stomachmove.ogg',volume=80)
return TRUE
@@ -288,7 +288,7 @@
to_chat(tgt, "You're squished from [user]'s [lowertext(selected.name)] to their [lowertext(B.name)]!")
for(var/mob/hearer in range(1,user))
- hearer << sound('sound/vore/squish2.ogg',volume=80)
+ hearer << sound('sound/vore/pred/stomachmove.ogg',volume=80)
if(href_list["newbelly"])
if(user.vore_organs.len >= 10)
@@ -414,12 +414,12 @@
selected.vore_verb = new_verb
if(href_list["b_sound"])
- var/choice = input(user,"Currently set to [selected.vore_sound]","Select Sound") in GLOB.vore_sounds + "Cancel - No Changes"
+ var/choice = input(user,"Currently set to [selected.vore_sound]","Select Sound") in GLOB.pred_vore_sounds + "Cancel - No Changes"
if(choice == "Cancel")
return 1
- selected.vore_sound = GLOB.vore_sounds[choice]
+ selected.vore_sound = GLOB.pred_vore_sounds[choice]
if(href_list["b_soundtest"])
user << selected.vore_sound
diff --git a/sound/vore/Prey/death_01.ogg b/sound/vore/Prey/death_01.ogg
new file mode 100644
index 0000000000..c0c6d07483
Binary files /dev/null and b/sound/vore/Prey/death_01.ogg differ
diff --git a/sound/vore/Prey/death_02.ogg b/sound/vore/Prey/death_02.ogg
new file mode 100644
index 0000000000..e38fc73a38
Binary files /dev/null and b/sound/vore/Prey/death_02.ogg differ
diff --git a/sound/vore/Prey/death_03.ogg b/sound/vore/Prey/death_03.ogg
new file mode 100644
index 0000000000..565712f92e
Binary files /dev/null and b/sound/vore/Prey/death_03.ogg differ
diff --git a/sound/vore/Prey/death_04.ogg b/sound/vore/Prey/death_04.ogg
new file mode 100644
index 0000000000..bcc708e0f6
Binary files /dev/null and b/sound/vore/Prey/death_04.ogg differ
diff --git a/sound/vore/Prey/death_05.ogg b/sound/vore/Prey/death_05.ogg
new file mode 100644
index 0000000000..c8eea529a5
Binary files /dev/null and b/sound/vore/Prey/death_05.ogg differ
diff --git a/sound/vore/Prey/death_06.ogg b/sound/vore/Prey/death_06.ogg
new file mode 100644
index 0000000000..37ee4d7a74
Binary files /dev/null and b/sound/vore/Prey/death_06.ogg differ
diff --git a/sound/vore/Prey/death_07.ogg b/sound/vore/Prey/death_07.ogg
new file mode 100644
index 0000000000..0ab79aeb8e
Binary files /dev/null and b/sound/vore/Prey/death_07.ogg differ
diff --git a/sound/vore/Prey/death_08.ogg b/sound/vore/Prey/death_08.ogg
new file mode 100644
index 0000000000..5141c62737
Binary files /dev/null and b/sound/vore/Prey/death_08.ogg differ
diff --git a/sound/vore/Prey/death_09.ogg b/sound/vore/Prey/death_09.ogg
new file mode 100644
index 0000000000..9d68753845
Binary files /dev/null and b/sound/vore/Prey/death_09.ogg differ
diff --git a/sound/vore/Prey/death_10.ogg b/sound/vore/Prey/death_10.ogg
new file mode 100644
index 0000000000..439de21228
Binary files /dev/null and b/sound/vore/Prey/death_10.ogg differ
diff --git a/sound/vore/Prey/death_11.ogg b/sound/vore/Prey/death_11.ogg
new file mode 100644
index 0000000000..36c8092d30
Binary files /dev/null and b/sound/vore/Prey/death_11.ogg differ
diff --git a/sound/vore/Prey/death_12.ogg b/sound/vore/Prey/death_12.ogg
new file mode 100644
index 0000000000..53aa099701
Binary files /dev/null and b/sound/vore/Prey/death_12.ogg differ
diff --git a/sound/vore/Prey/death_13.ogg b/sound/vore/Prey/death_13.ogg
new file mode 100644
index 0000000000..51ef23a66d
Binary files /dev/null and b/sound/vore/Prey/death_13.ogg differ
diff --git a/sound/vore/Prey/digest_01.ogg b/sound/vore/Prey/digest_01.ogg
new file mode 100644
index 0000000000..ac332592ac
Binary files /dev/null and b/sound/vore/Prey/digest_01.ogg differ
diff --git a/sound/vore/Prey/digest_02.ogg b/sound/vore/Prey/digest_02.ogg
new file mode 100644
index 0000000000..b8c46a301a
Binary files /dev/null and b/sound/vore/Prey/digest_02.ogg differ
diff --git a/sound/vore/Prey/digest_03.ogg b/sound/vore/Prey/digest_03.ogg
new file mode 100644
index 0000000000..5fbb0738de
Binary files /dev/null and b/sound/vore/Prey/digest_03.ogg differ
diff --git a/sound/vore/Prey/digest_04.ogg b/sound/vore/Prey/digest_04.ogg
new file mode 100644
index 0000000000..d118d796e2
Binary files /dev/null and b/sound/vore/Prey/digest_04.ogg differ
diff --git a/sound/vore/Prey/digest_05.ogg b/sound/vore/Prey/digest_05.ogg
new file mode 100644
index 0000000000..798a032b62
Binary files /dev/null and b/sound/vore/Prey/digest_05.ogg differ
diff --git a/sound/vore/Prey/digest_06.ogg b/sound/vore/Prey/digest_06.ogg
new file mode 100644
index 0000000000..180fddd293
Binary files /dev/null and b/sound/vore/Prey/digest_06.ogg differ
diff --git a/sound/vore/Prey/digest_07.ogg b/sound/vore/Prey/digest_07.ogg
new file mode 100644
index 0000000000..a2ac0122e9
Binary files /dev/null and b/sound/vore/Prey/digest_07.ogg differ
diff --git a/sound/vore/Prey/digest_08.ogg b/sound/vore/Prey/digest_08.ogg
new file mode 100644
index 0000000000..72de7681f9
Binary files /dev/null and b/sound/vore/Prey/digest_08.ogg differ
diff --git a/sound/vore/Prey/digest_09.ogg b/sound/vore/Prey/digest_09.ogg
new file mode 100644
index 0000000000..e232c846c3
Binary files /dev/null and b/sound/vore/Prey/digest_09.ogg differ
diff --git a/sound/vore/Prey/digest_10.ogg b/sound/vore/Prey/digest_10.ogg
new file mode 100644
index 0000000000..0a0bd9e69d
Binary files /dev/null and b/sound/vore/Prey/digest_10.ogg differ
diff --git a/sound/vore/Prey/digest_11.ogg b/sound/vore/Prey/digest_11.ogg
new file mode 100644
index 0000000000..05af117ad7
Binary files /dev/null and b/sound/vore/Prey/digest_11.ogg differ
diff --git a/sound/vore/Prey/digest_12.ogg b/sound/vore/Prey/digest_12.ogg
new file mode 100644
index 0000000000..9633d11f0d
Binary files /dev/null and b/sound/vore/Prey/digest_12.ogg differ
diff --git a/sound/vore/Prey/digest_13.ogg b/sound/vore/Prey/digest_13.ogg
new file mode 100644
index 0000000000..a99dcd655c
Binary files /dev/null and b/sound/vore/Prey/digest_13.ogg differ
diff --git a/sound/vore/Prey/digest_14.ogg b/sound/vore/Prey/digest_14.ogg
new file mode 100644
index 0000000000..5c3f0c32cd
Binary files /dev/null and b/sound/vore/Prey/digest_14.ogg differ
diff --git a/sound/vore/Prey/digest_15.ogg b/sound/vore/Prey/digest_15.ogg
new file mode 100644
index 0000000000..36763c14d5
Binary files /dev/null and b/sound/vore/Prey/digest_15.ogg differ
diff --git a/sound/vore/Prey/digest_16.ogg b/sound/vore/Prey/digest_16.ogg
new file mode 100644
index 0000000000..b210afeb55
Binary files /dev/null and b/sound/vore/Prey/digest_16.ogg differ
diff --git a/sound/vore/Prey/digest_17.ogg b/sound/vore/Prey/digest_17.ogg
new file mode 100644
index 0000000000..89e1883682
Binary files /dev/null and b/sound/vore/Prey/digest_17.ogg differ
diff --git a/sound/vore/Prey/digest_18.ogg b/sound/vore/Prey/digest_18.ogg
new file mode 100644
index 0000000000..50ac698e6e
Binary files /dev/null and b/sound/vore/Prey/digest_18.ogg differ
diff --git a/sound/vore/Prey/escape.ogg b/sound/vore/Prey/escape.ogg
new file mode 100644
index 0000000000..31519dfb4d
Binary files /dev/null and b/sound/vore/Prey/escape.ogg differ
diff --git a/sound/vore/Prey/insertion_01.ogg b/sound/vore/Prey/insertion_01.ogg
new file mode 100644
index 0000000000..d0e26d0926
Binary files /dev/null and b/sound/vore/Prey/insertion_01.ogg differ
diff --git a/sound/vore/Prey/insertion_02.ogg b/sound/vore/Prey/insertion_02.ogg
new file mode 100644
index 0000000000..5db1ceed5c
Binary files /dev/null and b/sound/vore/Prey/insertion_02.ogg differ
diff --git a/sound/vore/Prey/loop.ogg b/sound/vore/Prey/loop.ogg
new file mode 100644
index 0000000000..7319989796
Binary files /dev/null and b/sound/vore/Prey/loop.ogg differ
diff --git a/sound/vore/schlorp.ogg b/sound/vore/Prey/schlorp.ogg
similarity index 100%
rename from sound/vore/schlorp.ogg
rename to sound/vore/Prey/schlorp.ogg
diff --git a/sound/vore/Prey/squish_01.ogg b/sound/vore/Prey/squish_01.ogg
new file mode 100644
index 0000000000..4d0669f224
Binary files /dev/null and b/sound/vore/Prey/squish_01.ogg differ
diff --git a/sound/vore/Prey/squish_02.ogg b/sound/vore/Prey/squish_02.ogg
new file mode 100644
index 0000000000..addd933fbd
Binary files /dev/null and b/sound/vore/Prey/squish_02.ogg differ
diff --git a/sound/vore/Prey/squish_03.ogg b/sound/vore/Prey/squish_03.ogg
new file mode 100644
index 0000000000..698b81404a
Binary files /dev/null and b/sound/vore/Prey/squish_03.ogg differ
diff --git a/sound/vore/Prey/squish_04.ogg b/sound/vore/Prey/squish_04.ogg
new file mode 100644
index 0000000000..efb44960c6
Binary files /dev/null and b/sound/vore/Prey/squish_04.ogg differ
diff --git a/sound/vore/Prey/struggle_01.ogg b/sound/vore/Prey/struggle_01.ogg
new file mode 100644
index 0000000000..02bb57f32c
Binary files /dev/null and b/sound/vore/Prey/struggle_01.ogg differ
diff --git a/sound/vore/Prey/struggle_02.ogg b/sound/vore/Prey/struggle_02.ogg
new file mode 100644
index 0000000000..150658f541
Binary files /dev/null and b/sound/vore/Prey/struggle_02.ogg differ
diff --git a/sound/vore/Prey/struggle_03.ogg b/sound/vore/Prey/struggle_03.ogg
new file mode 100644
index 0000000000..77b47f951d
Binary files /dev/null and b/sound/vore/Prey/struggle_03.ogg differ
diff --git a/sound/vore/Prey/struggle_04.ogg b/sound/vore/Prey/struggle_04.ogg
new file mode 100644
index 0000000000..149dae66a6
Binary files /dev/null and b/sound/vore/Prey/struggle_04.ogg differ
diff --git a/sound/vore/Prey/struggle_05.ogg b/sound/vore/Prey/struggle_05.ogg
new file mode 100644
index 0000000000..ff8774786f
Binary files /dev/null and b/sound/vore/Prey/struggle_05.ogg differ
diff --git a/sound/vore/Prey/swallow_01.ogg b/sound/vore/Prey/swallow_01.ogg
new file mode 100644
index 0000000000..ba6216759f
Binary files /dev/null and b/sound/vore/Prey/swallow_01.ogg differ
diff --git a/sound/vore/Prey/swallow_02.ogg b/sound/vore/Prey/swallow_02.ogg
new file mode 100644
index 0000000000..fba643f0a7
Binary files /dev/null and b/sound/vore/Prey/swallow_02.ogg differ
diff --git a/sound/vore/Prey/taurswallow.ogg b/sound/vore/Prey/taurswallow.ogg
new file mode 100644
index 0000000000..bbc51f3d77
Binary files /dev/null and b/sound/vore/Prey/taurswallow.ogg differ
diff --git a/sound/vore/StomachTransfer.ogg b/sound/vore/StomachTransfer.ogg
deleted file mode 100644
index c81da56f50..0000000000
Binary files a/sound/vore/StomachTransfer.ogg and /dev/null differ
diff --git a/sound/vore/death1.ogg b/sound/vore/death1.ogg
deleted file mode 100644
index 34f4e189f5..0000000000
Binary files a/sound/vore/death1.ogg and /dev/null differ
diff --git a/sound/vore/death10.ogg b/sound/vore/death10.ogg
deleted file mode 100644
index 92ce0fd9bd..0000000000
Binary files a/sound/vore/death10.ogg and /dev/null differ
diff --git a/sound/vore/death2.ogg b/sound/vore/death2.ogg
deleted file mode 100644
index 2476b0f08c..0000000000
Binary files a/sound/vore/death2.ogg and /dev/null differ
diff --git a/sound/vore/death3.ogg b/sound/vore/death3.ogg
deleted file mode 100644
index d8a666067d..0000000000
Binary files a/sound/vore/death3.ogg and /dev/null differ
diff --git a/sound/vore/death4.ogg b/sound/vore/death4.ogg
deleted file mode 100644
index 4fce54da79..0000000000
Binary files a/sound/vore/death4.ogg and /dev/null differ
diff --git a/sound/vore/death5.ogg b/sound/vore/death5.ogg
deleted file mode 100644
index 371cf17155..0000000000
Binary files a/sound/vore/death5.ogg and /dev/null differ
diff --git a/sound/vore/death6.ogg b/sound/vore/death6.ogg
deleted file mode 100644
index 78fc1b0637..0000000000
Binary files a/sound/vore/death6.ogg and /dev/null differ
diff --git a/sound/vore/death7.ogg b/sound/vore/death7.ogg
deleted file mode 100644
index 419a5bedd5..0000000000
Binary files a/sound/vore/death7.ogg and /dev/null differ
diff --git a/sound/vore/death8.ogg b/sound/vore/death8.ogg
deleted file mode 100644
index b15ab6a7d2..0000000000
Binary files a/sound/vore/death8.ogg and /dev/null differ
diff --git a/sound/vore/death9.ogg b/sound/vore/death9.ogg
deleted file mode 100644
index 3709541d60..0000000000
Binary files a/sound/vore/death9.ogg and /dev/null differ
diff --git a/sound/vore/digest1.ogg b/sound/vore/digest1.ogg
deleted file mode 100644
index 058ca78f7e..0000000000
Binary files a/sound/vore/digest1.ogg and /dev/null differ
diff --git a/sound/vore/digest10.ogg b/sound/vore/digest10.ogg
deleted file mode 100644
index 5db775ae29..0000000000
Binary files a/sound/vore/digest10.ogg and /dev/null differ
diff --git a/sound/vore/digest11.ogg b/sound/vore/digest11.ogg
deleted file mode 100644
index d81ac72dea..0000000000
Binary files a/sound/vore/digest11.ogg and /dev/null differ
diff --git a/sound/vore/digest12.ogg b/sound/vore/digest12.ogg
deleted file mode 100644
index 6b44127cd8..0000000000
Binary files a/sound/vore/digest12.ogg and /dev/null differ
diff --git a/sound/vore/digest2.ogg b/sound/vore/digest2.ogg
deleted file mode 100644
index 0e8bef1db8..0000000000
Binary files a/sound/vore/digest2.ogg and /dev/null differ
diff --git a/sound/vore/digest3.ogg b/sound/vore/digest3.ogg
deleted file mode 100644
index 2077f31399..0000000000
Binary files a/sound/vore/digest3.ogg and /dev/null differ
diff --git a/sound/vore/digest4.ogg b/sound/vore/digest4.ogg
deleted file mode 100644
index 27a786bc40..0000000000
Binary files a/sound/vore/digest4.ogg and /dev/null differ
diff --git a/sound/vore/digest5.ogg b/sound/vore/digest5.ogg
deleted file mode 100644
index 849c1335be..0000000000
Binary files a/sound/vore/digest5.ogg and /dev/null differ
diff --git a/sound/vore/digest6.ogg b/sound/vore/digest6.ogg
deleted file mode 100644
index 5f0cc86eb1..0000000000
Binary files a/sound/vore/digest6.ogg and /dev/null differ
diff --git a/sound/vore/digest7.ogg b/sound/vore/digest7.ogg
deleted file mode 100644
index f224cc3fa3..0000000000
Binary files a/sound/vore/digest7.ogg and /dev/null differ
diff --git a/sound/vore/digest8.ogg b/sound/vore/digest8.ogg
deleted file mode 100644
index 04b742bd49..0000000000
Binary files a/sound/vore/digest8.ogg and /dev/null differ
diff --git a/sound/vore/digest9.ogg b/sound/vore/digest9.ogg
deleted file mode 100644
index 866c95b874..0000000000
Binary files a/sound/vore/digest9.ogg and /dev/null differ
diff --git a/sound/vore/gulp.ogg b/sound/vore/gulp.ogg
deleted file mode 100644
index b463e7fb18..0000000000
Binary files a/sound/vore/gulp.ogg and /dev/null differ
diff --git a/sound/vore/insert.ogg b/sound/vore/insert.ogg
deleted file mode 100644
index 0574733d4d..0000000000
Binary files a/sound/vore/insert.ogg and /dev/null differ
diff --git a/sound/vore/insertion1.ogg b/sound/vore/insertion1.ogg
deleted file mode 100644
index a026591f07..0000000000
Binary files a/sound/vore/insertion1.ogg and /dev/null differ
diff --git a/sound/vore/insertion2.ogg b/sound/vore/insertion2.ogg
deleted file mode 100644
index b682e3aaf8..0000000000
Binary files a/sound/vore/insertion2.ogg and /dev/null differ
diff --git a/sound/vore/insertion3.ogg b/sound/vore/insertion3.ogg
deleted file mode 100644
index 7dabf3f077..0000000000
Binary files a/sound/vore/insertion3.ogg and /dev/null differ
diff --git a/sound/vore/pred/death_01.ogg b/sound/vore/pred/death_01.ogg
new file mode 100644
index 0000000000..9599a30efc
Binary files /dev/null and b/sound/vore/pred/death_01.ogg differ
diff --git a/sound/vore/pred/death_02.ogg b/sound/vore/pred/death_02.ogg
new file mode 100644
index 0000000000..889ef83333
Binary files /dev/null and b/sound/vore/pred/death_02.ogg differ
diff --git a/sound/vore/pred/death_03.ogg b/sound/vore/pred/death_03.ogg
new file mode 100644
index 0000000000..4d931d7257
Binary files /dev/null and b/sound/vore/pred/death_03.ogg differ
diff --git a/sound/vore/pred/death_04.ogg b/sound/vore/pred/death_04.ogg
new file mode 100644
index 0000000000..0bd1136564
Binary files /dev/null and b/sound/vore/pred/death_04.ogg differ
diff --git a/sound/vore/pred/death_05.ogg b/sound/vore/pred/death_05.ogg
new file mode 100644
index 0000000000..19a477682e
Binary files /dev/null and b/sound/vore/pred/death_05.ogg differ
diff --git a/sound/vore/pred/death_06.ogg b/sound/vore/pred/death_06.ogg
new file mode 100644
index 0000000000..827df11aec
Binary files /dev/null and b/sound/vore/pred/death_06.ogg differ
diff --git a/sound/vore/pred/death_07.ogg b/sound/vore/pred/death_07.ogg
new file mode 100644
index 0000000000..8a6fd25f54
Binary files /dev/null and b/sound/vore/pred/death_07.ogg differ
diff --git a/sound/vore/pred/death_08.ogg b/sound/vore/pred/death_08.ogg
new file mode 100644
index 0000000000..b805e03588
Binary files /dev/null and b/sound/vore/pred/death_08.ogg differ
diff --git a/sound/vore/pred/death_09.ogg b/sound/vore/pred/death_09.ogg
new file mode 100644
index 0000000000..cde00220d0
Binary files /dev/null and b/sound/vore/pred/death_09.ogg differ
diff --git a/sound/vore/pred/death_10.ogg b/sound/vore/pred/death_10.ogg
new file mode 100644
index 0000000000..19e0d53c8e
Binary files /dev/null and b/sound/vore/pred/death_10.ogg differ
diff --git a/sound/vore/pred/death_11.ogg b/sound/vore/pred/death_11.ogg
new file mode 100644
index 0000000000..05e9552409
Binary files /dev/null and b/sound/vore/pred/death_11.ogg differ
diff --git a/sound/vore/pred/death_12.ogg b/sound/vore/pred/death_12.ogg
new file mode 100644
index 0000000000..94c01e9370
Binary files /dev/null and b/sound/vore/pred/death_12.ogg differ
diff --git a/sound/vore/pred/death_13.ogg b/sound/vore/pred/death_13.ogg
new file mode 100644
index 0000000000..f25b02ed30
Binary files /dev/null and b/sound/vore/pred/death_13.ogg differ
diff --git a/sound/vore/pred/digest_01.ogg b/sound/vore/pred/digest_01.ogg
new file mode 100644
index 0000000000..8f74bb70f5
Binary files /dev/null and b/sound/vore/pred/digest_01.ogg differ
diff --git a/sound/vore/pred/digest_02.ogg b/sound/vore/pred/digest_02.ogg
new file mode 100644
index 0000000000..aa17dd776e
Binary files /dev/null and b/sound/vore/pred/digest_02.ogg differ
diff --git a/sound/vore/pred/digest_03.ogg b/sound/vore/pred/digest_03.ogg
new file mode 100644
index 0000000000..2da1aff732
Binary files /dev/null and b/sound/vore/pred/digest_03.ogg differ
diff --git a/sound/vore/pred/digest_04.ogg b/sound/vore/pred/digest_04.ogg
new file mode 100644
index 0000000000..cf72554518
Binary files /dev/null and b/sound/vore/pred/digest_04.ogg differ
diff --git a/sound/vore/pred/digest_05.ogg b/sound/vore/pred/digest_05.ogg
new file mode 100644
index 0000000000..a5ed9951fe
Binary files /dev/null and b/sound/vore/pred/digest_05.ogg differ
diff --git a/sound/vore/pred/digest_06.ogg b/sound/vore/pred/digest_06.ogg
new file mode 100644
index 0000000000..bddbea82b7
Binary files /dev/null and b/sound/vore/pred/digest_06.ogg differ
diff --git a/sound/vore/pred/digest_07.ogg b/sound/vore/pred/digest_07.ogg
new file mode 100644
index 0000000000..a58e6ada16
Binary files /dev/null and b/sound/vore/pred/digest_07.ogg differ
diff --git a/sound/vore/pred/digest_08.ogg b/sound/vore/pred/digest_08.ogg
new file mode 100644
index 0000000000..37a30736df
Binary files /dev/null and b/sound/vore/pred/digest_08.ogg differ
diff --git a/sound/vore/pred/digest_09.ogg b/sound/vore/pred/digest_09.ogg
new file mode 100644
index 0000000000..3246520dd7
Binary files /dev/null and b/sound/vore/pred/digest_09.ogg differ
diff --git a/sound/vore/pred/digest_10.ogg b/sound/vore/pred/digest_10.ogg
new file mode 100644
index 0000000000..feae8d6dd6
Binary files /dev/null and b/sound/vore/pred/digest_10.ogg differ
diff --git a/sound/vore/pred/digest_11.ogg b/sound/vore/pred/digest_11.ogg
new file mode 100644
index 0000000000..93763bc10e
Binary files /dev/null and b/sound/vore/pred/digest_11.ogg differ
diff --git a/sound/vore/pred/digest_12.ogg b/sound/vore/pred/digest_12.ogg
new file mode 100644
index 0000000000..5fb2f3e57e
Binary files /dev/null and b/sound/vore/pred/digest_12.ogg differ
diff --git a/sound/vore/pred/digest_13.ogg b/sound/vore/pred/digest_13.ogg
new file mode 100644
index 0000000000..750ee58c7c
Binary files /dev/null and b/sound/vore/pred/digest_13.ogg differ
diff --git a/sound/vore/pred/digest_14.ogg b/sound/vore/pred/digest_14.ogg
new file mode 100644
index 0000000000..d4d3cdd981
Binary files /dev/null and b/sound/vore/pred/digest_14.ogg differ
diff --git a/sound/vore/pred/digest_15.ogg b/sound/vore/pred/digest_15.ogg
new file mode 100644
index 0000000000..6d464398c6
Binary files /dev/null and b/sound/vore/pred/digest_15.ogg differ
diff --git a/sound/vore/pred/digest_16.ogg b/sound/vore/pred/digest_16.ogg
new file mode 100644
index 0000000000..07a303d4e7
Binary files /dev/null and b/sound/vore/pred/digest_16.ogg differ
diff --git a/sound/vore/pred/digest_17.ogg b/sound/vore/pred/digest_17.ogg
new file mode 100644
index 0000000000..d07ac0d164
Binary files /dev/null and b/sound/vore/pred/digest_17.ogg differ
diff --git a/sound/vore/pred/digest_18.ogg b/sound/vore/pred/digest_18.ogg
new file mode 100644
index 0000000000..230c7d5199
Binary files /dev/null and b/sound/vore/pred/digest_18.ogg differ
diff --git a/sound/vore/pred/escape.ogg b/sound/vore/pred/escape.ogg
new file mode 100644
index 0000000000..ee42e13483
Binary files /dev/null and b/sound/vore/pred/escape.ogg differ
diff --git a/sound/vore/pred/insertion_01.ogg b/sound/vore/pred/insertion_01.ogg
new file mode 100644
index 0000000000..f62313e85d
Binary files /dev/null and b/sound/vore/pred/insertion_01.ogg differ
diff --git a/sound/vore/pred/insertion_02.ogg b/sound/vore/pred/insertion_02.ogg
new file mode 100644
index 0000000000..14f396c4c2
Binary files /dev/null and b/sound/vore/pred/insertion_02.ogg differ
diff --git a/sound/vore/pred/loop.ogg b/sound/vore/pred/loop.ogg
new file mode 100644
index 0000000000..1c14e2853c
Binary files /dev/null and b/sound/vore/pred/loop.ogg differ
diff --git a/sound/vore/pred/schlorp.ogg b/sound/vore/pred/schlorp.ogg
new file mode 100644
index 0000000000..c9cd5a3413
Binary files /dev/null and b/sound/vore/pred/schlorp.ogg differ
diff --git a/sound/vore/pred/squish_01.ogg b/sound/vore/pred/squish_01.ogg
new file mode 100644
index 0000000000..af60655d3e
Binary files /dev/null and b/sound/vore/pred/squish_01.ogg differ
diff --git a/sound/vore/pred/squish_02.ogg b/sound/vore/pred/squish_02.ogg
new file mode 100644
index 0000000000..febc4c106e
Binary files /dev/null and b/sound/vore/pred/squish_02.ogg differ
diff --git a/sound/vore/pred/squish_03.ogg b/sound/vore/pred/squish_03.ogg
new file mode 100644
index 0000000000..c1b544806b
Binary files /dev/null and b/sound/vore/pred/squish_03.ogg differ
diff --git a/sound/vore/pred/squish_04.ogg b/sound/vore/pred/squish_04.ogg
new file mode 100644
index 0000000000..fd9402ddd1
Binary files /dev/null and b/sound/vore/pred/squish_04.ogg differ
diff --git a/sound/vore/pred/stomachmove.ogg b/sound/vore/pred/stomachmove.ogg
new file mode 100644
index 0000000000..8c513c5f21
Binary files /dev/null and b/sound/vore/pred/stomachmove.ogg differ
diff --git a/sound/vore/pred/struggle_01.ogg b/sound/vore/pred/struggle_01.ogg
new file mode 100644
index 0000000000..4f174b4b9b
Binary files /dev/null and b/sound/vore/pred/struggle_01.ogg differ
diff --git a/sound/vore/pred/struggle_02.ogg b/sound/vore/pred/struggle_02.ogg
new file mode 100644
index 0000000000..038e22d9b6
Binary files /dev/null and b/sound/vore/pred/struggle_02.ogg differ
diff --git a/sound/vore/pred/struggle_03.ogg b/sound/vore/pred/struggle_03.ogg
new file mode 100644
index 0000000000..8c16009163
Binary files /dev/null and b/sound/vore/pred/struggle_03.ogg differ
diff --git a/sound/vore/pred/struggle_04.ogg b/sound/vore/pred/struggle_04.ogg
new file mode 100644
index 0000000000..6b1b026571
Binary files /dev/null and b/sound/vore/pred/struggle_04.ogg differ
diff --git a/sound/vore/pred/struggle_05.ogg b/sound/vore/pred/struggle_05.ogg
new file mode 100644
index 0000000000..8058d4da1f
Binary files /dev/null and b/sound/vore/pred/struggle_05.ogg differ
diff --git a/sound/vore/pred/swallow_01.ogg b/sound/vore/pred/swallow_01.ogg
new file mode 100644
index 0000000000..5071329185
Binary files /dev/null and b/sound/vore/pred/swallow_01.ogg differ
diff --git a/sound/vore/pred/swallow_02.ogg b/sound/vore/pred/swallow_02.ogg
new file mode 100644
index 0000000000..3de7e1f887
Binary files /dev/null and b/sound/vore/pred/swallow_02.ogg differ
diff --git a/sound/vore/pred/taurswallow.ogg b/sound/vore/pred/taurswallow.ogg
new file mode 100644
index 0000000000..07ceeea676
Binary files /dev/null and b/sound/vore/pred/taurswallow.ogg differ
diff --git a/sound/vore/prey/stomachmove.ogg b/sound/vore/prey/stomachmove.ogg
new file mode 100644
index 0000000000..a9e1456dc4
Binary files /dev/null and b/sound/vore/prey/stomachmove.ogg differ
diff --git a/sound/vore/squish1.ogg b/sound/vore/squish1.ogg
deleted file mode 100644
index 8a87758048..0000000000
Binary files a/sound/vore/squish1.ogg and /dev/null differ
diff --git a/sound/vore/squish2.ogg b/sound/vore/squish2.ogg
deleted file mode 100644
index c8f96fc6e2..0000000000
Binary files a/sound/vore/squish2.ogg and /dev/null differ
diff --git a/sound/vore/squish3.ogg b/sound/vore/squish3.ogg
deleted file mode 100644
index 60e364c80a..0000000000
Binary files a/sound/vore/squish3.ogg and /dev/null differ
diff --git a/sound/vore/squish4.ogg b/sound/vore/squish4.ogg
deleted file mode 100644
index e9bd8e7bf5..0000000000
Binary files a/sound/vore/squish4.ogg and /dev/null differ
diff --git a/sound/vore/stomach_loop.ogg b/sound/vore/stomach_loop.ogg
deleted file mode 100644
index b9983b2ab6..0000000000
Binary files a/sound/vore/stomach_loop.ogg and /dev/null differ