I have built a dash that has oil and water temp for Iracing added to it. I would like for them to blink red when they get to a temp threshold like 290 degrees for example. Is there a way to do this? I found where you can blink the gear indicator box at a max rpm and was wanting similar functionality for the temps.
I was also trying to figure out the same thing. I was able to make the dials change to red but I couldn’t figure out how to make it blink.
For example
Look in this dash on layer "oil water"
Thanks I was able to figure it out
Thanks herve I was able to see what you did. For anyone else interested. To blink water at 270F (can do the same for oil by editing those with OIL in place of the word WATER)
Use fx binding under BlinkEnabled and set NCalc Formula: [DataCorePlugin.GameData.NewData.WATERTemperature]>270
Use fx binding under TextColor and set NCalc: [DataCorePlugin.GameData.NewData.WATERTemperature]
(then pick the computed color and set start, mid, end values to change text color to match temps.)