Zanzarah: The Hidden Portal PAK

From XentaxWiki
Revision as of 16:11, 7 December 2010 by 66.28.139.242 (talk) (fixed now)
Jump to navigation Jump to search

Choose archive extension:

PAK


Format Specifications

uint32 {4}   - null
uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - Filename Length
char {X}     - Filename (including ..\ at the front of the filename)
uint32 {4}   - Offset of data block (relative to the end of this records)
uint32 {4}   - Length of data block (substract 8 to get filesize)


// for each data block

uint32 {4}   - Always 0x00000101
byte {X}     - File Data
uint32 {4}   - Always 0x00000202


MultiEx BMS Script

Not written yet

Notes and Comments

  • The files in the directory are NOT in the same order as the files in the archive. ie. file 1 in the directory may actually be file 3827 in the archive, etc.



Compatible Programs