Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In updated 2022-2, a new TC and ABS system was introduced, this allows you to control the TC system slip and power cut, and changes the way ABS works.

New HDV lines:

[CONTROLS]

OnboardTractionControl=1 //
OnboardTractionControlPowerCut=1 //
OnboardTractionControlSlipAngle=1 //
LinkPowerCutMapToTcMap=0 //
LinkSlipAngleMapToTcMap=0 //
TractionControlType=1 //
TractionControlLongSlipType=0 //
TractionControlCutMethod=0 //
TractionControlEngineSpeed=2000 //
TractionControlMinSpeed=5 //
TractionControlMaxSpeed=0 //
TractionControlPowerCutTime=0.02 //
TractionControlGearBasedReductionMult=0.5 //
TractionControlMapMax=1 //
TCPowerCutMapMax=1 //
TCSlipAngleMapMax=1 //
TCRange=(0,0,1) //
TCSpecial=(0,,"Available","TC=(,,,,)") //
TractionControlMapRange=(0,0.125,9) //
TractionControlMapSetting=4 //
TractionControlMapSpecial=(0,0," (Off)","") //
TCPowerCutMapRange=(0.0,0.125,9) //
TCPowerCutMapSetting=4 //
TCPowerCutMapSpecial=(0,0," (Off)","") //
TCSlipAngleMapRange=(0,0.025,9) //
TCSlipAngleMapSetting=4 //
TCSlipAngleMapSpecial=(0,0," (Off)","") //
OnboardAntilockBrakeSystem=1 //
ABSType=2 //
ABSSampleRate=40 //
ABSReleasedPressureMultiplierFront=0 //
ABSReappliedPressureMultiplierFront=1 //
ABSReleasedPressureMultiplierRear=0 //
ABSReappliedPressureMultiplierRear=1 //
ABSMinSpeedKph=5 //
ABSHoldPressureBeforeRelease=0 //
ABSBrakeMapRearMin=0 //
ABSBrakeMapRearStep=0.0909 //
ABSRange=(0,0,1) //
ABSSpecial=(0,,"Available","ABS=(,,,,)") //
AntilockBrakeSystemMapRange=(0,0.0909,6) //
AntilockBrakeSystemMapSetting=2 //
AntilockBrakeSystemMapSpecial=(0,0," (Off)","ABS=(,,,,)") //


Dashboard Lights

We've also added the ability to have lights in the cockpit for when the wheels slip or lock.  The ABS LEDs are named "ABSLEFT_LED" and "ABSRIGHT_LED", the TC LEDs are "TCLEFT_LED" and "TCRIGHT_LED". The LEDs are set up similar to the REV LEDs, with a maximum of 9 LEDs for each side. The last LED in the range (LED 9, but assigned index 8 because we count from 0) will only come on during ABS/locking or TC. You can change the names of these to match your specific car in the cockpitinfo file:
TCLEFT_LED=MYCAR_TCL
TCRIGHT_LED=MYCAR_TCR
ABSLEFT_LED=MYCAR_ABSL
ABSRIGHT_LED=MYCAR_ABSR
This is just an example, you can name it whatever you like.

The ABS trigger under two conditions; ABS is active and the LEDs flash, or one of the wheel has locked when just one LED will trigger. The TC LED simply lights up when TC activates. This can be seen flashing as well because the TC turns on and off by itself.Other than this the LEDs will partially come on when the cars experience slip.

Here's an example video. The pink lights show wheel spin, the white, wheel lock.