Skip to content

Cutscene

skzk edited this page Jul 18, 2025 · 6 revisions

Item ID: 0x2E (46)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bits 0-2: Cutscene type.
    0: Viewpoint
    1: Game event
    2: Map scene
Byte 1: DLC guard
Bit 28: Secret viewpoint

u32 tags_count
array_token item_tags
Tags.
u64 node_uid UID of the node of the item.
u32 action_count
array_struct actions
Defines the cutscene to play using the same data structure as a Trigger; see Action Struct.
Clone this wiki locally