This little mod disables weird front tyre slip effect, so called "Understeer effect" completely. I made it for myself and FFB now feels better in my opinion. To enabled this mod, go to game folder and inside "forcefeedback" folder. Open "effectsetup.xml" file (I suggest to make a backup of it) with notepad. Search for the line that begins with:
Replace the whole line with:
Then save the file and start F1 2012.
Thats it. Enjoy!
Code:
<FFBSlipAngle
Replace the whole line with:
Code:
<FFBSlipAngle scale="0" min="0" peak="0" max="0.00" forceThresholdLow="0" forceThresholdHigh="00" minForce="0" peakForce="0.0" maxForce="0.0" scaleThresholdLow="00" scaleThresholdHigh="000" minScale="0.00" peakScale="0" maxScale="0.0"/>
Then save the file and start F1 2012.
Thats it. Enjoy!