added ability to read speed from forza
This commit is contained in:
parent
9ec76323d7
commit
237708e155
5 changed files with 289 additions and 11 deletions
85
data_format.txt
Normal file
85
data_format.txt
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
s32 IsRaceOn
|
||||
u32 TimestampMS
|
||||
f32 EngineMaxRpm
|
||||
f32 EngineIdleRpm
|
||||
f32 CurrentEngineRpm
|
||||
f32 AccelerationX
|
||||
f32 AccelerationY
|
||||
f32 AccelerationZ
|
||||
f32 VelocityX
|
||||
f32 VelocityY
|
||||
f32 VelocityZ
|
||||
f32 AngularVelocityX
|
||||
f32 AngularVelocityY
|
||||
f32 AngularVelocityZ
|
||||
f32 Yaw
|
||||
f32 Pitch
|
||||
f32 Roll
|
||||
f32 NormalizedSuspensionTravelFrontLeft
|
||||
f32 NormalizedSuspensionTravelFrontRight
|
||||
f32 NormalizedSuspensionTravelRearLeft
|
||||
f32 NormalizedSuspensionTravelRearRight
|
||||
f32 TireSlipRatioFrontLeft
|
||||
f32 TireSlipRatioFrontRight
|
||||
f32 TireSlipRatioRearLeft
|
||||
f32 TireSlipRatioRearRight
|
||||
f32 WheelRotationSpeedFrontLeft
|
||||
f32 WheelRotationSpeedFrontRight
|
||||
f32 WheelRotationSpeedRearLeft
|
||||
f32 WheelRotationSpeedRearRight
|
||||
s32 WheelOnRumbleStripFrontLeft
|
||||
s32 WheelOnRumbleStripFrontRight
|
||||
s32 WheelOnRumbleStripRearLeft
|
||||
s32 WheelOnRumbleStripRearRight
|
||||
f32 WheelInPuddleDepthFrontLeft
|
||||
f32 WheelInPuddleDepthFrontRight
|
||||
f32 WheelInPuddleDepthRearLeft
|
||||
f32 WheelInPuddleDepthRearRight
|
||||
f32 SurfaceRumbleFrontLeft
|
||||
f32 SurfaceRumbleFrontRight
|
||||
f32 SurfaceRumbleRearLeft
|
||||
f32 SurfaceRumbleRearRight
|
||||
f32 TireSlipAngleFrontLeft
|
||||
f32 TireSlipAngleFrontRight
|
||||
f32 TireSlipAngleRearLeft
|
||||
f32 TireSlipAngleRearRight
|
||||
f32 TireCombinedSlipFrontLeft
|
||||
f32 TireCombinedSlipFrontRight
|
||||
f32 TireCombinedSlipRearLeft
|
||||
f32 TireCombinedSlipRearRight
|
||||
f32 SuspensionTravelMetersFrontLeft
|
||||
f32 SuspensionTravelMetersFrontRight
|
||||
f32 SuspensionTravelMetersRearLeft
|
||||
f32 SuspensionTravelMetersRearRight
|
||||
s32 CarOrdinal
|
||||
s32 CarClass
|
||||
s32 CarPerformanceIndex
|
||||
s32 DrivetrainType
|
||||
s32 NumCylinders
|
||||
f32 PositionX
|
||||
f32 PositionY
|
||||
f32 PositionZ
|
||||
f32 Speed
|
||||
f32 Power
|
||||
f32 Torque
|
||||
f32 TireTempFrontLeft
|
||||
f32 TireTempFrontRight
|
||||
f32 TireTempRearLeft
|
||||
f32 TireTempRearRight
|
||||
f32 Boost
|
||||
f32 Fuel
|
||||
f32 DistanceTraveled
|
||||
f32 BestLap
|
||||
f32 LastLap
|
||||
f32 CurrentLap
|
||||
f32 CurrentRaceTime
|
||||
u16 LapNumber
|
||||
u8 RacePosition
|
||||
u8 Accel
|
||||
u8 Brake
|
||||
u8 Clutch
|
||||
u8 HandBrake
|
||||
u8 Gear
|
||||
s8 Steer
|
||||
s8 NormalizedDrivingLine
|
||||
s8 NormalizedAIBrakeDifference
|
||||
Loading…
Add table
Add a link
Reference in a new issue