Has anyone been able to turn off the volume of the marker beacon using 
configuration files?  I can turn it off from the property browser, but these 
don't work:

--prop:/radios/marker-beacon/audio-btn=false

or 

--prop:/radios/marker-beacon/power-btn=false

or, in the -set.xml config

<PropertyList>
...
 <radios>
  <marker-beacon>
   <power-btn archive="y">false</power-btn>
   <audio-btn archive="y">false</audio-btn>
  </marker-beacon>
 </radios>
...
</PropertyList>

I also made a null electrical system, and that didn't work either:

<?xml version="1.0"?>
 
<!-- null electrical system -->

<PropertyList>
  <supplier>
    <name>Battery</name>
    <prop>/systems/electrical/suppliers/battery</prop>
    <kind>battery</kind>
    <volts>0</volts> 
    <amps>0</amps>   
  </supplier>
</PropertyList>


Anyone know what I'm doing wrong?

Dave
        
-- 
****************************
David Culp
[EMAIL PROTECTED]
****************************

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to