Second Sight PAK

From XentaxWiki
Revision as of 03:07, 16 May 2005 by imported>WATTO
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Choose archive extension:

PAK


Format Specifications

char {4}     - Header (P4CK)
uint32 {4}   - Directory Offset
uint32 {4}   - Offset Directory Length
uint32 {4}   - Filename Directory Length

// for each file

byte {X}     - File Data
byte {0-15}  - null padding to a multiple of 16 bytes


// Directory

// for each file
uint32 {4}   - Filename Offset [+DirOffset]
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - null


// Filename Directory

// for each file
char {X}     - Filename
byte {1}     - null Filename Terminator


MultiEx BMS Script

Not written yet

Compatible Programs