- Messages
- 916
- Country

Hi to all experts here,
now I do fiddle around for several hours but can't get my entries to work. Have to say, I can create reasonable groundpolys, nice buildings and have enough imagination to build a halfway proper air base, but technically I am a real dimwit.
SODE hates me.
Although I have success with several SODE objects (animations, windsocks), SODE is refusing to accept my commands in the following issue.
What I would like to see:
I did build a detuner scene. This scene should consist of three parts which shows the detuner area in three different stages:
1. Detuner simply appears without any GSE or Tornado during dusk, dawn and night.
2. Detuner steady including GSE and Tornado ready for afterburner testing at only within a specified time limt.
3. Detuner action controlled by "show/hide" command - only in this action section the "show/hide" command should be able.
I did test all other entries inside the sim objects folder and sim.cfg and there the entries are okay - but the command lines inside the xml SODE laughs about it...
Here are my lines of the xml-file taken out of my animations-xml to all who want to laugh as well:
<SODE>
<!-- Data Probe serving its clients -->
<SimObject Name="RAF_BRUGGEN_X">
<Placement Lat="51.200012000" Lon="6.133529500" Alt="73.456" Hdg="0.0"/>
<Model SimTitle="12bPilot_SODE_Environmental_Data_Probe">
<EnvironmentalDataProbe ClientList="ETUR_DETUNER;ETUR_SL_Arrester_09;ETUR_SL_Arrester_27;BJP_Sock_EAST;BJP_Sock_WEST;ETUR_MOBILE_TOWER_09;ETUR_MOBILE_TOWER_27"/>
</Model>
</SimObject>
<SimObject Name="ETUR_DETUNER">
<Placement Lat="51.1956611" Lon="6.11321298" Alt="0#AGL" Hdg="164.6"/>
<Model SimTitle="ETUR_DETUNER">
<ConditionalVisibility LogicExpression="A|B">
<Condition ID="A" Variable="TimeOfDay" Value="DUSK;DAWN;NIGHT"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON-SUN"/>
</ConditionalVisibility>
</Model>
<Model SimTitle="ETUR_DETUNER_STEADY">
<ConditionalVisibility LogicExpression="(A$B)|C">
<Condition ID="A" Variable="TimeOfDay" Value="DAY"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON;WED;FRI"/>
<Condition ID="C" Variable="Time" Value="0900-0930;1300-1330LT"/>
</ConditionalVisibility>
</Model>
<Model SimTitle="ETUR_DETUNER_ACTION">
<Condition ID="A" Variable="TimeOfDay" Value="DAY"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON;WED;FRI"/>
<Condition ID="C" Variable="Time" Value="0931-0959;1331-1359LT"/>
<TriggerableVisibility Input="TextMenu" Action="Show,Hide" VisibleOnLoad="NO"/>
</TriggerableAnimation>
</ConditionalVisibility>
</Model>
</SimObject>
</SODE>
I appreciate each help to get this scene to work!
now I do fiddle around for several hours but can't get my entries to work. Have to say, I can create reasonable groundpolys, nice buildings and have enough imagination to build a halfway proper air base, but technically I am a real dimwit.
SODE hates me.
Although I have success with several SODE objects (animations, windsocks), SODE is refusing to accept my commands in the following issue.
What I would like to see:
I did build a detuner scene. This scene should consist of three parts which shows the detuner area in three different stages:
1. Detuner simply appears without any GSE or Tornado during dusk, dawn and night.
2. Detuner steady including GSE and Tornado ready for afterburner testing at only within a specified time limt.
3. Detuner action controlled by "show/hide" command - only in this action section the "show/hide" command should be able.
I did test all other entries inside the sim objects folder and sim.cfg and there the entries are okay - but the command lines inside the xml SODE laughs about it...
Here are my lines of the xml-file taken out of my animations-xml to all who want to laugh as well:
<SODE>
<!-- Data Probe serving its clients -->
<SimObject Name="RAF_BRUGGEN_X">
<Placement Lat="51.200012000" Lon="6.133529500" Alt="73.456" Hdg="0.0"/>
<Model SimTitle="12bPilot_SODE_Environmental_Data_Probe">
<EnvironmentalDataProbe ClientList="ETUR_DETUNER;ETUR_SL_Arrester_09;ETUR_SL_Arrester_27;BJP_Sock_EAST;BJP_Sock_WEST;ETUR_MOBILE_TOWER_09;ETUR_MOBILE_TOWER_27"/>
</Model>
</SimObject>
<SimObject Name="ETUR_DETUNER">
<Placement Lat="51.1956611" Lon="6.11321298" Alt="0#AGL" Hdg="164.6"/>
<Model SimTitle="ETUR_DETUNER">
<ConditionalVisibility LogicExpression="A|B">
<Condition ID="A" Variable="TimeOfDay" Value="DUSK;DAWN;NIGHT"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON-SUN"/>
</ConditionalVisibility>
</Model>
<Model SimTitle="ETUR_DETUNER_STEADY">
<ConditionalVisibility LogicExpression="(A$B)|C">
<Condition ID="A" Variable="TimeOfDay" Value="DAY"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON;WED;FRI"/>
<Condition ID="C" Variable="Time" Value="0900-0930;1300-1330LT"/>
</ConditionalVisibility>
</Model>
<Model SimTitle="ETUR_DETUNER_ACTION">
<Condition ID="A" Variable="TimeOfDay" Value="DAY"/>
<Condition ID="B" Variable="DayOfWeek" Value="MON;WED;FRI"/>
<Condition ID="C" Variable="Time" Value="0931-0959;1331-1359LT"/>
<TriggerableVisibility Input="TextMenu" Action="Show,Hide" VisibleOnLoad="NO"/>
</TriggerableAnimation>
</ConditionalVisibility>
</Model>
</SimObject>
</SODE>
I appreciate each help to get this scene to work!

