Python script to extract textures from Clash Royale's *_tex.sc
files.
-
Install Python 2.7
-
Install
pyliblzma
with:python -m pip install pyliblzma
-
Install
Pillow
with:python -m pip install Pillow
Download Clash Royale APK and navigate to path_cr_apk/assets/sc/
.
Run script on single file with:
python dumpsc.py filename_tex.sc
Or on all files with:
find . -name "*_tex.sc" | xargs python dumpsc.py
- athlan20
- clanner