Red Faction VPP
(Redirected from Red Faction)
Choose archive extension:
VPP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {4} - Header (206 10 137 81)
uint32 {4} - Version (1)
uint32 {4} - Number Of Files
uint32 {4} - Archive Size
byte {2032} - null Padding to offset 2048
// for each file
- char {60} - Filename (null)
- uint32 {4} - File Size
byte {X} - null 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