Spongebob LCP PAK: Difference between revisions

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


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

Revision as of 14:39, 21 January 2021

Choose archive extension:

PAK


Format Specifications

char {4}     - Header (kcap)
uint32 {4}   - Version (1)
uint32 {4}   - Offset to the End of the Filename Directory
uint32 {4}   - Archive Length
uint32 {4}   - Offset To Filename Directory
uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - Offset To Filename (relative to the start of the filename directory)
uint32 {4}   - File Offset
uint32 {4}   - File Length


// for each file

char {X}     - Filename
byte {1}     - null Filename Terminator


byte {X}     - null Padding to a multiple of 2048 bytes

// for each file

byte {X}     - File Data
byte {X}     - null Padding to a multiple of 2048 bytes

MultiEx BMS

Not written yet


Supported Programs