This is a script that helps with replacing the Remake's soundtrack with the original one.
To modify the game's files, you'll need the following:
- This script
- Fmod Bank Tools (version 0.0.1.4 should work)
- A copy of the original soundtrack
The script renames the original soundtrack files and copies them into their respective folders.
It also attempts to convert your audio files into ".wav" files, and adds an additional "empty.wav" file in an attempt to fix a bug where Fmod Bank Tools would corrupt the last audio file on each ".bank".
Download the script here: https://github.com/tuglaw/hotdr-ost-mod/releases/latest
Fmod Bank Tools is used to extract the Remake's ".bank" files and then to rebuild them with the modified soundtrack.
If you get the error "FSBExtract.dll DLL Not Found" when trying to run the tool, you must download and install Microsoft Visual C++ 2017 Redistributable x86.
Download Fmod Bank Tools here: https://www.nexusmods.com/rugbyleaguelive3/mods/2?tab=files
You must provide your copy of the original soundtrack, either from the Saturn version or PC version.
- Download and extract the Fmod Bank Tools to anywhere you want.
-
Download and extract the contents of the hotdr-ost-mod-vX.X.X.zip file into the Fmod Bank Tools folder.
It should all look like this:
-
Copy your original soundtrack files into the "original" folder.
The soundtrack doesn't need to be named exactly as in this screenshot. They can be named "Track 02" or "02 - Untitled". As long as their filenames contain the numbers "02" to "12" and are correctly ordered without any duplicates, the script will detect them.
If your soundtrack files aren't in ".wav" format, the script will use ffmpeg to try and convert them. Make sure they are audio files, this script was only tested with MP3, FLAC and OGG files.
Note: To my knowledge, there is no version of Track 12 in the Remake.
-
Go into the Remake's "StreamingAssets" folder and copy the following ".bank" files into the Fmod Bank Tools "bank" folder:
- LVL1.bank
- LVL2.bank
- LVL3.bank
- LVL4.bank
- MainMenu.bank
- Master.bank
DO NOT COPY THE FILE "Master.strings.bank"! It's not necessary and it will break.
-
Run Fmod Bank Tools and press the Extract button.
The progress bar fills up to 100% for each ".bank" file. It will take a while.
Once it's done extracting, click OK but don't close the program.
-
Once the extraction is complete, leave Fmod Bank Tools open and run the script.bat.
If you get any file copying errors, you might need to use "Run as Administrator".
If your soundtrack files aren't in ".wav" format, the script will use ffmpeg to try and convert them. Make sure they are audio files, this script was only tested with MP3, FLAC and OGG files.
At one point the script will ask if you wish to trim your audio files.
When extracted from the CD, all audio tracks after Track 02 begin with 2 seconds of silence. This is more noticeable with the Chapted Complete track, which cuts too soon.
If that's the case with your copy of the soundtrack, the script can trim these 2 seconds off.
Once the script concludes without errors, go back to Fmod Bank Tools.
-
Return to the Fmod Bank Tools and press the Rebuild button.
It will open a command window like this for each of the ".bank" files. It will probably take less time than the extraction process.
Once the rebuilding process is complete, you can now close the program.
You'll find your modified ".bank" files inside Fmod Bank Tools' "bank" folder.
-
Copy the modified ".bank" files into the Remake's "StreamingAssets" folder, replacing the original ones.
And that's it, enjoy listening to the original soundtrack in THE HOUSE OF THE DEAD: Remake!