Page 1 of 1
What compression is this?
Posted: Mon Feb 20, 2012 6:13 am
by Nork
I have managed to get the decompressed version by accident by tricking the game:
Code: Select all
[cCore, INIT, SINT32] (0 .. 5) TrackVariation = 1
[cCore, INIT, STRING] (24) DeveloperName = "Default"
[cCore, INIT, STRING] (100) MapName = ""
[cCore, INIT, STRING] (100) Language = "British"
[cCore, INIT, STRING] (100) StartupScript = "empty"
This is just a small snippet.
It looks like a form of RLE compression, any help working it out?
Thanks.
Re: What compression is this?
Posted: Mon Feb 20, 2012 6:16 am
by mariokart64n
its using the jpeg compression

Re: What compression is this?
Posted: Mon Feb 20, 2012 6:28 am
by Nork
mariokart64n wrote:its using the jpeg compression

Oh har har. I'm not talking about the image, I mean the file I'm showing in the image.
Re: What compression is this?
Posted: Mon Feb 20, 2012 3:38 pm
by aluigi
upload the file or at least the compressed data (the complete compressed data) so that I can give it a quick scan with quickbms
Re: What compression is this?
Posted: Tue Feb 21, 2012 11:58 am
by Nork
aluigi wrote:upload the file or at least the compressed data (the complete compressed data) so that I can give it a quick scan with quickbms
Thanks for having a look mate. I have included this particular file(the whole archive is about 200mb, so I don't really want to upload the entire thing) with it's original null padding in the archive, a version without it and the uncompressed version. Everything should be correct down to the byte.
Cheers.
Re: What compression is this?
Posted: Tue Feb 21, 2012 1:03 pm
by chrrox
what game is it.
Re: What compression is this?
Posted: Tue Feb 21, 2012 1:09 pm
by aluigi
no luck