I want to use the feature to make the dashboard screen flash when hitting redline. The feature works well but...
I have two dashboards. 1 connected via USB (vocore) and 1 connect via WiFi (android tablet) using the android SimHub app (so effectively a web browser connection).
I only want the screen to flash on the vocore and not the tablet but for the life of me can’t find an option to target only a specific device.
is this possible?
Hi,
One way to achieve this is to have the redline flashing built into the dash running on the VoCore, instead of using the global feature.
In Dash Studio editor, add a rectangle component to the dash, covering the whole thing.
Pick a background color, set the opacity, enable blinking, and use this property as visibility fx:
[DataCorePlugin.GameData.CarSettings_RPMRedLineReached]
Ah! I did not think of that!
brilliant, that sounds ideal. I shall do it that way then
thank you!