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

Obsolete item for making pedestrians move along a path.

Walkers have been deprecated in 1.36 and replaced with Movers, but, despite no longer being used in europe.mbd, are still functional as of 1.50. Adding sub_mode_types[]: 28 to editor_data.sii re-enables the ability to place Walker items.

Item ID: 0x1C (28)
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: Deactivate during nice weather
Bit 6: Deactivate during bad weather
Bit 7: No random speed factor

token name_prefix
float speed
float end_delay
u32 count
float width
float angle
u32 lengths_count
array_float lengths
Cached lengths of the path segments.
u32 node_count
array_float node_uids
UIDs of the nodes of the walker.
Clone this wiki locally