Massive Lookup Table
The Massive lookup table resource is used to choose where to display active advertisements. These ads are downloaded via EA's Massive system.
Massive was mostly removed from Burnout Paradise Remastered, though its related assets remain in some versions.
Structures[edit | edit source]
BrnMassive::MassiveLookupTable[edit | edit source]
Offset | Length | Type | Name | Description | Comments |
---|---|---|---|---|---|
0x0 | 0x4 | int32_t | miNumberItems | Number of items | |
0x4 | 0x4 | MassiveLookupTableItem* | mpItems | Items |
BrnMassive::MassiveLookupTableItem[edit | edit source]
Offset | Length | Type | Name | Description | Comments |
---|---|---|---|---|---|
0x0 | 0x10 | Vector3 | mBoundingBoxMin | ||
0x10 | 0x10 | Vector3 | mBoundingBoxMax | ||
0x20 | 0x8 | ID | mSceneID | ||
0x28 | 0x4 | BrnMassiveSubscriber* | mpSubscriber | nullptr in asset | |
0x2C | 0x4 | int32_t | miIEIndex | ||
0x30 | 0x1 | uint8_t | muRenderableIndex | ||
0x31 | 0xF | padding |