Crate sc_extract

Source
Expand description

Library to extract graphics and decode csv files from Supercell’s game files.

The library exposes three high-level functions, process_sc, process_tex and process_csv, to process extracted sc, _tex.sc and .csv files respectively.

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 any of Supercell’s games
  • make profit

Enums§

Error
A common error variant returned by this library.

Functions§

process_csv
Processes encoded, raw .csv file data.
process_sc
Processes extracted .sc file data.
process_tex
Processes compressed, raw _tex.sc file data.