What's new

Extreme-G 3 Racing Model's

antidote

New member
It's zlib compressed
Code:
struct RBB
{
    char magic[4];
    int    uncompressedSize; // Total size of uncompressed file, including the 0x10 byte header
    int    unk1;
    int    unk2;
    char data[0];
};
 

Top