Spongebob LCP PAK: Difference between revisions

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




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

Revision as of 19:37, 29 March 2022

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