https://github.com/dashroshan/coc-sc-extract
🛠️ Python script to batch extract png image sprite sheets from *tex.sc files present inside the clash of clans game apk
https://github.com/dashroshan/coc-sc-extract
clashofclans coc extraction
Last synced: about 2 months ago
JSON representation
🛠️ Python script to batch extract png image sprite sheets from *tex.sc files present inside the clash of clans game apk
- Host: GitHub
- URL: https://github.com/dashroshan/coc-sc-extract
- Owner: dashroshan
- Created: 2021-11-10T07:27:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T07:19:53.000Z (over 3 years ago)
- Last Synced: 2025-02-12T21:17:28.920Z (4 months ago)
- Topics: clashofclans, coc, extraction
- Language: Python
- Homepage:
- Size: 3.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## COC Extract SC
Python script to batch extract png image sprite sheets from `*tex.sc` files present inside the clash of clans game apk. You can also find all the pre-extracted images of coc apk v14.2 [here](https://drive.google.com/drive/folders/1F1KJu3z6uaukIvrGeNh_-0FDrrvc8I0X?usp=sharing)
### Installation
This script uses a library called pylzham which require the ``Visual C++ build tools`` to install it through pip. To avoid complications, I recommend using Replit instead which is a free to use online IDE. Make an account on Replit and then [click here](https://repl.it/github/roshan1337d/cocExtractSC). Select the language as Python, enter ``python3 main.py`` in ``configure the run button`` field, and click done!
### Usage
1. Download the [Clash of Clans apk file](https://clash-of-clans.en.uptodown.com/android/download)
2. Use [WinRAR](https://www.win-rar.com/download.html?&L=0) or any similar tool to extract the apk.
3. Open `\assets\sc`
4. Upload the desired `...tex.sc` files into the `sc` folder on Replit.
5. Click `Run`> You will find the extracted images inside the `png` folder.