User:Callahanp: Difference between revisions

Jump to navigation Jump to search
m
First cut at page explaining various ways to run Flightgear.
(Replaced content with "== What I'm doing: == Not that much.")
Tag: Replaced
m (First cut at page explaining various ways to run Flightgear.)
Line 1: Line 1:
== What I'm doing: ==
== What I'm doing: ==
Not that much.
https://sourceforge.net/p/flightgear/mailman/message/37833798/
 
A new wiki page or edits to an existing wiki page possibly with an article on the forum:
 
*
 
There are interesting ongoing development projects on Flightgear, including new features, new scenery and aircraft.  I wanted to try some of them out.
 
As part of my project https://github.com/callahanp/fgdev, I want to document the command line options, necessary files, environment variables and actions needed to enable specific features
 
* HDR
* New GUI
* World Scenery 3.0
* Photo Scenery with World Scenery 3.0
* Photo Scenery with World Scenery 2.0
* Anyone's  new scenery they'd like tested
* Anyone's Aircraft they'd like tested
* Running automated tests, interpreting  and reporting the results
 
 
Documented in the Flightgear Options Page:
 
* With a web server
* With multiplayer enabled
* Developer Mode
 
{| class="wikitable"
|+
!Scenario or Description
!Flightgear Executable Startup Options
and Environment Variables
|Notes:
 
* Recommended File Placement
* Command Line Options
* Development Status
* Report Errors to:
|-
|HDR:
|
|
|-
|New Canvas GUI
|
|
|-
|World Scenery 2.0
|
|
|-
|World Scenery 3.0
|
|
|-
|Photoscenery for WS2.0
|
|
|-
|Photoscenery for WS3.0
|
|
|-
|Other Scenery
|
|
|-
|Other Aircraft
|
|
|-
|Testing
|
|
|-
|Developer Mode
| --developer
|Not sure Exactly what this does, but currently, a dialog indicating an error in the C172P appears that is not there without developer mode.
|-
|Multiplayer
| --multiplay=in,10,<your-internal-ip-address>,5000
example: --multiplay=in,10,192.168.1.246,5000
|In your router, allow TCP and UDP Port forwarding.
 
 
Example:
{| class="wikitable"
|+
!Application
!Original Port
!Protocol
!Fwd to Addr
!Fwd to Port
!Schedule
|-
|
|5000
|Both
|192.168.1.246
|5000
|Always
|-
|
|5001
|Both
|192.168.1.246
|5001
|Always
|}
|-
|Web Server
|<nowiki>--httpd=5401</nowiki>
|In web browser on the same machine as Flightgear is running on, enter this URL:
localhost:5401
|-
|Other useful Options
| --callsign=N1742C --timeofday=noon --httpd=5401 --enable-terrasync --enable-real-weather-fetch --enable-horizon-effect -multiplay=in,10,192.168.1.246,5000
|These options are present by default when you run using the fgdev infrastructure.
|}
 
*
936

edits

Navigation menu