1,158
edits
imported>Leoetlino (bactorpack, beventpack -> actor pack, event pack) |
(→Structure: fix struct definitions (offsets and counts are packed as a single u32; they are not separate fields)) |
||
Line 63: | Line 63: | ||
| 0x0 || u32 || Name CRC32 | | 0x0 || u32 || Name CRC32 | ||
|- | |- | ||
| 0x4 || | | 0x4 || u32 || | ||
* Bits 0-15: Offset to child lists, divided by 4 and relative to parameter list start | |||
* Bits 16-31: Number of child lists | |||
|- | |- | ||
| | | 0x8 || u32 || | ||
* Bits 0-15: Offset to child objects, divided by 4 and relative to parameter list start | |||
* Bits 16-31: Number of child objects | |||
|} | |} | ||
Line 78: | Line 78: | ||
| 0x0 || u32 || Name CRC32 | | 0x0 || u32 || Name CRC32 | ||
|- | |- | ||
| 0x4 || | | 0x4 || u32 || | ||
* Bits 0-15: Offset to child parameters, divided by 4 and relative to parameter object start | |||
* Bits 16-31: Number of child parameters | |||
|} | |} | ||
Line 89: | Line 89: | ||
| 0x0 || u32 || Name CRC32 | | 0x0 || u32 || Name CRC32 | ||
|- | |- | ||
| 0x4 || | | 0x4 || u32 || | ||
* Bits 0-23: Offset to data, divided by 4 and relative to parameter start.<br>For strings, this points to a string in the string section. For other parameter types, this points to the data section. | |||
* Bits 24-31: Parameter type | |||
|} | |} | ||