This is the specifications for the archive file which is handled by the Game Extractor plugin Archive_STUFF_2.

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Black And White 2 *.stuff


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Version (1)
  60 - null

// FILE DATA
  // for each file
    X - File Data
    0-63 - null Padding to a multiple of 64 bytes

// DIRECTORY
  // for each file (268 bytes per entry)
    256 - Filename (null)
    4 - File Offset
    4 - File Length
    4 - Hash

// ARCHIVE FOOTER
  4 - Directory Offset


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

Game Extractor (Full Version) is also able to modify and save files of this type. Visit the Game Extractor website for more information on this, and the other great features that come with Game Extractor (Full Version).

For further information on this format, refer to the source code on our GitHub repository.