Problem with some Gauges

markshires

I have just recently created a car mod for rFactor, everything is working fine except for two of my gauges, The Oil Pressure and the Fuel Pressure ones.

I have set up the Tacho, Water Temp and Oil temp ones succesfully and they are working correctly in game, however the Oil Pressure and Fuel Pressure ones just don't work, the gauge texture is present the needle is not. I have made sure that they are done the same as the ones I have working, but I just can't get them to work.

The Cockpitinfo.ini file has these entries;

OilPressureRange=(0, 100, 225, 135)
OilPressureBackground=AsphaltLate_OilPressureGauge.tga
OilPressureNeedlemap=AsphaltLate_Needle.tga
OilPressureNeedle=(0.5, 0.5)

FuelPressureRange=(0, 15, 225, 135)
FuelPressureNeedle=(0.5, 0.5)
FuelPressureBackground=AsphaltLate_FuelPressureGauge.tga
FuelPressureNeedlemap=AsphaltLate_Needle.tga

I am stuck on where to look as the other gauges are working correctly and are identical, the only difference with these is that they measure pressure? But that shouldn't make a difference should it?
 
i have the same gauges working in my cars.......note the entries for mine,

OilPressureRange=(0.0, 300.0, 225, 320)

FuelPressureRange=(0.0, 100.0, 230, 315)

see the decimal points on the first 2 numbers for each gauge, perhaps thats the issue

let me know how you go
 

Back
Top