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?
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?