So I was working on converting some Japanese fire emblem files out of a .bscar I had lying around but I cannot seem to play them in foobar2000.. Now foobar is suppose to be able to play .bcwav's but I have had no luck... Here is an example of one of the files... If anyone can run and convert them I have no problem uploading the whole folder I have..
http://www.mediafire.com/download/oyoa54...9520.BCWAV
Important update an individual from the Serene Forest forum helped me to convert the fates sounds... Only problem is I don't know a way to mass convert the sounds... If anyone knows how to make scripts, I need your help here to mass convert the folder of sounds I have.
The Tool I am using to convert is ctrltool.exe
Could you provide a link to the tool or explain its command line usage? Then I can give a batch script to convert all files in a folder.
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.
(05-03-2016, 06:11 PM)puggsoy Wrote: [ -> ]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.
Thank you, I believe I am getting an error though
http://i.imgur.com/fnaQ2Rs.png as I saw no file being converted or am I just being impatient?
Are you sure you're running your .bat file? This is the output of just running ctrtool without arguments.
(05-04-2016, 12:24 AM)puggsoy Wrote: [ -> ]Are you sure you're running your .bat file? This is the output of just running ctrtool without arguments.
Here is a short GIF on what I did to get the error.
http://i.imgur.com/JwDHjdH.gifv
That's very strange. Can you send some of the files you're using?
That's so weird, these all work fine for me. I honestly have no idea what's going on. Are there many files in total? Maybe I can just convert them all for you.
(05-04-2016, 11:10 PM)puggsoy Wrote: [ -> ]That's so weird, these all work fine for me. I honestly have no idea what's going on. Are there many files in total? Maybe I can just convert them all for you.
There are about 9000 files in total, if you want I can upload them for you.. Its about 150mb worth of files though.
http://www.mediafire.com/download/6wjuvj...CWAV's.zip