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

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Jagged Alliance 2 *.slf
Wizardry 8 *.slf


This is the format specification information:
 
256 - Archive Name (null)
256 - Directory Name (null)
4 - Number Of Files
16 - Unknown

X - File Data

// Directory (offset=archiveSize-numFiles*280)
  // for each file
    256 - Filename (null)
    4 - Data Offset
    4 - File Length
    16 - Unknown


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.