nlp80 / irFFB

iRacing force feedback utility
155 stars 79 forks source link

Add a config file for understeer coefficient values #20

Open ptink opened 5 years ago

ptink commented 5 years ago

Would it be possible to introduce a config file / setting that allows us to add in the understeer coefficients for new cars when the become available? I understand it's a hassle to release a new version for each new car but this would allow us to add the effects in

so this part: https://github.com/nlp80/irFFB/blob/5c92ae12e0f554e355e65a093e637f0e45829231/irFFB/irFFB.cpp#L76

instead of being hardcoded the values could be read from understeer.ini or similar:

audir8gt3=52.0,78.0,
ferrari488gt3=46.0,54.0
...
e270889o commented 4 years ago

Would it be possible to introduce a config file / setting that allows us to add in the understeer coefficients for new cars when the become available? I understand it's a hassle to release a new version for each new car but this would allow us to add the effects in

so this part: https://github.com/nlp80/irFFB/blob/5c92ae12e0f554e355e65a093e637f0e45829231/irFFB/irFFB.cpp#L76

instead of being hardcoded the values could be read from understeer.ini or similar:

audir8gt3=52.0,78.0,
ferrari488gt3=46.0,54.0
...

Does it means that understeer only works with those cars?