1
0
Fork 0

Cameron Moore:

Added multiplay and callsign options
  Added (en|dis)able-distance-attenuation options
  Added vor, ndb, fix, and turbulence options
  Added generic option
  Added log-level option
This commit is contained in:
curt 2003-04-03 16:40:32 +00:00
parent d82ce71d28
commit 50984ecc67

View file

@ -57,6 +57,9 @@ Specify the bits per pixel for the renderer.
.BI "--browser-app=" "path" .BI "--browser-app=" "path"
Specify location of your web browser. Specify location of your web browser.
.TP .TP
.BI "--callsign=" "value"
Specify a unique name for multiplayer play.
.TP
.BI "--config=" "path" .BI "--config=" "path"
Load additional properties from path. Multiple instances of this Load additional properties from path. Multiple instances of this
option are recognized. option are recognized.
@ -73,6 +76,9 @@ Disable auto coordination between aileron and rudder.
.B "--disable-clouds" .B "--disable-clouds"
Disable cloud rendering. Disable cloud rendering.
.TP .TP
.B "--disable-distance-attenuation"
Disable runway light distance attenuation.
.TP
.B "--disable-freeze" .B "--disable-freeze"
Start out in a running state. Start out in a running state.
.TP .TP
@ -127,6 +133,9 @@ Enable auto coordination between aileron and rudder.
.B "--enable-clouds" .B "--enable-clouds"
Enable cloud rendering. Enable cloud rendering.
.TP .TP
.B "--enable-distance-attenuation"
Enable runway light distance attenuation.
.TP
.B "--enable-freeze" .B "--enable-freeze"
Start out in a frozen state. Start out in a frozen state.
.TP .TP
@ -183,6 +192,9 @@ Specify the root path for data files.
.BI "--fg-scenery=" "path" .BI "--fg-scenery=" "path"
Specify the base path for scenery data. Specify the base path for scenery data.
.TP .TP
.BI "--fix=" "ID"
Specify starting position relative to a fix.
.TP
.BI "--flight-plan=" "file" .BI "--flight-plan=" "file"
Read all waypoints from the specified file. Read all waypoints from the specified file.
.TP .TP
@ -201,6 +213,9 @@ Specify initial field of view angle (degrees).
.BI "--garmin=" "medium" "," "direction" "," "hz" "," "options" "," "..." .BI "--garmin=" "medium" "," "direction" "," "hz" "," "options" "," "..."
Open an IO connection using the Garmin GPS protocol. Open an IO connection using the Garmin GPS protocol.
.TP .TP
.BI "--generic=" "params"
Open connection using the serial port protocol. See README.IO for details.
.TP
.BI "--geometry=" "WxH" .BI "--geometry=" "WxH"
Specify window geometry (ie. 640x480, 800x600, etc). Specify window geometry (ie. 640x480, 800x600, etc).
.TP .TP
@ -232,6 +247,9 @@ Start a screen shot HTTP server on the specified port.
.BI "--lat=" "degrees" .BI "--lat=" "degrees"
Specify starting latitude (degrees). Specify starting latitude (degrees).
.TP .TP
.BI "--log-level=" "value"
Set log level for this session (1..5 where 1=verbose, 5=quiet).
.TP
.BI "--lon=" "degrees" .BI "--lon=" "degrees"
Specify starting longitude (degrees). Specify starting longitude (degrees).
.TP .TP
@ -241,6 +259,9 @@ Specify initial mach number.
.BI "--model-hz=" "n" .BI "--model-hz=" "n"
Run the FDM at this rate (iterations per second). Run the FDM at this rate (iterations per second).
.TP .TP
.BI "--multiplay=" "direction,hz,address,port"
Specify multiplayer communication settings. Multiple instances allowed.
.TP
.BI "--native-ctrls=" "medium" "," "direction" "," "hz" "," "options" "," "..." .BI "--native-ctrls=" "medium" "," "direction" "," "hz" "," "options" "," "..."
Open an IO connection using the FlightGear Native Controls protocol. Open an IO connection using the FlightGear Native Controls protocol.
.TP .TP
@ -250,6 +271,9 @@ Open an IO connection using the FlightGear Native FDM protocol.
.BI "--native=" "medium" "," "direction" "," "hz" "," "options" "," "..." .BI "--native=" "medium" "," "direction" "," "hz" "," "options" "," "..."
Open an IO connection using the FlightGear Native protocol. Open an IO connection using the FlightGear Native protocol.
.TP .TP
.BI "--ndb=" "ID"
Specify starting position relative to an NDB.
.TP
.B "--net-hud" .B "--net-hud"
Enable network information in the HUD. Enable network information in the HUD.
.TP .TP
@ -337,6 +361,9 @@ Trace the reads for a property. Multiple instances allowed.
.BI "--trace-write=" "property" .BI "--trace-write=" "property"
Trace the writes for a property. Multiple instances allowed. Trace the writes for a property. Multiple instances allowed.
.TP .TP
.BI "--turbulence=" "value"
Specify turbulence from 0.0 (calm) to 1.0 (severe).
.TP
.BI "--uBody=" "value" .BI "--uBody=" "value"
Specify velocity along the body X axis (feet per second unless Specify velocity along the body X axis (feet per second unless
--units-meters specified). --units-meters specified).
@ -370,6 +397,9 @@ Specify initial visibility (miles).
.BI "--visibility=" "value" .BI "--visibility=" "value"
Specify initial visibility (meters). Specify initial visibility (meters).
.TP .TP
.BI "--vor=" "ID"
Specify starting position relative to a VOR.
.TP
.BI "--wBody=" "value" .BI "--wBody=" "value"
Specify velocity along the body Z axis (feet per second unless Specify velocity along the body Z axis (feet per second unless
--units-meters specified). --units-meters specified).