Soul Calibur (Dreamcast/iOS/Android) dat files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MarioSonicU
Posts: 116
Joined: Tue Dec 08, 2015 8:36 pm

Soul Calibur (Dreamcast/iOS/Android) dat files

Post by MarioSonicU »

https://mega.nz/#!KoBWwBpa!YCe6l9vsT6UN ... jQi79qzmVw

Are there any tools to extract the dat files? the files are from the iOS version
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Soul Calibur (Dreamcast/iOS/Android) dat files

Post by aluigi »

I don't know what's the format of the extracted files, maybe images?

Code: Select all

get FILES long
getdstring SIGN 4   # "olnk"
get BASE_OFF long
get DAT_SIZE long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    math OFFSET + BASE_OFF
    if SIZE != 0
        log "" OFFSET SIZE
    endif
next i