Robin Hood: The Legend of Sherwood PAK SXT PIC
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.