/SC-tool

Simple project for decompressing and compressing game assets

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Welcome to sc-tool 👋

Decompress/compress Supercell game assets

Prerequisites

  • python 3.7

Features

  • decompress .csv or .sc from Clash Royale/ Brawl Stars
  • compress .csv or .sc from Clash Royale/ Brawl Stars

Usage

  • decompression
    python main.py -d <file_path>
    
    or for multiple files
    python main.py -d <folder_path>
    
  • compression
    python main.py -c <signature> <file_path>
    
    Supported signatures: LZMA, SC
    • How do you know what signature to use? Well it's simple: when you compress .sc files use SC signature and when you compress .csv use LZMA signature.

To do

  • add support for SCLZ signature
  • add support for SIG signature

Author

👤 Phoenix

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!