This may be useful.
http://hades.net.cn/post/nba2k9_iff_format.html
Merry Christmas
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
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)
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.
Pdub wrote:It just looks funny with "hades" in the code.
Users browsing this forum: No registered users and 1 guest