39
edits
(→Actor Section: Update relationship section) |
|||
Line 131: | Line 131: | ||
|u32[16] | |u32[16] | ||
|'''Parameters'''. This section contains 16 u32's, which are grouped into 8 pairs of [parameter, parameter type]. | |'''Parameters'''. This section contains 16 u32's, which are grouped into 8 pairs of [parameter, parameter type]. | ||
The types are as follows: | |||
*0: the parameter is not used? Mainly observable in lighting actors. | |||
*2: Float | |||
*3: Unsigned integer (u32) | |||
*4: String, where the parameter value define the offset of the string in the top-level names section. | |||
Unused parameters are generally entered as offsets to a null byte in the names section, as a type 4 parameter. | |||
Unused parameters are entered as offsets to a null byte in the names section, as a type 4 parameter. | |||
|- | |- | ||
|0x78 | |0x78 |
edits