Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
the music seems to be in a .bnk file. what is a .bnk file? anyone know how to make one?
I ask for modding purposes
I did find this info, seems like a pain. (because I'm not a sound guy, and dont have any sound tools)
so, it seems possible to mod the music. Is there a music playlist is a file where?
oh wait there is, it's in the init file in the audio directory.
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.
then the init file. it looks like it tells the game what .bnk file to look into during certain times. but havn't tested anytihing yet. should be not too difficult to make a music mod.