Hello,
I have a led matrix, nextion dash with leds etc and with the testing data editor all flags work fine. But comparing with other apps like simdash and a github philips hue app, Simhub only shows green and blue. Yellow is not shown at all. I have the latest plugin.
Maybe the telemitry config for ACC is wrong in simhub/plugin?
Regards Rob
As I also came across that issue I was able to solve it, what costed quite some time for nothing as it turned out - when you search for yellow in the properties for acc you will recognize that we have overall 4 yellow flag properties - overall + one for each sector
DataCorePlugin.GameRawData.Graphics.globalYellow
DataCorePlugin.GameRawData.Graphics.globalYellow1/2/3
so instead of simply using the standard yellow flag setting you need to use a
'when formula is true' setting with ncalc formula (eg [DataCorePlugin.GameRawData.Graphics.globalYellow1]
I choose the following way with the 3 LEDs I use for flags:
when [DataCorePlugin.GameRawData.Graphics.globalYellow] all three are set to blink
in addition
when [DataCorePlugin.GameRawData.Graphics.globalYellow1] the top ones is static,
when [DataCorePlugin.GameRawData.Graphics.globalYellow2] middle one is blinking
and the bottom one for ...3
Thus all statics one are showing the sectors thar currently have a yellow flag.
As I also came across that issue I was able to solve it, what costed quite some time for nothing as it turned out - when you search for yellow in the properties for acc you will recognize that we have overall 4 yellow flag properties - overall + one for each sector
DataCorePlugin.GameRawData.Graphics.globalYellow
DataCorePlugin.GameRawData.Graphics.globalYellow1/2/3
so instead of simply using the standard yellow flag setting you need to use a
'when formula is true' setting with ncalc formula (eg [DataCorePlugin.GameRawData.Graphics.globalYellow1]
I choose the following way with the 3 LEDs I use for flags:
when [DataCorePlugin.GameRawData.Graphics.globalYellow] all three are set to blink
in addition
when [DataCorePlugin.GameRawData.Graphics.globalYellow1] the top ones is static,
when [DataCorePlugin.GameRawData.Graphics.globalYellow2] middle one is blinking
and the bottom one for ...3
Thus all statics one are showing the sectors thar currently have a yellow flag.
Hi,
where do I find these strings?
Could you tell me the path to the file?
Thank you
Daniele
These are not external data/propertiesfrom a file ... they are directly available inside simhub as 'available properties' specifically for ACC (you need to check the box 'Show game specific properties ('rawdata')' - to see them in the list.