I want redraw some of game art but cant edit this file
file for check
https://drive.google.com/file/d/0B9xTXq ... sp=sharing
thnx
sry, butfor now its may workhappydance wrote:I believe your link is dead or wrong...
Code: Select all
struct MMAFileEntry
{
unsigned char m_fileName[256];
unsigned int m_uncompressedSize;//unconfirmed
unsigned int m_compressedSize;
unsigned int m_flags;//Might be flags 1 = compressed?
unsigned int m_offset;//Relative, base is end of MMAFileEntry list or (0x20+m_numFiles*0x110
};
struct MMA
{
unsigned char m_magic[16];//"MMArchiver2.000
unsigned int m_numFiles;
unsigned int m_padding00;
unsigned int m_padding01;
unsigned int m_padding02;
MMAFileEntry[m_numFiles];
}