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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Eye of the Beholder 3: Assault On Myth Drannor *.res


This is the format specification information:
 
// ARCHIVE HEADER
  16 - Header ("AESOP/16 V1.00" + 2 nulls)
  4 - Archive Length
  4 - null
  4 - First Block Offset (36)
  8 - Unknown
  
// BLOCKS
  // for each block
    4 - Next Block Offset
    128 - null

  // DETAILS DIRECTORY
    // for each file in this block (128 max)
      4 - File Offset
    
  // FILE DATA
    // for each file in this block
      4 - Unknown
      4 - null
      4 - File Length
      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.

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