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

Endian Order:Big Endian
Compression:LZ4 Block
Encryption:None


This format is used by the following Games:
Sniper Fury *.gla2


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Header ((bytes)208 238 168 154)
  4 - Unknown
  4 - Unknown
  4 - Unknown

// FILE DATA
  // for each file
    X - File Data (compressed using LZ4)

// FILE DIRECTORY
  // for each file
    4 - Filename Hash
    4 - File Offset
    4 - Decompressed Length
    4 - Compressed Length
    4 - null
    4 - Entry Type? (0/1/8)


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.