Persona Q EPL

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ThatTrueStruggle
Posts: 20
Joined: Tue Nov 17, 2015 12:11 am

Persona Q EPL

Post by ThatTrueStruggle »

I know that there is a EPL script for Persona 4, but it doesn't work on Persona Q's files:
https://www.dropbox.com/s/cse5shauqe5co ... a.bam?dl=0 - Sample here
ThatTrueStruggle
Posts: 20
Joined: Tue Nov 17, 2015 12:11 am

Re: Persona Q EPL

Post by ThatTrueStruggle »

bumpity
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Persona Q EPL

Post by aluigi »

I don't see an index with information about the content (offset/size).
I see all these "EPLSIGN" that are probably sort of "containers" but there are tons of float values, only the MDLSIGN/CGFX stuff seems interesting:

Code: Select all

for
    savepos OFFSET
    getdstring NAME 8
    get SIZE longlong
    if SIZE > 0
        log "" OFFSET SIZE
        math OFFSET + SIZE
        goto OFFSET
    endif
next