here's i provide some sample:
Onimusha Dawn of Dreams *.ldt format
- aagems
- advanced
- Posts: 75
- Joined: Wed May 30, 2012 6:07 pm
- Has thanked: 6 times
- Been thanked: 1 time
Onimusha Dawn of Dreams *.ldt format
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:
here's i provide some sample:
You do not have the required permissions to view the files attached to this post.
Great things require hard work!!
- chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Re: Onimusha Dawn of Dreams *.ldt format
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- aagems
- advanced
- Posts: 75
- Joined: Wed May 30, 2012 6:07 pm
- Has thanked: 6 times
- Been thanked: 1 time
Re: Onimusha Dawn of Dreams *.ldt format
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?
Great things require hard work!!
