Robin Hood: The Legend of Sherwood PAK SXT PIC

From XentaxWiki
Revision as of 09:16, 15 February 2022 by imported>Ikskoks (Ikskoks moved page Robin Hood: The Legend of Sherwood PAK SXT to Robin Hood: The Legend of Sherwood PAK SXT PIC without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

PAK, SXT, PIC

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

num_of_files *
{
   2 bytes (uint16) - image width
   2 bytes (uint16) - image height
   4 bytes (uint32) - version  // 2
   4 bytes (uint32) - compressed file size
   x bytes - image data  // compressed with BZIP2
}

Notes and Comments

  • This file format uses BZIP2 compression method.
  • This file format is used for storing compressed graphics files (loading screens etc.)
  • Those files are stored as PIC chunks in RES archives.

Games

List of games using this file format:

  • Robin Hood: The Legend of Sherwood (PC) (*.PAK / *.SXT / *.PIC)

QuickBMS Script

Compatible Programs

None.