Page 1 of 1
Cannot open CRI Atom Viewer
Posted: Mon Sep 21, 2015 7:34 pm
by Filo
I managed to extract .awb file from .cpk and I'm trying to open it in AtomViewer. But when I'm trying to open CRI Atom Viewer or Craft I get this error:
http://i.imgur.com/cyfNo8q.png
I reinstalled .NET Framework several times, but it still doesn't work.
Re: Cannot open CRI Atom Viewer
Posted: Tue Sep 22, 2015 10:55 am
by brendan19
Can you upload the AWB file?
Re: Cannot open CRI Atom Viewer
Posted: Tue Sep 22, 2015 11:00 am
by Filo
Re: Cannot open CRI Atom Viewer
Posted: Tue Sep 22, 2015 11:59 am
by brendan19
Seems to be a new thing that's happening recently. CRI's started XORing the HCA headers. Not sure if its just the strings that are being XOR'd however.
Re: Cannot open CRI Atom Viewer
Posted: Tue Sep 22, 2015 12:33 pm
by Filo
Do you know a way to fix my problem with CRI Atom Viewer? I tried using it on my other PC and it still gives the same error.
It should be possible to at least listen to these sound files there. I found YouTube video with voice of character that isn't available currently in game, but the uplouder only said in description 'CRI ADX2 & Android SDK'.
Re: Cannot open CRI Atom Viewer
Posted: Tue Sep 22, 2015 12:46 pm
by brendan19
Sorry, my programming knowledge is quite limited.
The problem is that atom viewer can't read the HCA audio files because the headers have been manipulated.
The interesting thing is that the entire file isn't XOR'ed.
From what I can tell, only the strings in the header like "HCA" "fmt" "comp" "pad" have been. The sample rate and channels have been left untouched.
To even listen to the sound files you would need to first reverse the XOR on the AWB file (which is 0x80)