I wrote the extractor in C
The structure of files is like this (of DATA.PAK):
I'm investigating the files right now. The files looks like they have structure of some kind of packed level file, so the model you are looking for is probably hidden inside map file.
This is all I got so far:
Extractor: https://github.com/MaKiPL/SpyVsSpy2_PAKextractor
The files seem to divide into groups (with similar structure to sub-group) that also divide deeper to sub-groups (structure as said above) but I can't seem to crack it grr....
The structure of files is like this (of DATA.PAK):
I'm investigating the files right now. The files looks like they have structure of some kind of packed level file, so the model you are looking for is probably hidden inside map file.
This is all I got so far:
Code:
int bebebebe
int UNK
int bbbbbbbb
int UNK(rising up)
int UNK(always 3?) Nope, also 10 and other
int TextLengthNext
char* filename
int UNK
Extractor: https://github.com/MaKiPL/SpyVsSpy2_PAKextractor
The files seem to divide into groups (with similar structure to sub-group) that also divide deeper to sub-groups (structure as said above) but I can't seem to crack it grr....