This seems like compiler generated stuff.
So I can't really see how the ARC management code is called.
Code: Select all
short width;
short height;
short uk1;
short uk2;
struct RGBA {
byte r;
byte g;
byte b;
byte a;
} data[width*height];
Rick wrote:Image format inside archive (named .bmp, but not really bmp)
short width, height, unk1, unk2
followed by width * height * 4 data
untested
So, what do you already have?atomic wrote:Typical external directory based storage idx stores filenames data in eea file, both attached.