[][src]Crate sc_extract

Library to extract compressed/encoded raw _tex.sc and .csv files used in Supercell games.

The library exposes two high-level functions, process_sc and process_csv, to process _tex.sc and .csv files respectively. The functions only process valid, compressed/encoded and raw files found directly in Supercell apps.

This library is simply intended to get high quality graphics and data from the files. It is in no way an attempt to:

  • modify the game in any way
  • create a clone or any other game based on Supercell games
  • make profit

Modules

errors

Errors raised during processing of files.

Functions

process_csv

Processes encoded, raw .csv file data.

process_sc

Processes compressed, raw _tex.sc file data.