Restricted Area PAK: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO (Added game specs) |
imported>WATTO (Added game specs) |
(No difference)
| |
Revision as of 13:40, 26 May 2005
Choose archive extension:
PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- uint32 {4} - Decompressed File Length
- uint32 {4} - File Length (not including this 8-byte header)
- // Compressed File Data
- char {2} - Compression Header (JC)
- uint32 {4} - Decompressed File Length
- byte {X} - Compressed File Data
- char {2} - Compression Header (JC)
MultiEx BMS
Not written yet
Notes and Comments
- Unknown compression is used in this archive