The Punisher VPP
VPP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {4} - Header (206 10 137 81)
uint32 {4} - Version (3)
uint32 {4} - Number Of Files
uint32 {4} - Archive Size
uint32 {4} - Unknown (64)
byte {2028} - null Padding to offset 2048
// for each file
- char {24} - Filename (null)
- uint32 {4} - File Size
- uint32 {4} - File Size
byte {X} - padding to a multiple of 2048 bytes
// for each file
- byte {X} - File Data
- byte {0-2047} - null Padding to a multiple of 2048 bytes
MultiEx BMS Script
Not written yet
Notes and Comments
- The archive is based on multiples of 2048