Skip to content
knightking100 edited this page Mar 27, 2017 · 4 revisions

Reversing CR Assets

CSV Files

CSV files are unchanged from CoC Csv Files

SC Files

SC are lzma compressed like CSV. Skip the first 26 bytes of the SC file then add 4 0x00 to offset 9. This is much like CSV format. After decompression the header is the same as CoC SC files, except 5 byte record header has different types. For more info read https://github.com/umop-aplsdn/sc_decode/wiki

Clone this wiki locally