track limits

Discussion in 'Bug Reports' started by Flipo, Nov 22, 2022.

  1. Flipo

    Flipo Registered

    Joined:
    Dec 29, 2013
    Messages:
    92
    Likes Received:
    29
    Are these parameters still working?
    CutPitlaneLimits = 1 //Enable or disable cut detection when leaving the pits
    CutPitlaneLimitsPractice = 1//Enable or disable cut detection when leaving the pits in practice sessions
    CutPitlaneLimitsQualifying = 1//Enable or disable cut detection when leaving the pits in qualifying sessions
    CutPitlaneLimitsPrivate = 1//Enable or disable cut detection when leaving the pits in private non race sessions
    CutPitlaneLimitsRace = 1//Enable or disable cut detection when leaving the pits in race sessions
    CutLeavingScalar = 0.5 //How many car track widths outside the track boundary are cuts triggered (this is measured from the centre of the car)
    CutJoiningScalar = 0.0 //How many car track widths inside the track boundary is a cut finalized.
    CutNextLapInvalidDist = 500.0 //Manually set the distance at which the next lap will be invalidated. This is auto calculated by default.
    CutNextLapThreshPractice = 3.0 //The number of penalty points in a single infraction to invalidate the next lap in a practice session
    CutNextLapThreshQualifying = 3.0 //The number of penalty points in a single infraction to invalidate the next lap in a qualifying session
    CutNextLapThreshRace = 50000.0 //The number of penalty points in a single infraction to invalidate the next lap in a race session

    I set it as seen below and it continues to penalize, if you cross the pit lane it also takes away the next lap, what is the correct setting so that it doesn't take away the next lap? Or that it does not penalize at the exit of the Pit? Thanks.

    CutPitlaneLimits = 0
    CutPitlaneLimitsPractice = 0
    CutPitlaneLimitsQualifying = 0
    CutPitlaneLimitsPrivate = 0
    CutPitlaneLimitsRace = 0
    CutLeavingScalar = 0.5
    CutJoiningScalar = 0.0
    CutNextLapThreshPractice = 50000.0
    CutNextLapThreshQualifying = 50000.0
    CutNextLapThreshRace = 50000.0
     
  2. Alex Sawczuk

    Alex Sawczuk Administrator Staff Member

    Joined:
    Oct 4, 2010
    Messages:
    851
    Likes Received:
    971
    Those parameters should work. However on strict if you go off the road in the pitlane it will still penalize you. Make sure you are on Default or Relaxed
     
    Flipo likes this.

Share This Page