You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
691 B
26 lines
691 B
set AUTOTESTDIR="%~dp0\aircraft" |
|
c: |
|
FOR /F "delims=" %%D in ('dir /b "\Program Files"\FlightGear*') DO set FGDIR=%%D |
|
echo "Using FlightGear %FGDIR%" |
|
cd "\Program Files\%FGDIR%\bin" |
|
|
|
fgfs ^ |
|
--native-fdm=socket,in,10,,5503,udp ^ |
|
--fdm=external ^ |
|
--aircraft=arducopter ^ |
|
--fg-aircraft=%AUTOTESTDIR% ^ |
|
--airport=KSFO ^ |
|
--geometry=650x550 ^ |
|
--bpp=32 ^ |
|
--disable-hud-3d ^ |
|
--disable-horizon-effect ^ |
|
--timeofday=noon ^ |
|
--disable-sound ^ |
|
--disable-fullscreen ^ |
|
--disable-random-objects ^ |
|
--disable-ai-models ^ |
|
--fog-disable ^ |
|
--disable-specular-highlight ^ |
|
--disable-anti-alias-hud ^ |
|
--wind=0@0 |
|
pause
|
|
|