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

Cethleann - The Koei Swiss Army Knife

The Original Forum. Game archives, full of resources. How to open them? Get help here.
kaimuangel
beginner
Posts: 32
Joined: Wed Oct 07, 2020 7:13 am
Has thanked: 3 times

Re: Cethleann - The Koei Swiss Army Knife

Post by kaimuangel »

Yretenai wrote: Thu Oct 15, 2020 11:03 pm
kaimuangel wrote: Thu Oct 15, 2020 3:14 pm Hi,Do you know how to extract the wbd/whd files?
it's Koei Tecmo's special audio container .
samples:https://drive.google.com/file/d/1Bj75mG ... Erc2z/view
https://drive.google.com/file/d/1shE0YU ... 9-EXJ/view
What game? vgmstream supports most wbh/whd files. Cethleann.Unbundler can extract the sounds from the soundbanks but not decode them, vgmstream can.
Cethleann.Unbundler.exe and vgmstream seem to not working,Is there any other way?
User avatar
Yretenai
veteran
Posts: 126
Joined: Tue Jan 28, 2020 4:39 pm
Has thanked: 20 times
Been thanked: 138 times

Re: Cethleann - The Koei Swiss Army Knife

Post by Yretenai »

kaimuangel wrote: Fri Oct 16, 2020 1:55 pm
Yretenai wrote: Thu Oct 15, 2020 11:03 pm
kaimuangel wrote: Thu Oct 15, 2020 3:14 pm Hi,Do you know how to extract the wbd/whd files?
it's Koei Tecmo's special audio container .
samples:https://drive.google.com/file/d/1Bj75mG ... Erc2z/view
https://drive.google.com/file/d/1shE0YU ... 9-EXJ/view
What game? vgmstream supports most wbh/whd files. Cethleann.Unbundler can extract the sounds from the soundbanks but not decode them, vgmstream can.
Cethleann.Unbundler.exe and vgmstream seem to not working,Is there any other way?
vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
kaimuangel
beginner
Posts: 32
Joined: Wed Oct 07, 2020 7:13 am
Has thanked: 3 times

Re: Cethleann - The Koei Swiss Army Knife

Post by kaimuangel »

Yretenai wrote: Fri Oct 16, 2020 9:54 pm
kaimuangel wrote: Fri Oct 16, 2020 1:55 pm
Yretenai wrote: Thu Oct 15, 2020 11:03 pm

What game? vgmstream supports most wbh/whd files. Cethleann.Unbundler can extract the sounds from the soundbanks but not decode them, vgmstream can.
Cethleann.Unbundler.exe and vgmstream seem to not working,Is there any other way?
vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
thanks so much ! and I extract a sed file(from game Fatal Frame Maiden of Black Water),it outputs a .dat with a .wbh file,Is this dat file actually a wbd file?
Thanks in advance.
samples:https://drive.google.com/file/d/12GLKA8 ... sp=sharing
SED file:https://drive.google.com/file/d/1c8b_ru ... sp=sharing
You do not have the required permissions to view the files attached to this post.
Last edited by kaimuangel on Sun Oct 18, 2020 2:49 pm, edited 2 times in total.
kaimuangel
beginner
Posts: 32
Joined: Wed Oct 07, 2020 7:13 am
Has thanked: 3 times

Re: Cethleann - The Koei Swiss Army Knife

Post by kaimuangel »

kaimuangel wrote: Sat Oct 17, 2020 6:15 am
Yretenai wrote: Fri Oct 16, 2020 9:54 pm
kaimuangel wrote: Fri Oct 16, 2020 1:55 pm

Cethleann.Unbundler.exe and vgmstream seem to not working,Is there any other way?
vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
User avatar
Yretenai
veteran
Posts: 126
Joined: Tue Jan 28, 2020 4:39 pm
Has thanked: 20 times
Been thanked: 138 times

Re: Cethleann - The Koei Swiss Army Knife

Post by Yretenai »

kaimuangel wrote: Sat Oct 17, 2020 6:15 am
Yretenai wrote: Fri Oct 16, 2020 9:54 pm
kaimuangel wrote: Fri Oct 16, 2020 1:55 pm

Cethleann.Unbundler.exe and vgmstream seem to not working,Is there any other way?
vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
thanks so much ! and I extract a sed file(from game Fatal Frame Maiden of Black Water),it outputs a .dat with a .wbh file,Is this dat file actually a wbd file?
Thanks in advance.
samples:https://drive.google.com/file/d/12GLKA8 ... sp=sharing
SED file:https://drive.google.com/file/d/1c8b_ru ... sp=sharing
yeah just remove the bytes before the WBD_0000 marker.
Do a serach for WBD_0000 in that file too it might contain multiple.
kaimuangel
beginner
Posts: 32
Joined: Wed Oct 07, 2020 7:13 am
Has thanked: 3 times

Re: Cethleann - The Koei Swiss Army Knife

Post by kaimuangel »

Yretenai wrote: Sun Oct 18, 2020 6:55 pm
kaimuangel wrote: Sat Oct 17, 2020 6:15 am
Yretenai wrote: Fri Oct 16, 2020 9:54 pm

vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
thanks so much ! and I extract a sed file(from game Fatal Frame Maiden of Black Water),it outputs a .dat with a .wbh file,Is this dat file actually a wbd file?
Thanks in advance.
samples:https://drive.google.com/file/d/12GLKA8 ... sp=sharing
SED file:https://drive.google.com/file/d/1c8b_ru ... sp=sharing
yeah just remove the bytes before the WBD_0000 marker.
Do a serach for WBD_0000 in that file too it might contain multiple.
So I remove the bytes before the WBD_0000,and I change the DAT file's extension to WBD,use vgmstream to play them,but they don't work.Am I doing something wrong?
WBD_0000 Only one。
You do not have the required permissions to view the files attached to this post.
JosouKitsune
advanced
Posts: 65
Joined: Mon Jun 26, 2017 2:01 am
Has thanked: 31 times
Been thanked: 38 times

Re: Cethleann - The Koei Swiss Army Knife

Post by JosouKitsune »

delete
Last edited by JosouKitsune on Fri Jul 30, 2021 7:33 am, edited 1 time in total.
kaimuangel
beginner
Posts: 32
Joined: Wed Oct 07, 2020 7:13 am
Has thanked: 3 times

Re: Cethleann - The Koei Swiss Army Knife

Post by kaimuangel »

Yretenai wrote: Sun Oct 18, 2020 6:55 pm
kaimuangel wrote: Sat Oct 17, 2020 6:15 am
Yretenai wrote: Fri Oct 16, 2020 9:54 pm

vgmsteam supports the codec in those sound files (K4HD/AATRAC), just change the WHD file's extension to WBH (so you have a WBD and WBH file) and then use vgmstream on the wbd file:

Code: Select all

test.exe VOICE12KNIGHTS_A.wbd
thanks so much ! and I extract a sed file(from game Fatal Frame Maiden of Black Water),it outputs a .dat with a .wbh file,Is this dat file actually a wbd file?
Thanks in advance.
samples:https://drive.google.com/file/d/12GLKA8 ... sp=sharing
SED file:https://drive.google.com/file/d/1c8b_ru ... sp=sharing
yeah just remove the bytes before the WBD_0000 marker.
Do a serach for WBD_0000 in that file too it might contain multiple.
I remove the bytes before the WBD_0000 and change the extension,But can't play the wbd(dat) file,Is there any other way? Or am I doing something wrong?
andree
veteran
Posts: 149
Joined: Sun Jul 09, 2017 1:36 pm
Has thanked: 10 times
Been thanked: 17 times

Re: Cethleann - The Koei Swiss Army Knife

Post by andree »

Cethleann works with Hyrule warriors age of calamity demo version's rdb files but with no filenames.
093202394902390423.png
You do not have the required permissions to view the files attached to this post.
Makoto
advanced
Posts: 49
Joined: Sat Jun 11, 2016 6:41 pm
Has thanked: 19 times
Been thanked: 10 times

Re: Cethleann - The Koei Swiss Army Knife

Post by Makoto »

andree wrote: Wed Oct 28, 2020 6:54 pm Cethleann works with Hyrule warriors age of calamity demo version's rdb files but with no filenames.
093202394902390423.png
what was the command you used? i tried one from long ago that i used on one piece and it didn't work. There isn't much stuff so i'm ok with no names until full game is out
crist0393
ultra-n00b
Posts: 7
Joined: Thu Aug 30, 2018 6:54 pm

Re: Cethleann - The Koei Swiss Army Knife

Post by crist0393 »

How can I extract the models from Switch games like FE Three Houses and HW Age of Calamity? can I extracted them without a Nintendo Switch?
Enkidu115
beginner
Posts: 27
Joined: Sun Jan 05, 2020 10:45 am

Re: Cethleann - The Koei Swiss Army Knife

Post by Enkidu115 »

Am i doing something wrong? or am i missing a step?
You do not have the required permissions to view the files attached to this post.
andree
veteran
Posts: 149
Joined: Sun Jul 09, 2017 1:36 pm
Has thanked: 10 times
Been thanked: 17 times

Re: Cethleann - The Koei Swiss Army Knife

Post by andree »

Enkidu115 wrote: Fri Oct 30, 2020 3:06 am Am i doing something wrong? or am i missing a step?
What game are you extracting it from?
yham
n00b
Posts: 11
Joined: Wed Oct 30, 2019 6:22 am
Has thanked: 1 time
Been thanked: 4 times

Re: Cethleann - The Koei Swiss Army Knife

Post by yham »

About hyrule warriors age of calamity. I've extracted the file but need help.
Files extracted by Cethleann.DataExporter have their own file format.
I would like to know more information about these file formats.
In particular, I would like to see the game text and icons. Where are these included?
zelda.png
You do not have the required permissions to view the files attached to this post.
Enderfacio
beginner
Posts: 25
Joined: Mon Sep 30, 2019 5:35 pm
Has thanked: 16 times

Re: Cethleann - The Koei Swiss Army Knife

Post by Enderfacio »

How do you get to do that? I got the .NCA and then the romsf.bin file from Age of Calamity but nothing seems to work for me. I can´t get the G1M files and I have no idea what to do...
Post Reply