I am trying to extract some data from one of the files in this game. I extracted the ISO and was presented with an xen and a toc file. I decompressed the xen file with XENDecryptNew and that appeared to work.
This is the TOC file
Code:
000003E800000010E7039BBE0000001804666A8100000164C0027
E43000002741AE2396A0000039028ADAA63000004ACB5C87E9C0
0000D801017942F0000174C3D50CB0800001888EA810AB000004
C90C0A6CB24000087DCD3C39B770000F494AFC678B0000163B88
9EEA5070005FF8C8E7C282B00060E583B44174B0006508004ED41B
50006EE18
The decrypted XEN now gives me a file that appears to be a set of data elements but I think each of them is compressed. I notice that 5A 26 86 2E appears over 18 times in the archive. Does anyone have any idea what form of compression this is or how I can extract the elements.
Here is the first 1300 bytes of the file.
Code:
C22A4A32000000180000000000000000CA9A72C200000000CA12F2C2000
000140000000000000000CA12224A000000804636A6CE24FD39200000C0
6B00000000CA12F2C20000802400000000000000005A26862E000080301E
5B2DC98D76430C0861E654AFB8757BC23755C6430B52B908D048D62E19D
48D0C6E27196FAFD8DC07520A16C8913089A6FBF7DF4FA2EA1CD6BF378F
80051A53596F1D03BC81977AA4D60B898FF6AC5D9D5B6B7A99B4C13DF5B
A85CA1D6B2CEAB6F9776F794D30428EAE5561A52DB0B5ADA9DC134D9838
D76A24BDAEF4E364B7729955B6124F525ABA94C7982D84EF584EA4C9876
2B95FE3C5A3AB27617C0F05BE932329E3E075F4
Any help advice or assistance greatly appreciated. IF you wish to grab the files you can get them here ->
Download Files