Skip to content

Script that helps with replacing the Remake's soundtrack with the original one.

Notifications You must be signed in to change notification settings

tuglaw/hotdr-ost-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original Soundtrack Mod for THE HOUSE OF THE DEAD: Remake

HOTDR Original Soundtrack Mod logo.


Description

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

Script

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

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


Original Soundtrack

You must provide your copy of the original soundtrack, either from the Saturn version or PC version.


Instructions

  1. Download and extract the Fmod Bank Tools to anywhere you want.

  1. 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:

    Fmod Bank Tools folder with script contents extracted.


  2. Copy your original soundtrack files into the "original" folder.

    "original" folder with ".wav" audio files.


    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.


  3. 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.


    "bank" folder with the game's ".bank" files.


  4. Run Fmod Bank Tools and press the Extract button.

    The Fmod Bank Tools program with the Extract button highlighted.


    The progress bar fills up to 100% for each ".bank" file. It will take a while.

    The Fmod Bank Tools program extracting the ".bank" files.


    Once it's done extracting, click OK but don't close the program.

    The Fmod Bank Tools program with the extraction process completed.


  5. 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".

    Command Prompt window with script running.


    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.

    Script prompting to convert audio files to WAV.


    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.

    Script prompting to trim audio files.


    Once the script concludes without errors, go back to Fmod Bank Tools.

    Script has finished running.


  6. Return to the Fmod Bank Tools and press the Rebuild button.

    The Fmod Bank Tools program with the Rebuild button highlighted.


    It will open a command window like this for each of the ".bank" files. It will probably take less time than the extraction process.

    The Fmod Bank Tools program rebuilding the ".bank" files.


    Once the rebuilding process is complete, you can now close the program.

    The Fmod Bank Tools program with the rebuilding process completed.


    You'll find your modified ".bank" files inside Fmod Bank Tools' "bank" folder.

    "bank" folder with the now modified game's ".bank" files.


  7. Copy the modified ".bank" files into the Remake's "StreamingAssets" folder, replacing the original ones.

    "StreamingAssets" folder with the now modified game's ".bank" files.



And that's it, enjoy listening to the original soundtrack in THE HOUSE OF THE DEAD: Remake!

About

Script that helps with replacing the Remake's soundtrack with the original one.

Resources

Stars

Watchers

Forks

Packages

No packages published