Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: nfitc1 on 2009-07-14 19:00:45

Title: Other file types in PC LGPs
Post by: nfitc1 on 2009-07-14 19:00:45
I'm trying to create an LGP data viewer (making (http://img11.imageshack.us/img11/516/formulah.png) good (http://img196.imageshack.us/img196/8818/polygons.png) progress (http://img196.imageshack.us/img196/1799/textures.png)), but I'm finding quite a few file types I haven't identified. The extensions are ".S", ".A", ".lmd", ".geo", ".D", ".E".

I don't know what these do. I think the .S are skeleton files, but I don't know the format. There are a few one-timers, like "tmd" or something like that, that I don't know of either.

Also, how are texture coordinates used in polygon groups? I don't quite understand.
Title: Re: Other file types in PC LGPs
Post by: Hellbringer616 on 2009-07-14 19:40:31
In this thread http://forums.qhimm.com/index.php?topic=8640.0 it explains what .d files are.

If you are still wondering that is.
Title: Re: Other file types in PC LGPs
Post by: Grimmy on 2009-07-14 21:24:52
in the char.lgp the .a files are animations. I don't think they are used for anything else.
Title: Re: Other file types in PC LGPs
Post by: halkun on 2009-07-15 00:21:14
the "A" file format is discribed here (http://wiki.qhimm.com/FF7/Field_Module#.22A.22_Field_Animation_Files_for_PC_by_Mirex_.28Edits_by_Aali.29)

That was one of the first things I ever reversed in FF7,Mirex built on it.
Title: Re: Other file types in PC LGPs
Post by: nfitc1 on 2009-07-15 20:11:09
Thanks for the info. It's been helpful. Now all I need to get is alphablending working. :)