Skip to content

athemm/XCoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCoder

Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!

Credits

This tool is based on:

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 :)

Features:

  • Easy to use.
  • Brawl Stars support.
  • Multiplatform support (working on Windows, Linux and Android).
  • SC compilation / decompilation.
  • 32Bit image auto-conversion.

How to install

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.

How to use

  • 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.

TODO:

  • Clash of Clans support.
  • Clash Royale support.
  • Rush Wars support.
  • CSV compilation / decompilation.

About

Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%