Cameron Moore:
Added the following options: adf, ceiling, com1, com2, dme, (en|dis)able-clock-freeze, (en|dis)able-enhanced-lighting, (en|dis)able-horizon-effect, (en|dis)able-hud-3d, failure, nav1, nav2, and timeofday Updated descriptions for enable-hud and fdm
This commit is contained in:
parent
1d058b0bac
commit
d1ef56fc9f
1 changed files with 68 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
||||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
.\"
|
.\"
|
||||||
.Id $Id$
|
.Id $Id$
|
||||||
.TH FGFS 1 "September 2002" "@VERSION@" "@PACKAGE@"
|
.TH FGFS 1 "October 2003" "@VERSION@" "@PACKAGE@"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fgfs \- FlightGear Flight Simulator
|
fgfs \- FlightGear Flight Simulator
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -29,6 +29,10 @@ simulator framework for the development and pursuit of interesting
|
||||||
flight simulator ideas.
|
flight simulator ideas.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--adf=" "[rotation:]frequency"
|
||||||
|
Specify the initial ADF radio frequency. Optionally may be preceded by a
|
||||||
|
card rotation.
|
||||||
|
.TP
|
||||||
.BI "--aero=" "name"
|
.BI "--aero=" "name"
|
||||||
Specify aerodynamics model to load.
|
Specify aerodynamics model to load.
|
||||||
.TP
|
.TP
|
||||||
|
@ -60,6 +64,16 @@ Specify location of your web browser.
|
||||||
.BI "--callsign=" "value"
|
.BI "--callsign=" "value"
|
||||||
Specify a unique name for multiplayer play.
|
Specify a unique name for multiplayer play.
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--ceiling=" "value[:thickness]"
|
||||||
|
Create an overcast ceiling (feet above sea level). May optionally specify
|
||||||
|
a thickness (feet) which defaults to 2000.
|
||||||
|
.TP
|
||||||
|
.BI "--com1=" "frequency"
|
||||||
|
Set the initial COM1 radio frequency.
|
||||||
|
.TP
|
||||||
|
.BI "--com2=" "frequency"
|
||||||
|
Set the initial COM2 radio frequency.
|
||||||
|
.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.
|
||||||
|
@ -67,18 +81,28 @@ option are recognized.
|
||||||
.BI "--control=" "mode"
|
.BI "--control=" "mode"
|
||||||
Primary control mode (joystick, keyboard, mouse).
|
Primary control mode (joystick, keyboard, mouse).
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--dme=" "{nav1|nav2|frequency}"
|
||||||
|
Specify the NAV radio from which to slave the ADF or set its internal
|
||||||
|
frequency.
|
||||||
|
.TP
|
||||||
.B "--disable-anti-alias-hud"
|
.B "--disable-anti-alias-hud"
|
||||||
Disable anti-aliased HUD.
|
Disable anti-aliased HUD.
|
||||||
.TP
|
.TP
|
||||||
.B "--disable-auto-coordination"
|
.B "--disable-auto-coordination"
|
||||||
Disable auto coordination between aileron and rudder.
|
Disable auto coordination between aileron and rudder.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--disable-clock-freeze"
|
||||||
|
Disable clock freezing so that time advances normally.
|
||||||
|
.TP
|
||||||
.B "--disable-clouds"
|
.B "--disable-clouds"
|
||||||
Disable cloud rendering.
|
Disable cloud rendering.
|
||||||
.TP
|
.TP
|
||||||
.B "--disable-distance-attenuation"
|
.B "--disable-distance-attenuation"
|
||||||
Disable runway light distance attenuation.
|
Disable runway light distance attenuation.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--disable-enhanced-lighting"
|
||||||
|
Disable enhanced runway lighting.
|
||||||
|
.TP
|
||||||
.B "--disable-freeze"
|
.B "--disable-freeze"
|
||||||
Start out in a running state.
|
Start out in a running state.
|
||||||
.TP
|
.TP
|
||||||
|
@ -91,8 +115,14 @@ Disable fullscreen mode.
|
||||||
.B "--disable-game-mode"
|
.B "--disable-game-mode"
|
||||||
Disable fullscreen game mode.
|
Disable fullscreen game mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--disable-horizon-effect"
|
||||||
|
Disable celestial body growth illusion near the horizon..
|
||||||
|
.TP
|
||||||
.B "--disable-hud"
|
.B "--disable-hud"
|
||||||
Disable HUD.
|
Disable 2D HUD.
|
||||||
|
.TP
|
||||||
|
.B "--disable-hud-3d"
|
||||||
|
Disable 3D HUD.
|
||||||
.TP
|
.TP
|
||||||
.B "--disable-intro-music"
|
.B "--disable-intro-music"
|
||||||
Disable introduction music.
|
Disable introduction music.
|
||||||
|
@ -115,6 +145,9 @@ Disable sky blending.
|
||||||
.B "--disable-sound"
|
.B "--disable-sound"
|
||||||
Disable sound effects.
|
Disable sound effects.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--disable-specular-highlight"
|
||||||
|
Disable specular reflections on textured objects.
|
||||||
|
.TP
|
||||||
.B "--disable-splash-screen"
|
.B "--disable-splash-screen"
|
||||||
Disable splash screen.
|
Disable splash screen.
|
||||||
.TP
|
.TP
|
||||||
|
@ -130,12 +163,18 @@ Enable anti-aliased HUD.
|
||||||
.B "--enable-auto-coordination"
|
.B "--enable-auto-coordination"
|
||||||
Enable auto coordination between aileron and rudder.
|
Enable auto coordination between aileron and rudder.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--enable-clock-freeze"
|
||||||
|
Enable clock freezing so that time does not advance.
|
||||||
|
.TP
|
||||||
.B "--enable-clouds"
|
.B "--enable-clouds"
|
||||||
Enable cloud rendering.
|
Enable cloud rendering.
|
||||||
.TP
|
.TP
|
||||||
.B "--enable-distance-attenuation"
|
.B "--enable-distance-attenuation"
|
||||||
Enable runway light distance attenuation.
|
Enable runway light distance attenuation.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--enable-enhanced-lighting"
|
||||||
|
Enable enhanced runway lighting.
|
||||||
|
.TP
|
||||||
.B "--enable-freeze"
|
.B "--enable-freeze"
|
||||||
Start out in a frozen state.
|
Start out in a frozen state.
|
||||||
.TP
|
.TP
|
||||||
|
@ -148,8 +187,14 @@ Enable fullscreen mode.
|
||||||
.B "--enable-game-mode"
|
.B "--enable-game-mode"
|
||||||
Enable fullscreen game mode.
|
Enable fullscreen game mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--enable-horizon-effect"
|
||||||
|
Enable celestial body growth illusion near the horizon.
|
||||||
|
.TP
|
||||||
.B "--enable-hud"
|
.B "--enable-hud"
|
||||||
Enable HUD.
|
Enable 2D HUD.
|
||||||
|
.TP
|
||||||
|
.B "--enable-hud-3d"
|
||||||
|
Enable 3D HUD.
|
||||||
.TP
|
.TP
|
||||||
.B "--enable-intro-music"
|
.B "--enable-intro-music"
|
||||||
Enable introduction music.
|
Enable introduction music.
|
||||||
|
@ -173,6 +218,9 @@ Enable sky blending.
|
||||||
.B "--enable-sound"
|
.B "--enable-sound"
|
||||||
Enable sound effects.
|
Enable sound effects.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--enable-specular-highlight"
|
||||||
|
Enable specular reflections on textured objects.
|
||||||
|
.TP
|
||||||
.B "--enable-splash-screen"
|
.B "--enable-splash-screen"
|
||||||
Enable splash screen.
|
Enable splash screen.
|
||||||
.TP
|
.TP
|
||||||
|
@ -182,9 +230,13 @@ Enable textures.
|
||||||
.B "--enable-wireframe"
|
.B "--enable-wireframe"
|
||||||
Enable wireframe drawing mode.
|
Enable wireframe drawing mode.
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--failure=" "system"
|
||||||
|
Fail a system on the aircraft. System may be one of pitot, static, vacuum,
|
||||||
|
or electrical. Multiple instances allowed.
|
||||||
|
.TP
|
||||||
.BI "--fdm=" "name"
|
.BI "--fdm=" "name"
|
||||||
Specify the flight dynamics model to use. Can be one of jsb, larcsim, yasim,
|
Specify the flight dynamics model to use. Name may be one of jsb, larcsim,
|
||||||
magic, balloon, ada, external, or null.
|
yasim, magic, balloon, ada, external, or null.
|
||||||
.TP
|
.TP
|
||||||
.BI "--fg-root=" "path"
|
.BI "--fg-root=" "path"
|
||||||
Specify the root path for data files.
|
Specify the root path for data files.
|
||||||
|
@ -271,6 +323,14 @@ 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 "--nav1=" "[radial:]frequency"
|
||||||
|
Specify the initial NAV1 radio frequency. Optionally may be preceded by a
|
||||||
|
radial value.
|
||||||
|
.TP
|
||||||
|
.BI "--nav2=" "[radial:]frequency"
|
||||||
|
Specify the initial NAV2 radio frequency. Optionally may be preceded by a
|
||||||
|
radial value.
|
||||||
|
.TP
|
||||||
.BI "--ndb=" "ID"
|
.BI "--ndb=" "ID"
|
||||||
Specify starting position relative to an NDB.
|
Specify starting position relative to an NDB.
|
||||||
.TP
|
.TP
|
||||||
|
@ -346,6 +406,9 @@ Specify a starting date/time with respect to your local system time.
|
||||||
.BI "--telnet=" "port"
|
.BI "--telnet=" "port"
|
||||||
Start a telnet interface to the property manager on the specified port.
|
Start a telnet interface to the property manager on the specified port.
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--timeofday=" "value"
|
||||||
|
Specify a time of day. Value may be one of dawn, dusk, noon, or midnight.
|
||||||
|
.TP
|
||||||
.B "--time-match-local"
|
.B "--time-match-local"
|
||||||
Synchronize time with local real-world time.
|
Synchronize time with local real-world time.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue