To make this work, copy the ogg files into your module's sounds directory If you haven't made any modifications to module_sounds.py you can simply overwrite it with the included file. Otherwise, you'll need to make the following changes/additions. Comment out woman_hit and woman_die, then add the following code ("woman_hit",sf_priority_7, ["woman_hit_1.ogg","woman_hit_2.ogg","woman_hit_3.ogg","woman_hit_4.ogg","woman_hit_5.ogg","woman_hit_6.ogg","woman_hit_7.ogg","woman_hit_8.ogg","woman_hit_9.ogg","woman_hit_10.ogg","woman_hit_11.ogg"]), ("woman_die",sf_priority_10|sf_vol_9, ["die1.ogg","die2.ogg","die3.ogg","die4.ogg","die5.ogg","die6.ogg","die7.ogg","die8.ogg"]), I've included a note on how to remove yells inside module_sounds.py