Traffic Data/Previous versions: Difference between revisions

From Burnout Wiki
Content added Content deleted
(Created page with "== v44 == This version was used in v1.0-v1.3 of Burnout Paradise. === BrnTraffic::JunctionLogicBox === Compared to v45, v44 of this structure lacks support for bike events. {| class="wikitable" ! Offset !! Length !! Type !! Name !! Description !! Comments |- | 0x0 || 0x4 || uint32_t || muID || || |- | 0x4 || 0x20 || uint16_t[16] || mauStateTimings || || |- | 0x24 || 0x10 || uint8_t[16] || mauStoppedLightStates || || |- | 0x34 || 0x1 || uint8_t || muNumStates ||...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== v44 ==
= Versions =
This version was used in v1.0-v1.3 of Burnout Paradise.
* Version 44: Used in v1.0-v1.3 of Burnout Paradise.


= Structures =
=== BrnTraffic::JunctionLogicBox ===
=== BrnTraffic::JunctionLogicBox ===
==== Version 44 ====
Compared to v45, v44 of this structure lacks support for bike events.
Compared to v45, v44 of this structure lacks support for bike events.


Line 18: Line 20:
| 0x35 || 0x1 || uint8_t || muNumLights || ||
| 0x35 || 0x1 || uint8_t || muNumLights || ||
|-
|-
| 0x36 || 0x2 || || || padding ||
| 0x36 || 0x2 || || || Padding ||
|-
|-
| 0x38 || 0x4 || uint32_t || muEventJunctionID || ||
| 0x38 || 0x4 || uint32_t || muEventJunctionID || ||
Line 28: Line 30:
| 0x44 || 0xc0 || [[#BrnTraffic::TrafficLightController|TrafficLightController]][8] || maTrafficLightControllers || ||
| 0x44 || 0xc0 || [[#BrnTraffic::TrafficLightController|TrafficLightController]][8] || maTrafficLightControllers || ||
|-
|-
| 0x104 || 0xC || || || padding ||
| 0x104 || 0xC || || || Padding ||
|-
|-
| 0x110 || 0x10 || [[Vector3]] || mPosition || ||
| 0x110 || 0x10 || [[Vector3]] || mPosition || ||

Latest revision as of 05:55, 4 October 2023

Versions

  • Version 44: Used in v1.0-v1.3 of Burnout Paradise.

Structures

BrnTraffic::JunctionLogicBox

Version 44

Compared to v45, v44 of this structure lacks support for bike events.

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muID
0x4 0x20 uint16_t[16] mauStateTimings
0x24 0x10 uint8_t[16] mauStoppedLightStates
0x34 0x1 uint8_t muNumStates
0x35 0x1 uint8_t muNumLights
0x36 0x2 Padding
0x38 0x4 uint32_t muEventJunctionID
0x3C 0x4 int32_t miOfflineStartDataIndex
0x40 0x4 int32_t miOnlineStartDataIndex
0x44 0xc0 TrafficLightController[8] maTrafficLightControllers
0x104 0xC Padding
0x110 0x10 Vector3 mPosition