King Of Fighters 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 15:29, 10 January 2021

Choose archive extension:

PAK


Format Specifications

char {4}     - Header (DATA)
uint64 {8}   - null

uint32 {4}   - Number Of Files
// for each file

uint32 {4}   - File Offset


uint32 {4}   - Archive Size [-6]
uint32 {4}   - Unknown (400)

// for each file

char {2}     - File Header (PK)
byte {1}     - null
uint32 {4}   - Unknown (Decompressed Size?)
byte {9}     - null
byte {X}     - File Data

MultiEx BMS

Not written yet

Supported Programs