/Old-Sc-Dumper

A python script that dump texture from old .sc file (Used in spooky pop etc...)

Primary LanguagePython

Old-Sc-Dumper

A python script that dump texture from old .sc file (Used in spooky pop etc...)

Usage

Run it with:
python Main.py <filepath> if your file is already decompressed.
Else use:
python Main.py <filepath> -lzma to decompress it

Dependencies

To install dependencies simply run the following command python -m pip install -r requirements.txt