Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 587 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 587 Bytes

cr-sc-dump

Python script to extract textures from Clash Royale's *_tex.sc files.

Installation

  1. Install Python 2.7

  2. Install pyliblzma with:

      python -m pip install pyliblzma
    
  3. Install Pillow with:

      python -m pip install Pillow
    

Usage

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
Credits
  • athlan20
  • clanner