Skip to content

Service

skzk edited this page Mar 27, 2025 · 12 revisions

A prefab slave item which is placed for several spawn point types of a prefab model.

This item can also be placed by itself, but it will always appear as a gas station trigger regardless of the actual spawn point type set.

Item ID: 0x07 (7)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Byte 0: Spawn point type.
    0: Gas station
    1: Service station
    2: Truck dealer
    4: Parking
    5: Recruitment agency
    7: Weigh station
Bit 31: Always 1.

TODO: Find the other spawn point types

u64 node_uid The UID of the node of this item.
u64 prefab_link_uid The UID of the prefab this item is linked to.
u32 node_count
array_u64 node_uids
?
Clone this wiki locally