Hi,
I found problem with outgauge pack in LFS z25. Before z25 in outgauge shiftlight was in FLAGS structure. Now it's in ShowLights, but it's not working in every car. I know that now not every car has shiftlight on dashboard, but is there any way to figure out when shiftlight shoud be on like in older versions.
I hope you know what im talking about
I found problem with outgauge pack in LFS z25. Before z25 in outgauge shiftlight was in FLAGS structure. Now it's in ShowLights, but it's not working in every car. I know that now not every car has shiftlight on dashboard, but is there any way to figure out when shiftlight shoud be on like in older versions.
struct OutGaugePack
{
...
word Flags; // <- before z25 here was shiftlight and it was
// working for every car
...
unsigned DashLights; // Dash lights available
unsigned ShowLights; // <- now shiftlight is here but it's not
working for every car
...
};
I hope you know what im talking about