Users browsing this thread: 1 Guest(s)
.bcwav Fire Emblem Fates unplayable...
#5
OK, sorry for the wait. Go to the folder where ctrtool is, and put this in a batch file:

Code:
@echo off

for /R bcwavs %%x in (*.bcwav) do (
    mkdir wavs
    ctrtool -t cwav --wav=wavs/%%~nx.wav %%x
)
pause

Then make a subfolder called "bcwavs" and put all the files to convert in there. Run the batch file and it should have made a "wavs" folder with all the converted sounds.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by:


Messages In This Thread
RE: .bcwav Fire Emblem Fates unplayable... - by puggsoy - 05-03-2016, 06:11 PM

Forum Jump: