152
edits
(Moved starting flightgear, modified text) |
(revised and moved aircraft related sections) |
||
| Line 17: | Line 17: | ||
You may obtain additional and more up to date scenery Objects as they become available through the [http://fgfsdb.stockill.org/ FlightGear Scenery Database]. | You may obtain additional and more up to date scenery Objects as they become available through the [http://fgfsdb.stockill.org/ FlightGear Scenery Database]. | ||
=== Getting Aircraft === | |||
To download additional Aircraft for FlightGear, go to the FlightGear website and navigate to the [http://www.flightgear.org/Downloads/ Downloads] page, then choose [Aircraft Downloads http://www.flightgear.org/Downloads/aircraft/index.shtml]. | |||
Once the aircraft package has downloaded, decompress and extract the archived files onto your computer. You may extract to a temporary directory and move them, or extract directly into the Aircraft directory in FlightGear. This is typically | |||
/path/to/flight/gear/data/Aircraft | |||
=== Starting FlightGear === | === Starting FlightGear === | ||
| Line 35: | Line 44: | ||
=== | === Displaying Available Aircraft === | ||
From the command line: | |||
fgfs --show-aircraft | |||
displays a list of available (installed) aircraft. | |||
=== Choosing an Aircraft === | |||
From the command line: | |||
fgfs --aircraft=foo | |||
where foo is the name of the folder the aircraft files live in. | |||
=== I do not want to compile FlightGear, what can I do? === | |||
http://www.flightgear.org/Downloads/ | |||
offers precompiled binaries for download and install on a variety of systems. Current platforms are Windows, Linux, Solaris, SGI, Mac OSX and FreeBSD. These are offered as a convienence and availablility may vary over time. | |||
Note: FlightGear is highly configurable through editable XML files. You are free, and encouraged to, make changes to aircraft flight models and any other feature you wish to change for your personal satisfaction or to share with other FlightGear users. The flight model is not defined in a binary file. It is easy to modify (given enough knowledge). Although the install is binary, most of FlightGear's system is open to configuration through XML files and NASAL scripting. | |||
=== Does FlightGear come with a printed manual? === | |||
You are invited to read "The Manual" online at: | |||
http://www.flightgear.org/Docs/getstart/getstart.html | |||
or download a PDF for viewing with Acrobar Reader or printing: | |||
http://www.flightgear.org/Docs/getstart/getstart.pdf | |||
"The Manual" is not always up to date with recent development but provides a good start for beginners. Everyone is welcome to contribute to the manual, at least little experience in LaTeX makes the task easier. Please contact the authors of the manual if you would like to add corrections or whole chapters. | |||
edits