Arx Fatalis PAK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 00:42, 16 May 2005

Choose archive extension:

PAK


Format Specifications

uint32 {4}   - Directory Offset

byte {X}     - File Data

// Directory

uint32 {4}   - Unknown
byte {5}     - Unknown
char {X}     - Path
byte {1}     - null Path Terminator
uint32 {4}   - Number Of Files


// for each file
char {X}     - Filename
byte {1}     - null Filename Terminator
uint32 {4}   - File Offset
uint32 {4}   - Compressed Length
uint32 {4}   - Decompressed Length
uint32 {4}   - File Length


MultiEx BMS Script

Not written yet

Compatible Programs