Qualifying Fuel Locking

elnano

Hi guys I want locking Starting Fuel for Qualifying and Race, I tried other advices but I can't solved.

Here is my .rfm settings

//Starting Fuel Disabled for all sessions

DefaultScoring
{
RacePitKPH = 80
NormalPitKPH = 80
FormationSpeedKPH = 200
SafetyCarRoadMult=0.70
SafetyCarOvalMult=0.65
SpinRoadSeverity=0.0
SpinOvalSeverity=0.0
PitSpeedingAllowance = 4.0
LuckyDog = 3
LuckyDogLapsLeft = 0
MinimumYellowLaps = 1
RandomYellowLaps = 1
ClosePits = 1
PitsClosedLaps = 1
LeadYellowLaps = 0
PrivateQualifying = 0
AdditivePenalties = 0
LapsToServePenalty = 3
FreezeOrder = 1
FinishUnderCaution = 0
CountCautionLaps = 1
ParcFerme = 2
ParcFermeFuel = 0.0
ParcFermeTires = 0
ParcFermeSetup = 1
FreeSettings = 251
BlueFlags = 4
TimedRaceNonLeaderLaps = 2
PassingBeforeLineOval=3
PassingBeforeLineRoad=3
}

//Starting Fuel Enabled for all sessions

DefaultScoring
{
RacePitKPH = 80
NormalPitKPH = 80
FormationSpeedKPH = 200
SafetyCarRoadMult=0.70
SafetyCarOvalMult=0.65
SpinRoadSeverity=0.0
SpinOvalSeverity=0.0
PitSpeedingAllowance = 4.0
LuckyDog = 3
LuckyDogLapsLeft = 0
MinimumYellowLaps = 1
RandomYellowLaps = 1
ClosePits = 1
PitsClosedLaps = 1
LeadYellowLaps = 0
PrivateQualifying = 0
AdditivePenalties = 0
LapsToServePenalty = 3
FreezeOrder = 1
FinishUnderCaution = 0
CountCautionLaps = 1
ParcFerme = 2
ParcFermeFuel = 0.5
ParcFermeTires = 0
ParcFermeSetup = 1
FreeSettings = 255
BlueFlags = 4
TimedRaceNonLeaderLaps = 2
PassingBeforeLineOval=3
PassingBeforeLineRoad=3
}

I want only lock for Qualifying and Race

Sorry for the english :)
 
There's also a setting in plr file, maybe it would help.

QUICK ParcFerme="3" // 0=off, 1=no setup changes allowed between qual and race except for 'Free Settings'), 2=same unless rain, 3=use rfm default 'ParcFerme=<0-2>'
 

Back
Top