* T J -- Saturday 26 November 2005 09:21:
> The newly updated Concorde (v.2.1.) has an error with the nose. On my
> computer, clicking on [ and ] does not move the nose up or down. Version 2.0
> did not have this problem. Please can the developer fix this problem in a
> later release. Many Thanks
Apply this change to $FG_ROOT/Aircraft/Concorde/Nasal/Concorde-keyboard.xml
(or update from cvs):
diff -b -p -u -r1.1 -r1.2
--- Concorde-keyboard.xml 21 Nov 2005 16:54:40 -0000 1.1
+++ Concorde-keyboard.xml 26 Nov 2005 18:34:21 -0000 1.2
@@ -739,7 +739,7 @@
<binding>
<condition include="../Panels/Instruments/concorde-cond-nose-up.xml"/>
<command>nasal</command>
- <script>controls.stepFlaps(-1)</script>
+ <script>controls.flapsDown(-1)</script>
</binding>
</key>
@@ -749,7 +749,7 @@
<binding>
<condition include="../Panels/Instruments/concorde-cond-nose-down.xml"/>
<command>nasal</command>
- <script>controls.stepFlaps(1)</script>
+ <script>controls.flapsDown(1)</script>
</binding>
</key>
m.
_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d