lilmuff2 / X-coder

tool to decode and encode sc files from supercell games
16 stars 2 forks source link

Compressed file has wrong magic number #2

Open zglate opened 4 months ago

zglate commented 4 months ago

It appears that this tool does not support KTX files.

Code that I have confirmed does support it - https://github.com/Galaxy1036/Dumpsc/tree/master

First bytes of an affected SC file:

b"-M\x00\x00\x01D\x00\x00\x01\x00\x00\x10\x00\x10\xabKTX

Thanks for all your efforts!