[x]We're back! After a failure of the drives in our database server, all data has been restored from last night's backup. The last 24 hours or so of submissions will likely need to be re-made but everything else should be okay. Please let me now if you notice anything not working as it should though. Thanks! -Petie


Users browsing this thread: 1 Guest(s)
.bcwav Fire Emblem Fates unplayable...
#1
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
Reply
Thanked by:
#2
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
Reply
Thanked by:
#3
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.
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:
#4
(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
Reply
Thanked by:
#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:
#6
(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?
Reply
Thanked by:
#7
Are you sure you're running your .bat file? This is the output of just running ctrtool without arguments.
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:
#8
(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
Reply
Thanked by:
#9
That's very strange. Can you send some of the files you're using?
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:
#10
(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.
Reply
Thanked by:
#11
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.
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:
#12
(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
Reply
Thanked by:
#13
Try installing the vgmstream component for foobar.

https://www.foobar2000.org/components/vi..._vgmstream
Reply
Thanked by:
#14
(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?
Reply
Thanked by:
#15
vgmstream doesn't support these files.

Anyway, here are the converted files. Really strange that the script didn't want to work for you!
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: Pingus!


Forum Jump: