Available Dashboard Display Names
These are the names you'll need to put into you cockpitinfo.ini file. For every instance, you'll need NAMEFont, NameBackground, and NameScale. For example; RPMFont, RPMBackground, RPMScale. Make sure to look at the skip barber in rFactor 2\ModDev\Vehicles\SkipBarber to see how it's done. P2P = Push to pass.
Text Readouts
Name | Description |
---|---|
Gears | Current gear you're in |
Speed | Your current speed |
RPM | The engine RPM(Revolutions Per Minute) |
OilTempDigit | Engine oil temperature |
WaterTempDigit | Engine water temperature |
BoostMotorTempDigit | Hybrid motor temperature |
BoostDigit | |
FuelLevelDigit | Remaining fuel |
BatteryLevelDigit | Remaining battery level for hybrid motor |
Place | Your current position in the session |
Laps | Your current laps completed. In race will show how many laps you need to do, i.e, 1.5/20. |
BestLap | Your best lap time in the session. |
LastLap | Your last lap time in the session. |
LCD | Will repeat the LCD(default key to cycle is 'enter') onto a display. |
Aids | |
TTempLF | Will show current tire temperature for the left front tire. |
TTempRF | Will show current tire temperature for the right front tire. |
TTempLR | Will show current tire temperature for the left rear tire. |
TTempRR | Will show current tire temperature for the right rear tire. |
TPressLF | Will show current pressure of the left front tire. |
TPressRF | Will show current pressure of the right front tire. |
TPressLR | Will show current pressure of the left rear tire. |
TPressRR | Will show current pressure of the right rear tire. |
EngineMixture | Will show the currently selected mixture. |
BoostMap | Will show the currently selected boost map. |
P2PMap | Will show the currently selected P2P map. |
P2PActivationsThisLap | Will show the amount of times you've activated P2P on the current lap. |
P2PActiveTimeThisLap | Shows a timer, counting up from 0, of the amount of time P2P has been used. |
BrakeMap | Will show your current brake map. |
BrakeBias | Will show your current brake bias. This will only show the first two digits. |
TCMap | Will show your currently selected TC(Traction Control) Map. Note, this doesn't show slip or cut maps. |
ABSMap | Will show your currently selected ABS(Anti-lock Brake System) map. |
LEDs
LEDs are done a little different, they require an animation map in the material, when you link to them in the cockpitinfo file, you are linking to the material name, for example: RPMLED=q50_rtech_ this will look for all the available rtech materials. Check the skip barber in dev mode to see how it's done. Items that are not required to be in cockpitinfo NEED to be named the same as written below.
Name | Description | Animation Frames |
---|---|---|
RPMLED | These are for the digital tachmoter. You can have up to 31. They are linked to the engine RPM, you can't adjust when rtech23 comes on for example. This needs to be named in the cockpitinfo file. | 0,1 |
P2PAVAILABLE_LED | This LED will turn on when you're able to use P2P. This needs to be named in the cockpitinfo file. Example: P2PAVAILABLE_LED=P2PAVAIL_LED | 0,1 |
P2PACTIVE_LED | This LED will light up when you enable P2P. This needs to be named in the cockpitinfo file. Example: P2PACTIVE_LED=P2PACTIVE_LED | 0,1 |
LED165 | RPM light. Will activate once you hit a certain threshold. Does not need to be in cockpitinfo. | 0,1 |
LED170 | RPM light. Will activate once you hit a certain threshold. Does not need to be in cockpitinfo. | 0,1 |
LED175 | RPM light. Will activate once you hit a certain threshold. Does not need to be in cockpitinfo. | 0,1 |
LED182 | RPM light. Will activate once you hit redline. Does not need to be in cockpitinfo. | 0,1 |
LEDSL | Overheating warning light. Does not need to be in cockpitinfo. | 0,1 |
LEDPSR | Will activate when you request a pit stop. Does not need to be in cockpitinfo. | 0,1 |
LEDPSY | Will activate when the pit request is accepted. Does not need to be in cockpitinfo. | 0,1 |
LEDLF | Will activate when you have low fuel, usually just over one lap remaining, depending on track. Does not need to be in cockpitinfo. | 0,1 |
LEDFR | Will activate if you get a black flag. It's not recommended to get a black flag. Does not need to be in cockpitinfo. | 0,1 |
LEDFY | Will activate if there is a yellow flag. Does not need to be in cockpitinfo. | 0,1 |
LEDFB | Will activate if you are shown blue flags. Get faster, and don't put this in cockpitinfo. | 0,1 |