Cockpit info Display

Angus94

working on a Drag Racing mod, i dont need all the info that the LCD can display in the bottom right corner, can anyone tell me how to limit the info.

i really only want to display tyre temps and the timing of each lap (pass), the line below is directly from my plr file but it still shows everything, how do i edit this to limit what it shows, if in fact this is the correct file and line

LCD Display Modes="1, 3" // Add the modes to allow them: 1=status 2=aids 3=timing 4=engine/brake temps 8=race info 16=standings

thanks all.
 
I would say that the format you are using is wrong.
Normally you have to add the wanted values.

e.g. if you want to have displayed everything, you have to set:
LCD Display Modes="34" ( that is 1+2+3+4+8+16)
or just to have aids and engine you have to set:
LCD Display Modes="6" ( that is 2+4)

but i have not played around with it yet, try it out.
 
You almost get it with:
LCD Display Modes="1"
But there is 1 problem with the Pit menu screen.
It will be shown even if you have "deactivated" all setting possibilities for it in the hdv-file.
If all is "deactivated" you get an empty screen nevertheless.
 
yep that will have to do, i can live with that


thanks for your help, much appreciated
 

Back
Top