The VG Resource
.bcwav Fire Emblem Fates unplayable... - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Sounds Resource (https://www.vg-resource.com/forum-112.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-116.html)
+---- Thread: .bcwav Fire Emblem Fates unplayable... (/thread-29048.html)

Pages: 1 2


.bcwav Fire Emblem Fates unplayable... - TheWinter - 04-07-2016

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/oyoa5449l1eioug/0xF99520.BCWAV


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 04-17-2016

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


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 04-17-2016

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.


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 04-18-2016

(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.php?showtopic=62740

Brief image of the line:
http://i.imgur.com/6ojntP8.png


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 05-03-2016

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.


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 05-03-2016

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


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 05-04-2016

Are you sure you're running your .bat file? This is the output of just running ctrtool without arguments.


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 05-04-2016

(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


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 05-04-2016

That's very strange. Can you send some of the files you're using?


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 05-04-2016

(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/6wjuvjbvhqsu7o7/BCWAV's.zip

Here you go.


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 05-04-2016

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.


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 05-04-2016

(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/6wjuvjbvhqsu7o7/BCWAV's.zip


RE: .bcwav Fire Emblem Fates unplayable... - Kawasuzu - 05-07-2016

Try installing the vgmstream component for foobar.

https://www.foobar2000.org/components/view/foo_input_vgmstream


RE: .bcwav Fire Emblem Fates unplayable... - TheWinter - 05-08-2016

(05-07-2016, 11:05 PM)Kawasuzu Wrote: Try installing the vgmstream component for foobar.

https://www.foobar2000.org/components/view/foo_input_vgmstream
I tried this on my system but it didn't work before, does it work for your computer?


RE: .bcwav Fire Emblem Fates unplayable... - puggsoy - 05-08-2016

vgmstream doesn't support these files.

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