Skip to content
skzk edited this page Jul 18, 2024 · 18 revisions

Item ID: 0x09 (9)
Item file: aux

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 0: Use curved path (uses a Catmull-Rom spline)
Bit 1: Active during day
Bit 2: Active during night
Bit 3: Bounce at end
Bit 4: Follow dir
Bit 5: Water reflection
Bit 6: Ignore cut planes
Bit 9: Don't use sound
Bit 10: Active during nice weather
Bit 11: Active during bad weather
Bit 12: Prefer nonmovable animation
Bit 13: Uniform item placement
Bit 14: Keep orientation on bounce

Removed flags:
Bit 7: Ignore bounding volume
Bit 8: Pedestrian

u32 tags_count
array_token item_tags
List of tags.
token mover_model
Unit name of the model, as defined in /def/world/mover.sii.
token look
token variant
Look and variant of the model.
float speed Speed of the objects. Not sure about the unit.
float end_delay Sets for how long objects pause at the end of the path, in seconds.
float width The width of the path.
u32 count Amount of objects on the path.
u32 lengths_count
array_float lengths

Cached lengths of each individual segment.

u32 node_count
array_u64 node_uids

The UIDs of the mover's nodes.

The path of the item is determined only by the order of nodes in this list.

Clone this wiki locally