Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 486 Bytes

Dumpsc

Dumpsc is an adapted version of cr-sc-dump. This version aim to support all kind of _tex.sc files from different Supercell games.

Usage

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>

Dependencies

To install Dumpsc dependencies run the following command:

python -m pip install -r requirements.txt