]> git.mxchange.org Git - flightgear.git/blobdiff - man/fgfs.1.in
Added static port system and a new altimeter model connected to it.
[flightgear.git] / man / fgfs.1.in
index 65ac5291b53a1fe278ee29801db4733cc6368930..ada0b5f21bd80617fd69fec28e7a10214b6fb6fe 100644 (file)
@@ -16,7 +16,7 @@
 .\" Or try here: http://www.fsf.org/copyleft/gpl.html
 .\"
 .Id $Id$
-.TH FGFS 1 "January 2002" "@VERSION@" "@PACKAGE@"
+.TH FGFS 1 "September 2002" "@VERSION@" "@PACKAGE@"
 .SH NAME
 fgfs \- FlightGear Flight Simulator
 .SH SYNOPSIS
@@ -45,6 +45,9 @@ Specify starting postion by airport ID.
 .BI "--altitude=" "value"
 Specify starting altitude (in feet unless --units-meters specified).
 .TP
+.BI "--atc610x"
+Enable atc610x interface.
+.TP
 .BI "--atlas=" "medium" "," "direction" "," "hz" "," "options" "," "..."
 Open an IO connection using the Atlas protocol.
 .TP
@@ -54,9 +57,6 @@ Specify the bits per pixel for the renderer.
 .BI "--browser-app=" "path"
 Specify location of your web browser.
 .TP
-.BI "--clouds-asl=" "altitude"
-Specify altitude of cloud layer above sea level.
-.TP
 .BI "--config=" "path"
 Load additional properties from path.  Multiple instances of this
 option are recognized.
@@ -100,6 +100,9 @@ Disable Multi-pilot mode.
 .B "--disable-panel"
 Disable instrument panel.
 .TP
+.B "--disable-random-objects"
+Disable random scenery objects (buildings, trees, etc).
+.TP
 .B "--disable-skyblend"
 Disable sky blending.
 .TP
@@ -152,6 +155,9 @@ Enable Multi-pilot mode.
 .B "--enable-panel"
 Enable instrument panel.
 .TP
+.B "--enable-random-objects"
+Enable random scenery objects (buildings, trees, etc).
+.TP
 .B "--enable-skyblend"
 Enable sky blending.
 .TP
@@ -202,7 +208,7 @@ Specify window geometry (ie. 640x480, 800x600, etc).
 Specify heading or yaw angle (degrees).
 .TP
 .BR "--help" ", " "-h"
-Show help message.
+Show a brief help message.  Use --verbose,-v for a full listing of options.
 .TP
 .BI "--httpd=" "port"
 Start an HTTP server on the specified port.
@@ -218,7 +224,7 @@ Start up in the air.  This is implied when specifying an initial
 altitude above ground level.
 .TP
 .BI "--joyclient=" "medium" "," "direction" "," "hz" "," "options" "," "..."
-Open an IO connection to an Agwagon joystick
+Open an IO connection to an Agwagon joystick.
 .TP
 .BI "--jpg-httpd=" "port"
 Start a screen shot HTTP server on the specified port.
@@ -280,8 +286,11 @@ set property <name> to <value>.
 .BI "--pve=" "medium" "," "direction" "," "hz" "," "options" "," "..."
 Open an IO connection using the PVE (Provision Entertainment) protocol.
 .TP
+.B "--random-wind"
+Randomize initial wind parameters.  See also: --wind.
+.TP
 .BI "--ray=" "medium" "," "direction" "," "hz" "," "options" "," "..."
-Open an IO connection to a "RayWoodworth" motion chair
+Open an IO connection to a "RayWoodworth" motion chair.
 .TP
 .BI "--roll=" "degrees"
 Specify roll angle (degrees).
@@ -295,6 +304,9 @@ Enable flat shading.
 .B "--shading-smooth"
 Enable smooth shading.
 .TP
+.B "--show-aircraft"
+Show a listing of all available aircraft.
+.TP
 .BI "--speed=" "n"
 Run the FDM "n" times faster than real-time.
 .TP
@@ -307,6 +319,9 @@ Specify a starting date/time with respect to Local Aircraft Time.
 .BI "--start-date-sys=" "yyyy:mm:dd:hh:mm:ss"
 Specify a starting date/time with respect to your local system time.
 .TP
+.BI "--telnet=" "port"
+Start a telnet interface to the property manager on the specified port.
+.TP
 .B "--time-match-local"
 Synchronize time with local real-world time.
 .TP
@@ -346,6 +361,9 @@ Specify the default forward view direction as an offset from straight
 ahead.  Allowable values are LEFT, RIGHT, CENTER, or a specific number
 of degrees.
 .TP
+.B "--verbose, -v"
+Show verbose help message.
+.TP
 .BI "--visibility-miles=" "value"
 Specify initial visibility (miles).
 .TP
@@ -357,7 +375,8 @@ Specify velocity along the body Z axis (feet per second unless
 --units-meters specified).
 .TP
 .BI "--wind=" "DIR@SPEED"
-Specify wind coming from DIR (degrees) at SPEED (knots).
+Specify wind coming from DIR (degrees) at SPEED (knots).  Values may be
+specified as a range by using a colon separator; for example, 180:220@10:15.
 .TP
 .BI "--wp=" "ID[@alt]"
 Specify a waypoint for the GC autopilot.  Multiple instances of this
@@ -374,22 +393,27 @@ Per user configuration file.
 .TP
 $FGROOT/system.fgfsrc
 .RS
-System-wide configuration file in command line format
+System-wide configuration file in command line format.
 .RE
 .TP
 $FGROOT/preferences.xml
 .RS
-System-wide configuration file in XML format
+System-wide configuration file in XML format.
 .RE
 .TP
 $FGROOT/keyboard.xml
 .RS
-Keyboard bindings
+Keyboard bindings.
+.RE
+.TP
+$FGROOT/Input/Joysticks/
+.RS
+Joystick bindings.
 .RE
 .TP
-$FGROOT/joystick.xml
+$FGROOT/mice.xml
 .RS
-Joystick bindings
+Mouse bindings.
 .RE
 .SH BUGS
 Send bug reports to <flightgear-devel@flightgear.org>.