Page 1 of 1
Onimusha Dawn of Dreams *.ldt format
Posted: Sat Jan 25, 2014 5:17 pm
by aagems
hi, i manage to extract image.afs from onimusha dawn of dreams and get tons of file and i found that model file or maybe container (dunno) is in ldt format,can anyone please look the file and maybe create an importer for noesis

all help will be appreciated.
here's i provide some sample:
Re: Onimusha Dawn of Dreams *.ldt format
Posted: Sat Jan 25, 2014 5:37 pm
by chrrox
you need to decompress those sections in those files first.
Code: Select all
comtype PUYO_LZ01
for
findloc OFFSET string "CPK0"
goto OFFSET
idstring CPK0
get ZSIZE long
get SIZE long
get DUMMY long
savepos OFFSET
math ZSIZE -= 16
clog "" OFFSET ZSIZE SIZE
next
Re: Onimusha Dawn of Dreams *.ldt format
Posted: Sat Jan 25, 2014 6:55 pm
by aagems
thanks for the script chrrox

okay,after decompressing it it give me 3 file with the extension:*.oim,*.dat,and *.img. So i guess the model file is in dat file,is it a container again?sorry for being noob

any importer script/plugin possibility?