baraklevy20 / Supercell-Extractor

The fastest tool to extract graphics from Supercell games
40 stars 2 forks source link

Version 4 data after START? #5

Open abdullahbaa5 opened 2 years ago

abdullahbaa5 commented 2 years ago

Since version 4 there seems to be export names and some random data related to each export after "START" in compressed file. Considering the export data is being read from the decompressed buffer any idea what the extra data after START is?

baraklevy20 commented 2 years ago

I'm not exactly sure. From a very shallow look, it seems to be a footer, which consists of (when reading from the end of the file):

Then reading from START:

The footer is very small, it doesn't seem to contain new data (e.g. new textures/movie clips). It's probably just metadata.

abdullahbaa5 commented 2 years ago

Great thanks! Now it does make sense. Though I will try to figure out and see what those lengths and md5 hash corresponds to > could help with sc writing