1
0
Fork 0
flightgear/Simulator
1998-02-02 20:52:20 +00:00
..
armake.proto Merged in make system changes from Bob Kuehne <rpk@sgi.com> 1998-01-19 19:26:51 +00:00
commondefs To version 0.29 1998-02-02 20:52:20 +00:00
commonrules Misc. tweaks. 1998-01-21 21:11:33 +00:00
Done Added MetroWorks patches from Carmen Volpe. 1998-01-31 00:42:57 +00:00
FGWin32.mak Initial revision. 1998-01-06 16:25:18 +00:00
genmake Merged in make system changes from Bob Kuehne <rpk@sgi.com> 1998-01-19 19:26:51 +00:00
make.inc Tons of little changes to clean up the code and to remove fatal errors 1998-01-19 18:40:15 +00:00
Makefile Minor tweaks. 1998-02-01 03:39:53 +00:00
mkmfos2.pl Initial revision. 1997-07-20 02:18:32 +00:00
README Working on adding a global lighting params structure. 1997-12-09 04:25:25 +00:00
README.Win32 Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
runfg Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message 1998-01-27 00:47:41 +00:00
setup_env Initial revision. 1998-01-24 00:03:27 +00:00
Thanks Added MetroWorks patches from Carmen Volpe. 1998-01-31 00:42:57 +00:00
Todo Added MetroWorks patches from Carmen Volpe. 1998-01-31 00:42:57 +00:00

Welcome to the Flight Gear project.


Starting the executable
=======================

Unix:    runfg
Windows: runfg.bat

"runfg" is a script which sets the FG_ROOT environment variable, then
runs the flight gear executable.


Keyboard controls
=================

Flying is mainly done via the numeric keypad.  There is some
unresolved wierdness with the GLUT libraries and keyboard input, so
for now, the state of the "Num Lock" key is important.

Num Lock Active
---------------

    Pg Up/Pg Dn             Throttle
    Left Arrow/Right Arrow  Aileron
    Up Arrow/Down Arrow     Elevator
    Ins/Del                 Rudder
    "5"                     Center aileron/elevator/rudder
    Home/End                Elevator Trim

Num Lock Inactive
-----------------
    Shift + <Numeric Keypad Key>   Change view

    where key is one of:

    8 = forward
    7 = left/forward
    4 = left
    1 = left/back
    2 = back
    3 = right/back
    6 = right
    9 = right/forward