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.