• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Sound Is there any way to extract the gun sound effects?

watch https://www.youtube.com/watch?v=mPSSchsZPsI

theres a part 2 and 3, in case you need more info


I haven't checked news on the official SDK for the last 3 updates or so, assuming there is one yet... Without it what you want to do is:
1. Find/Locate the sound banks (files) for the weapon sfx.
2. Using the wiki from the tutorial, read its section on the DATA header, it explains how the sound bank can have audio streams embedded within, and what bytes are each sfx.
3. Extract. Youll have a bunch of wem files with numbers for names.
4. Match the number name to the sfx entry on the txt file associated to the soundbank, or just guess it.
5. Use the user made external program wem 2 ogg to turn the wem to ogg.

If you then wanted to reinsert your modded audio (which you dont apparently, but still)
6. Use the official IDE WWISE to turn the ogg back to wem.
7. Rebuild the sound bank like on the video (lots of work, but once done it is a one click compile), or reinsert the new wem into the original sounbank manually (have to be accurate at hex editing).
 
Upvote 0