Users browsing this thread: 1 Guest(s)
Legend of Korra .dat files
#2
A little reading could help you:
https://www.vg-resource.com/thread-26460.html

As well, had you also seen the other thread that was posted, I already wrote a script for the DAT files:
Code:
# The Legend of Korra *.DAT
# Written By Anex For QuickBMS

idstring "DAT\x00"
get FCOUNT long
xmath CHECK "FCOUNT - 0x1"
get HEADERSIZE long
get FOLDNAMPOINTER long
get FNAMEPOINTER long
goto HEADERSIZE
savepos OFFTABLE
goto FNAMEPOINTER
get FNSIZE long
savepos FNAMETB

for i = 0 < FCOUNT
    getdstring NAME FNSIZE
    savepos FNAMETB
    goto OFFTABLE

if i == CHECK
  get OFFSET long
  goto OFFSET
  goto 0 0 SEEKEND
  savepos OFF2
  xmath SIZE "OFF2 - OFFSET"    
else
  get OFFSET long
  get OFF2 long
  xmath SIZE "OFF2 - OFFSET"
  math OFFTABLE + 0x4
endif
    log NAME OFFSET SIZE
    goto FNAMETB
next i

The models can be imported into Noesis using the attached scripts in that first thread I linked you to.
Reply
Thanked by:


Messages In This Thread
Legend of Korra .dat files - by Konnie - 12-17-2017, 11:19 AM
RE: Legend of Korra .dat files - by Pingus! - 12-17-2017, 12:16 PM

Forum Jump: