1
0
Fork 0
fgdata/Translations/default/options.xml
Roman Ludwicki c905e5e5c0 Update the list of options displayed for -h -v
Add missing options
Remove orphaned translations
2021-11-03 00:42:27 +01:00

294 lines
23 KiB
XML

<?xml version="1.0"?>
<!-- FlightGear options: English (=default) language resource -->
<PropertyList>
<usage>Usage: fgfs [ option ... ]</usage>
<verbose-help>For a complete list of options use --help --verbose</verbose-help>
<!-- General options -->
<general-options>General Options</general-options>
<help-desc>Show the most relevant command line options</help-desc>
<verbose-desc>Show all command line options when combined with --help or -h</verbose-desc>
<launcher-desc>Use GUI launcher</launcher-desc>
<composite-viewer-desc>Enable CompositeViewer (extra view windows)</composite-viewer-desc>
<version-desc>Display the current FlightGear version</version-desc>
<fg-root-desc>Specify the root data path</fg-root-desc>
<fg-scenery-desc n="0">Specify the scenery path(s);</fg-scenery-desc>
<fg-scenery-desc n="1">Defaults to $FG_ROOT/Scenery</fg-scenery-desc>
<fg-aircraft-desc>Specify additional aircraft directory path(s) (alternatively, you can use --aircraft-dir to target a specific aircraft in a given directory)</fg-aircraft-desc>
<download-dir-desc>Base directory to use for aircraft and scenery downloads (the TerraSync scenery directory may be specifically set with --terrasync-dir)</download-dir-desc>
<language-desc>Select the language for this session</language-desc>
<load-tape-desc>Load recording of earlier FlightGear session. For &lt;name&gt;, if &lt;name&gt; ends with .fgdata it is treated as the local path of the recording file; otherwise we form the local path by prepending &lt;name&gt; with the tape directory and appending ".fgtape". For &lt;url&gt; (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-tape-desc>
<disable-splash-screen-desc>Disable splash screen</disable-splash-screen-desc>
<enable-splash-screen-desc>Enable splash screen</enable-splash-screen-desc>
<restore-defaults-desc>Reset all user settings to their defaults (rendering options etc)</restore-defaults-desc>
<disable-save-on-exit>Don't save preferences upon program exit</disable-save-on-exit>
<enable-save-on-exit>Allow saving preferences at program exit</enable-save-on-exit>
<disable-mouse-pointer-desc>Disable extra mouse pointer</disable-mouse-pointer-desc>
<enable-mouse-pointer-desc n="0">Enable extra mouse pointer</enable-mouse-pointer-desc>
<enable-mouse-pointer-desc n="1">(i.e. for full screen Voodoo based cards)</enable-mouse-pointer-desc>
<disable-random-objects-desc>Exclude random scenery objects</disable-random-objects-desc>
<enable-random-objects-desc>Include random scenery objects</enable-random-objects-desc>
<disable-random-vegetation-desc>Exclude random vegetation objects</disable-random-vegetation-desc>
<enable-random-vegetation-desc>Include random vegetation objects</enable-random-vegetation-desc>
<disable-random-buildings-desc>Exclude random buildings objects</disable-random-buildings-desc>
<enable-random-buildings-desc>Include random buildings objects</enable-random-buildings-desc>
<disable-real-weather-fetch-desc>Disable METAR based real weather fetching</disable-real-weather-fetch-desc>
<enable-real-weather-fetch-desc>Enable METAR based real weather fetching (this requires an open internet connection)</enable-real-weather-fetch-desc>
<metar-desc>Pass a METAR string to set up static weather (this implies --disable-real-weather-fetch)</metar-desc>
<random-objects-desc>(buildings, etc.)</random-objects-desc>
<disable-ai-models-desc>Deprecated option (disable internal AI subsystem)</disable-ai-models-desc>
<enable-ai-models-desc>Enable AI subsystem (required for multi-player, AI traffic and many other animations)</enable-ai-models-desc>
<disable-ai-traffic-desc>Disable artificial traffic.</disable-ai-traffic-desc>
<enable-ai-traffic-desc>Enable artificial traffic.</enable-ai-traffic-desc>
<ai-scenario>Add and enable a new scenario. Multiple options are allowed.</ai-scenario>
<disable-freeze-desc>Start in a running state</disable-freeze-desc>
<enable-freeze-desc>Start in a frozen state</enable-freeze-desc>
<disable-fuel-freeze-desc>Fuel is consumed normally</disable-fuel-freeze-desc>
<enable-fuel-freeze-desc>Fuel tank quantity forced to remain constant</enable-fuel-freeze-desc>
<disable-clock-freeze-desc>Clock advances normally</disable-clock-freeze-desc>
<enable-clock-freeze-desc>Do not advance clock</enable-clock-freeze-desc>
<enable-auto-coordination-desc>Enable auto coordination</enable-auto-coordination-desc>
<disable-auto-coordination-desc>Disable auto coordination</disable-auto-coordination-desc>
<browser-app-desc>Specify path to your web browser</browser-app-desc>
<prop-desc>Set property &lt;name&gt; to &lt;value&gt;. &lt;type&gt; can be one of string, double, float, long, int, or bool.</prop-desc>
<config-desc>Load additional properties from path</config-desc>
<no-default-config-desc>Do not load any default configuration files (like .fgfsrc) unless explicitly specified with --config.</no-default-config-desc>
<allow-nasal-read-desc>Allow Nasal scripts to read files from directories listed as path (separate multiple paths with a semicolon (Windows) or a colon (UNIX)). By default, for security reasons, Nasal scripts can only read data from certain directories, such as $FG_ROOT, $FG_HOME, etc.</allow-nasal-read-desc>
<read-only-desc>Make $FG_HOME read-only</read-only-desc>
<ignore-autosave-desc>Ignore the autosave file, i.e. the settings saved in this file will not be loaded during startup, nor will the settings be saved to this file when closing the simulator</ignore-autosave-desc>
<units-feet-desc>Use feet for distances</units-feet-desc>
<units-meters-desc>Use meters for distances</units-meters-desc>
<json-report-desc>Print a report in JSON format on the standard output, giving information such as the FlightGear version, $FG_ROOT, $FG_HOME, aircraft and scenery paths, etc.</json-report-desc>
<disable-gui-desc>Enable headless mode</disable-gui-desc>
<jsbsim-output-directive-file-desc>Log JSBSim properties in a CSV file. An output directives file contains an &lt;output type="CSV"&gt;&lt;/output&gt; element, within which should be specified the parameters or parameter groups that should be logged.</jsbsim-output-directive-file-desc>
<data-desc>Specify an additional base data directory (FGData), before the $FG_ROOT directory</data-desc>
<addon-desc>Specify a path to addon;</addon-desc>
<!-- Features options -->
<environment-options>Environment Options</environment-options>
<features-options>Features</features-options>
<disable-hud-desc>Disable Heads Up Display (HUD)</disable-hud-desc>
<enable-hud-desc>Enable Heads Up Display (HUD)</enable-hud-desc>
<disable-panel-desc>Disable instrument panel</disable-panel-desc>
<enable-panel-desc>Enable instrument panel</enable-panel-desc>
<disable-anti-alias-hud-desc>Disable anti-aliased HUD</disable-anti-alias-hud-desc>
<enable-anti-alias-hud-desc>Enable anti-aliased HUD</enable-anti-alias-hud-desc>
<disable-hud-3d-desc>Disable 3D HUD</disable-hud-3d-desc>
<enable-hud-3d-desc>Enable 3D HUD</enable-hud-3d-desc>
<disable-vr-desc>Disable VR</disable-vr-desc>
<enable-vr-desc>Enable VR</enable-vr-desc>
<restart-launcher-desc>Open Launcher automatically when exiting FlightGear</restart-launcher-desc>
<!-- Aircraft options -->
<aircraft-options>Aircraft</aircraft-options>
<aircraft-desc>Select an aircraft profile as defined by a top level &lt;name&gt;-set.xml</aircraft-desc>
<vehicle-desc>Same as the --aircraft option</vehicle-desc>
<show-aircraft-desc>Print a list of the currently available aircraft types</show-aircraft-desc>
<min-aircraft-status>Allows you to define a minimum status level (=development status) for all listed aircraft</min-aircraft-status>
<livery-desc>Select aircraft livery</livery-desc>
<state-desc>Specify the initial state of the aircraft to the given value</state-desc>
<!-- Flight Dynamics Model options -->
<fdm-options>Flight Model</fdm-options>
<fdm-desc n="0">Select the core flight dynamics model</fdm-desc>
<fdm-desc n="1">Can be one of jsb, larcsim, yasim, magic, balloon, ada, external, or null</fdm-desc>
<aero-desc>Select aircraft aerodynamics model to load</aero-desc>
<model-hz-desc>Run the FDM this rate (iterations per second)</model-hz-desc>
<speed-desc>Run the FDM 'n' times faster than real time</speed-desc>
<notrim-desc n="0">Do NOT attempt to trim the model</notrim-desc>
<notrim-desc n="1">(only with fdm=jsbsim)</notrim-desc>
<trim-desc n="0">Trim the model</trim-desc>
<trim-desc n="1">(only with fdm=jsbsim)</trim-desc>
<on-ground-desc>Start at ground level (default)</on-ground-desc>
<in-air-desc>Start in air (implied when using --altitude)</in-air-desc>
<wind-desc>Specify wind coming from DIR (degrees) at SPEED (knots)</wind-desc>
<random-wind-desc>Set up random wind direction and speed</random-wind-desc>
<turbulence-desc>Specify turbulence from 0.0 (calm) to 1.0 (severe)</turbulence-desc>
<ceiling-desc>Create an overcast ceiling, optionally with a specific thickness (defaults to 2000 ft).</ceiling-desc>
<aircraft-dir-desc>Specify the exact directory to use for the aircraft (normally not required, but may be useful). Interpreted relatively to the current directory. Causes the &lt;path-cache&gt; from autosave_X_Y.xml, as well as --fg-aircraft and the FG_AIRCRAFT environment variable to be bypassed.</aircraft-dir-desc>
<!-- Position and Orientation options -->
<position-options>Initial Position and Orientation</position-options>
<airport-desc>Specify starting position relative to an airport</airport-desc>
<parking-id-desc>Specify parking position at an airport (must also specify an airport)</parking-id-desc>
<parkpos-desc>Same as the --parking-id option</parkpos-desc>
<carrier-desc>Specify starting position on an AI carrier</carrier-desc>
<carrier-position-desc>Specify a starting position relative to the carrier where you can use the predefined abeam (start on downwind abeam) or FLOLS (start on final approach) values, or specify the name of the carrier's parking position. Must also specify a carrier.</carrier-position-desc>
<vor-desc>Specify starting position relative to a VOR</vor-desc>
<vor-freq-desc>Specify the frequency of the VOR. Use with --vor=ID</vor-freq-desc>
<ndb-desc>Specify starting position relative to an NDB</ndb-desc>
<ndb-freq-desc>Specify the frequency of the NDB. Use with --ndb=ID</ndb-freq-desc>
<fix-desc>Specify starting position relative to a fix</fix-desc>
<runway-no-desc>Specify starting runway (must also specify an airport)</runway-no-desc>
<offset-distance-desc>Specify distance to reference point (nautical miles)</offset-distance-desc>
<offset-azimuth-desc>Specify heading to reference point</offset-azimuth-desc>
<lon-desc>Starting longitude (west = -)</lon-desc>
<lat-desc>Starting latitude (south = -)</lat-desc>
<altitude-desc>Starting altitude</altitude-desc>
<heading-desc>Specify heading (yaw) angle (Psi)</heading-desc>
<roll-desc>Specify roll angle (Phi)</roll-desc>
<pitch-desc>Specify pitch angle (Theta)</pitch-desc>
<uBody-desc>Specify velocity along the body X axis</uBody-desc>
<vBody-desc>Specify velocity along the body Y axis</vBody-desc>
<wBody-desc>Specify velocity along the body Z axis</wBody-desc>
<vNorth-desc>Specify velocity along a South-North axis</vNorth-desc>
<vEast-desc>Specify velocity along a West-East axis</vEast-desc>
<vDown-desc>Specify velocity along a vertical axis</vDown-desc>
<vc-desc>Specify initial airspeed</vc-desc>
<mach-desc>Specify initial mach number</mach-desc>
<glideslope-desc>Specify flight path angle (can be positive)</glideslope-desc>
<roc-desc>Specify initial climb rate (can be negative)</roc-desc>
<disable-hold-short-desc>Disable the move to hold short position for multiplayer</disable-hold-short-desc>
<!-- Audio options -->
<audio-options>Audio Options</audio-options>
<disable-sound-desc>Disable sound effects</disable-sound-desc>
<enable-sound-desc>Enable sound effects</enable-sound-desc>
<show-sound-devices-desc>Show a list of available audio device</show-sound-devices-desc>
<sound-device-desc>Explicitly specify the audio device to use</sound-device-desc>
<!-- Rendering options -->
<rendering-options>Rendering Options</rendering-options>
<graphics-preset-desc>Set graphic options from one of the presets</graphics-preset-desc>
<compositor-desc>Specify the path to XML file for multi-pass rendering. The path is relative to $FG_ROOT (defaults to Compositor/default.xml).</compositor-desc>
<bpp-desc>Specify the bits per pixel</bpp-desc>
<fog-disable-desc>Disable fog/haze</fog-disable-desc>
<fog-fastest-desc>Enable fastest fog/haze</fog-fastest-desc>
<fog-nicest-desc>Enable nicest fog/haze</fog-nicest-desc>
<disable-horizon-effect>Disable celestial body growth illusion near the horizon</disable-horizon-effect>
<enable-horizon-effect>Enable celestial body growth illusion near the horizon</enable-horizon-effect>
<disable-enhanced-lighting>Disable enhanced runway lighting</disable-enhanced-lighting>
<enable-enhanced-lighting>Enable enhanced runway lighting</enable-enhanced-lighting>
<disable-distance-attenuation>Disable runway light distance attenuation</disable-distance-attenuation>
<enable-distance-attenuation>Enable runway light distance attenuation</enable-distance-attenuation>
<disable-specular-highlight>Disable specular reflections on textured objects</disable-specular-highlight>
<enable-specular-highlight>Enable specular reflections on textured objects</enable-specular-highlight>
<enable-clouds-desc>Enable 2D (flat) cloud layers</enable-clouds-desc>
<disable-clouds-desc>Disable 2D (flat) cloud layers</disable-clouds-desc>
<enable-clouds3d-desc>Enable 3D (volumetric) cloud layers</enable-clouds3d-desc>
<disable-clouds3d-desc>Disable 3D (volumetric) cloud layers</disable-clouds3d-desc>
<fov-desc>Specify field of view angle</fov-desc>
<arm-desc>Specify a multiplier for the aspect ratio.</arm-desc>
<disable-fullscreen-desc>Disable fullscreen mode</disable-fullscreen-desc>
<enable-fullscreen-desc>Enable fullscreen mode</enable-fullscreen-desc>
<shading-flat-desc>Enable flat shading</shading-flat-desc>
<shading-smooth-desc>Enable smooth shading</shading-smooth-desc>
<disable-textures-desc>Disable textures</disable-textures-desc>
<enable-textures-desc>Enable textures</enable-textures-desc>
<materials-file-desc>Specify the materials file used to render the scenery (default: Materials/regions/materials.xml)</materials-file-desc>
<texture-filtering-desc>Anisotropic Texture Filtering: values should be 1 (default), 2, 4, 8 or 16</texture-filtering-desc>
<disable-wireframe-desc>Disable wireframe drawing mode</disable-wireframe-desc>
<enable-wireframe-desc>Enable wireframe drawing mode</enable-wireframe-desc>
<geometry-desc>Specify window geometry (640x480, etc)</geometry-desc>
<view-offset-desc>Specify the default forward view direction as an offset from straight ahead. Allowable values are LEFT, RIGHT, CENTER, or a specific number in degrees</view-offset-desc>
<visibility-desc>Specify initial visibility in meters</visibility-desc>
<visibility-miles-desc>Specify initial visibility in statute miles</visibility-miles-desc>
<max-fps-desc>Maximum frame rate in Hz.</max-fps-desc>
<disable-texture-cache-desc>Disable texture cache (DDS)</disable-texture-cache-desc>
<enable-texture-cache-desc>Enable texture cache (DDS)</enable-texture-cache-desc>
<texture-cache-dir-desc>Specify the DDS texture cache directory to be different than the default location</texture-cache-dir-desc>
<terrain-engine-desc>Specify the terrain engine you want to use: tilecache or pagedLOD</terrain-engine-desc>
<lod-levels-desc>Specify the detail levels, where levels are a space-separated numeric list of levels. The default is "1 3 5 7 9".</lod-levels-desc>
<lod-res-desc>Specify the resolution of the terrain grid. Defaults is 1.</lod-res-desc>
<lod-texturing-desc>Specify the method of texturing the terrain. The default is bluemarble.</lod-texturing-desc>
<lod-range-mult-desc>Specify the range multiplier (point from low to fine detail). Defaults is 2.</lod-range-mult-desc>
<use-with-terrain-engine-pagedlod>Use with --terrain-engine=pagedLOD</use-with-terrain-engine-pagedlod>
<!-- Hud options -->
<hud-options>Hud Options</hud-options>
<hud-tris-desc>Hud displays number of triangles rendered</hud-tris-desc>
<hud-culled-desc>Hud displays percentage of triangles culled</hud-culled-desc>
<!-- Time options -->
<time-options>Time Options</time-options>
<timeofday-desc>Specify a time of day</timeofday-desc>
<time-offset-desc>Add this time offset</time-offset-desc>
<time-match-real-desc>Synchronize time with real-world time</time-match-real-desc>
<time-match-local-desc>Synchronize time with local real-world time</time-match-local-desc>
<start-date-desc>Specify a starting date/time with respect to</start-date-desc>
<system-time>system time</system-time>
<gmt>GMT</gmt>
<local-aircraft-time>local aircraft time</local-aircraft-time>
<!-- Network options -->
<network-options>Network Options</network-options>
<httpd-desc>Enable http server on the specified address. Specify the port or address:port to bind to.</httpd-desc>
<proxy-desc>Specify which proxy server (and port) to use. The username and password are optional and should be MD5 encoded already. This option is only useful when used in conjunction with the real-weather-fetch option.</proxy-desc>
<telnet-desc>Enable telnet server on the specified port</telnet-desc>
<jpg-httpd-desc>Enable screen shot http server on the specified port (replaced by --httpd)</jpg-httpd-desc>
<disable-terrasync-desc>Disable automatic scenery downloads/updates</disable-terrasync-desc>
<enable-terrasync-desc>Enable automatic scenery downloads/updates</enable-terrasync-desc>
<terrasync-dir-desc>Set target directory for scenery downloads</terrasync-dir-desc>
<enable-fgcom-desc>Enable FGCom built-in</enable-fgcom-desc>
<disable-fgcom-desc>Disable FGCom built-in</disable-fgcom-desc>
<allow-nasal-from-sockets-desc>Remove security flag, which means that network connections will be allowed full access to the simulator including running arbitrary scripts. Ensure you have adequate security (such as a firewall which blocks external connections).</allow-nasal-from-sockets-desc>
<disable-sentry-desc>Disable crash and error reports from being sent to the development team for analysis</disable-sentry-desc>
<enable-sentry-desc>Enable crash and error reports to be sent to the development team for analysis</enable-sentry-desc>
<!-- MultiPlayer options -->
<multiplayer-options>MultiPlayer Options</multiplayer-options>
<multiplay-desc>Specify multipilot communication settings;</multiplay-desc>
<callsign-desc>Assign a unique name to a player</callsign-desc>
<!-- Route/Way Point Options -->
<route-options>Route/Way Point Options</route-options>
<wp-desc>Specify a waypoint for the GC autopilot;</wp-desc>
<flight-plan-desc>Read all waypoints from a file</flight-plan-desc>
<!-- IO Options -->
<io-options>IO Options</io-options>
<AV400-desc>Emit the Garmin AV400 protocol required to drive a Garmin 196/296 series GPS</AV400-desc>
<AV400Sim-desc>Emit the set of AV400 strings required to drive a Garmin 400-series GPS from FlightGear</AV400Sim-desc>
<AV400WSimA-desc>Open connection for "A" channel using Garmin WAAS GPS protocol</AV400WSimA-desc>
<AV400WSimB-desc>Open connection for "B" channel using Garmin WAAS GPS protocol</AV400WSimB-desc>
<atlas-desc>Open connection using the Atlas protocol</atlas-desc>
<atcsim-desc>Open connection using the ATC sim protocol (atc610x)</atcsim-desc>
<flarm-desc>Open connection using the Flarm protocol, which includes NMEA/GPS and traffic reporting messages</flarm-desc>
<garmin-desc>Open connection using the Garmin GPS protocol</garmin-desc>
<joyclient-desc>Open connection to an Agwagon joystick</joyclient-desc>
<jsclient-desc>Open connection to a remote joystick</jsclient-desc>
<native-ctrls-desc>Open connection using the FG Native Controls protocol</native-ctrls-desc>
<native-fdm-desc>Open connection using the FG Native FDM protocol</native-fdm-desc>
<native-gui-desc>Open connection using the FG Native GUI protocol</native-gui-desc>
<native-desc>Open connection using the FG Native protocol</native-desc>
<nmea-desc>Open connection using the NMEA protocol</nmea-desc>
<generic-desc>Open connection using a predefined communication interface and a preselected communication protocol</generic-desc>
<opengc-desc>Open connection using the OpenGC protocol</opengc-desc>
<props-desc>Open connection using the interactive property manager</props-desc>
<pve-desc>Open connection using the PVE protocol</pve-desc>
<ray-desc>Open connection using the Ray Woodworth motion chair protocol</ray-desc>
<rul-desc>Open connection using the RUL protocol</rul-desc>
<!-- Avionics Options -->
<avionics-options>Avionics Options</avionics-options>
<com1-desc>Set the COM1 radio frequency</com1-desc>
<com2-desc>Set the COM2 radio frequency</com2-desc>
<nav1-desc>Set the NAV1 radio frequency, optionally preceded by a radial.</nav1-desc>
<nav2-desc>Set the NAV2 radio frequency, optionally preceded by a radial.</nav2-desc>
<adf1-desc>Set the ADF1 radio frequency, optionally preceded by a card rotation.</adf1-desc>
<adf2-desc>Set the ADF2 radio frequency, optionally preceded by a card rotation.</adf2-desc>
<dme-desc>Slave the DME to one of the NAV radios, or set its internal frequency.</dme-desc>
<!-- Situation Options -->
<situation-options>Situation Options</situation-options>
<failure-desc>Fail the pitot, static, vacuum, or electrical system (repeat the option for multiple system failures).</failure-desc>
<!-- Debugging Options -->
<debugging-options>Debugging Options</debugging-options>
<console-desc>Display console (Windows specific)</console-desc>
<developer-desc>Enable developer mode</developer-desc>
<fpe-desc>Abort on encountering a floating point exception;</fpe-desc>
<fgviewer-desc>Use a model viewer rather than load the entire simulator;</fgviewer-desc>
<trace-read-desc>Trace the reads for a property;</trace-read-desc>
<trace-write-desc>Trace the writes for a property;</trace-write-desc>
<log-level-desc>Specify which logging level to use</log-level-desc>
<log-class-desc>Specify which logging class(es) to use</log-class-desc>
<log-dir-desc>Log to directory DIR. The special value 'desktop' causes logging to the desktop (OS-dependent location). This option may be given several times, using a different value each time. Inside the specified directory, the written log file is named FlightGear_YYYY-MM-DD_&lt;num&gt;.log, where &lt;num&gt; takes the values 0, 1, 2, etc.</log-dir-desc>
<uninstall-desc>Remove $FG_HOME directory. For Windows, it additionally removes TerraSync, Aircraft and TextureCache directories from download directory.</uninstall-desc>
<multiple-instance>multiple instances can be used</multiple-instance>
</PropertyList>