Catch you on Discord — and thanks for understanding!
Hi all,
I'm trying to build a dash for Condor3, a glider flying sim.
I can add buttons, translate them to keystrokes, that part works. I also want to display info from the UDP stream on my dash. (alittude, speed, vario, etc.) How do i get this data? In the "predefined behavior" i only see race car related items.
I'm prolly missing something, can anyone push me in the right direction?
Thanks!
John
I figured it out. Text binding, fx, insert property, show game specific properties rawdata. Then scroll and scroll and find the wanted data 🙂
Hi @Geometry Dash! You can get altitude, speed, vario, etc., from Condor3’s UDP stream. Check the Condor3 UDP specification to see the data fields and offsets, then read the packets in your dash software and display the values. Basically, enable UDP in Condor3, parse the packets, and map the data to your dash.