akirarat / cr-sc-dump

Python script to extract pngs from CR's "*_tex.sc" files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python script to extract pngs from CR's "*_tex.sc" files.


Languages

Language:Python 100.0%