k‐DOP item - sk-zk/md155 GitHub Wiki
Each map item begins with a kdop_item
defining its type, UID, and bounding box, as well as holding various flags.
Field(s) | Description |
---|---|
u32 item_type
|
The item type ID. |
u64 uid
|
The UID of the item. |
See k-DOP bounding box. | |
u32 flags
|
Despite the semantics, this is the main flag field for every item type, with each using different, item-specific flags. |
u8 view_dist
|
View distance of the item in meters, divided by 10. Default is 400 m. The maximum the game will let you use is 1500 m. |