F1 22 Overheating rear tires

F1 22 the official Formula 1 Game
Hi,
What i must change in setup to stop overheating rear tires?
This seems difficult to change in the \teams ERP files:
XML:
    <Brake name="Rear">
      <HandbrakeSupport value="true" />
      <HandbrakeBrakeMultiple value="1.000000" />
      <HandbrakeGripMultiple value="1.000000" />
      <TempEfficiencySpline numVertices="5">
        <SplineElement x="0" y="0.9" op="=" />
        <SplineElement x="400" y="0.999" op="=" />
        <SplineElement x="850" y="1" op="=" />
        <SplineElement x="1150" y="0.96" op="=" />
        <SplineElement x="1400" y="0.8" op="=" />
      </TempEfficiencySpline>
      <SpecificHeatCapacity value="300" />
      <CoefHeatTransferConstant value="10" />
      <CoefHeatTransferLinear value="2.2" />
      <CoefHeatTransferQuadratic value="0.0035" />
      <MinDamageBrakeLoss value="0" />
      <MaxBrakeLossPercent value="0" />
      <DamageAccretionRate value="0" />
    </Brake>

I couldn't tell you how to tweak those constant, linear and quadratic values safely. You could tweak the SpecificHeatCapacity and see how that works out.

However, the easier way is to go into:
C:\Program Files (x86)\Steam\steamapps\common\F1 22\2022_asset_groups\f1_2022_vehicle_package\tyrecompounds\tyrecompounds.erp
And edit these lines in the f1compounds!!!temp000.vcmpd.xml, for all the tyres:
XML:
<SpecificHeatCapacity value="125" />
XML:
<SpecificHeatCapacity value="150" />
Where the front tyres all seem to have a value of 125 and the rear tyres 150. Increasing this number is my best guess. Ctrl+H is your best buddy here.

This way, you don't have to edit all team erps.
 
Last edited:
Back
Top