Dance Evolution Arcade (PC) .arc

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Dance Evolution Arcade (PC) .arc

Post by chrrox »

Code: Select all

get magic long
get version long
get files long
get null long
savepos tablestart
for i = 0 < files
goto tablestart
get nameoff long
get offset long
get size long
get zsize long
savepos tablestart
goto nameoff
get name string
if zsize == size
log name offset size
else
clog name offset zsize size
endif
next i


Seems to be using unkown compression?
ImageImage
Image
https://www.sendspace.com/file/8pkpie
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Dance Evolution Arcade (PC) .arc

Post by aluigi »

It's just lzss0 apparently
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Dance Evolution Arcade (PC) .arc

Post by aluigi »

Maybe the developers edited the header of the dds to scramble them?
I tried also many lzss settings but the results are worst.