Tribes Vengeance PKG: 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 23:49, 24 January 2021
PKG, TVM
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {8} - Header (193,131,42,158,130,0,27,0)
uint32 {4} - Version (1)
uint32 {4} - Number Of Files
uint32 {4} - Unknown (64)
uint32 {4} - Unknown #2
uint32 {4} - File Data Size?
uint32 {4} - Unknown
uint32 {4} - Same as 2 fields above +14
byte {16} - Unknown
uint32 {4} - Unknown (1)
uint32 {4} - Same As Unknown Field #2
uint32 {4} - Number Of Files
// for each file
- byte {1} - Filename Length (including null)
- char {X} - Filename
- byte {1} - null
- byte {1} - Unknown (16)
- byte {1} - Unknown (0/4)
- byte {1} - Unknown (7)
- byte {1} - Unknown (0/4)
byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
- Can't read these yet - not sure where the file offsets and/or file sizes are
Compatible Programs
- None - Incomplete format specifications