Hello, I came across a .awb file from a mobile game based on unity3d. I extracted it and got some .hca files, but things went weird. These files have head "c8 c3 c1 00" instead of "48 43 41 00", and this tool still made it to extract the files to .wav, but they can't be played correctly. here are the hca files:
and this is the awb file(might be useful to find a key?):
Some weird .hca files
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Some weird .hca files
The B file is an "@UTF" file that I guess it's related to the CRI framework (the same framework used for the CPK archives), I don't know if the CRI tools can handle it.
-
- Posts: 7
- Joined: Wed Jul 05, 2017 5:52 pm
Re: Some weird .hca files
aluigi wrote:The B file is an "@UTF" file that I guess it's related to the CRI framework (the same framework used for the CPK archives), I don't know if the CRI tools can handle it.
Yeah you are right, and they are similar to the files in PSO2. I just found the encryption key of these .hca files in another asset by accident, and now they are all decoded. Thanks for reply
It seems that the head "c8 c3 c1 00" means new version of .hca files. If there is no encryption, CRI tools might work.