Downforce
-
can anyone tell me which section of the handling.meta controls the downforce of a car?
-
fDownForceModifier
-
@DaDrifter
Just to add to what @ItsJustCurtis said:
If the value doesn't exist for any vehicle, you just add it in manuallyExample:
<Item type="CHandlingData"> <handlingName>ADDER</handlingName> <fMass value="18000.000000" /> <fDownforceModifier value="4.5" /> <!-- added manually --> <fInitialDragCoeff value="6.000000" /> <fPercentSubmerged value="85.000000" /> <vecCentreOfMassOffset x="0.000000" y="0.000000" z="0.000000" /> <vecInertiaMultiplier x="1.000000" y="1.300000" z="3.500000" /> <fDriveBiasFront value="0.200000" /> <nInitialDriveGears value="6" /> <fInitialDriveForce value="0.320000" /> <fDriveInertia value="1.000000" />
-
thx a lot