On Tue, 2007-02-06 at 15:49 -0500, John Denker wrote:
> Hi --
> 
> 1) If you hop into the aircraft and do not touch the fuel selector,
>   it is possible to start up and fly around all day with the selector
>   in the "OFF" position.
> 
>   Attached is a patch that fixes this.
> 
>   Rationale:  The default behavior (from Nasal/fuel.nas) is to have all
>   tanks selected.  Calling fuel_switch() once fixes this.
> 
> 2) If you sit in the aircraft with everything turned off, you hear
>   "wind noise" even in no-wind conditions.
> 
>   Attached is a patch that fixes this.
> 
John sent me these patches off-list.  I have applied them to my system
so they will be picked up the next time I make pa24 updates to cvs.

diff --git a/Aircraft/pa24-250/Models/pa24.nas
b/Aircraft/pa24-250/Models/pa24.nas
index c024c03..a726052 100644
--- a/Aircraft/pa24-250/Models/pa24.nas
+++ b/Aircraft/pa24-250/Models/pa24.nas
@@ -53,6 +53,9 @@ node.setBoolValue(0);}
  }
 }
 
+setprop("/controls[1]/fuel/switch-position", -1);
+fuel_switch();
+
 master_switch = func {
 toggle=getprop("/controls/electric/battery-switch");
 toggle=1-toggle;
diff --git a/Aircraft/pa24-250/pa24-250-sound.xml
b/Aircraft/pa24-250/pa24-250-sound.xml
index 9143324..286e69e 100644
--- a/Aircraft/pa24-250/pa24-250-sound.xml
+++ b/Aircraft/pa24-250/pa24-250-sound.xml
@@ -251,7 +251,6 @@
    <volume>
      <property>/velocities/airspeed-kt</property>
      <factor>0.0015</factor>
-     <min>0.03</min>
      <max>0.25</max>
    </volume>
    <pitch>

Thanks John for catching these,
Dave
-- 
Dave Perry <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to