From 50984ecc67e044bd18eed575d923df64b5d0e9d8 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 3 Apr 2003 16:40:32 +0000 Subject: [PATCH] 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 --- man/fgfs.1.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/man/fgfs.1.in b/man/fgfs.1.in index 7b3c5f0cb..1b7a0fc4e 100644 --- a/man/fgfs.1.in +++ b/man/fgfs.1.in @@ -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).