]> git.mxchange.org Git - flightgear.git/blobdiff - man/fgfs.1.in
Fix the property /radios/nav[*]/radials/actual-deg to show the radial
[flightgear.git] / man / fgfs.1.in
index ada0b5f21bd80617fd69fec28e7a10214b6fb6fe..1b7a0fc4ec6be6086c2261812c99761512cfe56b 100644 (file)
@@ -57,6 +57,9 @@ Specify the bits per pixel for the renderer.
 .BI "--browser-app=" "path"
 Specify location of your web browser.
 .TP
+.BI "--callsign=" "value"
+Specify a unique name for multiplayer play.
+.TP
 .BI "--config=" "path"
 Load additional properties from path.  Multiple instances of this
 option are recognized.
@@ -73,6 +76,9 @@ Disable auto coordination between aileron and rudder.
 .B "--disable-clouds"
 Disable cloud rendering.
 .TP
+.B "--disable-distance-attenuation"
+Disable runway light distance attenuation.
+.TP
 .B "--disable-freeze"
 Start out in a running state.
 .TP
@@ -127,6 +133,9 @@ Enable auto coordination between aileron and rudder.
 .B "--enable-clouds"
 Enable cloud rendering.
 .TP
+.B "--enable-distance-attenuation"
+Enable runway light distance attenuation.
+.TP
 .B "--enable-freeze"
 Start out in a frozen state.
 .TP
@@ -183,6 +192,9 @@ Specify the root path for data files.
 .BI "--fg-scenery=" "path"
 Specify the base path for scenery data.
 .TP
+.BI "--fix=" "ID"
+Specify starting position relative to a fix.
+.TP
 .BI "--flight-plan=" "file"
 Read all waypoints from the specified file.
 .TP
@@ -201,6 +213,9 @@ Specify initial field of view angle (degrees).
 .BI "--garmin=" "medium" "," "direction" "," "hz" "," "options" "," "..."
 Open an IO connection using the Garmin GPS protocol.
 .TP
+.BI "--generic=" "params"
+Open connection using the serial port protocol.  See README.IO for details.
+.TP
 .BI "--geometry=" "WxH"
 Specify window geometry (ie. 640x480, 800x600, etc).
 .TP
@@ -232,6 +247,9 @@ Start a screen shot HTTP server on the specified port.
 .BI "--lat=" "degrees"
 Specify starting latitude (degrees).
 .TP
+.BI "--log-level=" "value"
+Set log level for this session (1..5 where 1=verbose, 5=quiet).
+.TP
 .BI "--lon=" "degrees"
 Specify starting longitude (degrees).
 .TP
@@ -241,6 +259,9 @@ Specify initial mach number.
 .BI "--model-hz=" "n"
 Run the FDM at this rate (iterations per second).
 .TP
+.BI "--multiplay=" "direction,hz,address,port"
+Specify multiplayer communication settings.  Multiple instances allowed.
+.TP
 .BI "--native-ctrls=" "medium" "," "direction" "," "hz" "," "options" "," "..."
 Open an IO connection using the FlightGear Native Controls protocol.
 .TP
@@ -250,6 +271,9 @@ Open an IO connection using the FlightGear Native FDM protocol.
 .BI "--native=" "medium" "," "direction" "," "hz" "," "options" "," "..."
 Open an IO connection using the FlightGear Native protocol.
 .TP
+.BI "--ndb=" "ID"
+Specify starting position relative to an NDB.
+.TP
 .B "--net-hud"
 Enable network information in the HUD.
 .TP
@@ -337,6 +361,9 @@ Trace the reads for a property.  Multiple instances allowed.
 .BI "--trace-write=" "property"
 Trace the writes for a property.  Multiple instances allowed.
 .TP
+.BI "--turbulence=" "value"
+Specify turbulence from 0.0 (calm) to 1.0 (severe).
+.TP
 .BI "--uBody=" "value"
 Specify velocity along the body X axis (feet per second unless
 --units-meters specified).
@@ -370,6 +397,9 @@ Specify initial visibility (miles).
 .BI "--visibility=" "value"
 Specify initial visibility (meters).
 .TP
+.BI "--vor=" "ID"
+Specify starting position relative to a VOR.
+.TP
 .BI "--wBody=" "value"
 Specify velocity along the body Z axis (feet per second unless
 --units-meters specified).
@@ -383,7 +413,7 @@ Specify a waypoint for the GC autopilot.  Multiple instances of this
 option are recognized in build a route.
 .SH ENVIRONMENT
 .TP
-.B $FGROOT
+.B $FG_ROOT
 Path used to locate data files.
 .SH FILES
 ~/.fgfsrc
@@ -391,27 +421,27 @@ Path used to locate data files.
 Per user configuration file.
 .RE
 .TP
-$FGROOT/system.fgfsrc
+$FG_ROOT/system.fgfsrc
 .RS
 System-wide configuration file in command line format.
 .RE
 .TP
-$FGROOT/preferences.xml
+$FG_ROOT/preferences.xml
 .RS
 System-wide configuration file in XML format.
 .RE
 .TP
-$FGROOT/keyboard.xml
+$FG_ROOT/keyboard.xml
 .RS
 Keyboard bindings.
 .RE
 .TP
-$FGROOT/Input/Joysticks/
+$FG_ROOT/Input/Joysticks/
 .RS
 Joystick bindings.
 .RE
 .TP
-$FGROOT/mice.xml
+$FG_ROOT/mice.xml
 .RS
 Mouse bindings.
 .RE