Last active
March 7, 2022 15:01
-
-
Save makvoid/94bfc7302ef072cdbfd86343df4eb806 to your computer and use it in GitHub Desktop.
Forza Telemetry V3 (FH4) format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
position | name | python_type | c_type | notes | |
---|---|---|---|---|---|
232 | CarType | int | s32 | Category of the car (ex. Hypercars) | |
236 | ImpactX | float | f32 | Changes when hitting objects in the environment | |
240 | ImpactY | float | f32 | Changes when hitting objects in the environment | |
323 | Unknown | ? | ? | Only 1 byte |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment