Simple question - with probably a very complicated answer
I want to extract car data from LFS (for instance, vehicle speed) and display it on the screen.
I think I've found the bit in InSim.txt that refers to the vehicles speed - it says that the IS_MCI packet contains an array of data including..
The idea is something like this...
InSim.Send_BTN_CreateButton > Speed in real(ish) time.
I assume that the MCI packet is sent on a regular basis - and I think I want to be extracting the Speed value from the MCI?
How do I go about grabbing this data from LFS and displaying it?
I want to extract car data from LFS (for instance, vehicle speed) and display it on the screen.
I think I've found the bit in InSim.txt that refers to the vehicles speed - it says that the IS_MCI packet contains an array of data including..
The idea is something like this...
InSim.Send_BTN_CreateButton > Speed in real(ish) time.
I assume that the MCI packet is sent on a regular basis - and I think I want to be extracting the Speed value from the MCI?
How do I go about grabbing this data from LFS and displaying it?