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.
25 lines
576 B
25 lines
576 B
#!/bin/sh |
|
|
|
AUTOTESTDIR=$(dirname $0) |
|
|
|
nice fgfs \ |
|
--native-fdm=socket,in,10,,5503,udp \ |
|
--fdm=external \ |
|
--aircraft=Rascal110-JSBSim \ |
|
--fg-aircraft="$AUTOTESTDIR/aircraft" \ |
|
--airport=YKRY \ |
|
--geometry=650x550 \ |
|
--bpp=32 \ |
|
--disable-anti-alias-hud \ |
|
--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 \ |
|
$*
|
|
|