Dead To Right 2 XBox PAK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
Line 39: Line 39:




[[Category:Extension_pak | Extension: pak]]
[[Category:File Format]]
[[Category:File Format]]

Revision as of 19:36, 29 March 2022

Choose archive extension:

PAK


Format Specifications

// ARCHIVE HEADER

uint64 {8}   - Unknown
uint32 {4}   - Directory Offset
uint32 {4}   - Number Of Files


// FILE DATA

// for each file
byte {X}     - File Data


// DIRECTORY

// for each file
char {X}     - Filename
byte {1}     - Filename Terminator ((byte)10)
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - Unknown (0/2048)

MultiEx BMS

Not written yet

Supported Programs