|
From: <fli...@li...> - 2017-10-25 21:33:55
|
Revision: 3061
http://sourceforge.net/p/flightgear/fgaddon/3061
Author: rleibner
Date: 2017-10-25 21:33:53 +0000 (Wed, 25 Oct 2017)
Log Message:
-----------
v:0.3 README.first updated
Modified Paths:
--------------
trunk/Addons/SpokenGCA/README.first
Modified: trunk/Addons/SpokenGCA/README.first
===================================================================
--- trunk/Addons/SpokenGCA/README.first 2017-10-25 21:18:22 UTC (rev 3060)
+++ trunk/Addons/SpokenGCA/README.first 2017-10-25 21:33:53 UTC (rev 3061)
@@ -9,22 +9,10 @@
- How to install (See http://http://wiki.flightgear.org/Spoken_GCA)
-----------------
- * Unzip all (keeping the directory structure !) into the $FG_HOME/Nasal directory .
- * Edit the $FG_ROOT/keyboard.xml file and include the following lines in order to bind
- the ">" key:
-
- <key n="62">
- <name>grater-than</name>
- <desc>Spoken GCA</desc>
- <binding>
- <command>nasal</command>
- <script><![CDATA[
- gca.Control();
- ]]>
- </script>
- </binding>
- </key>
-
+ * Like any addon, download all the files in the folder of your preference (say "/fg-addons/SpokenGCA/").
+ * Launch FlightGear including --addon argument, eg.:
+ fgfs <usual args> --addon=/fg-addons/SpokenGCA
+
And that's all !
If you prefer (as I do), you can bind an unused joystick button too.
|