The VG Resource

Full Version: .bcwav Fire Emblem Fates unplayable...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
(04-17-2016, 04:49 AM)puggsoy Wrote: [ -> ]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.

https://github.com/profi200/Project_CTR/releases This is a link to the tool that I used, I believe this is the updated version. But I believe I am using the updated version as well.

The command line I used is in the link below. The post with the line is by a person named "FlappyFlier"
http://serenesforest.net/forums/index.ph...opic=62740

Brief image of the line:
http://i.imgur.com/6ojntP8.png
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?
(05-04-2016, 04:37 AM)puggsoy Wrote: [ -> ]That's very strange. Can you send some of the files you're using?

http://www.mediafire.com/download/6wjuvj...CWAV's.zip

Here you go.
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
Try installing the vgmstream component for foobar.

https://www.foobar2000.org/components/vi..._vgmstream
(05-07-2016, 11:05 PM)Kawasuzu Wrote: [ -> ]Try installing the vgmstream component for foobar.

https://www.foobar2000.org/components/vi..._vgmstream
I tried this on my system but it didn't work before, does it work for your computer?
vgmstream doesn't support these files.

Anyway, here are the converted files. Really strange that the script didn't want to work for you!
Pages: 1 2