need help with compression
Posted: Sat Jan 06, 2007 4:49 pm
I've attached 3 files from Settlers 2: 10th Anniversary. data.lua is the original file, data.lua.decrypt is the decrypted one and data.lua.decomp is the decompressed one.
Can someone help me identifying the compression algorithm? the structure of data.lua is
Can someone help me identifying the compression algorithm? the structure of data.lua is
Code: Select all
struct header {
int uk; // header
int fcc; // header
int datacrc; // crc32 checksum of decompressed data
int pwcrc; // not sure about this
int datasize; // decompressed data size
};
after that crypted data