02-27-2016, 10:03 AM
(This post was last modified: 02-27-2016, 10:25 AM by Struggleton!.)
OK it seems like these .DAT files are pretty simple, I should have a script working soon!
EDIT:
That wasn't too hard I guess. One thing I found was that the DAT file have PNG files that are just PNG files; no conversion required lol. I guess they got lazy
EDIT:
Code:
idstring "FPS3"
get FCOUNT long
get TBLSTART long
get DATASTART long
get UNK0x10 short
get UNK0x12 short
goto TBLSTART
for i = 0 < FCOUNT
get OFFSET long
get SIZE long
getdstring NAME 0x10
log NAME OFFSET SIZE
next i
That wasn't too hard I guess. One thing I found was that the DAT file have PNG files that are just PNG files; no conversion required lol. I guess they got lazy