Mashed PIZ: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Revision as of 15:39, 12 January 2021
Choose archive extension:
PIZ
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header ("PIZ" + null)
uint32 {4} - Version (3)
uint32 {4} - Number Of Files
byte {2036} - null
// for each file
- char {116} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - File ID?
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