MageSlayer VPK: Difference between revisions

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


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

Revision as of 15:38, 12 January 2021

Choose archive extension:

VPK


Format Specifications

// ARCHIVE HEADER

char {8}     - Header (MageDemo)
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown (5)
uint64 {8}   - null
byte {3}     - Unknown
char {3}     - File Extension (VPK)
uint16 {2}   - Unknown
uint32 {4}   - Directory Offset
uint32 {4}   - Directory Length


// FILE DATA

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


// DIRECTORY

// for each file (64-bytes per entry)
char {56}    - Filename (null terminated, filled with junk)
uint32 {4}   - File Offset
uint32 {4}   - File Length

MultiEx BMS

Not written yet

Supported Programs