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

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Ghost Recon Advanced Warfighter *.bundle
Ghost Recon Advanced Warfighter 2 *.bundle
Lead and Gold: Gangs of the Wild West *.bundle
Wanted: Weapons Of Fate *.bundle


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Header (BNDL)
  4 - Version (2)
  8 - First File Offset

// DIRECTORY
  // for each file
    1 - Entry Type

    if (entryType == 1){
      // Start of SubFolder
      1 - Unknown (1)
      X - Folder Name
      1 - null Folder Name Terminator
      }
    else if (entryType == 2){
      // File Entry
      8 - File Offset
      4 - File Length
      1 - Compression Flag? (1=Uncompressed)
      X - Filename
      1 - null Filename Terminator
      }
    else if (entryType == 3){
      // End of Current SubFolder
      }

// FILE DATA
  // for each file
    X - File Data


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.