102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Level_Header Struct Reference

#include <dttr_pcdogs.h>

Data Fields

uint32_t magic
 Offset 0x0.
uint32_t version
 Offset 0x4.
uint32_t material_table_off
 Offset 0x8.
uint32_t object_tree_off
 Offset 0xC.
uint32_t collision_off
 Offset 0x10.
uint32_t data_size
 Offset 0x14.

Detailed Description

Level-file header for material, object-tree, and collision data. The payload after the header is still undocumented.

Definition at line 1640 of file dttr_pcdogs.h.

Field Documentation

◆ collision_off

uint32_t DTTR_PCDOGS_T_Level_Header::collision_off

Offset 0x10.

Definition at line 1645 of file dttr_pcdogs.h.

◆ data_size

uint32_t DTTR_PCDOGS_T_Level_Header::data_size

Offset 0x14.

Definition at line 1646 of file dttr_pcdogs.h.

◆ magic

uint32_t DTTR_PCDOGS_T_Level_Header::magic

Offset 0x0.

Definition at line 1641 of file dttr_pcdogs.h.

◆ material_table_off

uint32_t DTTR_PCDOGS_T_Level_Header::material_table_off

Offset 0x8.

Definition at line 1643 of file dttr_pcdogs.h.

◆ object_tree_off

uint32_t DTTR_PCDOGS_T_Level_Header::object_tree_off

Offset 0xC.

Definition at line 1644 of file dttr_pcdogs.h.

◆ version

uint32_t DTTR_PCDOGS_T_Level_Header::version

Offset 0x4.

Definition at line 1642 of file dttr_pcdogs.h.


The documentation for this struct was generated from the following file: