Dead To Right 2 XBox PAK: Difference between revisions

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


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Revision as of 11:49, 4 January 2021

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