In insim, there exists struct CompCar which can be used to log the speed of cars around the track:
works for many cars, too: http://www.abload.de/img/all30u1v.jpg
There also exists struct OutGaugePack but that only works for "user's car in multiplayer or the viewed car in single player or single player replay"
So only for one car at once.
This OutGaugePack package contains interessting status information about car: for example positions of pedals, engine RPM, gear etc.
But because of the limitation that only data from the currently viewed car can be recieved, it is not so useful.
For example it would be interessting to plot the pedal-positions and see how well drivers hit their brake points during a race. (LFSworld's hotlap analyzer only works for hotlaps)
Or visualize where drivers use which gear.
The information seems to exist in LFS in same way, even if during playback of MP replays the pedal bars do not update as often as during driving.
Still even with these less accurate data many things could be done.
So my improvement suggestion is thatOutGaugePack would work similiar to CompCar and allows insim programs to recieve data from many cars at once.
works for many cars, too: http://www.abload.de/img/all30u1v.jpg
There also exists struct OutGaugePack but that only works for "user's car in multiplayer or the viewed car in single player or single player replay"
So only for one car at once.
This OutGaugePack package contains interessting status information about car: for example positions of pedals, engine RPM, gear etc.
But because of the limitation that only data from the currently viewed car can be recieved, it is not so useful.
For example it would be interessting to plot the pedal-positions and see how well drivers hit their brake points during a race. (LFSworld's hotlap analyzer only works for hotlaps)
Or visualize where drivers use which gear.
The information seems to exist in LFS in same way, even if during playback of MP replays the pedal bars do not update as often as during driving.
Still even with these less accurate data many things could be done.
So my improvement suggestion is thatOutGaugePack would work similiar to CompCar and allows insim programs to recieve data from many cars at once.