Command line options: Difference between revisions

Jump to navigation Jump to search
Line 160: Line 160:
= Features =
= Features =


<code>--composite-viewer={1|0}</code>
<code>--composite-viewer[={true|false|1|0|yes|no}]</code><br/>
::Enable (1), disable (0) CompositeViewer (extra view windows). Available in development version (2020.4).
<code>--enable-composite-viewer</code><br/>
<code>--disable-composite-viewer</code>
::Enable/disable CompositeViewer (extra view windows.)


<code>--panel[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-panel</code><br/>
<code>--enable-panel</code><br/>
<code>--disable-panel</code>
<code>--disable-panel</code>
::Enable/disable 2D instrument panel.
::Enable/disable 2D instrument panel.


<code>--freeze[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-freeze</code><br/>
<code>--enable-freeze</code><br/>
<code>--disable-freeze</code>
<code>--disable-freeze</code>
::Start in a pause state or unpause.
::Start in a pause state or unpause.


<code>--fuel-freeze[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-fuel-freeze</code><br/>
<code>--enable-fuel-freeze</code><br/>
<code>--disable-fuel-freeze</code>
<code>--disable-fuel-freeze</code>
::Fuel tank quantity forced to remain constant or fuel is consumed normally.
::Fuel tank quantity forced to remain constant or fuel is consumed normally.


<code>--clock-freeze[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-clock-freeze</code><br/>
<code>--enable-clock-freeze</code><br/>
<code>--disable-clock-freeze</code>
<code>--disable-clock-freeze</code>
::do not advance clock or clock advances normally.
::Do not advance clock or clock advances normally.


<code>--ai-scenario=scenario</code>
<code>--ai-scenario=scenario</code>
::Add and enable a new scenario. Multiple options are allowed. Scenarios are in [[$FG_ROOT]]/AI/.
::Add and enable a new scenario. Multiple options are allowed. Scenarios are in [[$FG_ROOT]]/AI/.


<code>--ai-models[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-ai-models</code><br/>
<code>--enable-ai-models</code><br/>
<code>--disable-ai-models</code>
<code>--disable-ai-models</code>
::Enable/disable the AI subsystem. When disabled this also disables showing the models of other multiplayer aircraft.
::Enable/disable the AI subsystem. When disabled this also disables showing the models of other multiplayer aircraft.


<code>--ai-traffic[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-ai-traffic</code><br/>
<code>--enable-ai-traffic</code><br/>
<code>--disable-ai-traffic</code>
<code>--disable-ai-traffic</code>
::Enable/disable the autogenerated traffic subsystem.
::Enable/disable the autogenerated traffic subsystem.


<code>--vr[={true|false|1|0|yes|no}]</code><br/>
<code>--enable-vr</code><br/>
<code>--enable-vr</code><br/>
<code>--disable-vr</code>
<code>--disable-vr</code>
::Enable/disable the Virtual Reality. Available in development version (2020.4).
::Enable/disable the Virtual Reality.


<code>--restart-launcher</code>
<code>--restart-launcher[={true|false|1|0|yes|no}]</code><br/>
::Open Launcher automatically when exiting the FlightGear.
<code>--enable-restart-launcher</code><br/>
<code>--disable-restart-launcher</code>
::Enable/Disable automatic opening of the Launcher when exiting FlightGear.


<code>--load-tape={name|url}</code>
<code>--load-tape={name|url}</code>
::Load recording of earlier flightgear session. For <name>, if <name> ends with .fgdata it is treated as the local path of the recording file; otherwise we form the local path by prepending <name> with the tape directory and appending ".fgtape". For <url> (starting with http:// or https://) we download the remote recording (which must be a Continuous recording) in the background to a url-dependent filename while replaying it; if the url-dependent filename already exists it is assumed to be a truncated download and we only download any remaining data.
::Load recording of earlier flightgear session. For <name>, if <name> ends with .fgdata it is treated as the local path of the recording file; otherwise we form the local path by prepending <name> with the tape directory and appending ".fgtape". For <url> (starting with http:// or https://) we download the remote recording (which must be a Continuous recording) in the background to a url-dependent filename while replaying it; if the url-dependent filename already exists it is assumed to be a truncated download and we only download any remaining data.


<code>--load-tape-create-video</code>
<code>--load-tape-create-video[={true|false|1|0|yes|no}]</code><br/>
::Encode video while replaying tape specified by <code>--load-tape</code>. Available in development version (2020.4).
<code>--enable-load-tape-create-video</code><br/>
<code>--disable-load-tape-create-video</code>
::Enable/Disable encode video while replaying tape specified by <code>--load-tape</code>.


<code>--load-tape-fixed-dt=value</code>
<code>--load-tape-fixed-dt=value</code>
::Set fixed-dt mode while replaying tape specified by <code>--load-tape</code>. Available in development version (2020.4).
::Set fixed-dt mode while replaying tape specified by <code>--load-tape</code>.


= Aircraft =
= Aircraft =
1,089

edits

Navigation menu