Skip to content
skzk edited this page Jan 17, 2024 · 5 revisions

Obsolete item for making pedestrians move along a path.

Walkers have been deprecated in 1.36 and replaced with Movers, but, as of 1.49, have not yet been removed from the game, despite no longer being used in europe.mbd.

Item ID: 0x1C (28)
Item file: aux

Structure

Field(s) Description
struct kdop_item

See kDOP item.

Flags:
Bit 1: Use curved path
Bit 2: Active during day
Bit 3: Active during night
Bit 4: Bounce at end
Bit 5: Follow dir
Bit 6: Deactivate during nice weather
Bit 7: Deactivate during bad weather
Bit 8: 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