- Messages
- 1,068
- Country

Now that Tom Gibson has helped me to create a working custom airport beacon, which by the way DOES work, I wanted to be able like in real life have the beacon stationary during the daylight hours and then illuminated and rotating in the hours of darkness because the one that DOES work is rotating and illuminated green and white 24/7. Here is what I wrote:
Attached is the complete package for SODE with sim objects and the xml. The stationary custom beacon mdl IS visible from 0700-1700LT but there is no mdl with animation. I hope this is simple and can be fixed. Otherwise I will be forced to have the beacon on 24/7.
XML:
<SODE>
<!-- Time based switching of 3D-Model -->
<!-- Beacon -->
<SimObject Name="Flight_Light_Beacon_80">
<Placement Lat="34.60401202" Lon="-78.57886612" Alt="32#AGL" Hdg="360.0"/>
<Model SimTitle="Flight_Light_Beacon_80">
<ConditionalVisibility Variable="Time" Value="0700-1700LT"/>
</Model>
<Model SimTitle="Flight_Light_80C_TRG">
<ConditionalVisibility Variable="Time" Value="1700-0700LT"/>
</Model>
<Model SimTitle="beacon_land_fsx">
<ConditionalVisibility Variable="Time" Value="1700-0700LT"/>
</Model>
</SimObject>
</SODE>
Attached is the complete package for SODE with sim objects and the xml. The stationary custom beacon mdl IS visible from 0700-1700LT but there is no mdl with animation. I hope this is simple and can be fixed. Otherwise I will be forced to have the beacon on 24/7.



