2011-12-02 00:15:40 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
AUTOTESTDIR=$(dirname $0)
|
|
|
|
|
2012-03-02 01:09:24 -04:00
|
|
|
nice fgfs \
|
2011-12-02 00:15:40 -04:00
|
|
|
--native-fdm=socket,in,10,,5503,udp \
|
|
|
|
--fdm=external \
|
|
|
|
--aircraft=Rascal110-JSBSim \
|
|
|
|
--fg-aircraft="$AUTOTESTDIR/aircraft" \
|
|
|
|
--airport=YKRY \
|
|
|
|
--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 \
|
|
|
|
$*
|