- Messages
- 579
- Country

Hello
i to make a simconnect app that set a var in the SIM and in the modeldif.xml i set the code to show if this var is true
well it didn't work , i got some problems but i think i know how to fix them
well, i wanted to make something native without custom vars, so i tried to make an obejct that shows when it rain (simobject not a scenery) but i can't know why it doesn't work
here's my code
i tried this too but same result
hope you help me with it
and yeah, Can we apply those vis conditions to scenery obejcts in BGLs ? and what about the somconnect set custom var, does it exist
thnx in advance
i to make a simconnect app that set a var in the SIM and in the modeldif.xml i set the code to show if this var is true
well it didn't work , i got some problems but i think i know how to fix them
well, i wanted to make something native without custom vars, so i tried to make an obejct that shows when it rain (simobject not a scenery) but i can't know why it doesn't work
here's my code
Code:
<PartInfo>
<Name>test</Name>
<Visibility>
<Parameter>
<Code>
(A:AMBIENT PRECIP STATE, mask) 0x0004 == if{ 1 } els { 0 }
</Code>
</Parameter>
</Visibility>
</PartInfo>
i tried this too but same result
Code:
<PartInfo>
<Name>test</Name>
<Visibility>
<Parameter>
<Code>
(A:AMBIENT PRECIP STATE, number) 4 == if{ 1 } els { 0 }
</Code>
</Parameter>
</Visibility>
</PartInfo>
hope you help me with it
and yeah, Can we apply those vis conditions to scenery obejcts in BGLs ? and what about the somconnect set custom var, does it exist
thnx in advance


