Spoken ATC: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 27: Line 27:
* ''"Charlie X-ray Bravo Echo X-ray , Exit Runway at first taxiway and contact Ground 121 point 82."''
* ''"Charlie X-ray Bravo Echo X-ray , Exit Runway at first taxiway and contact Ground 121 point 82."''
</small>
</small>
That is only an example of standard '''VFR Phraseology''' that you can expect from '''Spoken ATC'''.<br />
That is only an example of standard '''VFR Phraseology'''
<ref>{{cite web
  |url    =  http://wiki.flightgear.org/ATC_phraseology |title  =  wiki.flightgear.org/ATC_phraseology
  }}</ref>
that you can expect from '''Spoken ATC'''.<br />
= How to install =
= How to install =
#- Download the [https://drive.google.com/file/d/0BzzojFuPdeyMTGNDYmZDcEljQkU/view?usp=sharing spoken_atc.zip]. There you will find a "''spoken_atc''" directory with 6 files inside.  
#- Download the [https://drive.google.com/file/d/0BzzojFuPdeyMTGNDYmZDcEljQkU/view?usp=sharing spoken_atc.zip]. There you will find a "''spoken_atc''" directory with 6 files inside.  
#- Extract that directory (not only the files!)  into the ''[[$FG_ROOT]]/Nasal'' directory.
#- Extract that directory (not only the files!)  into the ''[[$FG_ROOT]]/Nasal'' directory.
#- Edit the ''[[$FG_ROOT]]/keyboard.xml'' file and include the following lines in order to bind the "'''<'''" key:
#- Edit the ''[[$FG_ROOT]]/keyboard.xml'' file and include the following lines in order to bind
<ref>{{cite web
  |url    = http://wiki.flightgear.org/Howto:Reassign_keyboard_bindings
  |title  = wiki.flightgear.org/Howto:Reassign_keyboard_bindings
  }}</ref>
the "'''<'''" key:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
     <key n="60">
     <key n="60">
Line 82: Line 91:
You can customize the phraseology by editing the "''phraseology.nas''" file (only lines 44 to 82, please!).<br />
You can customize the phraseology by editing the "''phraseology.nas''" file (only lines 44 to 82, please!).<br />
The file includes abundant commented lines to help you understand how to do it.<br />
The file includes abundant commented lines to help you understand how to do it.<br />
Besides that, you can call the ''phrase_test()'' function to check your customization at runtime.<br />
Besides that, you can call the ''phrase_test()'' function at runtime to check your customization.<br />
=== phrase_test() function ===
=== phrase_test() function ===
You can ... (TODO)
You can ... [TODO]
== On screen voice ==
== On screen voice ==
If the gui.popupTip() messages bother you, when binding (see above) you can call the function as  
If the gui.popupTip() messages bother you, when binding (see above) you can call the function as  
229

edits

Navigation menu