Bleach (PSP): Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest revision as of 13:52, 3 January 2021
Choose archive extension:
FPK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header? ("xJ" + 2x null)
uint32 {4} - Number Of Files
uint32 {4} - Maximum Padding Size (16)
uint32 {4} - Archive Length
// for each file
- char {36} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Decompressed File Length
// for each file
- byte {1} - Compression Tag (255 if compressed)
- byte {X} - File Data (unknown compression)
- byte {0-15} - null Padding to a mulitiple of 16 bytes
MultiEx BMS
Not written yet