Dumpsc is an adapted version of cr-sc-dump. This version aim to support all kind of _tex.sc files from different Supercell games.
If your file is compressed run the following command:
python dumpsc.py <your_tex_sc_file> -d
else simply use:
python dumpsc.py <your_tex_sc_file>
To install Dumpsc dependencies run the following command:
python -m pip install -r requirements.txt