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

Extract texture atlas into component sprites? #1

Open smlbiobot opened 6 years ago

smlbiobot commented 6 years ago

Hi,

Love the script! I’ve been using it to extract texture that’s downloaded over the client.

There are so new SC files that were downloaded + extracted this way that is itself an atlas. And I couldn’t seem to use sc_decode to separate them. Is there an “old_sc_decode” equivalent to go with these old sc files?

Thanks in advance.

Galaxy1036 commented 5 years ago

Hi,

Sorry for the late answer. Actually my fork of sc_decode is kinda bad (as you can see in the code). Some modification would be needed if you wanna get it working with _dl.sc files

smlbiobot commented 5 years ago

Sounds good — do post an update if you’ve ever modified it