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
Persona Q EPL
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Persona Q EPL
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:
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