
aevanko said:Can someone help me out? I am trying to figure out how to view an .n2d file. It's a background art image but I cannot find any info on how to open it.
Thanks.
/*
* char[4] magic; // "NPCK"
* u32 dataOffset;
* u32 numFiles;
* {
*ÂÂÂÂÂÂu32 fileStart; // relative to start of file
*ÂÂÂÂÂÂu32 length; // can be 0 (if so, fileStart is also 0)
* }[numFiles] FAT;
* u8* data;
*/