cocdp icon indicating copy to clipboard operation
cocdp copied to clipboard

Some more code or at least IDEA is needed

Open hjmodi opened this issue 10 years ago • 4 comments

I just added some code to your default decompress_csv.py and managed to get human readable files. But how do i recompress them. So if you have any idea about what a compress.py program may contain or IF you have program ready. Please let me know either here or in personal at [email protected].

hjmodi avatar Jul 06 '15 10:07 hjmodi

Am not sure, but i think you could just compress the file with LZMA and remove 4 bytes at offset 9 of the compressed file to fix the header.

FICTURE7 avatar Jul 06 '15 14:07 FICTURE7

I'm not that good at dd command and partially understanding the dd code and a compress.py that i created is not working WELL. So if you want i can mail you compress.py that i've created or if you got some time can you please help me to create it?

hjmodi avatar Jul 06 '15 15:07 hjmodi

or post it as a gist so anyone can take a look

jostster avatar Aug 13 '15 16:08 jostster

I've managed to compress the files in LZMA with Java: https://github.com/jponge/lzma-java. but won't be recognised by the game as it crashes...

Agusnez avatar Jul 03 '17 09:07 Agusnez