Galaxy1036 / Old-Sc-Dumper

A python script that dump texture from old .sc file (Used in spooky pop etc...)
6 stars 3 forks source link

Can not sprite png file which decoded from *dl.sc file #2

Closed AceBee007 closed 5 years ago

AceBee007 commented 5 years ago

Now, I'm trying to sprite some texture in Clash Royale. I used an old dumpersc.py from https://github.com/Galaxy1036/Old-Sc-Dumper to get png file from *dl.sc files.(For example: chr_magic_archer_dl.sc -> chr_magic_archer_dl.png) And I decoded it with quickbms and I got some file without extension name. (chr_magic_archer_dl) And when I execute the command python3 ./sc_decode.py -s chr_somechr, I just got a folder with white png files.

I want to know how to fix it.

Galaxy1036 commented 5 years ago

https://github.com/Galaxy1036/Old-Sc-Dumper/issues/1 answered there