Users browsing this thread: 1 Guest(s)
Tales of the Abyss files
#17
OK it seems like these .DAT files are pretty simple, I should have a script working soon!

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 Wink
Reply
Thanked by: Skyla Doragono


Messages In This Thread
Tales of the Abyss files - by Skyla Doragono - 02-24-2016, 11:58 PM
RE: Tales of the Abyss files - by puggsoy - 02-25-2016, 12:20 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 05:31 AM
RE: Tales of the Abyss files - by puggsoy - 02-25-2016, 07:55 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 09:27 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 02:10 PM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 01:49 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 06:14 AM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 07:30 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 09:11 AM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 05:34 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 07:10 PM
RE: Tales of the Abyss files - by Struggleton! - 02-26-2016, 08:10 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 09:13 PM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 10:55 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 09:35 AM
RE: Tales of the Abyss files - by Struggleton! - 02-27-2016, 10:03 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 10:28 AM
RE: Tales of the Abyss files - by Struggleton! - 02-27-2016, 11:03 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 12:58 PM

Forum Jump: