Results 1 to 6 of 6

Thread: Extracting .bnk files?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Icon5 Extracting .bnk files?

    I'm hitting my head against a brick wall here trying to open these files. I've tried various tools from across the web but have had no luck so far. Does anyone know a sure fire way to open a .bnk file? +rep to anyone that can help

  2. #2

    Default Re: Extracting .bnk files?

    I guess this would need its own tool?

  3. #3
    Inevitability won
    Patrician Citizen

    Join Date
    Mar 2010
    Posts
    9,594

    Default Re: Extracting .bnk files?

    The .bnk files are soundbank files that hold (I think) most of the sound effects of the game (in .wem format). Don't bother trying to convert the music files, they don't work, at all.

    This is the method I used from another forum to get access to the sound files. Please note I won't provide any help beyond this, as this is all that I know to be possible so far having done it myself. Any real sound modding will need official tools, or it will never happen. Ever.

    My advice is to forget you ever found .bnk and .wem files and move along.. You'll be much better off than wasting your time here.



    Converting .bnk to .wem

    1. Go to the folder where you have your .bnk files stored.
    2. Download bnkextr.zip. You may need to click on the bold link on that Russian page if the download does not pop up immediately.
    3. Extract the zip archive and copy bnkextr.exe to your .bnk folder.
    4. Now drag a .bnk file and drop it onto bnkextr.exe. Beware: A .bnk archive may contain hundreds of .wem files, so do this one file at a time.
    5. In the folder, you will now find a few .wav files. These are actually .wem files; the bnkextr program just uses an older file extension.
    6. Create a new text document in this folder, rename it to extensionChanger.bat. Open this .bat file with notepad, then copy & paste the following line. Then save and close Notepad.
    Code:
    ren *.wav *.wem
    7. In the folder, double-click on the .bat file. Your .wav files will now be renamed to .wem files. You can now follow the steps below to convert the .wem files to .ogg files.


    Converting .wem to .ogg
    1. Go to the folder where you have your *.wem files.
    2. Download ww2ogg019.zip and revorb.exe. Extract the ZIP archive. Then copy ww2ogg.exe, packed_codebooks_aoTuV_603.bin and revorb.exe into the folder with your *.wem files.
    3. Now create a new text document in this folder, rename it to convert.bat. Open this .bat file with notepad, then copy & paste the following lines. Then save and close Notepad.
    Code:
    for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
    pause
    for %%f in (*.ogg) do revorb.exe %%f
    pause
    4. In the folder, double-click on the .bat file. Now you will find— in addition to your .wem files — .ogg files in the folder.

  4. #4

    Default Re: Extracting .bnk files?

    Quote Originally Posted by .Mitch. View Post
    The .bnk files are soundbank files that hold (I think) most of the sound effects of the game (in .wem format). Don't bother trying to convert the music files, they don't work, at all.

    This is the method I used from another forum to get access to the sound files. Please note I won't provide any help beyond this, as this is all that I know to be possible so far having done it myself. Any real sound modding will need official tools, or it will never happen. Ever.

    My advice is to forget you ever found .bnk and .wem files and move along.. You'll be much better off than wasting your time here.



    Converting .bnk to .wem

    1. Go to the folder where you have your .bnk files stored.
    2. Download bnkextr.zip. You may need to click on the bold link on that Russian page if the download does not pop up immediately.
    3. Extract the zip archive and copy bnkextr.exe to your .bnk folder.
    4. Now drag a .bnk file and drop it onto bnkextr.exe. Beware: A .bnk archive may contain hundreds of .wem files, so do this one file at a time.
    5. In the folder, you will now find a few .wav files. These are actually .wem files; the bnkextr program just uses an older file extension.
    6. Create a new text document in this folder, rename it to extensionChanger.bat. Open this .bat file with notepad, then copy & paste the following line. Then save and close Notepad.
    Code:
    ren *.wav *.wem
    7. In the folder, double-click on the .bat file. Your .wav files will now be renamed to .wem files. You can now follow the steps below to convert the .wem files to .ogg files.


    Converting .wem to .ogg
    1. Go to the folder where you have your *.wem files.
    2. Download ww2ogg019.zip and revorb.exe. Extract the ZIP archive. Then copy ww2ogg.exe, packed_codebooks_aoTuV_603.bin and revorb.exe into the folder with your *.wem files.
    3. Now create a new text document in this folder, rename it to convert.bat. Open this .bat file with notepad, then copy & paste the following lines. Then save and close Notepad.
    Code:
    for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
    pause
    for %%f in (*.ogg) do revorb.exe %%f
    pause
    4. In the folder, double-click on the .bat file. Now you will find— in addition to your .wem files — .ogg files in the folder.
    Dude.. THANK YOU. I was only looking for the WEM to OGG-part and it worked wonders. Cheers.

  5. #5

    Default Re: Extracting .bnk files?

    Quote Originally Posted by .Mitch. View Post


    Converting .bnk to .wem

    1. Go to the folder where you have your .bnk files stored.
    2. Download bnkextr.zip. You may need to click on the bold link on that Russian page if the download does not pop up immediately.
    3. Extract the zip archive and copy bnkextr.exe to your .bnk folder.
    4. Now drag a .bnk file and drop it onto bnkextr.exe. Beware: A .bnk archive may contain hundreds of .wem files, so do this one file at a time.
    5. In the folder, you will now find a few .wav files. These are actually .wem files; the bnkextr program just uses an older file extension.
    6. Create a new text document in this folder, rename it to extensionChanger.bat. Open this .bat file with notepad, then copy & paste the following line. Then save and close Notepad.
    Code:
    ren *.wav *.wem
    7. In the folder, double-click on the .bat file. Your .wav files will now be renamed to .wem files. You can now follow the steps below to convert the .wem files to .ogg files.
    I spent several hours yesterday to extract those damn .bnk-files with the instructions you provided above. Still, no ing success. After dropping the files at the exe, nothing happened. I tried to configure the exe with e.g. admin credentials. No success. Tried it at Win 8. Any ideas?
    "The only thing we learn from history is that we never learn from history."
    CPU: Intel Core i7-4790K 4,0 Ghz LGA 1150 | GPU: MSI AMD Radeon R9 280X 3GB DRR5 | RAM: G.Skill TridentX PC3-19200U CL10 16 GB | SSD: Samsung 840 EVO Basic 500 GB SATA 6 GB/s | PSU: be quiet! Pure Power L8 CM 630 Watt | MBU: ASRock Fatal1ty Z97 Killer LGA1150 ATX
    Steam | Origin | Battlelog | Pics
    Austrian Company GC

  6. #6

    Default Re: Extracting .bnk files?

    Damn, I knew the wem files were a lost cause but I was hoping the bank files would hold wav or ogg files inside. I tried to convert them the Bioshock way:
    http://www.twcenter.net/forums/showt...6#post13272896

    Thanks for all the info though, heres hoping we get some proper tools in future.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •