hpxro7 / wwiseutil

Tools for unpacking and modifying Wwise SoundBank and File Package files.
GNU General Public License v3.0
119 stars 14 forks source link

Batch file to auto-process wem to ogg conversion #4

Open theitguyfromny opened 5 years ago

theitguyfromny commented 5 years ago

Simple (and tested)...

After you save all .wem files to a folder, also move the ww2ogg.exe and packed_codebooks_aoTuV_603.bin files to that same folder. Then create a BATCH file with this one line:

for /r %%i in (*) do (ww2ogg %%i --pcb packed_codebooks_aoTuV_603.bin)

From a command-line, move to the folder and run the batch file. When done, all the .wem files will have .ogg versions.