Thu Dec 25, 2008 11:04 pm
Thu Dec 25, 2008 11:13 pm
Thu Dec 25, 2008 11:32 pm
Thu Dec 25, 2008 11:37 pm
Thu Dec 25, 2008 11:39 pm
Kris wrote:is this the iff tool? if it is then thank you so much
edit: nah this is not the tool this is just the structure of the iff program and they are just a bunch of codes and i know this is not complete..
can you please just make this into like a GUI program?
btw thanks for posting this info
Thu Dec 25, 2008 11:41 pm
TITLE: Structure of NBA2K9 IFF
AUTHOR: hades
DATE: 2008-12-19,22:36
LINK: http://hades.net.cn/post/nba2k9_iff_format.html
typedef struct {
IFF_HEADER iffHeader;
IFF_MAINDATA iffHadesData[dwDataFileCount];
} IFF_FILE;
typedef struct {
DWORD dwMagic;
DWORD dwSize;
DWORD dwFileLen;
DWORD dwReserve;
DWORD dwDataFileCount;
DWORD dwUnknow1;
DWORD dwSubFileCount;
DWORD dwUnknow2;
IFF_HEADER_DATA ihdData[dwDataFileCount];
DWORD dwSubFile[dwSubFileCount];
IFF_HEADER_SUB ihdSub[dwSubFileCount];
} IFF_HEADER;
typedef struct {
DWORD dwName;
DWORD dwType;
DWORD dwUnknow1;
DWORD dwUnCompressLen;
DWORD dwUnknow2;
DWORD dwStartOffset;
DWORD dwCompressLen;
DWORD dwReserve;
} IFF_HEADER_DATA;
typedef struct {
DWORD dwName;
DWORD dwType;
DWORD dwSubCount;
DWORD dwOffset[dwSubCount];
} IFF_HEADER_SUB;
typedef struct {
DWORD dwFlag;
DWORD dwUnCompressLen; //reverse
DWORD dwCompressLen; //reverse
DWORD dwUnknow1;
DWORD dwHades;
BYTE btData[dwCompressLen-20];//compressed
} IFF_MAINDATA;
by hades(hades.net.cn)
Fri Dec 26, 2008 1:31 am
Fri Dec 26, 2008 3:48 am
Fri Dec 26, 2008 3:55 am
Fri Dec 26, 2008 4:35 am
Fri Dec 26, 2008 5:20 am
Fri Dec 26, 2008 6:35 am
Fri Dec 26, 2008 10:21 am
Fibaa wrote:This isn't bullshits, i have exporter with this structure, and i talk with guy, he tell me that he don't have any free times to finnish project, because he don't like him editor. Editor is very slowly.
Fri Dec 26, 2008 10:26 am
Pdub wrote:It just looks funny with "hades" in the code.