Profile/Burnout Paradise/Options Data Profile: Difference between revisions

m
Default game camera field is not written to
(Created page.)
 
m (Default game camera field is not written to)
 
(8 intermediate revisions by 2 users not shown)
Line 1:
{{subpage|Development|text=Information on the development of the options data profile.}}
 
The options data profile contains all options used by the game, including volume, soundtrack, brightness/contrast, gamma, camera, and controller settings. It also stores saved online routes.
 
Line 4 ⟶ 6:
 
= Structures =
=== BrnGui::OptionsDataProfileOptionsDataProfile_1_0 ===
==== PlayStation 3, Xbox 360 ====
{| class="wikitable"
Line 55 ⟶ 57:
| 0x736B || 0x1 || bool || mbForceFeedback || ||
|-
| 0x736C || 0x1 || bool || mbDefaultGameCamera || || Unused (not written to)
|-
| 0x736D || 0x1 || bool || mbTips || ||
Line 116 ⟶ 118:
| 0x736F || 0x1 || bool || mbForceFeedback || ||
|-
| 0x7370 || 0x1 || bool || mbDefaultGameCamera || || Unused (not written to)
|-
| 0x7371 || 0x1 || bool || mbTips || ||
|-
| 0x7372 || 0x400 || char[1024] || ? || Autologin information? || Token? First 0x2A always same
|-
| 0x7772 || 0x2 || || || Padding ||
Line 126 ⟶ 128:
| 0x7774 || 0x4 || uint32_t || ? || || Always 1
|-
| 0x7778 || 0x1 || uint8_t || ? || mbIsLocked? || Always 0
|-
| 0x7779 || 0x7 || || || Padding ||
|}
 
==== Remastered ====
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
Line 165 ⟶ 169:
| 0x7358 || 0x4 || float32_t || ? || Gamma ||
|-
| 0x735C || 0x400 || char[1024] || ? || Autologin information? || Null in Remastered
|-
| 0x775C || 0x4 || int32_t || miVoipVolume || ||
Line 183 ⟶ 187:
| 0x776F || 0x1 || bool || mbForceFeedback || ||
|-
| 0x7770 || 0x1 || bool || mbDefaultGameCamera || || Unused (not written to)
|-
| 0x7771 || 0x1 || bool || mbTips || ||
Line 225 ⟶ 229:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x80 || [[CgsID]][1016] || maLandmarkIndices || Checkpoint and finish Landmarks from [[Trigger Data]] ||
|-
| 0x80 || 0x4 || uint32_t || mJunctionId || Event start junction from [[Traffic Data]] ||
|-
| 0x84 || 0x4 || int32_t || miNumLandmarks || Number of checkpoints, including finish ||
|-
| 0x88 || 0x4 || int32_t || miEventID || Event tied to the junction in [[Traffic Data]] ||
|-
| 0x8C || 0x4 || || || Padding ||
Line 248 ⟶ 252:
! Name !! Type !! Length !! Comments
|-
| EATraxArrayType || [[CgsFastBitArray|FastBitArray]]<128128u> || 0x10 ||
|}