I’m using the Data Out feature to send telemetry data to a UDP server but I can’t find a list of what data is actually being sent. Does anyone know if there’s a list anywhere of what variables are being sent and in what order?
after messing around with the bytes for a bit reading the data off an app, i figured out the entire structure. it’s now 323 bytes long in FH5, compared to the 320, with the 3 new categories you guys already found (carCategory, and unknown1 & 2). here is the github repo for my java wrapper. you can use this in android and make a sim dash with it. everything is documented as well enjoy everyone!
after looking through it there’s quite a few things i messed up actually haha, everything works as intended but i never ran tests to make sure ALL values logged correctly… which is why lapNumber and NormalizedDrivingLine appeared to be working, when they weren’t lol. i have now updated the code and put a thank you above each change feel free to reach out if you’d like to help in Forza Open Tool projects
for what the +1 ??? thats a new bug now… (its normal to show lap 0 behind startline and in sprints)
and all the hardcoded start/endbytes idk… take a look at my gist ^ feel free to copy getFromBuffer or whole thing
Your code is creating new buffer for each value and is doing the extra array.copy. Maybe ok for 1 value but what happens if the “user” reads more.
And the buffer knows the position so no need for hardcoded values
It runs here. Fixed the getIsRaceOn() call on gh
But yeah im not the java dev so no idea whats needed i can upload the vscode project and it runs fine clicking Run
here is the whole dir load in vscode and add java extension
yea that’s my fault, my IDE wasn’t working and was throwing errors for casting to the T class for some reason. although, our data structure is very different so i’m gonna have to run some tests
btw your discord username (think it was username) shows 0 users… here is mine PinkiePieStyle#8298 but yeah time related how much i can help with your “Forza Open Tool projects”
well, as i made this to be a wrapper for testing, i would hate to just completely replace my code with yours and call it a day. like i said, join the discord and you would be a great help to us over at ForzaOpenTunes
would you dm me on discord? i would love for you be apart of the community working on projects retaining to this! i know java, just not good enough with bytes and stuff as you can see here lol.
root.#3543
Do we still only have the unreliable “redline” for RPM? I did some external RPM meters but the main issue is that the redline for most cars is definitely not the point where you would want to shift, this is sometimes um to 2000 rpm later.
We ended up figuring this out a while ago, I’ve been updating an app the past year on google play, and we use it over at r/ForzaOpenTunes to fine tune cars. (now rebranding OPTN.club, we have a lot of Forza related tools so we have OPTN.tools as well. Check out our tune formatting website! OPTN.club) Here’s the app on google play, it’ll be updated this week with the new branding and new stuff/calculations. Forza Telemetry