Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 8 matches

by lonrot
Thu Sep 03, 2015 2:44 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

Thanks spider, "Rayman Legends" was causing the error.
by lonrot
Thu Sep 03, 2015 2:38 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

Following this guide , I made the following batch.bat file: for %%i in (*.ckd) DO %CD%\quickbms.exe -o script.bms "%%i" "%CD%" Everything is in a single folder, quickbms.exe, script.bms and every existing wav.cpk file, no subfolders. The batch file returns: http://i.imgur.com/mFX...
by lonrot
Thu Sep 03, 2015 2:14 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

You can create batch file like this (just change pathes to ones you are using) for /r %%i in (*.ckd) do ( cd "%%~dpi" "C:\Users\spider91\Desktop\test\quickbms.exe" "C:\Users\spider91\Desktop\test\script.txt" "%%i" ) pause Some questions: 1) What format/extens...
by lonrot
Thu Sep 03, 2015 1:48 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

It seems that the script is failing only when doing batch requests with folders and subfolders. When selecting a folder, and selecting "*". It crashes immediately with the first file. Error: incomplete input file 0: Z:\GAMES\Rayman Legends\bundle\sound\common\music_trees\01_jungle_legends\...
by lonrot
Thu Sep 03, 2015 1:43 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

spider91 wrote:Upload a file that gives that error. I've tested it on all files from your previous acrhieve only and it worked well.
Here's the file.
by lonrot
Thu Sep 03, 2015 1:29 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

@spider The script fails to convert sfx_buzzsaw_move_brass_02.wav when processing the file list provided in the previous link. Error: incomplete input file 0: Z:\GAMES\Rayman Legends\bundle\606_mountain\test\sfx_buzzsaw_move_brass_02.wav Can't read 15631996 bytes from offset 00017a32. Anyway don't w...
by lonrot
Wed Sep 02, 2015 11:33 pm
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

@AlphaTwentyThree That's a bummer! Thanks for taking the time to respond :)

Update:
@spider91 Thanks, I will try it right away.
by lonrot
Wed Sep 02, 2015 6:49 am
Forum: Audio file formats
Topic: Rayman Legends PC Audio Container
Replies: 27
Views: 11908

Re: Rayman Legends PC Audio Container

AlphaTwentyThree please update the script to include sound effects as well! I managed to extract most music, however with smaller sound effects the conversion returns this useless "filename.wav.ckd.genh" format, and renaming it does nothing. Here are some original wav.ckd files that are n...