Hello. I need help with the definition of the type of compression in the game Calling.
Attached files contain a structure
4 bytes - the size of decompressed file
4 bytes - the type of compression (0x00000001 - UNK, 0x00000007 - zlib)
Then, presumably - the compressed data.
I hope for your help
https://drive.google.com/file/d/0BycQ9S ... sp=sharing
https://drive.google.com/file/d/0BycQ9S ... sp=sharing
Calling [Wii] unk compress
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Calling [Wii] unk compress
Usually on wii the dev use the nitrosdk compression (lz77wii in quickbms) but this one doesn't seem the case.
I made a compression scanning from both offset 8 and 12 without having good results.
I made a compression scanning from both offset 8 and 12 without having good results.