Skip to content

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

Notifications You must be signed in to change notification settings

royale-proxy/cr-sc-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%