Recoil ZBD 4: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
|||
| Line 8: | Line 8: | ||
<tt><b> | <tt><b> | ||
uint16 {2} - <font color=" | uint16 {2} - <font color="blue"> '' Unknown '' </font> <br> | ||
uint16 {2} - <font color=" | uint16 {2} - <font color="purple"> '' Unknown '' </font> <br> | ||
uint32 {4} - Version <font color="purple">(15)</font> <br> | uint32 {4} - Version <font color="purple">(15)</font> <br> | ||
uint32 {4} - Number Of Files <br> | uint32 {4} - Number Of Files <br> | ||
uint32 {4} - Directory Entry Size <font color="purple">(36)</font> <br> | uint32 {4} - Directory Entry Size <font color="purple">(36)</font> <br> | ||
uint32 {4} - <font color=" | uint32 {4} - <font color="green"> '' Unknown '' </font> <br> | ||
uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | ||
uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | ||
Revision as of 16:14, 28 August 2011
ZBD (TYPE 15)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint16 {2} - Unknown
uint16 {2} - Unknown
uint32 {4} - Version (15)
uint32 {4} - Number Of Files
uint32 {4} - Directory Entry Size (36)
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown
// for each file
- uint64 {8} - null
- uint32 {4} - File Size?
- uint32 {4} - Unknown
- char {20} - Filename (null)
byte {X} - File Data
MultiEx BMS Script
Not written yet