Spongebob LCP PAK: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 42: | Line 42: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:Extension_pak | Extension: pak]] | |||
[[Category:File Format]] | |||
Latest revision as of 19:37, 29 March 2022
Choose archive extension:
PAK
- Format Type : Archive
- Endian Order : Little Endian
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