Alpine Skiing 2006 PAK: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 43: | Line 43: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:Extension_pak | Extension: pak]] | |||
[[Category:File Format]] | |||
Latest revision as of 19:36, 29 March 2022
Choose archive extension:
PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (PACK)
uint32 {4} - Version (2)
uint32 {4} - Number Of Files
uint32 {4} - Directory Length
// for each file
- uint32 {4} - Compressed File Size
- uint32 {4} - Decompressed File Size
- uint32 {4} - File Offset
- uint32 {4} - Filename Offset
- uint32 {4} - Hash?
- uint32 {4} - Unknown (107)
// for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
char {X} - Padding (using "U") to a multiple of 32? bytes
// for each file
- byte {X} - File Data
- byte {X} - Padding (using (byte) 170) to a multiple of 32? bytes
MultiEx BMS
Not written yet