Survival Project PAK IDX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 59: | Line 59: | ||
[[Category:Extension_pak | Extension: pak]] | |||
[[Category:File Format]] | [[Category:File Format]] | ||
Latest revision as of 19:32, 29 March 2022
Choose archive extension:
IDX + PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// IDX FILE
- char {8} - Header (200472 + null x2)
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown (1026)
- uint16 {2} - Number Of Files
- uint32 {4} - Index File Length
- uint32 {4} - Number Of Files
- // for each file
- uint32 {4} - Unknown
- char {255} - Filename (null Terminated, filled with junk)
- uint32 {4} - File Length
- uint32 {4} - File Offset
- uint32 {4} - Unknown
// PAK FILE
- char {8} - Header (200472 + null x2)
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint16 {2} - Number Of Files
- uint32 {4} - Archive File Length
- uint32 {4} - Number Of Files
- // for each file
- byte {X} - File Data
- byte {X} - File Data
MultiEx BMS
- Processed by MexCom plugin.
Notes and Comments
The *.idx file contains the directory, the *.pak file contains the file data
Images.pak contains .PGF files, a relatively new graphics format. Headers seem to be stripped from these files.