Material List (RW Section)
From GTAModding
| RW Stream Section |
| Material List |
| 0x0008 |
Material List is a container section used in DFF files as child of a geometry section. The section itself does not store any data at all. All additional information get stored inside a struct section which directly follows this one as a child. Material List stores the different materials used by the geometry section it is appendet to.
Structure
The structure simply stores the number of materials and some reserved values for each material
4b - DWORD - Number of materials Xb - DWORD[] - Array of reserved values (-1 by default), one entry for each material
Child sections
The number of child sections is defined inside the structure of this section.