Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!
This tool is based on:
- png2sc, Developer: Xset-s
- scPacker, Developer: Galaxy1036
I wanna say "Thank You!" to these developers, because without their work XCoder wouldn't have been released!
Special thanks to spiky-s for regular DB updates :)
- Easy to use.
- Brawl Stars support.
- Multiplatform support (working on Windows, Linux and Android).
- SC compilation / decompilation.
- 32Bit image auto-conversion.
On Windows:
- Download Python 3.5 or newer version from official page.
- Install Python. While Installing, enable such parameters as "Add Python to PATH", "Install pip", "Install py launcher", "Associate files with Python" and "Add Python to environment variables".
- Download XCoder from releases page and extract it.
- Execute "Init.py" file to install required modules and create workspace directories.
On Linux:
- Open Terminal and install Python by executing following command:
sudo apt-get update && sudo apt-get install python3 python3-pip - Download XCoder from releases page and extract it.
- Execute "Init.py" file to install required modules and create workspace directories.
On Android:
- Download and install PyDroid app from Google Play.
- Open PyDroid and wait until Python installs.
- Download XCoder from releases page and extract it.
- In PyDroid open and execute "Init.py" file to install required modules and create workspace directories.
- To compile SC:
Put folders with texture name and .png files inside them in the "In-Decompressed-SC" directory and execute "SC-Encode.py" script. After the process will be finished, your .sc files will appear in "Out-Compressed-SC" folder. - To decompile SC:
Put .sc files in the "In-Compressed-SC" directory and execute "SC-Decode.py" script. After the process will be finished, your .png files will appear in "Out-Decompressed-SC" folder.
- Clash of Clans support.
- Clash Royale support.
- Rush Wars support.
- CSV compilation / decompilation.