In this tutorial, we will guide you through the process of creating a sound mod for DaylightGame. Sound mods can enhance your gaming experience and allow you to customize various in-game sounds. Our step-by-step guide is designed for beginners and aims to make the process enjoyable and easy to follow.
- krzychowskyy for working sound modding out & writing of initial guide;
- Cranch the wolf for clearing, adaptating and hosting of guide;
- Game modding community for making it all possible!
Before we begin, ensure that you have the following tools ready:
You can download all these tools from the provided .zip file: Sound Modding Files.zip.
After extracting "PowerDirector INSTALLER.zip," open the "PowerDirector INSTALLER" folder and follow the instructions in the "INSTRUCTIONS!!!.txt" file to install PowerDirector.
Once installed, open PowerDirector and press the "New Project" button, leaving it running in the background.
Since RExplorer doesn't support milliseconds, we'll use PowerDirector to view the exact duration of the file.
Stay tuned for the next part of the tutorial, where we will continue with the detailed process of creating your custom sound mod for Dead by Daylight.
Move your extracted .wem file to the "vgmstream-win64" folder, then drag it onto "vgmstream-cli.exe" to create a listenable .wav file in the same directory.
Open PowerDirector, which you had previously launched in the background, and create a new project.
Once the new project is created, import your .wav file by navigating to "File" -> "Import" -> "Media files..." and selecting/importing your .wav file.
Right-click the imported .wav file, then select "Properties" and find the "Original duration: 00:00:27:24" (Hours:Minutes:Seconds:Milliseconds). Remember this duration for future reference.
Import your PTB video and drag it onto the 1st layer timeline in PowerDirector.
Cut the video to match the specific durations of The Oni's terror radius layers (32m, 16m, 8m, chase) following the instructions provided based on the video content.
After editing the video content to match the specific durations, increase the volume level to around +10.3 due to DBD sounds being relatively quiet.
Press "Export" and wait for it to load.
Under "Select file format:", choose the bottom-right option (two music notes) to apply the export of a sound file.
Set the "File extension:" to "WAV" and "Profile name/Quality:" to "PCM (1536 Kbps)" for the highest-quality audio.
Press "Start" and wait for the processing to complete.
After processing, access the folder where the processed .wav file is located under "Documents\CyberLink\PowerDirector" and rename the "Produce.wav" file to match the ID number of the layer (e.g., "764899664.wav").
Return to PowerDirector and press "Back to Edit," ignoring the error message about the file "Produce.wav."
Remember to repeat these steps for each terror radius layer, applying logical adjustments as needed.
Open your Wwise project and navigate to "Project" -> "Import Audio Files..."
In the new window, click on "Add Files..." and select your .wav files, then click "Open."
After adding the files, click on "Import" to bring your .wav files into your Wwise project.
Next, go to "Project" -> "Convert All Audio Files..." and click "Convert" in the new window. Wait for the conversion to finish.
Once converted, your files will be in .wem format under the "Documents\WwiseProjects[Project_Name].cache\Windows\SFX" directory, named "SOUNDID_8E324C96.wem." Remove the "_8E324C96" from the file name.
Open BNKEditor.jar located in the "Sound Modding Files" folder.
Click on "open BNK ..." and locate the directory where the KLR_18.bnk is stored. Select the file and click "Open."
Find the matching sound ID's from the "Documents\WwiseProjects[Project_Name].cache\Windows\SFX" directory, and for each matching one, click "replace WEM with ...," navigate to the correct .wem file, and click "Open."
After replacing all original .wem files with custom ones, click on "Save BNK as ...," save it as "K18.bnk" in the "Sound Modding Files" folder, then click "Save."
Delete the original "KLR_18.bnk" file and rename "K18.bnk" to "KLR_18.bnk."
In the "Sound Modding Files" folder, open the "UnrealPak" folder.
Create a new folder called "pakchunk[NUMBER ABOVE 348]-EGS" or "pakchunk[NUMBER ABOVE 348]-WindowsNoEditor" based on your platform.
Inside the new folder, create the following nested directories: "DeadByDaylight" -> "Content" -> "WwiseAudio" -> "Windows" and place your .bnk file inside the "Windows" folder.
Return to the UnrealPak folder and drag the newly-created pakchunk folder onto UnrealPak.pak. This action will create a .pak file.
Verify that your custom music mod works. If not, revisit the tutorial or seek assistance.
Congratulations! You have successfully completed the process of converting, editing, and packaging your custom music mod for Dead by Daylight. If you have any further questions or need additional guidance, feel free to ask!