hcs64 / ww2ogg

Convert AudioKinetic Wwise RIFF/RIFX Vorbis to standard Ogg Vorbis
BSD 3-Clause "New" or "Revised" License
325 stars 39 forks source link

Script not working #22

Closed umustbeloggedintododat closed 3 years ago

umustbeloggedintododat commented 3 years ago

So I'm trying to get the audio files from Pocket Rush, to get the music. I'm following this tutorial but I got stuck on Step 2. It tells me to run this script. for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin pause for %%f in (*.ogg) do revorb.exe %%f pause Note that the extractor created a new folder in the program's directory called "redbit_race_01" from redbit_race_01.bnk. So I run it, and nothing happens! It tells me to press any key twice, but when I press any key it just closes and nothing happens as a result. Is there a way to fix this?

umustbeloggedintododat commented 3 years ago

Forgot to say that "redbit_race_01" stores all the wems.

umustbeloggedintododat commented 3 years ago

Nevermind, i put the wems in the same dir as the program.