Hello everyone,
I have a problem with SODE v1.7.1
the visibility condition does not work for me, I have an mdl file that contains puddles, these puddles should be shown when the weather is rainy, but this is also shown when it does not rain,
this did not happen to me in old versions of sode
sorry for my level of english i use google traslator
I have a problem with SODE v1.7.1
the visibility condition does not work for me, I have an mdl file that contains puddles, these puddles should be shown when the weather is rainy, but this is also shown when it does not rain,
this did not happen to me in old versions of sode
sorry for my level of english i use google traslator
Code:
<SODE>
<SimObject Name="EDP SPTU">
<Placement Lat="-12.613601" Lon="-69.228673" Alt="0#AGL" Hdg="00.0"/>
<Model SimTitle="12bPilot_SODE_Environmental_Data_Probe">
<EnvironmentalDataProbe ClientList="SPTU_groundPoly_wet;"/>
</Model>
</SimObject>
<SimObject Name="SPTU_groundPoly_wet">
<Placement Lat="-12.613601" Lon="-69.228673" Alt="0.0#AGL" Hdg="2.099900"/>
<Model SimTitle="runwaywet">
<ConditionalVisibility Variable="MetPrecipitation" Value="RAIN"/>
</Model>
</SimObject>
</SODE>
