SHWotever / SimHub

Multi sim dashboard, bass shaker driver, ....
http://www.simhubdash.com/
778 stars 97 forks source link

[Feature request]Getting steering angle information #1649

Closed CNhjx closed 2 months ago

CNhjx commented 2 months ago

Hello Nicolas I want to display steering angle information on the dashboard, but I can't find the corresponding available properties in GameData. I think it might be these two (DataCorePlugin.GameData.SpotterCarLeftAngle, DataCorePlugin.GameData.SpotterCarRightAngle) ? But the data doesn't change when I turn the wheel. There are a few games like AC and F1 24 that I can use GameRawData, But then programming gets complicated. image

SHWotever commented 2 months ago

Hi ! Indeed it's a data not available as a standard as it rarely available, and when available it's not always expressed the same (sometimes percent, sometimes angle) and it's not really possible to provide a consistent (unit consistent) data about it unfortunately.

CNhjx commented 2 months ago

I got it, thanks a lot for the answer.