Difference between revisions of "Maxis DBPF 2"
From XentaxWiki
Line 39: | Line 39: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
+ | |||
+ | |||
+ | [[Category:File Format]] |
Latest revision as of 22:35, 21 January 2021
PACKAGE
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (DBPF)
uint32 {4} - Version (1)
byte {16} - null
uint32 {4} - Creation Date
uint32 {4} - Modification Date
uint32 {4} - Unknown (7)
uint32 {4} - Number Of Files
uint32 {4} - Directory Offset
uint32 {4} - Directory Size
byte {48} - Unknown
byte {X} - File Data
// Directory
- // for each file
- uint32 {4} - Type ID
- uint32 {4} - Group ID
- uint32 {4} - Instance ID
- uint32 {4} - Class ID
- uint32 {4} - Data Offset
- uint32 {4} - File Length
- uint32 {4} - Type ID
MultiEx BMS Script
Not written yet