Some of Clash Mini's .sc
files use a new version (v4). They use LZMA compression as normal, but have 4 extra bytes in the header.
The v4 *_tex.sc
files can be extracted using the master
branch version of sc_extract
. You will have to build the tool from the master branch directly to extract the v4 *_tex.sc
files.
Some *.sc
files also use this new scheme. The usual clash_royale.bms
cannot unpack those files. You can use the modified supercell.bms
to unpack those files. The supercell.bms
script works with all types of *.sc
files.
# Unpacks all `*.sc` files
$ find . -not -name '*_tex.sc' -name '*.sc' -exec quickbms /path/to/supercell.bms {} \;