Basically the same as my similar mod for F1 2012 which disables weird front tyre slip effect, so called "understeer" completely. This effect is nothing more than a function of steering wheel angle and a speed and have nothing to do with actual car physics. I made this mod 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 2013.
Thats it. Enjoy!
Code:
<FFBSlipAngle
Replace the whole line with:
Code:
<FFBSlipAngle scale="0" min="0" peak="0.00" max="0.00" forceThresholdLow="0" forceThresholdHigh="000" minForce="0.0" peakForce="00.0" maxForce="0.00" scaleThresholdLow="0" scaleThresholdHigh="00" minScale="0.0" peakScale="0" maxScale="0"/>
Thats it. Enjoy!