1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

An example batch file for starting Flightgear as a stand-alone app on Windows.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2179 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
scott 2010-11-29 23:34:03 +00:00 committed by scott
parent 18809ce3dc
commit 8532bdfe28

View File

@ -0,0 +1,2 @@
cd "C:\Program Files\FlightGear\bin\Win32"
"C:\Program Files\FlightGear\bin\Win32\fgfs.exe" --fg-root="c:\program files\flightgear\data" --timeofday=noon --httpd=5400 --enable-hud --in-air --altitude=3000 --vc=100 --log-level=alert --generic=socket,out,20,192.168.1.109,5500,udp,opfgprotocol --generic=socket,in,80,192.168.1.115,10001,udp,opfgprotocol"