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

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Sniper Elite *.asr


This is the format specification information:
 
8 - Header 1 (Asura   )
4 - Header 2 (LTXT)
4 - Archive Length [+24]
8 - Version (3)
4 - Unknown
4 - Number Of Text Strings

// for each string
  4 - String Length [*2 for unicode] (including null terminators)
  X - Text String (unicode text)
  2 - null Filename Terminator

16 - null


These are the accompanying notes and further information:
 
Text Strings File. Can have empty strings (ie StringLength(includingNulls) = 1)


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.