diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile index 2852beed6f88..cba1fe297fdc 100644 --- a/games/fgfs-base/Makefile +++ b/games/fgfs-base/Makefile @@ -5,58 +5,28 @@ # $FreeBSD$ # -PORTNAME= FlightGear -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTNAME= fgfs-base +PORTVERSION= 0.9.6 CATEGORIES= games -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/:src \ - ftp://ftp.flightgear.org/pub/fgfs/Shared/:dat +MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ + ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ MAINTAINER= des@FreeBSD.org -COMMENT= The FlightGear flight simulator +COMMENT= FlightGear scenery, textures and aircraft models -BASEVERSION= ${PORTVERSION} -BASEFILE= fgfs-base-${BASEVERSION}${EXTRACT_SUFX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ - ${BASEFILE}:dat - -LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut -BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ - ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear -RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ - ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear - -USE_GMAKE= yes +NO_BUILD= yes +USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes -# Force configure to look in ${LOCALBASE}/{include,lib} -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-threads - -MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1 - -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +WRKSRC= ${WRKDIR}/data post-extract: - @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -delete + @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete do-install: - @${ECHO} ">> Installing program" - @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - @${ECHO} ">> Installing data" @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 ${DATADIR} - @(cd ${WRKSRC}/data && ${FIND} . -type d | (cd ${DATADIR} &&\ + @(cd ${WRKSRC} && ${FIND} . -type d | (cd ${DATADIR} &&\ ${XARGS} ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755)) - @(cd ${WRKSRC}/data && ${FIND} . -type f |\ + @(cd ${WRKSRC} && ${FIND} . -type f |\ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}) -.include +.include diff --git a/games/fgfs-base/distinfo b/games/fgfs-base/distinfo index c2a6ff037acb..063015c7d1b1 100644 --- a/games/fgfs-base/distinfo +++ b/games/fgfs-base/distinfo @@ -1,4 +1,2 @@ -MD5 (FlightGear-0.9.3.tar.gz) = 6e5b672fb0167f73a4e4346a9a6250e3 -SIZE (FlightGear-0.9.3.tar.gz) = 1361944 -MD5 (fgfs-base-0.9.3.tar.gz) = ac58d5a0b7fc67060892773d98d994e2 -SIZE (fgfs-base-0.9.3.tar.gz) = 75233300 +MD5 (fgfs-base-0.9.6.tar.bz2) = fc167ed777d2fe184940541670bc72b1 +SIZE (fgfs-base-0.9.6.tar.bz2) = 81807095 diff --git a/games/fgfs-base/files/patch-ab b/games/fgfs-base/files/patch-ab deleted file mode 100644 index 2c568c8d15a1..000000000000 --- a/games/fgfs-base/files/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ ---- src/Main/Makefile.am.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/Makefile.am Wed Jan 22 14:33:57 2003 -@@ -19,7 +19,7 @@ - PSL_LIBS = - endif - --AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -+AM_CXXFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" - - EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in - ---- src/Main/Makefile.in.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/Makefile.in Wed Jan 22 14:34:16 2003 -@@ -97,7 +97,7 @@ - @HAVE_PLIB_PSL_TRUE@THREAD_LIBS = -lplibpsl - @HAVE_PLIB_PSL_FALSE@THREAD_LIBS = - --AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -+AM_CXXFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" - - EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in - ---- src/Main/fg_init.cxx.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/fg_init.cxx Wed Jan 22 14:34:27 2003 -@@ -264,7 +264,7 @@ - #elif defined( macintosh ) - root = ""; - #else -- root = PKGLIBDIR; -+ root = PKGDATADIR; - #endif - } - diff --git a/games/fgfs-base/pkg-plist b/games/fgfs-base/pkg-plist index 732b4845b3b6..b5eba76e8d9d 100644 --- a/games/fgfs-base/pkg-plist +++ b/games/fgfs-base/pkg-plist @@ -1,4524 +1,4884 @@ -bin/est-epsilon -bin/fgfs -bin/fgjs -bin/gl-info -bin/js_demo -bin/terrasync -bin/yasim -share/FlightGear/ATC/KEMT.taxi -share/FlightGear/ATC/default.approach -share/FlightGear/ATC/default.atis -share/FlightGear/ATC/default.ground -share/FlightGear/ATC/default.tower -share/FlightGear/ATC/default.transmissions -share/FlightGear/ATC/default.vce -share/FlightGear/ATC/default.wav -share/FlightGear/AUTHORS -share/FlightGear/Aircraft-uiuc/Beech99/aircraft.dat -share/FlightGear/Aircraft-uiuc/Boeing747/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172-71/CLfa.dat -share/FlightGear/Aircraft-uiuc/Cessna172-71/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172-73/CLfa.dat -share/FlightGear/Aircraft-uiuc/Cessna172-73/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna310/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna620/aircraft.dat -share/FlightGear/Aircraft-uiuc/Convair880/aircraft.dat -share/FlightGear/Aircraft-uiuc/F104/aircraft.dat -share/FlightGear/Aircraft-uiuc/F4/aircraft.dat -share/FlightGear/Aircraft-uiuc/Learjet24/aircraft.dat -share/FlightGear/Aircraft-uiuc/Marchetti/aircraft.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CDfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CDfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CLfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CLfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CYfbetadr.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Clfada.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cmfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cmfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cnfada.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cnfbetadr.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/aircraft.dat -share/FlightGear/Aircraft-uiuc/Pioneer/aircraft.dat -share/FlightGear/Aircraft-uiuc/README-aircraft-uiuc.html -share/FlightGear/Aircraft-uiuc/T37/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtter/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtter/deft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterAllIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterTailIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterWingIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/X15/aircraft.dat -share/FlightGear/Aircraft-uiuc/models/boeing747/index.html -share/FlightGear/Aircraft-uiuc/models/boeing747/linear.html -share/FlightGear/Aircraft-uiuc/models/boeing747/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna172/index.html -share/FlightGear/Aircraft-uiuc/models/cessna172/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna172/nonlinear.html -share/FlightGear/Aircraft-uiuc/models/cessna172/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna310/index.html -share/FlightGear/Aircraft-uiuc/models/cessna310/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna310/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna620/index.html -share/FlightGear/Aircraft-uiuc/models/cessna620/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna620/refs.html -share/FlightGear/Aircraft-uiuc/models/convair880/index.html -share/FlightGear/Aircraft-uiuc/models/convair880/linear.html -share/FlightGear/Aircraft-uiuc/models/convair880/refs.html -share/FlightGear/Aircraft-uiuc/models/f104/index.html -share/FlightGear/Aircraft-uiuc/models/f104/linear.html -share/FlightGear/Aircraft-uiuc/models/f104/refs.html -share/FlightGear/Aircraft-uiuc/models/f4/index.html -share/FlightGear/Aircraft-uiuc/models/f4/linear.html -share/FlightGear/Aircraft-uiuc/models/f4/refs.html -share/FlightGear/Aircraft-uiuc/models/images/alpha.gif -share/FlightGear/Aircraft-uiuc/models/images/alphadot.gif -share/FlightGear/Aircraft-uiuc/models/images/beta.gif -share/FlightGear/Aircraft-uiuc/models/images/cbar.gif -share/FlightGear/Aircraft-uiuc/models/images/delta.gif -share/FlightGear/Aircraft-uiuc/models/images/inf.gif -share/FlightGear/Aircraft-uiuc/models/images/mdot.gif -share/FlightGear/Aircraft-uiuc/models/images/mu.gif -share/FlightGear/Aircraft-uiuc/models/images/phi.gif -share/FlightGear/Aircraft-uiuc/models/images/plms.gif -share/FlightGear/Aircraft-uiuc/models/images/psi.gif -share/FlightGear/Aircraft-uiuc/models/images/sigma.gif -share/FlightGear/Aircraft-uiuc/models/images/theta.gif -share/FlightGear/Aircraft-uiuc/models/index.html -share/FlightGear/Aircraft-uiuc/models/learjet24/index.html -share/FlightGear/Aircraft-uiuc/models/learjet24/linear.html -share/FlightGear/Aircraft-uiuc/models/learjet24/refs.html -share/FlightGear/Aircraft-uiuc/models/marchetti/index.html -share/FlightGear/Aircraft-uiuc/models/marchetti/linear.html -share/FlightGear/Aircraft-uiuc/models/marchetti/refs.html -share/FlightGear/Aircraft-uiuc/models/pioneer/index.html -share/FlightGear/Aircraft-uiuc/models/pioneer/linear.html -share/FlightGear/Aircraft-uiuc/models/pioneer/nonlinear.html -share/FlightGear/Aircraft-uiuc/models/pioneer/refs.html -share/FlightGear/Aircraft-uiuc/models/t37/index.html -share/FlightGear/Aircraft-uiuc/models/t37/linear.html -share/FlightGear/Aircraft-uiuc/models/t37/refs.html -share/FlightGear/Aircraft-uiuc/models/x15/index.html -share/FlightGear/Aircraft-uiuc/models/x15/linear.html -share/FlightGear/Aircraft-uiuc/models/x15/refs.html -share/FlightGear/Aircraft-uiuc/runfgfs.bat -share/FlightGear/Aircraft-yasim/README.yasim -share/FlightGear/Aircraft/737/737-jsbsim-set.xml -share/FlightGear/Aircraft/737/737-set.xml -share/FlightGear/Aircraft/737/737.xml -share/FlightGear/Aircraft/737/737panel.readme -share/FlightGear/Aircraft/737/Instruments/737-engines.xml -share/FlightGear/Aircraft/737/Instruments/EADI.xml -share/FlightGear/Aircraft/737/Instruments/Textures/737-engines.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/adihsi.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/blank-256x256.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/eadi_ladder.rgb -share/FlightGear/Aircraft/737/Instruments/fuel-quantity.xml -share/FlightGear/Aircraft/737/Panels/737-invis-1024x1024.rgb -share/FlightGear/Aircraft/737/Panels/737-panel.xml -share/FlightGear/Aircraft/747/747-panel.xml -share/FlightGear/Aircraft/747/747-set.xml -share/FlightGear/Aircraft/747/747-sound.xml -share/FlightGear/Aircraft/747/747-yasim-set.xml -share/FlightGear/Aircraft/747/747.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-bezel-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efis-common-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efis-common-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-02.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-03.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-02.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-03.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-03.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-04.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-04.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw.xml -share/FlightGear/Aircraft/747/Models/digits.rgb -share/FlightGear/Aircraft/747/Models/digits.xcf -share/FlightGear/Aircraft/A320/A320-jsbsim-set.xml -share/FlightGear/Aircraft/A320/A320-set.xml -share/FlightGear/Aircraft/A320/A320.xml -share/FlightGear/Aircraft/A320/Models/a320-fb-af-01.rgb -share/FlightGear/Aircraft/A320/Models/a320-fb.ac -share/FlightGear/Aircraft/A320/Models/a320-fb.xml -share/FlightGear/Aircraft/Generic/README -share/FlightGear/Aircraft/Generic/generic-electrical.xml -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.ac -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.rgb -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.xml -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.ac -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.xml -share/FlightGear/Aircraft/Instruments-3d/mag-compass.ac -share/FlightGear/Aircraft/Instruments-3d/mag-compass.rgb -share/FlightGear/Aircraft/Instruments-3d/mag-compass.xml -share/FlightGear/Aircraft/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp1.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp2.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp3.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp4.rgb -share/FlightGear/Aircraft/Instruments/Textures/airspeed-160-knot.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt1.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt2.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt3.rgb -share/FlightGear/Aircraft/Instruments/Textures/ann-c172s.rgb -share/FlightGear/Aircraft/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-260-knot.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-c310.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi2.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati1.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati2.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati3.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude1.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude2.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude3.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude4.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude5.rgb -share/FlightGear/Aircraft/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel3.rgb -share/FlightGear/Aircraft/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/Instruments/Textures/compass-ribbon.rgb -share/FlightGear/Aircraft/Instruments/Textures/default-attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments/Textures/egt-fuel.rgb -share/FlightGear/Aircraft/Instruments/Textures/egt1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-1-hi.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-3-hi.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE2.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE3.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE4.rgb -share/FlightGear/Aircraft/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/Instruments/Textures/fuel1.rgb -share/FlightGear/Aircraft/Instruments/Textures/glareshield1.rgb -share/FlightGear/Aircraft/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/Instruments/Textures/hdg1.rgb -share/FlightGear/Aircraft/Instruments/Textures/hdg2.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi2.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi3.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi4.rgb -share/FlightGear/Aircraft/Instruments/Textures/kr-87adf.rgb -share/FlightGear/Aircraft/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/Instruments/Textures/logo.rgb -share/FlightGear/Aircraft/Instruments/Textures/madr-misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc2.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc3.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav1.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav2.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav3.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav4.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav5.rgb -share/FlightGear/Aircraft/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/Instruments/Textures/oil1.rgb -share/FlightGear/Aircraft/Instruments/Textures/panel-mini-bg.rgb -share/FlightGear/Aircraft/Instruments/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/Instruments/Textures/percent.rgb -share/FlightGear/Aircraft/Instruments/Textures/plusminus.rgb -share/FlightGear/Aircraft/Instruments/Textures/rpm1.rgb -share/FlightGear/Aircraft/Instruments/Textures/smlf.rgb -share/FlightGear/Aircraft/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/Instruments/Textures/tach-2700-redline.rgb -share/FlightGear/Aircraft/Instruments/Textures/trn1.rgb -share/FlightGear/Aircraft/Instruments/Textures/vac-amp-oil.rgb -share/FlightGear/Aircraft/Instruments/Textures/vac-amp1.rgb -share/FlightGear/Aircraft/Instruments/Textures/vertical-speed-6kfpm.rgb -share/FlightGear/Aircraft/Instruments/Textures/vsi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb -share/FlightGear/Aircraft/Instruments/accel.xml -share/FlightGear/Aircraft/Instruments/adf-c172s.xml -share/FlightGear/Aircraft/Instruments/adf-hi.xml -share/FlightGear/Aircraft/Instruments/adf-radio.xml -share/FlightGear/Aircraft/Instruments/adf.xml -share/FlightGear/Aircraft/Instruments/alt-c172s.xml -share/FlightGear/Aircraft/Instruments/altimeter-hi.xml -share/FlightGear/Aircraft/Instruments/altimeter.xml -share/FlightGear/Aircraft/Instruments/ann-c172s.xml -share/FlightGear/Aircraft/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/Instruments/aoa.xml -share/FlightGear/Aircraft/Instruments/aoaL.xml -share/FlightGear/Aircraft/Instruments/asi-160-knot-hi.xml -share/FlightGear/Aircraft/Instruments/asi-160-knot.xml -share/FlightGear/Aircraft/Instruments/asi-1k-knot.xml -share/FlightGear/Aircraft/Instruments/asi-260-knot.xml -share/FlightGear/Aircraft/Instruments/asi-590-knot-a4c.xml -share/FlightGear/Aircraft/Instruments/asi-c172s.xml -share/FlightGear/Aircraft/Instruments/asi-c310.xml -share/FlightGear/Aircraft/Instruments/asi.xml -share/FlightGear/Aircraft/Instruments/ati-c172s.xml -share/FlightGear/Aircraft/Instruments/ati.xml -share/FlightGear/Aircraft/Instruments/attitude-indicator-hi.xml -share/FlightGear/Aircraft/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/Instruments/autopilot-elev-adj-factor.xml -share/FlightGear/Aircraft/Instruments/autopilot-max-aileron.xml -share/FlightGear/Aircraft/Instruments/autopilot-max-roll-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-roll-out-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-roll-out-smooth-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-target-climb-rate.xml -share/FlightGear/Aircraft/Instruments/autopilot-target-descent-rate.xml -share/FlightGear/Aircraft/Instruments/autopilot.xml -share/FlightGear/Aircraft/Instruments/brakes.xml -share/FlightGear/Aircraft/Instruments/clock.xml -share/FlightGear/Aircraft/Instruments/controls.xml -share/FlightGear/Aircraft/Instruments/default-160Knot-airspeed.xml -share/FlightGear/Aircraft/Instruments/dme.xml -share/FlightGear/Aircraft/Instruments/dual-manifold-pressure.xml -share/FlightGear/Aircraft/Instruments/egt-dual.xml -share/FlightGear/Aircraft/Instruments/egt-ff-c172s.xml -share/FlightGear/Aircraft/Instruments/egt.xml -share/FlightGear/Aircraft/Instruments/engine-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine-epr.xml -share/FlightGear/Aircraft/Instruments/engine-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine-reheat.xml -share/FlightGear/Aircraft/Instruments/engine0-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine0-epr.xml -share/FlightGear/Aircraft/Instruments/engine0-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine0-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine0-reheat.xml -share/FlightGear/Aircraft/Instruments/engine1-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine1-epr.xml -share/FlightGear/Aircraft/Instruments/engine1-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine1-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine1-reheat.xml -share/FlightGear/Aircraft/Instruments/flap.xml -share/FlightGear/Aircraft/Instruments/fuel-c172s.xml -share/FlightGear/Aircraft/Instruments/fuel-tot-gal.xml -share/FlightGear/Aircraft/Instruments/fuel.xml -share/FlightGear/Aircraft/Instruments/fueltank-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank0-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank1-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank2-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank3-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank4-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank5-gal_us.xml -share/FlightGear/Aircraft/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/Instruments/gear.xml -share/FlightGear/Aircraft/Instruments/gyro.xml -share/FlightGear/Aircraft/Instruments/hdg-c172s.xml -share/FlightGear/Aircraft/Instruments/hdg.xml -share/FlightGear/Aircraft/Instruments/hsi-bk-hi.xml -share/FlightGear/Aircraft/Instruments/hsi-hi.xml -share/FlightGear/Aircraft/Instruments/hsi.xml -share/FlightGear/Aircraft/Instruments/hsi2.xml -share/FlightGear/Aircraft/Instruments/jet-throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/kr-87adf.xml -share/FlightGear/Aircraft/Instruments/logo.xml -share/FlightGear/Aircraft/Instruments/magcompass.xml -share/FlightGear/Aircraft/Instruments/magneto-switch.xml -share/FlightGear/Aircraft/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/Instruments/mixture-knob.xml -share/FlightGear/Aircraft/Instruments/n1.xml -share/FlightGear/Aircraft/Instruments/nav1-hi.xml -share/FlightGear/Aircraft/Instruments/nav1.xml -share/FlightGear/Aircraft/Instruments/nav3.xml -share/FlightGear/Aircraft/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/Instruments/navcom-radio.xml -share/FlightGear/Aircraft/Instruments/oat.xml -share/FlightGear/Aircraft/Instruments/oil-c172s.xml -share/FlightGear/Aircraft/Instruments/oil.xml -share/FlightGear/Aircraft/Instruments/pilot-g.xml -share/FlightGear/Aircraft/Instruments/propeller-knob.xml -share/FlightGear/Aircraft/Instruments/rmi.xml -share/FlightGear/Aircraft/Instruments/rpm-c172s.xml -share/FlightGear/Aircraft/Instruments/rpm-hi.xml -share/FlightGear/Aircraft/Instruments/rpm.xml -share/FlightGear/Aircraft/Instruments/single-magneto-switch.xml -share/FlightGear/Aircraft/Instruments/single-manifold-pressure.xml -share/FlightGear/Aircraft/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/Instruments/single-step-flap-quadrant.xml -share/FlightGear/Aircraft/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/switch.xml -share/FlightGear/Aircraft/Instruments/tach-2700-redline.xml -share/FlightGear/Aircraft/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/Instruments/throttle-knob.xml -share/FlightGear/Aircraft/Instruments/throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/trn-c172s.xml -share/FlightGear/Aircraft/Instruments/trn.xml -share/FlightGear/Aircraft/Instruments/tsr2-attitude-indicator.xml -share/FlightGear/Aircraft/Instruments/turn-hi.xml -share/FlightGear/Aircraft/Instruments/turn.xml -share/FlightGear/Aircraft/Instruments/twin-magneto-switch.xml -share/FlightGear/Aircraft/Instruments/vac-amp-c172s.xml -share/FlightGear/Aircraft/Instruments/vacamp.xml -share/FlightGear/Aircraft/Instruments/vertical-hi.xml -share/FlightGear/Aircraft/Instruments/vertical-speed-6kfpm.xml -share/FlightGear/Aircraft/Instruments/vertical.xml -share/FlightGear/Aircraft/Instruments/vertical1k.xml -share/FlightGear/Aircraft/Instruments/vor1-c172s.xml -share/FlightGear/Aircraft/Instruments/vor2-c172s.xml -share/FlightGear/Aircraft/Instruments/vsi-c172s.xml -share/FlightGear/Aircraft/Instruments/vsi.xml -share/FlightGear/Aircraft/Instruments/xpdr-kt76c.xml -share/FlightGear/Aircraft/OV10/Models/OV10.ac -share/FlightGear/Aircraft/OV10/Models/OV10.mdl -share/FlightGear/Aircraft/OV10/Models/ov10.xml -share/FlightGear/Aircraft/OV10/Models/ov10_0.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_1.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_2.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_3.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_4.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_5.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_6.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_7.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_8.rgb -share/FlightGear/Aircraft/OV10/OV10-jsbsim-set.xml -share/FlightGear/Aircraft/OV10/OV10-read-me.html -share/FlightGear/Aircraft/OV10/OV10-set.xml -share/FlightGear/Aircraft/OV10/OV10.xml -share/FlightGear/Aircraft/OV10/Sounds/OV10-sound.xml -share/FlightGear/Aircraft/OV10/Sounds/turboprop1.wav -share/FlightGear/Aircraft/OV10/ov10 -share/FlightGear/Aircraft/T38/Instruments/IVSI-6kfpm.xml -share/FlightGear/Aircraft/T38/Instruments/T38-ADI.xml -share/FlightGear/Aircraft/T38/Instruments/T38-HSI.xml -share/FlightGear/Aircraft/T38/Instruments/T38-airspeed.xml -share/FlightGear/Aircraft/T38/Instruments/T38-altimeter.xml -share/FlightGear/Aircraft/T38/Instruments/T38-flaps.xml -share/FlightGear/Aircraft/T38/Instruments/T38-gear.xml -share/FlightGear/Aircraft/T38/Instruments/T38-throttle.xml -share/FlightGear/Aircraft/T38/Instruments/Textures/T38-altimeter.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/aero.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/engine.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/fuel.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/fuelflow.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/gmeter.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/ivsi-6kfpm.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/n1.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/nozzle.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/oilpressure.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-ADI.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-airspeed.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-flaps.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-gear.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-hsi.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/throttle.rgb -share/FlightGear/Aircraft/T38/Instruments/aero.xml -share/FlightGear/Aircraft/T38/Instruments/egt-0.xml -share/FlightGear/Aircraft/T38/Instruments/egt-1.xml -share/FlightGear/Aircraft/T38/Instruments/engine.xml -share/FlightGear/Aircraft/T38/Instruments/ff-0.xml -share/FlightGear/Aircraft/T38/Instruments/ff-1.xml -share/FlightGear/Aircraft/T38/Instruments/fuel-0.xml -share/FlightGear/Aircraft/T38/Instruments/fuel-1.xml -share/FlightGear/Aircraft/T38/Instruments/gmeter.xml -share/FlightGear/Aircraft/T38/Instruments/n1-0.xml -share/FlightGear/Aircraft/T38/Instruments/n1-1.xml -share/FlightGear/Aircraft/T38/Instruments/nozzle-0.xml -share/FlightGear/Aircraft/T38/Instruments/nozzle-1.xml -share/FlightGear/Aircraft/T38/Instruments/oilpressure-0.xml -share/FlightGear/Aircraft/T38/Instruments/oilpressure-1.xml -share/FlightGear/Aircraft/T38/Models/T38-model.xml -share/FlightGear/Aircraft/T38/Models/T38.ac -share/FlightGear/Aircraft/T38/Models/t38_0.rgb -share/FlightGear/Aircraft/T38/Models/t38_1.rgb -share/FlightGear/Aircraft/T38/Models/t38_10.rgb -share/FlightGear/Aircraft/T38/Models/t38_11.rgb -share/FlightGear/Aircraft/T38/Models/t38_2.rgb -share/FlightGear/Aircraft/T38/Models/t38_3.rgb -share/FlightGear/Aircraft/T38/Models/t38_4.rgb -share/FlightGear/Aircraft/T38/Models/t38_5.rgb -share/FlightGear/Aircraft/T38/Models/t38_6.rgb -share/FlightGear/Aircraft/T38/Models/t38_7.rgb -share/FlightGear/Aircraft/T38/Models/t38_8.rgb -share/FlightGear/Aircraft/T38/Models/t38_9.rgb -share/FlightGear/Aircraft/T38/Panels/T38-panel.xml -share/FlightGear/Aircraft/T38/Panels/Textures/T38-panel.rgb -share/FlightGear/Aircraft/T38/Sounds/T38-engines.wav -share/FlightGear/Aircraft/T38/Sounds/T38-sound.xml -share/FlightGear/Aircraft/T38/T38-electrical.xml -share/FlightGear/Aircraft/T38/T38-jsbsim-set.xml -share/FlightGear/Aircraft/T38/T38-read-me.html -share/FlightGear/Aircraft/T38/T38-set.xml -share/FlightGear/Aircraft/T38/T38.xml -share/FlightGear/Aircraft/UIUC/Models/opus/opus-model.xml -share/FlightGear/Aircraft/UIUC/Models/opus/opus.mdl -share/FlightGear/Aircraft/UIUC/README.uiuc.html -share/FlightGear/Aircraft/UIUC/a4-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/README.a4.html -share/FlightGear/Aircraft/UIUC/a4-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/CDfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/CLfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/CDfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/CLfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/Cmfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/Cmfade-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/README.asw20.html -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/beech99-v1/README.beech99.html -share/FlightGear/Aircraft/UIUC/beech99-v1/aircraft.dat -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/index.html -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/linear.html -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/refs.html -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/README.fkdr1.html -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/marchetti-v1/README.marchetti.html -share/FlightGear/Aircraft/UIUC/marchetti-v1/aircraft.dat -share/FlightGear/Aircraft/UIUC/ornithopter/README.orni.html -share/FlightGear/Aircraft/UIUC/ornithopter/aircraft.dat -share/FlightGear/Aircraft/UIUC/ornithopter/flap.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/README.sopwithCamel.html -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/CLfade.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfa2.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfade6.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/README.wrightFlyer1903.html -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/aircraft.dat -share/FlightGear/Aircraft/X15/Instruments/Textures/x15-faces-1.rgb -share/FlightGear/Aircraft/X15/Instruments/Textures/x15-faces-2.rgb -share/FlightGear/Aircraft/X15/Instruments/X15-accelerometer-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-airspeed-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-altimeter-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-climb-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-height-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-speed-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-roll-indicator-face.xml -share/FlightGear/Aircraft/X15/Instruments/accelerometer.xml -share/FlightGear/Aircraft/X15/Instruments/airspeed.xml -share/FlightGear/Aircraft/X15/Instruments/altimeter.xml -share/FlightGear/Aircraft/X15/Instruments/aoa-face.xml -share/FlightGear/Aircraft/X15/Instruments/aoa.xml -share/FlightGear/Aircraft/X15/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/X15/Instruments/autopilot.xml -share/FlightGear/Aircraft/X15/Instruments/center-cap.xml -share/FlightGear/Aircraft/X15/Instruments/clock.xml -share/FlightGear/Aircraft/X15/Instruments/controls.xml -share/FlightGear/Aircraft/X15/Instruments/dynamic-pressure-face.xml -share/FlightGear/Aircraft/X15/Instruments/dynamic_press.xml -share/FlightGear/Aircraft/X15/Instruments/flaps.xml -share/FlightGear/Aircraft/X15/Instruments/inertialclimb.xml -share/FlightGear/Aircraft/X15/Instruments/inertialheight.xml -share/FlightGear/Aircraft/X15/Instruments/inertialspeed.xml -share/FlightGear/Aircraft/X15/Instruments/nav1.xml -share/FlightGear/Aircraft/X15/Instruments/needle.xml -share/FlightGear/Aircraft/X15/Instruments/roll.xml -share/FlightGear/Aircraft/X15/Models/X15_flight.ac -share/FlightGear/Aircraft/X15/Models/X15_landing.ac -share/FlightGear/Aircraft/X15/Models/X15_readme.txt -share/FlightGear/Aircraft/X15/Models/x150.rgb -share/FlightGear/Aircraft/X15/Models/x151.rgb -share/FlightGear/Aircraft/X15/Models/x152.rgb -share/FlightGear/Aircraft/X15/Models/x153.rgb -share/FlightGear/Aircraft/X15/Models/x154.rgb -share/FlightGear/Aircraft/X15/Models/x155.rgb -share/FlightGear/Aircraft/X15/Models/x156.rgb -share/FlightGear/Aircraft/X15/Models/x157.rgb -share/FlightGear/Aircraft/X15/Models/x158.rgb -share/FlightGear/Aircraft/X15/Panels/Textures/x15-bg.rgb -share/FlightGear/Aircraft/X15/Panels/X15-panel.xml -share/FlightGear/Aircraft/X15/X15-jsbsim-set.xml -share/FlightGear/Aircraft/X15/X15-set.xml -share/FlightGear/Aircraft/X15/X15.xml -share/FlightGear/Aircraft/a10/Huds/a10-fgtbi.xml -share/FlightGear/Aircraft/a10/Huds/a10-hud1.xml -share/FlightGear/Aircraft/a10/Huds/a10-hudcard.xml -share/FlightGear/Aircraft/a10/Huds/a10-hudladder.xml -share/FlightGear/Aircraft/a10/Huds/a10-instrlabel.xml -share/FlightGear/Aircraft/a10/Models/A10cl.3ds -share/FlightGear/Aircraft/a10/Models/A10fl.3ds -share/FlightGear/Aircraft/a10/Models/A10wl.3ds -share/FlightGear/Aircraft/a10/Models/a10cl-model.xml -share/FlightGear/Aircraft/a10/Models/a10fl-model.xml -share/FlightGear/Aircraft/a10/Models/a10wl-model.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE2-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE2.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE3-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE3.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE4.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/plusminus.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/a10-attitude-indicator.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/altimeter.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/aoa.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/asi-1k-knot-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/asi-1k-knot.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-elev-adj-factor.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-max-aileron.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-max-roll-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-roll-out-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-roll-out-smooth-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-target-climb-rate.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-target-descent-rate.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-egt-degf-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-egt-degf.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-fuel-flow-gph-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-fuel-flow-gph.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-n1-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-n2-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-prop-thrust-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-prop-thrust.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fuel-tot-gal-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fuel-tot-gal.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fueltank-gal_us.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/mach-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/pilot-g.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/vertical.xml -share/FlightGear/Aircraft/a10/Panels/Textures/a10-panel-bg.rgb -share/FlightGear/Aircraft/a10/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/a10/Panels/a10-mini-panel.xml -share/FlightGear/Aircraft/a10/Panels/a10-vfr-panel.xml -share/FlightGear/Aircraft/a10/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/a10/Sounds/a10-sound.xml -share/FlightGear/Aircraft/a10/Systems/a10-electrical.xml -share/FlightGear/Aircraft/a10/a10-readme.txt -share/FlightGear/Aircraft/a10/a10-yasim-set.xml -share/FlightGear/Aircraft/a10/a10-yasim.xml -share/FlightGear/Aircraft/a10/a10cl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10cl-yasim.xml -share/FlightGear/Aircraft/a10/a10fl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10fl-yasim.xml -share/FlightGear/Aircraft/a10/a10wl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10wl-yasim.xml -share/FlightGear/Aircraft/a4/Models/READMEmodel.txt -share/FlightGear/Aircraft/a4/Models/a4-blue-0.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-1.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-2.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-3.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-4.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-5.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-6.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-7.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-8.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-uiuc.xml -share/FlightGear/Aircraft/a4/Models/a4-blue.ac -share/FlightGear/Aircraft/a4/Models/a4-blue.xml -share/FlightGear/Aircraft/a4/Models/attitude-detail.rgb -share/FlightGear/Aircraft/a4/Models/attitude.ac -share/FlightGear/Aircraft/a4/Models/attitude.rgb -share/FlightGear/Aircraft/a4/Models/attitude.xml -share/FlightGear/Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml -share/FlightGear/Aircraft/a4/a4-3d-set.xml -share/FlightGear/Aircraft/a4/a4-panel.xml -share/FlightGear/Aircraft/a4/a4-set.xml -share/FlightGear/Aircraft/a4/a4-sound.xml -share/FlightGear/Aircraft/a4/a4-sound.xml.new -share/FlightGear/Aircraft/a4/a4-uiuc-set.xml -share/FlightGear/Aircraft/a4/a4-yasim-set.xml -share/FlightGear/Aircraft/a4/a4.xml -share/FlightGear/Aircraft/a4/aoa-panel.xml -share/FlightGear/Aircraft/a4/fuel-gauge.rgb -share/FlightGear/Aircraft/a4/fuel-gauge.xml -share/FlightGear/Aircraft/a4/transparent-bg.rgb -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/README.TXT -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr-cs-model.xml -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.0af -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.1af -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.mdl -share/FlightGear/Aircraft/airwaveXtreme150/Sounds/uiuc/airwaveXtreme150-sound.xml -share/FlightGear/Aircraft/airwaveXtreme150/airwaveXtreme150-set.xml -share/FlightGear/Aircraft/airwaveXtreme150/airwaveXtreme150-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/an225/Huds/an225-fgtbi.xml -share/FlightGear/Aircraft/an225/Huds/an225-hud1.xml -share/FlightGear/Aircraft/an225/Huds/an225-hudcard.xml -share/FlightGear/Aircraft/an225/Huds/an225-hudladder.xml -share/FlightGear/Aircraft/an225/Huds/an225-instrlabel.xml -share/FlightGear/Aircraft/an225/Models/AN225-003-002d11.ac -share/FlightGear/Aircraft/an225/Models/AN225-tx-001.rgb -share/FlightGear/Aircraft/an225/Models/an225-model.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/four-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/four-step-flap-quadrant.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/an225/Panels/Textures/an225-panel-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/an225/Panels/an225-mini-panel.xml -share/FlightGear/Aircraft/an225/Panels/an225-vfr-panel.xml -share/FlightGear/Aircraft/an225/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/an225/Sounds/an225-sound.xml -share/FlightGear/Aircraft/an225/Systems/an225-electrical.xml -share/FlightGear/Aircraft/an225/an225-yasim-set.xml -share/FlightGear/Aircraft/an225/an225-yasim.xml -share/FlightGear/Aircraft/as350/as350-set.xml -share/FlightGear/Aircraft/as350/as350-yasim-set.xml -share/FlightGear/Aircraft/as350/as350.xml -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/README.TXT -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20-stuck-model.xml -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20.mdl -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.0af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.1af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.2af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.3af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.4af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.5af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.6af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.7af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.8af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.9af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.aaf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.baf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.caf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.daf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.eaf -share/FlightGear/Aircraft/asw20/Sounds/uiuc/asw20-sound.xml -share/FlightGear/Aircraft/asw20/asw20-set.xml -share/FlightGear/Aircraft/asw20/asw20-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/b52/Huds/b52-fgtbi.xml -share/FlightGear/Aircraft/b52/Huds/b52-hud1.xml -share/FlightGear/Aircraft/b52/Huds/b52-hudcard.xml -share/FlightGear/Aircraft/b52/Huds/b52-hudladder.xml -share/FlightGear/Aircraft/b52/Huds/b52-instrlabel.xml -share/FlightGear/Aircraft/b52/Models/B52-F-020a.ac -share/FlightGear/Aircraft/b52/Models/B52-F-L-Plan.rgb -share/FlightGear/Aircraft/b52/Models/B52-F-R-Plan.rgb -share/FlightGear/Aircraft/b52/Models/B52-F-Side.rgb -share/FlightGear/Aircraft/b52/Models/b52-model.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-step-flap-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/b52/Panels/Textures/b52-panel-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/b52/Panels/b52-mini-panel.xml -share/FlightGear/Aircraft/b52/Panels/b52-vfr-panel.xml -share/FlightGear/Aircraft/b52/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/b52/Sounds/b52-sound.xml -share/FlightGear/Aircraft/b52/Systems/b52-electrical.xml -share/FlightGear/Aircraft/b52/b52-readme.txt -share/FlightGear/Aircraft/b52/b52-yasim-set.xml -share/FlightGear/Aircraft/b52/b52-yasim.xml -share/FlightGear/Aircraft/beech99/Models/READMEmodel.txt -share/FlightGear/Aircraft/beech99/Models/beech99-model.xml -share/FlightGear/Aircraft/beech99/Models/beech99.ac -share/FlightGear/Aircraft/beech99/Models/beech_990.rgb -share/FlightGear/Aircraft/beech99/Models/beech_991.rgb -share/FlightGear/Aircraft/beech99/Models/beech_992.rgb -share/FlightGear/Aircraft/beech99/Models/beech_993.rgb -share/FlightGear/Aircraft/beech99/Models/beech_994.rgb -share/FlightGear/Aircraft/beech99/Models/beech_995.rgb -share/FlightGear/Aircraft/beech99/Models/beech_996.rgb -share/FlightGear/Aircraft/beech99/Models/beech_997.rgb -share/FlightGear/Aircraft/beech99/Models/beech_998.rgb -share/FlightGear/Aircraft/beech99/Models/beech_999.rgb -share/FlightGear/Aircraft/beech99/Models/uiuc/beech99/beech99-model.xml -share/FlightGear/Aircraft/beech99/Sounds/uiuc/beech99-sound.xml -share/FlightGear/Aircraft/beech99/beech99-v1-uiuc-set.xml -share/FlightGear/Aircraft/bell206/bell206-set.xml -share/FlightGear/Aircraft/bell206/bell206-yasim-set.xml -share/FlightGear/Aircraft/bell206/bell206.xml -share/FlightGear/Aircraft/bo105/Models/bo105.ac -share/FlightGear/Aircraft/bo105/Models/bo105.xml -share/FlightGear/Aircraft/bo105/bo105-set.xml -share/FlightGear/Aircraft/bo105/bo105-yasim-set.xml -share/FlightGear/Aircraft/bo105/bo105.xml -share/FlightGear/Aircraft/c172-fs-set.xml -share/FlightGear/Aircraft/c172/Instruments.high/Textures/blister.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/brake.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/compass-ribbon.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/egauge.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-2.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-3.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-4.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-5.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-6.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/flaps.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/knobs.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/led.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/logo.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/misc-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/panel-bg-2.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/radios-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/adf-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/adf.xml -share/FlightGear/Aircraft/c172/Instruments.high/airspeed.xml -share/FlightGear/Aircraft/c172/Instruments.high/altimeter.xml -share/FlightGear/Aircraft/c172/Instruments.high/autopilot.xml -share/FlightGear/Aircraft/c172/Instruments.high/brakes.xml -share/FlightGear/Aircraft/c172/Instruments.high/clock.xml -share/FlightGear/Aircraft/c172/Instruments.high/controls.xml -share/FlightGear/Aircraft/c172/Instruments.high/dme.xml -share/FlightGear/Aircraft/c172/Instruments.high/egt.xml -share/FlightGear/Aircraft/c172/Instruments.high/flap.xml -share/FlightGear/Aircraft/c172/Instruments.high/fuel.xml -share/FlightGear/Aircraft/c172/Instruments.high/gyro.xml -share/FlightGear/Aircraft/c172/Instruments.high/horizon.xml -share/FlightGear/Aircraft/c172/Instruments.high/logo.xml -share/FlightGear/Aircraft/c172/Instruments.high/magcompass.xml -share/FlightGear/Aircraft/c172/Instruments.high/manifold-press.xml -share/FlightGear/Aircraft/c172/Instruments.high/markerbeacon.xml -share/FlightGear/Aircraft/c172/Instruments.high/mixture-knob.xml -share/FlightGear/Aircraft/c172/Instruments.high/nav1.xml -share/FlightGear/Aircraft/c172/Instruments.high/nav2.xml -share/FlightGear/Aircraft/c172/Instruments.high/navcom1-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/navcom2-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/oil.xml -share/FlightGear/Aircraft/c172/Instruments.high/rpm.xml -share/FlightGear/Aircraft/c172/Instruments.high/throttle-knob.xml -share/FlightGear/Aircraft/c172/Instruments.high/turn.xml -share/FlightGear/Aircraft/c172/Instruments.high/vacamp.xml -share/FlightGear/Aircraft/c172/Instruments.high/vertical.xml -share/FlightGear/Aircraft/c172/Models/c172-01.rgb -share/FlightGear/Aircraft/c172/Models/c172-02.rgb -share/FlightGear/Aircraft/c172/Models/c172-car.xml -share/FlightGear/Aircraft/c172/Models/c172-dpm.ac -share/FlightGear/Aircraft/c172/Models/c172-dpm.xml -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-01.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-02.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-03.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-04.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-07.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-08.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-610x-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-c172r-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/shaped-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/transparent-bg.rgb -share/FlightGear/Aircraft/c172/Panels/c172-610x-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-fullscr.xml -share/FlightGear/Aircraft/c172/Panels/c172-fullscreen.xml -share/FlightGear/Aircraft/c172/Panels/c172-ifr-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-mini-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-trans-mini-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-trans-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-vfr-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172r-panel.xml -share/FlightGear/Aircraft/c172/README.c172 -share/FlightGear/Aircraft/c172/c172-3d-set.xml -share/FlightGear/Aircraft/c172/c172-3d-yasim-set.xml -share/FlightGear/Aircraft/c172/c172-610x-jsbsim-set.xml -share/FlightGear/Aircraft/c172/c172-610x-set.xml -share/FlightGear/Aircraft/c172/c172-base.xml -share/FlightGear/Aircraft/c172/c172-electrical.xml -share/FlightGear/Aircraft/c172/c172-ifr-set.xml -share/FlightGear/Aircraft/c172/c172-larcsim-set.xml -share/FlightGear/Aircraft/c172/c172-set.xml -share/FlightGear/Aircraft/c172/c172-sound.xml -share/FlightGear/Aircraft/c172/c172-yasim-set.xml -share/FlightGear/Aircraft/c172/c172-yasim.xml -share/FlightGear/Aircraft/c172p/Models/c172p-01.rgb -share/FlightGear/Aircraft/c172p/Models/c172p-02.rgb -share/FlightGear/Aircraft/c172p/Models/c172p-2d-panel.xml -share/FlightGear/Aircraft/c172p/Models/c172p-int-01.rgb -share/FlightGear/Aircraft/c172p/Models/c172p.ac -share/FlightGear/Aircraft/c172p/Models/c172p.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelbcn.xml -share/FlightGear/Aircraft/c172p/Models/labels/labellng.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelnav.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelpto.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelsto.xml -share/FlightGear/Aircraft/c172p/Models/labels/labeltax.xml -share/FlightGear/Aircraft/c172p/c172p-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c172p/c172p-3d-set.xml -share/FlightGear/Aircraft/c172p/c172p-base.xml -share/FlightGear/Aircraft/c172p/c172p-jsbsim-base.xml -share/FlightGear/Aircraft/c172p/c172p-jsbsim-set.xml -share/FlightGear/Aircraft/c172p/c172p-set.xml -share/FlightGear/Aircraft/c172p/c172p.xml -share/FlightGear/Aircraft/c172r/README.c172r -share/FlightGear/Aircraft/c172r/c172r-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c172r/c172r-3d-set.xml -share/FlightGear/Aircraft/c172r/c172r-3d-yasim-set.xml -share/FlightGear/Aircraft/c172r/c172r-base.xml -share/FlightGear/Aircraft/c172r/c172r-jsbsim-base.xml -share/FlightGear/Aircraft/c172r/c172r-jsbsim-set.xml -share/FlightGear/Aircraft/c172r/c172r-set.xml -share/FlightGear/Aircraft/c172r/c172r-yasim-base.xml -share/FlightGear/Aircraft/c172r/c172r-yasim-set.xml -share/FlightGear/Aircraft/c172r/c172r.xml -share/FlightGear/Aircraft/c172x/c172x-set.xml -share/FlightGear/Aircraft/c172x/c172x.xml -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-01.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-02.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-03.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-04.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-05.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-06.rgb -share/FlightGear/Aircraft/c182/Panels/c182s-panel.xml -share/FlightGear/Aircraft/c182/README.c182 -share/FlightGear/Aircraft/c182/c182-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c182/c182-jsbsim-set.xml -share/FlightGear/Aircraft/c182/c182-set.xml -share/FlightGear/Aircraft/c182/c182-sound.xml -share/FlightGear/Aircraft/c182/c182.xml -share/FlightGear/Aircraft/c310/310-panel-bg.rgb -share/FlightGear/Aircraft/c310/Models/c310-01.rgb -share/FlightGear/Aircraft/c310/Models/c310-02.rgb -share/FlightGear/Aircraft/c310/Models/c310-2d-panel.xml -share/FlightGear/Aircraft/c310/Models/c310-dpm.ac -share/FlightGear/Aircraft/c310/Models/c310-dpm.xml -share/FlightGear/Aircraft/c310/README.c310 -share/FlightGear/Aircraft/c310/c310-base.xml -share/FlightGear/Aircraft/c310/c310-electrical.xml -share/FlightGear/Aircraft/c310/c310-ifr-panel.xml -share/FlightGear/Aircraft/c310/c310-jsbsim-base.xml -share/FlightGear/Aircraft/c310/c310-mini-panel.xml -share/FlightGear/Aircraft/c310/c310-panel-01.rgb -share/FlightGear/Aircraft/c310/c310-panel-02.rgb -share/FlightGear/Aircraft/c310/c310-panel-03.rgb -share/FlightGear/Aircraft/c310/c310-panel-04.rgb -share/FlightGear/Aircraft/c310/c310-panel-11.rgb -share/FlightGear/Aircraft/c310/c310-panel-12.rgb -share/FlightGear/Aircraft/c310/c310-sound.xml -share/FlightGear/Aircraft/c310/c310-sound.xml.new -share/FlightGear/Aircraft/c310/c310-vfr-panel.xml -share/FlightGear/Aircraft/c310/c310-yasim-base.xml -share/FlightGear/Aircraft/c310/c310-yasim-set.xml -share/FlightGear/Aircraft/c310/c310-yasim.xml -share/FlightGear/Aircraft/c310/c310.xml -share/FlightGear/Aircraft/c310/c310dpm-3d-set.xml -share/FlightGear/Aircraft/c310u3a/Models/READMEmodel.txt -share/FlightGear/Aircraft/c310u3a/Models/c310u3a.ac -share/FlightGear/Aircraft/c310u3a/Models/c310u3a.xml -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a0.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a1.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a2.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a3.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a4.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a5.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a6.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a7.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a8.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a9.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3aa.rgb -share/FlightGear/Aircraft/c310u3a/c310-3d-set.xml -share/FlightGear/Aircraft/c310u3a/c310-ifr-set.xml -share/FlightGear/Aircraft/c310u3a/c310-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-panel.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-jsbsim-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-jsbsim.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-01.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-02.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-03.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-04.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-05.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-06.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-07.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-08.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-yasim-set.xml -share/FlightGear/Aircraft/c310u3a/transparent-bg.rgb -share/FlightGear/Aircraft/ch47/ch47-set.xml -share/FlightGear/Aircraft/ch47/ch47-yasim-set.xml -share/FlightGear/Aircraft/ch47/ch47.xml -share/FlightGear/Aircraft/dc3/Models/dc3-01.rgb -share/FlightGear/Aircraft/dc3/Models/dc3-02.rgb -share/FlightGear/Aircraft/dc3/Models/dc3-dpm.ac -share/FlightGear/Aircraft/dc3/Models/dc3-dpm.xml -share/FlightGear/Aircraft/dc3/dc3-set.xml -share/FlightGear/Aircraft/dc3/dc3-yasim-set.xml -share/FlightGear/Aircraft/dc3/dc3.xml -share/FlightGear/Aircraft/f104/Models/f104.ac -share/FlightGear/Aircraft/f104/Models/f104.rgb -share/FlightGear/Aircraft/f104/Models/f104.xml -share/FlightGear/Aircraft/f104/f104-jsbsim-set.xml -share/FlightGear/Aircraft/f104/f104-set.xml -share/FlightGear/Aircraft/f104/f104.xml -share/FlightGear/Aircraft/f15/f15-jsbsim-set.xml -share/FlightGear/Aircraft/f15/f15-set.xml -share/FlightGear/Aircraft/f15/f15.xml -share/FlightGear/Aircraft/f16/Hud/default.xml -share/FlightGear/Aircraft/f16/Hud/hudcard.xml -share/FlightGear/Aircraft/f16/Hud/hudladder.xml -share/FlightGear/Aircraft/f16/Hud/instrlabel.xml -share/FlightGear/Aircraft/f16/Hud/tbi.xml -share/FlightGear/Aircraft/f16/Models/f16.ac -share/FlightGear/Aircraft/f16/Models/f16.rgb -share/FlightGear/Aircraft/f16/Models/f16.xml -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-00.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-01.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-02.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-03.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-04.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-06.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-07.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/faces1.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/icp.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/misc1.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/misc2.rgb -share/FlightGear/Aircraft/f16/Panels/alt.xml -share/FlightGear/Aircraft/f16/Panels/aoa.xml -share/FlightGear/Aircraft/f16/Panels/ded.xml -share/FlightGear/Aircraft/f16/Panels/f16-2d-panel.xml -share/FlightGear/Aircraft/f16/Panels/icp.xml -share/FlightGear/Aircraft/f16/Panels/kias.xml -share/FlightGear/Aircraft/f16/Panels/nozzle.xml -share/FlightGear/Aircraft/f16/Panels/oil.xml -share/FlightGear/Aircraft/f16/Panels/rpm.xml -share/FlightGear/Aircraft/f16/f16-jsbsim-set.xml -share/FlightGear/Aircraft/f16/f16-set.xml -share/FlightGear/Aircraft/f16/f16.xml -share/FlightGear/Aircraft/fkdr1/Sounds/fkdr1-sound.xml -share/FlightGear/Aircraft/fkdr1/fkdr1-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/fokker100/Models/fokker100.ac -share/FlightGear/Aircraft/fokker100/Models/fokker100.rgb -share/FlightGear/Aircraft/fokker100/Models/fokker100.xml -share/FlightGear/Aircraft/fokker100/fokker100-jsbsim-set.xml -share/FlightGear/Aircraft/fokker100/fokker100.xml -share/FlightGear/Aircraft/fokker50/Models/fokker50.ac -share/FlightGear/Aircraft/fokker50/Models/fokker50.rgb -share/FlightGear/Aircraft/fokker50/Models/fokker50.xml -share/FlightGear/Aircraft/fokker50/Models/propeller.rgb -share/FlightGear/Aircraft/fokker50/fokker50-jsbsim-set.xml -share/FlightGear/Aircraft/fokker50/fokker50.xml -share/FlightGear/Aircraft/harrier/harrier-set.xml -share/FlightGear/Aircraft/harrier/harrier-yasim-set.xml -share/FlightGear/Aircraft/harrier/harrier.xml -share/FlightGear/Aircraft/j22/Huds/j22-fgtbi.xml -share/FlightGear/Aircraft/j22/Huds/j22-hud1.xml -share/FlightGear/Aircraft/j22/Huds/j22-hudcard.xml -share/FlightGear/Aircraft/j22/Huds/j22-hudladder.xml -share/FlightGear/Aircraft/j22/Huds/j22-instrlabel.xml -share/FlightGear/Aircraft/j22/Models/gear.rgb -share/FlightGear/Aircraft/j22/Models/interior.rgb -share/FlightGear/Aircraft/j22/Models/j22.ac -share/FlightGear/Aircraft/j22/Models/j22.xml -share/FlightGear/Aircraft/j22/Models/pilot.head.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-body.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-tail.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-wing.above.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-wing.under.rgb -share/FlightGear/Aircraft/j22/j22-readme.txt -share/FlightGear/Aircraft/j22/j22-set.xml -share/FlightGear/Aircraft/j22/j22-yasim.xml -share/FlightGear/Aircraft/j3cub/Models/j3alt.ac -share/FlightGear/Aircraft/j3cub/Models/j3alt.rgb -share/FlightGear/Aircraft/j3cub/Models/j3alt.xml -share/FlightGear/Aircraft/j3cub/Models/j3altpress.rgb -share/FlightGear/Aircraft/j3cub/Models/j3asi.ac -share/FlightGear/Aircraft/j3cub/Models/j3asi.rgb -share/FlightGear/Aircraft/j3cub/Models/j3asi.xml -share/FlightGear/Aircraft/j3cub/Models/j3compass.ac -share/FlightGear/Aircraft/j3cub/Models/j3compass.rgb -share/FlightGear/Aircraft/j3cub/Models/j3compass.xml -share/FlightGear/Aircraft/j3cub/Models/j3cub-01.rgb -share/FlightGear/Aircraft/j3cub/Models/j3cub-02.rgb -share/FlightGear/Aircraft/j3cub/Models/j3cub.ac -share/FlightGear/Aircraft/j3cub/Models/j3cub.xml -share/FlightGear/Aircraft/j3cub/Models/j3oil.ac -share/FlightGear/Aircraft/j3cub/Models/j3oil.rgb -share/FlightGear/Aircraft/j3cub/Models/j3oil.xml -share/FlightGear/Aircraft/j3cub/Models/j3tach.ac -share/FlightGear/Aircraft/j3cub/Models/j3tach.rgb -share/FlightGear/Aircraft/j3cub/Models/j3tach.xml -share/FlightGear/Aircraft/j3cub/README.j3cub -share/FlightGear/Aircraft/j3cub/cub-electrical.xml -share/FlightGear/Aircraft/j3cub/cub-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-3d-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-3d-yasim-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-yasim-set.xml -share/FlightGear/Aircraft/j3cub/j3cub.xml -share/FlightGear/Aircraft/marchetti/Sounds/uiuc/marchetti-sound.xml -share/FlightGear/Aircraft/marchetti/marchetti-set.xml -share/FlightGear/Aircraft/marchetti/marchetti-v1-uiuc-set.xml -share/FlightGear/Aircraft/ornithopter/Models/C-GPTR-003.rgb -share/FlightGear/Aircraft/ornithopter/Models/C-GPTR-8-4.ac -share/FlightGear/Aircraft/ornithopter/Models/ornithopter-8-4-model.xml -share/FlightGear/Aircraft/ornithopter/Sounds/ornithopter-sound.xml -share/FlightGear/Aircraft/ornithopter/ornithopter-uiuc-set.xml -share/FlightGear/Aircraft/p51d/Models/hotspotgrid.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-01.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-01.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-02.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-02.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-03.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-03.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-05.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-05.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-altpress.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-arrows.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-carbtemp.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-cooltemp.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-large-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-med-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-panel-hotspots.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remotearrow.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-temp.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-temp.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknob.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobaileron.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobaileron.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobrudder.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobrudder.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheel.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw.xml -share/FlightGear/Aircraft/p51d/Models/transparent-bg.rgb -share/FlightGear/Aircraft/p51d/README.p51d -share/FlightGear/Aircraft/p51d/Sounds/p51d_rpm1.wav -share/FlightGear/Aircraft/p51d/Sounds/p51d_starter.wav -share/FlightGear/Aircraft/p51d/Sounds/p51d_startup.wav -share/FlightGear/Aircraft/p51d/p51d-set.xml -share/FlightGear/Aircraft/p51d/p51d-sound.xml -share/FlightGear/Aircraft/p51d/p51d-yasim-set.xml -share/FlightGear/Aircraft/p51d/p51d.xml -share/FlightGear/Aircraft/pa28-161/Models/pa28-161.ac -share/FlightGear/Aircraft/pa28-161/Models/pa28-161.xml -share/FlightGear/Aircraft/pa28-161/Models/panel-2d.xml -share/FlightGear/Aircraft/pa28-161/README.pa28-161 -share/FlightGear/Aircraft/pa28-161/pa28-161-base.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-set.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-yasim-base.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-yasim-set.xml -share/FlightGear/Aircraft/pa28-161/pa28-161.xml -share/FlightGear/Aircraft/pa28-161/pa28-base.xml -share/FlightGear/Aircraft/paraglider/Models/paraglider_model.xml -share/FlightGear/Aircraft/paraglider/Models/pg.ac -share/FlightGear/Aircraft/paraglider/Models/pglid_cs0.rgb -share/FlightGear/Aircraft/paraglider/Models/pglid_cs1.rgb -share/FlightGear/Aircraft/paraglider/Models/pglid_cs2.rgb -share/FlightGear/Aircraft/paraglider/para -share/FlightGear/Aircraft/paraglider/paraglider-jsbsim-set.xml -share/FlightGear/Aircraft/paraglider/paraglider-set.xml -share/FlightGear/Aircraft/paraglider/paraglider.xml -share/FlightGear/Aircraft/seahawk/SeaHawk-WV908.ac -share/FlightGear/Aircraft/seahawk/SeaHawk.3ds -share/FlightGear/Aircraft/seahawk/SeaHawk.ac -share/FlightGear/Aircraft/seahawk/SeaHawkpair.3ds -share/FlightGear/Aircraft/seahawk/seahawk-WV908-model.xml -share/FlightGear/Aircraft/seahawk/seahawk-WV908-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawk-WV908-yasim.xml -share/FlightGear/Aircraft/seahawk/seahawk-mini-panel.xml -share/FlightGear/Aircraft/seahawk/seahawk-model.xml -share/FlightGear/Aircraft/seahawk/seahawk-panel-01.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-02.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-03.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-04.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-11.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-12.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-bg.rgb -share/FlightGear/Aircraft/seahawk/seahawk-readme.txt -share/FlightGear/Aircraft/seahawk/seahawk-tx-00.rgb -share/FlightGear/Aircraft/seahawk/seahawk-tx-01.rgb -share/FlightGear/Aircraft/seahawk/seahawk-vfr-panel.xml -share/FlightGear/Aircraft/seahawk/seahawk-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawk-yasim.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-model.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-yasim.xml -share/FlightGear/Aircraft/sgs126/Instruments/Textures/glider-misc.rgb -share/FlightGear/Aircraft/sgs126/Instruments/yaw-string.xml -share/FlightGear/Aircraft/sgs126/Panels/Textures/glider-panel.rgb -share/FlightGear/Aircraft/sgs126/Panels/glider-panel.xml -share/FlightGear/Aircraft/sgs126/glider-sound.xml -share/FlightGear/Aircraft/sgs126/null-electrical.xml -share/FlightGear/Aircraft/sgs126/sgs126-jsbsim-set.xml -share/FlightGear/Aircraft/sgs126/sgs126.xml -share/FlightGear/Aircraft/shuttle/shuttle-jsbsim-set.xml -share/FlightGear/Aircraft/shuttle/shuttle-set.xml -share/FlightGear/Aircraft/shuttle/shuttle.xml -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/README.TXT -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/Sop-panel.bmp -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg.ac -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg.mdl -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg0.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg1.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg2.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg3.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg4.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg5.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg6.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg7.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg8.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg9.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/camel.txt -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/sopwithCamel-model.xml -share/FlightGear/Aircraft/sopwithCamel/Sounds/uiuc/sopwithCamel-sound.xml -share/FlightGear/Aircraft/sopwithCamel/sopwithCamel-set.xml -share/FlightGear/Aircraft/sopwithCamel/sopwithCamel-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/t6texan2/Models/T6Texan2.mdl -share/FlightGear/Aircraft/t6texan2/Models/t62_0.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_1.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_2.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_3.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_4.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_5.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_6.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_7.rgb -share/FlightGear/Aircraft/t6texan2/Sounds/t6texan2-sound.xml -share/FlightGear/Aircraft/t6texan2/Sounds/turboprop1.wav -share/FlightGear/Aircraft/t6texan2/t6 -share/FlightGear/Aircraft/t6texan2/t6texan2-jsbsim-set.xml -share/FlightGear/Aircraft/t6texan2/t6texan2-read-me.html -share/FlightGear/Aircraft/t6texan2/t6texan2-set.xml -share/FlightGear/Aircraft/t6texan2/t6texan2.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-fgtbi.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hud1.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hudcard.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hudladder.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-instrlabel.xml -share/FlightGear/Aircraft/tsr2/Models/TSR2-009-031e.ac -share/FlightGear/Aircraft/tsr2/Models/TSR2-tx-001.rgb -share/FlightGear/Aircraft/tsr2/Models/tsr2-model.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/tsr2/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Textures/tsr2-panel-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/tsr2-mini-panel.xml -share/FlightGear/Aircraft/tsr2/Panels/tsr2-vfr-panel.xml -share/FlightGear/Aircraft/tsr2/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/tsr2/Sounds/tsr2-sound.xml -share/FlightGear/Aircraft/tsr2/Systems/tsr2-electrical.xml -share/FlightGear/Aircraft/tsr2/tsr2-readme.txt -share/FlightGear/Aircraft/tsr2/tsr2-yasim-set.xml -share/FlightGear/Aircraft/tsr2/tsr2-yasim.xml -share/FlightGear/Aircraft/ufo/Models/ufo.ac -share/FlightGear/Aircraft/ufo/Models/ufo.xml -share/FlightGear/Aircraft/ufo/ufo-set.xml -share/FlightGear/Aircraft/ufo/ufo-sound.xml -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-01.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-02.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-03.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-04.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.ac -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.xml -share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer/03Flyer-model.xml -share/FlightGear/Aircraft/wrightFlyer1903/Sounds/uiuc/wrightFlyer1903-sound.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-3d-set.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-set.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/x24b/x24-set.xml -share/FlightGear/Aircraft/x24b/x24b-jsbsim-set.xml -share/FlightGear/Aircraft/x24b/x24b-set.xml -share/FlightGear/Aircraft/x24b/x24b.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-fgtbi.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hud1.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hudcard.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hudladder.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-instrlabel.xml -share/FlightGear/Aircraft/yf23/Models/YF23-5-1h4.ac -share/FlightGear/Aircraft/yf23/Models/YF23-tx-002.rgb -share/FlightGear/Aircraft/yf23/Models/yf23-model.xml -share/FlightGear/Aircraft/yf23/Models/yf23-model.xml.new -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/yf23/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Textures/yf23-panel-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/yf23-mini-panel.xml -share/FlightGear/Aircraft/yf23/Panels/yf23-vfr-panel.xml -share/FlightGear/Aircraft/yf23/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/yf23/Sounds/yf23-sound.xml -share/FlightGear/Aircraft/yf23/Systems/yf23-electrical.xml -share/FlightGear/Aircraft/yf23/yf23-readme.txt -share/FlightGear/Aircraft/yf23/yf23-yasim-set.xml -share/FlightGear/Aircraft/yf23/yf23-yasim.xml -share/FlightGear/Airports/basic.dat.gz -share/FlightGear/Airports/runways.dat.gz -share/FlightGear/Astro/planets.gz -share/FlightGear/Astro/stars -share/FlightGear/AtlasPalette -share/FlightGear/COPYING -share/FlightGear/ChangeLog -share/FlightGear/Data/SkyClouds/cloud1.cld -share/FlightGear/Data/SkyClouds/cloud10.cld -share/FlightGear/Data/SkyClouds/cloud11.cld -share/FlightGear/Data/SkyClouds/cloud12.cld -share/FlightGear/Data/SkyClouds/cloud2.cld -share/FlightGear/Data/SkyClouds/cloud3.cld -share/FlightGear/Data/SkyClouds/cloud4.cld -share/FlightGear/Data/SkyClouds/cloud5.cld -share/FlightGear/Data/SkyClouds/cloud6.cld -share/FlightGear/Data/SkyClouds/cloud7.cld -share/FlightGear/Data/SkyClouds/cloud8.cld -share/FlightGear/Data/SkyClouds/cloud9.cld -share/FlightGear/Data/SkyClouds/field37.cld -share/FlightGear/Data/SkyClouds/field56.cld -share/FlightGear/Data/SkyClouds/valley.cld -share/FlightGear/Docs-mini/AptNavFAQ.FlightGear.html -share/FlightGear/Docs-mini/FG-FAQ.v3 -share/FlightGear/Docs-mini/FlightGear-FAQ.html -share/FlightGear/Docs-mini/README.Cygwin -share/FlightGear/Docs-mini/README.IO -share/FlightGear/Docs-mini/README.IRIX -share/FlightGear/Docs-mini/README.IRIX.new -share/FlightGear/Docs-mini/README.JSBSim -share/FlightGear/Docs-mini/README.JSBsim -share/FlightGear/Docs-mini/README.Joystick -share/FlightGear/Docs-mini/README.Linux -share/FlightGear/Docs-mini/README.MSVC -share/FlightGear/Docs-mini/README.MacOS -share/FlightGear/Docs-mini/README.SimGear -share/FlightGear/Docs-mini/README.Unix -share/FlightGear/Docs-mini/README.Win32 -share/FlightGear/Docs-mini/README.Win32-X -share/FlightGear/Docs-mini/README.anoncvs -share/FlightGear/Docs-mini/README.autoconf -share/FlightGear/Docs-mini/README.commands -share/FlightGear/Docs-mini/README.conditions -share/FlightGear/Docs-mini/README.cygwin -share/FlightGear/Docs-mini/README.electrical -share/FlightGear/Docs-mini/README.extensions -share/FlightGear/Docs-mini/README.fgjs -share/FlightGear/Docs-mini/README.gui -share/FlightGear/Docs-mini/README.logging -share/FlightGear/Docs-mini/README.msvc -share/FlightGear/Docs-mini/README.multiplayer -share/FlightGear/Docs-mini/README.plib -share/FlightGear/Docs-mini/README.properties -share/FlightGear/Docs-mini/README.protocol -share/FlightGear/Docs-mini/README.running -share/FlightGear/Docs-mini/README.src -share/FlightGear/Docs-mini/README.uiuc -share/FlightGear/Docs-mini/README.xmlhud -share/FlightGear/Docs-mini/README.xmlpanel -share/FlightGear/Docs-mini/README.xmlsound -share/FlightGear/Docs-mini/README.xmlsyntax -share/FlightGear/Docs-mini/model-howto.html -share/FlightGear/Docs-mini/model.jpg -share/FlightGear/Docs-mini/properties.txt -share/FlightGear/Docs/FGShortRef.css -share/FlightGear/Docs/FGShortRef.html -share/FlightGear/Docs/FGShortRef.pdf -share/FlightGear/Docs/FlightGear-FAQ.html -share/FlightGear/Docs/InstallGuide/html/cmsy10-29.gif -share/FlightGear/Docs/InstallGuide/html/getstart.css -share/FlightGear/Docs/InstallGuide/html/getstart.html -share/FlightGear/Docs/InstallGuide/html/getstart0x.gif -share/FlightGear/Docs/InstallGuide/html/getstart10x.gif -share/FlightGear/Docs/InstallGuide/html/getstart11x.gif -share/FlightGear/Docs/InstallGuide/html/getstart12x.gif -share/FlightGear/Docs/InstallGuide/html/getstart13x.gif -share/FlightGear/Docs/InstallGuide/html/getstart14x.gif -share/FlightGear/Docs/InstallGuide/html/getstart15x.gif -share/FlightGear/Docs/InstallGuide/html/getstart16x.gif -share/FlightGear/Docs/InstallGuide/html/getstart17x.gif -share/FlightGear/Docs/InstallGuide/html/getstart18x.gif -share/FlightGear/Docs/InstallGuide/html/getstart19x.gif -share/FlightGear/Docs/InstallGuide/html/getstart1x.gif -share/FlightGear/Docs/InstallGuide/html/getstart2x.gif -share/FlightGear/Docs/InstallGuide/html/getstart3x.gif -share/FlightGear/Docs/InstallGuide/html/getstart4x.gif -share/FlightGear/Docs/InstallGuide/html/getstart5x.gif -share/FlightGear/Docs/InstallGuide/html/getstart6x.gif -share/FlightGear/Docs/InstallGuide/html/getstart7x.gif -share/FlightGear/Docs/InstallGuide/html/getstart8x.gif -share/FlightGear/Docs/InstallGuide/html/getstart9x.gif -share/FlightGear/Docs/InstallGuide/html/getstartap1.html -share/FlightGear/Docs/InstallGuide/html/getstartap2.html -share/FlightGear/Docs/InstallGuide/html/getstartap3.html -share/FlightGear/Docs/InstallGuide/html/getstartch1.html -share/FlightGear/Docs/InstallGuide/html/getstartch2.html -share/FlightGear/Docs/InstallGuide/html/getstartch3.html -share/FlightGear/Docs/InstallGuide/html/getstartch4.html -share/FlightGear/Docs/InstallGuide/html/getstartch5.html -share/FlightGear/Docs/InstallGuide/html/getstartli1.html -share/FlightGear/Docs/InstallGuide/html/getstartli2.html -share/FlightGear/Docs/InstallGuide/html/getstartli3.html -share/FlightGear/Docs/InstallGuide/html/getstartpa1.html -share/FlightGear/Docs/InstallGuide/html/getstartpa2.html -share/FlightGear/Docs/InstallGuide/html/getstartpa3.html -share/FlightGear/Docs/README -share/FlightGear/Docs/README.IO -share/FlightGear/Docs/README.JSBsim -share/FlightGear/Docs/README.Joystick.html -share/FlightGear/Docs/README.fgjs -share/FlightGear/Docs/README.minipanel -share/FlightGear/Docs/README.xmlhud -share/FlightGear/Docs/README.xmlpanel.html -share/FlightGear/Docs/Serial/nmeafaq.txt -share/FlightGear/Docs/fschool_0.0.3.pdf -share/FlightGear/Docs/getstart.pdf -share/FlightGear/Docs/index.html -share/FlightGear/Docs/model-howto.html -share/FlightGear/Docs/source/FGShortRef.tex -share/FlightGear/Docs/source/FlightGearSchool/GNU_FDL.pdf.gz -share/FlightGear/Docs/source/FlightGearSchool/en/GSIndex.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/aircrafts.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/atc.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/b747.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/basics.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/bibliography.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/brevs.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/charts.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/communications.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/fdl.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/flying.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/fschool.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/history.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/ifr.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/jets.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/lights.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/links.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/maneuvers.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/morse.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/navi.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/navii.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/naviii.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/naviv.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/notams.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/phonetic.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/preface.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/properties.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/steps.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/title.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/twins.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/units.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/vfr.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/war.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/weather.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart1a.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart1b.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart3.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart4.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart5.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart6.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart7.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/airspeed_indicator.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/altimeter.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/artificial_horizon.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/attitude.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/cw.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/gyro_instr.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/iso1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/iso2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/lift_1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/overview.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/plane_side1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/pressure_instr.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/tails.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/wings.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off3.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/start.jpg.gz -share/FlightGear/Docs/source/GSIndex.tex -share/FlightGear/Docs/source/KSFOapp.eps -share/FlightGear/Docs/source/KSFOapp.jpg -share/FlightGear/Docs/source/building.tex -share/FlightGear/Docs/source/flight.tex -share/FlightGear/Docs/source/free.tex -share/FlightGear/Docs/source/getstart.tex -share/FlightGear/Docs/source/hud2.eps -share/FlightGear/Docs/source/hud2.jpg -share/FlightGear/Docs/source/ksfo.eps -share/FlightGear/Docs/source/ksfo.jpg -share/FlightGear/Docs/source/landing.tex -share/FlightGear/Docs/source/magnet2.eps -share/FlightGear/Docs/source/magnet2.jpg -share/FlightGear/Docs/source/makedoku.bat -share/FlightGear/Docs/source/makeshortref.bat -share/FlightGear/Docs/source/missed.tex -share/FlightGear/Docs/source/opengl.tex -share/FlightGear/Docs/source/packing.bat -share/FlightGear/Docs/source/panel3d.eps -share/FlightGear/Docs/source/panel3d.jpg -share/FlightGear/Docs/source/panel5.eps -share/FlightGear/Docs/source/panel5.jpg -share/FlightGear/Docs/source/preface.tex -share/FlightGear/Docs/source/prefligh.tex -share/FlightGear/Docs/source/start.eps -share/FlightGear/Docs/source/start2.eps -share/FlightGear/Docs/source/start2.jpg -share/FlightGear/Docs/source/tab1.tex -share/FlightGear/Docs/source/tab2.tex -share/FlightGear/Docs/source/tab3.tex -share/FlightGear/Docs/source/tab4.tex -share/FlightGear/Docs/source/tab5.tex -share/FlightGear/Docs/source/tab6.tex -share/FlightGear/Docs/source/tab7.tex -share/FlightGear/Docs/source/tab8.tex -share/FlightGear/Docs/source/takeoff.tex -share/FlightGear/Docs/source/title.tex -share/FlightGear/Engine/CFM56.xml -share/FlightGear/Engine/CFM56_5_sim.xml -share/FlightGear/Engine/CFM56_nozzle.xml -share/FlightGear/Engine/CFM56_sim.xml -share/FlightGear/Engine/F100-PW-229_sim.xml -share/FlightGear/Engine/J85-GE-5.xml -share/FlightGear/Engine/J85-GE-5_sim.xml -share/FlightGear/Engine/J85_nozzle.xml -share/FlightGear/Engine/PT6A-68_sim.xml -share/FlightGear/Engine/PW125B_sim.xml -share/FlightGear/Engine/T76_sim.xml -share/FlightGear/Engine/Tay-651_sim.xml -share/FlightGear/Engine/XLR99.xml -share/FlightGear/Engine/direct.xml -share/FlightGear/Engine/engIO360C.xml -share/FlightGear/Engine/engIO470D.xml -share/FlightGear/Engine/engIO470M.xml -share/FlightGear/Engine/engIO540AB1A5.xml -share/FlightGear/Engine/eng_io320.xml -share/FlightGear/Engine/low_bypass_turbofan.xml -share/FlightGear/Engine/prop30FP2B.xml -share/FlightGear/Engine/propC10v.xml -share/FlightGear/Engine/propC6v.xml -share/FlightGear/Engine/propC8v.xml -share/FlightGear/Engine/propDA-R352_6-123-F_2.xml -share/FlightGear/Engine/prop_75in2f.xml -share/FlightGear/Engine/prop_81in2v.xml -share/FlightGear/Engine/prop_generic2f.xml -share/FlightGear/Engine/xlr99_nozzle.xml -share/FlightGear/Fonts/Helvetica.txf -share/FlightGear/Fonts/README -share/FlightGear/Fonts/charter.txf -share/FlightGear/Fonts/courier-bold.txf -share/FlightGear/Fonts/courier_medium.txf -share/FlightGear/Fonts/curlfont.txf -share/FlightGear/Fonts/default.txf -share/FlightGear/Fonts/haeberli.txf -share/FlightGear/Fonts/helvetica_bold.txf -share/FlightGear/Fonts/helvetica_medium.txf -share/FlightGear/Fonts/led.txf -share/FlightGear/Fonts/lucida.txf -share/FlightGear/Fonts/lucidabright_bold.txf -share/FlightGear/Fonts/schoolbook_bold.txf -share/FlightGear/Fonts/schoolbook_medium.txf -share/FlightGear/Fonts/sorority.txf -share/FlightGear/Fonts/symbol.txf -share/FlightGear/Fonts/times_bold.txf -share/FlightGear/Fonts/times_medium.txf -share/FlightGear/Fonts/typewriter.txf -share/FlightGear/Huds/Custom/default.xml -share/FlightGear/Huds/Default/default.xml -share/FlightGear/Huds/Engineering/default.xml -share/FlightGear/Huds/Instruments/Custom/fgtbi.xml -share/FlightGear/Huds/Instruments/Custom/hudcard.xml -share/FlightGear/Huds/Instruments/Custom/hudladder.xml -share/FlightGear/Huds/Instruments/Custom/instrlabel.xml -share/FlightGear/Huds/Instruments/Default/fgtbi.xml -share/FlightGear/Huds/Instruments/Default/gload.xml -share/FlightGear/Huds/Instruments/Default/hudcard.xml -share/FlightGear/Huds/Instruments/Default/hudladder.xml -share/FlightGear/Huds/Instruments/Default/instrlabel.xml -share/FlightGear/Huds/Instruments/Engineering/fgtbi.xml -share/FlightGear/Huds/Instruments/Engineering/hudcard.xml -share/FlightGear/Huds/Instruments/Engineering/hudladder.xml -share/FlightGear/Huds/Instruments/Engineering/instrlabel.xml -share/FlightGear/Huds/Instruments/Minimal/fgtbi.xml -share/FlightGear/Huds/Instruments/Minimal/gload.xml -share/FlightGear/Huds/Instruments/Minimal/hudcard.xml -share/FlightGear/Huds/Instruments/Minimal/hudladder.xml -share/FlightGear/Huds/Instruments/Minimal/instrlabel.xml -share/FlightGear/Huds/Minimal/default.xml -share/FlightGear/Input/Joysticks/CH/pro-pedals-usb.xml -share/FlightGear/Input/Joysticks/CH/pro-yoke-usb.xml -share/FlightGear/Input/Joysticks/Default/four-axis-joystick.xml -share/FlightGear/Input/Joysticks/Default/joystick.xml -share/FlightGear/Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-force.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-rumblepad-usb.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-force-feed.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-precision-pro.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder.xml -share/FlightGear/Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml -share/FlightGear/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml -share/FlightGear/Input/Joysticks/Saitek/X45.xml -share/FlightGear/Input/Joysticks/Saitek/X8-30.xml -share/FlightGear/Input/Joysticks/ThrustMaster/Attack-Throttle.xml -share/FlightGear/Input/Joysticks/ThrustMaster/FCS.xml -share/FlightGear/Lighting/ambient -share/FlightGear/Lighting/diffuse -share/FlightGear/Lighting/sky -share/FlightGear/Lighting/specular -share/FlightGear/Models/3ds/Bridge3.3ds -share/FlightGear/Models/3ds/Bridgea.3ds -share/FlightGear/Models/3ds/Bridgeb.3ds -share/FlightGear/Models/3ds/Building.3ds -share/FlightGear/Models/3ds/Bunk.3ds -share/FlightGear/Models/3ds/Com.3ds -share/FlightGear/Models/3ds/Hang.3ds -share/FlightGear/Models/3ds/Hanger1.3ds -share/FlightGear/Models/3ds/Ob.3ds -share/FlightGear/Models/3ds/Osever2.3ds -share/FlightGear/Models/3ds/Patssm.3ds -share/FlightGear/Models/3ds/Radar1.3ds -share/FlightGear/Models/3ds/Stick1.3ds -share/FlightGear/Models/3ds/Twin.3ds -share/FlightGear/Models/3ds/kingair.3ds -share/FlightGear/Models/Airport/README -share/FlightGear/Models/Airport/hangar.ac -share/FlightGear/Models/Airport/hangar.rgb -share/FlightGear/Models/Airport/windsock.ac -share/FlightGear/Models/Airport/windsock.rgb -share/FlightGear/Models/Airport/windsock.xml -share/FlightGear/Models/Bridges/arch-bridge-span.ac -share/FlightGear/Models/Bridges/arch-bridge-span.xml -share/FlightGear/Models/Buildings/big-apartment.ac -share/FlightGear/Models/Buildings/big-apartment.rgb -share/FlightGear/Models/Buildings/big-apartment.xml -share/FlightGear/Models/Buildings/big-church.ac -share/FlightGear/Models/Buildings/big-church.rgb -share/FlightGear/Models/Buildings/brick-school.ac -share/FlightGear/Models/Buildings/brick-school.rgb -share/FlightGear/Models/Buildings/cube-21.rgb -share/FlightGear/Models/Buildings/cube-22.rgb -share/FlightGear/Models/Buildings/cube-23.rgb -share/FlightGear/Models/Buildings/cube-apartment.ac -share/FlightGear/Models/Buildings/hosshop.ac -share/FlightGear/Models/Buildings/hosshop.rgb -share/FlightGear/Models/Buildings/oil-tanks.ac -share/FlightGear/Models/Buildings/oil-tanks.rgb -share/FlightGear/Models/Buildings/red-barn.ac -share/FlightGear/Models/Buildings/red-barn.rgb -share/FlightGear/Models/Buildings/shop.ac -share/FlightGear/Models/Buildings/shop.rgb -share/FlightGear/Models/Buildings/silo.ac -share/FlightGear/Models/Buildings/silo.rgb -share/FlightGear/Models/Buildings/small-glass-office-building.ac -share/FlightGear/Models/Buildings/small-glass-office-building.rgb -share/FlightGear/Models/Buildings/tower-hexa-1.rgb -share/FlightGear/Models/Buildings/tower-hexa-2.rgb -share/FlightGear/Models/Buildings/tower-hexa-3.rgb -share/FlightGear/Models/Buildings/tower-hexa.ac -share/FlightGear/Models/Buildings/water-tower.ac -share/FlightGear/Models/Buildings/water-tower.rgb -share/FlightGear/Models/Buildings/weapshop.ac -share/FlightGear/Models/Buildings/weapshop.rgb -share/FlightGear/Models/Fauna/cow.ac -share/FlightGear/Models/Fauna/cow.rgb -share/FlightGear/Models/Geometry/Aim91x.ac -share/FlightGear/Models/Geometry/Sunit1x.ac -share/FlightGear/Models/Geometry/Tower1x.ac -share/FlightGear/Models/Geometry/Towerax.ac -share/FlightGear/Models/Geometry/glider.ac -share/FlightGear/Models/Geometry/rocket.ac -share/FlightGear/Models/Geometry/saratoga.ac -share/FlightGear/Models/Geometry/saratoga.rgb -share/FlightGear/Models/Geometry/tuxcopter.ac -share/FlightGear/Models/Trees/billboard-tree.ac -share/FlightGear/Models/Trees/billboard-tree.xml -share/FlightGear/Models/Trees/coniferous-tree.ac -share/FlightGear/Models/Trees/coniferous-tree.rgb -share/FlightGear/Models/Trees/coniferous-tree2.ac -share/FlightGear/Models/Trees/deciduous-tree.ac -share/FlightGear/Models/Trees/deciduous-tree.rgb -share/FlightGear/Models/Trees/deciduous-tree2.ac -share/FlightGear/Models/Trees/deciduous-tree2.rgb -share/FlightGear/Models/Trees/deciduous-tree3.ac -share/FlightGear/NEWS -share/FlightGear/Navaids/ReadMe.FG226.txt -share/FlightGear/Navaids/default.fix.gz -share/FlightGear/Navaids/default.ils.gz -share/FlightGear/Navaids/default.ils.old.gz -share/FlightGear/Navaids/default.nav.gz -share/FlightGear/Navaids/default.nav.old.gz -share/FlightGear/Navaids/range.high -share/FlightGear/Navaids/range.low -share/FlightGear/Navaids/range.term -share/FlightGear/Protocol/README.Protocol -share/FlightGear/Protocol/f1serial.xml -share/FlightGear/README -share/FlightGear/Scenery/w130n30/w122n37/1Q4.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/23Q.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/2CL1.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/4CA3.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/4CA8.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/5CL2.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/5CL3.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/8Q1.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958400.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958400.stg -share/FlightGear/Scenery/w130n30/w122n37/958401.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958401.stg -share/FlightGear/Scenery/w130n30/w122n37/958402.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958402.stg -share/FlightGear/Scenery/w130n30/w122n37/958403.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958403.stg -share/FlightGear/Scenery/w130n30/w122n37/958408.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958408.stg -share/FlightGear/Scenery/w130n30/w122n37/958409.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958409.stg -share/FlightGear/Scenery/w130n30/w122n37/958410.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958410.stg -share/FlightGear/Scenery/w130n30/w122n37/958411.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958411.stg -share/FlightGear/Scenery/w130n30/w122n37/958416.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958416.stg -share/FlightGear/Scenery/w130n30/w122n37/958417.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958417.stg -share/FlightGear/Scenery/w130n30/w122n37/958418.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958418.stg -share/FlightGear/Scenery/w130n30/w122n37/958419.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958419.stg -share/FlightGear/Scenery/w130n30/w122n37/958424.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958424.stg -share/FlightGear/Scenery/w130n30/w122n37/958425.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958425.stg -share/FlightGear/Scenery/w130n30/w122n37/958426.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958426.stg -share/FlightGear/Scenery/w130n30/w122n37/958427.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958427.stg -share/FlightGear/Scenery/w130n30/w122n37/958432.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958432.stg -share/FlightGear/Scenery/w130n30/w122n37/958433.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958433.stg -share/FlightGear/Scenery/w130n30/w122n37/958434.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958434.stg -share/FlightGear/Scenery/w130n30/w122n37/958435.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958435.stg -share/FlightGear/Scenery/w130n30/w122n37/958440.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958440.stg -share/FlightGear/Scenery/w130n30/w122n37/958441.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958441.stg -share/FlightGear/Scenery/w130n30/w122n37/958442.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958442.stg -share/FlightGear/Scenery/w130n30/w122n37/958443.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958443.stg -share/FlightGear/Scenery/w130n30/w122n37/958448.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958448.stg -share/FlightGear/Scenery/w130n30/w122n37/958449.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958449.stg -share/FlightGear/Scenery/w130n30/w122n37/958450.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958450.stg -share/FlightGear/Scenery/w130n30/w122n37/958451.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958451.stg -share/FlightGear/Scenery/w130n30/w122n37/958456.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958456.stg -share/FlightGear/Scenery/w130n30/w122n37/958457.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958457.stg -share/FlightGear/Scenery/w130n30/w122n37/958458.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958458.stg -share/FlightGear/Scenery/w130n30/w122n37/958459.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958459.stg -share/FlightGear/Scenery/w130n30/w122n37/C83.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA33.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA34.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA48.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA54.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA67.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA70.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL05.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL52.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL64.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL86.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KLVK.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KNRC.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KRHV.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KSCK.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KSJC.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KTCY.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/O29.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/Q99.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/02Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/0Q2.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/1-mar-plz-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/1-maritime-plz-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/1-maritime-plz-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/1-market-plz-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/1-market-plz-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/15CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/16CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/17CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/1CL3.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/333-bush-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/333-bush-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/333-bush-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/425-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/425-mkt-st-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/425-mkt-st-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/44-mont-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/44-montgomery-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/44Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/45Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/4Q2.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/50-fremont-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/525-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/525-mkt-st-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/555-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/55CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/575-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/575-mkt-st-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/59CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/5CA3.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/6Q6.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/737-01.rgb -share/FlightGear/Scenery/w130n30/w123n37/737-static.ac -share/FlightGear/Scenery/w130n30/w123n37/942018.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942018.stg -share/FlightGear/Scenery/w130n30/w123n37/942019.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942019.stg -share/FlightGear/Scenery/w130n30/w123n37/942026.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942026.stg -share/FlightGear/Scenery/w130n30/w123n37/942027.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942027.stg -share/FlightGear/Scenery/w130n30/w123n37/942034.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942034.stg -share/FlightGear/Scenery/w130n30/w123n37/942035.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942035.stg -share/FlightGear/Scenery/w130n30/w123n37/942041.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942041.stg -share/FlightGear/Scenery/w130n30/w123n37/942042.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942042.stg -share/FlightGear/Scenery/w130n30/w123n37/942043.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942043.stg -share/FlightGear/Scenery/w130n30/w123n37/942049.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942049.stg -share/FlightGear/Scenery/w130n30/w123n37/942050.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942050.stg -share/FlightGear/Scenery/w130n30/w123n37/942051.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942051.stg -share/FlightGear/Scenery/w130n30/w123n37/942056.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942056.stg -share/FlightGear/Scenery/w130n30/w123n37/942057.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942057.stg -share/FlightGear/Scenery/w130n30/w123n37/942058.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942058.stg -share/FlightGear/Scenery/w130n30/w123n37/942059.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942059.stg -share/FlightGear/Scenery/w130n30/w123n37/942065.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942065.stg -share/FlightGear/Scenery/w130n30/w123n37/942066.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942066.stg -share/FlightGear/Scenery/w130n30/w123n37/942067.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942067.stg -share/FlightGear/Scenery/w130n30/w123n37/942072.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942072.stg -share/FlightGear/Scenery/w130n30/w123n37/942073.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942073.stg -share/FlightGear/Scenery/w130n30/w123n37/942074.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942074.stg -share/FlightGear/Scenery/w130n30/w123n37/942075.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942075.stg -share/FlightGear/Scenery/w130n30/w123n37/CA14.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA26.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA27.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA30.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA63.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CL41.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CL77.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KCCR.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KCSY.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KHAF.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KHWD.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KJMC.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KNUQ.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KOAK.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KPAO.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KSFO-maint-1-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/KSFO-terminal-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/KSFO.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KSQL.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/baybridge-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/baybridge-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/bb-mixedforest.rgb -share/FlightGear/Scenery/w130n30/w123n37/bb-side.rgb -share/FlightGear/Scenery/w130n30/w123n37/bb-susp.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/candlestickpark-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/candlestickpark-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/citicorp-center-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/citicorp-top.rgb -share/FlightGear/Scenery/w130n30/w123n37/citicorp-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-1-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-1-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-2-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-2-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-3-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-3-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-4-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-4-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-cell-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-cell-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-top-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/ggb-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/ggb-road-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-struct-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-struct-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-susp.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ksfo-international-terminal.ac -share/FlightGear/Scenery/w130n30/w123n37/road-3-fb.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-bld-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/russ-bld-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/sanmateo-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.rgb -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/telesis-tower-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/telesis-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/telesis-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/terminal.rgb -share/FlightGear/Scenery/w130n30/w123n37/transamerica-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/transamerica-fb.rgb -share/FlightGear/Sounds/coughing.wav -share/FlightGear/Sounds/cranking.wav -share/FlightGear/Sounds/engstart.wav -share/FlightGear/Sounds/fan.wav -share/FlightGear/Sounds/flaps.wav -share/FlightGear/Sounds/gear-hrn.wav -share/FlightGear/Sounds/gear-lck.wav -share/FlightGear/Sounds/gear.wav -share/FlightGear/Sounds/intro.mp3 -share/FlightGear/Sounds/jet.wav -share/FlightGear/Sounds/rumble.wav -share/FlightGear/Sounds/squeal.wav -share/FlightGear/Sounds/stall.wav -share/FlightGear/Sounds/thunder.wav -share/FlightGear/Sounds/wasp.wav -share/FlightGear/Sounds/whine.wav -share/FlightGear/Sounds/wind.wav -share/FlightGear/Textures.high/Runway/.xvpics/asphalt.rgb -share/FlightGear/Textures.high/Runway/.xvpics/concrete.rgb -share/FlightGear/Textures.high/Runway/.xvpics/pa_taxiway.rgb -share/FlightGear/Textures.high/Runway/.xvpics/pc_taxiway.rgb -share/FlightGear/Textures.high/Runway/pa_0r.rgb -share/FlightGear/Textures.high/Runway/pa_11.rgb -share/FlightGear/Textures.high/Runway/pa_1c.rgb -share/FlightGear/Textures.high/Runway/pa_1l.rgb -share/FlightGear/Textures.high/Runway/pa_1r.rgb -share/FlightGear/Textures.high/Runway/pa_2c.rgb -share/FlightGear/Textures.high/Runway/pa_2l.rgb -share/FlightGear/Textures.high/Runway/pa_2r.rgb -share/FlightGear/Textures.high/Runway/pa_3c.rgb -share/FlightGear/Textures.high/Runway/pa_3l.rgb -share/FlightGear/Textures.high/Runway/pa_3r.rgb -share/FlightGear/Textures.high/Runway/pa_4c.rgb -share/FlightGear/Textures.high/Runway/pa_4r.rgb -share/FlightGear/Textures.high/Runway/pa_5c.rgb -share/FlightGear/Textures.high/Runway/pa_5r.rgb -share/FlightGear/Textures.high/Runway/pa_6c.rgb -share/FlightGear/Textures.high/Runway/pa_6r.rgb -share/FlightGear/Textures.high/Runway/pa_7c.rgb -share/FlightGear/Textures.high/Runway/pa_7r.rgb -share/FlightGear/Textures.high/Runway/pa_8c.rgb -share/FlightGear/Textures.high/Runway/pa_8r.rgb -share/FlightGear/Textures.high/Runway/pa_9c.rgb -share/FlightGear/Textures.high/Runway/pa_9r.rgb -share/FlightGear/Textures.high/Runway/pa_C.rgb -share/FlightGear/Textures.high/Runway/pa_L.rgb -share/FlightGear/Textures.high/Runway/pa_R.rgb -share/FlightGear/Textures.high/Runway/pa_aim.rgb -share/FlightGear/Textures.high/Runway/pa_centerline.rgb -share/FlightGear/Textures.high/Runway/pa_dspl_arrows.rgb -share/FlightGear/Textures.high/Runway/pa_dspl_thresh.rgb -share/FlightGear/Textures.high/Runway/pa_rest.rgb -share/FlightGear/Textures.high/Runway/pa_taxiway.rgb -share/FlightGear/Textures.high/Runway/pa_threshold.rgb -share/FlightGear/Textures.high/Runway/pa_tz_one_a.rgb -share/FlightGear/Textures.high/Runway/pa_tz_one_b.rgb -share/FlightGear/Textures.high/Runway/pa_tz_three.rgb -share/FlightGear/Textures.high/Runway/pa_tz_two_a.rgb -share/FlightGear/Textures.high/Runway/pa_tz_two_b.rgb -share/FlightGear/Textures.high/Runway/pc_0r.rgb -share/FlightGear/Textures.high/Runway/pc_11.rgb -share/FlightGear/Textures.high/Runway/pc_1c.rgb -share/FlightGear/Textures.high/Runway/pc_1l.rgb -share/FlightGear/Textures.high/Runway/pc_1r.rgb -share/FlightGear/Textures.high/Runway/pc_2c.rgb -share/FlightGear/Textures.high/Runway/pc_2l.rgb -share/FlightGear/Textures.high/Runway/pc_2r.rgb -share/FlightGear/Textures.high/Runway/pc_3c.rgb -share/FlightGear/Textures.high/Runway/pc_3l.rgb -share/FlightGear/Textures.high/Runway/pc_3r.rgb -share/FlightGear/Textures.high/Runway/pc_4c.rgb -share/FlightGear/Textures.high/Runway/pc_4r.rgb -share/FlightGear/Textures.high/Runway/pc_5c.rgb -share/FlightGear/Textures.high/Runway/pc_5r.rgb -share/FlightGear/Textures.high/Runway/pc_6c.rgb -share/FlightGear/Textures.high/Runway/pc_6r.rgb -share/FlightGear/Textures.high/Runway/pc_7c.rgb -share/FlightGear/Textures.high/Runway/pc_7r.rgb -share/FlightGear/Textures.high/Runway/pc_8c.rgb -share/FlightGear/Textures.high/Runway/pc_8r.rgb -share/FlightGear/Textures.high/Runway/pc_9c.rgb -share/FlightGear/Textures.high/Runway/pc_9r.rgb -share/FlightGear/Textures.high/Runway/pc_C.rgb -share/FlightGear/Textures.high/Runway/pc_L.rgb -share/FlightGear/Textures.high/Runway/pc_R.rgb -share/FlightGear/Textures.high/Runway/pc_aim.rgb -share/FlightGear/Textures.high/Runway/pc_centerline.rgb -share/FlightGear/Textures.high/Runway/pc_dspl_arrows.rgb -share/FlightGear/Textures.high/Runway/pc_dspl_thresh.rgb -share/FlightGear/Textures.high/Runway/pc_rest.rgb -share/FlightGear/Textures.high/Runway/pc_taxiway.rgb -share/FlightGear/Textures.high/Runway/pc_threshold.rgb -share/FlightGear/Textures.high/Runway/pc_tiedown.rgb -share/FlightGear/Textures.high/Runway/pc_tz_one_a.rgb -share/FlightGear/Textures.high/Runway/pc_tz_one_b.rgb -share/FlightGear/Textures.high/Runway/pc_tz_three.rgb -share/FlightGear/Textures.high/Runway/pc_tz_two_a.rgb -share/FlightGear/Textures.high/Runway/pc_tz_two_b.rgb -share/FlightGear/Textures.high/Sky.save/cirrus.rgba -share/FlightGear/Textures.high/Sky.save/mostlycloudy.rgba -share/FlightGear/Textures.high/Sky.save/mostlysunny.rgba -share/FlightGear/Textures.high/Sky.save/overcast.rgb -share/FlightGear/Textures.high/Terrain/builtup.rgb -share/FlightGear/Textures.high/Terrain/irrcrop.rgb -share/FlightGear/Textures.high/Terrain/mixedcrop.rgb -share/FlightGear/Textures/.xvpics/Splash4.rgb -share/FlightGear/Textures/Credits -share/FlightGear/Textures/Runway/dirt_rwy.rgb -share/FlightGear/Textures/Runway/grass_rwy.rgb -share/FlightGear/Textures/Runway/lakebed_taxiway.rgb -share/FlightGear/Textures/Runway/pa_0r.rgb -share/FlightGear/Textures/Runway/pa_11.rgb -share/FlightGear/Textures/Runway/pa_1c.rgb -share/FlightGear/Textures/Runway/pa_1l.rgb -share/FlightGear/Textures/Runway/pa_1r.rgb -share/FlightGear/Textures/Runway/pa_2c.rgb -share/FlightGear/Textures/Runway/pa_2l.rgb -share/FlightGear/Textures/Runway/pa_2r.rgb -share/FlightGear/Textures/Runway/pa_3c.rgb -share/FlightGear/Textures/Runway/pa_3l.rgb -share/FlightGear/Textures/Runway/pa_3r.rgb -share/FlightGear/Textures/Runway/pa_4c.rgb -share/FlightGear/Textures/Runway/pa_4r.rgb -share/FlightGear/Textures/Runway/pa_5c.rgb -share/FlightGear/Textures/Runway/pa_5r.rgb -share/FlightGear/Textures/Runway/pa_6c.rgb -share/FlightGear/Textures/Runway/pa_6r.rgb -share/FlightGear/Textures/Runway/pa_7c.rgb -share/FlightGear/Textures/Runway/pa_7r.rgb -share/FlightGear/Textures/Runway/pa_8c.rgb -share/FlightGear/Textures/Runway/pa_8r.rgb -share/FlightGear/Textures/Runway/pa_9c.rgb -share/FlightGear/Textures/Runway/pa_9r.rgb -share/FlightGear/Textures/Runway/pa_C.rgb -share/FlightGear/Textures/Runway/pa_L.rgb -share/FlightGear/Textures/Runway/pa_R.rgb -share/FlightGear/Textures/Runway/pa_aim.rgb -share/FlightGear/Textures/Runway/pa_centerline.rgb -share/FlightGear/Textures/Runway/pa_dspl_arrows.rgb -share/FlightGear/Textures/Runway/pa_dspl_thresh.rgb -share/FlightGear/Textures/Runway/pa_rest.rgb -share/FlightGear/Textures/Runway/pa_taxiway.rgb -share/FlightGear/Textures/Runway/pa_threshold.rgb -share/FlightGear/Textures/Runway/pa_tz_one_a.rgb -share/FlightGear/Textures/Runway/pa_tz_one_b.rgb -share/FlightGear/Textures/Runway/pa_tz_three.rgb -share/FlightGear/Textures/Runway/pa_tz_two_a.rgb -share/FlightGear/Textures/Runway/pa_tz_two_b.rgb -share/FlightGear/Textures/Runway/pc_0r.rgb -share/FlightGear/Textures/Runway/pc_11.rgb -share/FlightGear/Textures/Runway/pc_1c.rgb -share/FlightGear/Textures/Runway/pc_1l.rgb -share/FlightGear/Textures/Runway/pc_1r.rgb -share/FlightGear/Textures/Runway/pc_2c.rgb -share/FlightGear/Textures/Runway/pc_2l.rgb -share/FlightGear/Textures/Runway/pc_2r.rgb -share/FlightGear/Textures/Runway/pc_3c.rgb -share/FlightGear/Textures/Runway/pc_3l.rgb -share/FlightGear/Textures/Runway/pc_3r.rgb -share/FlightGear/Textures/Runway/pc_4c.rgb -share/FlightGear/Textures/Runway/pc_4r.rgb -share/FlightGear/Textures/Runway/pc_5c.rgb -share/FlightGear/Textures/Runway/pc_5r.rgb -share/FlightGear/Textures/Runway/pc_6c.rgb -share/FlightGear/Textures/Runway/pc_6r.rgb -share/FlightGear/Textures/Runway/pc_7c.rgb -share/FlightGear/Textures/Runway/pc_7r.rgb -share/FlightGear/Textures/Runway/pc_8c.rgb -share/FlightGear/Textures/Runway/pc_8r.rgb -share/FlightGear/Textures/Runway/pc_9c.rgb -share/FlightGear/Textures/Runway/pc_9r.rgb -share/FlightGear/Textures/Runway/pc_C.rgb -share/FlightGear/Textures/Runway/pc_L.rgb -share/FlightGear/Textures/Runway/pc_R.rgb -share/FlightGear/Textures/Runway/pc_aim.rgb -share/FlightGear/Textures/Runway/pc_centerline.rgb -share/FlightGear/Textures/Runway/pc_dspl_arrows.rgb -share/FlightGear/Textures/Runway/pc_dspl_thresh.rgb -share/FlightGear/Textures/Runway/pc_rest.rgb -share/FlightGear/Textures/Runway/pc_taxiway.rgb -share/FlightGear/Textures/Runway/pc_threshold.rgb -share/FlightGear/Textures/Runway/pc_tiedown.rgb -share/FlightGear/Textures/Runway/pc_tz_one_a.rgb -share/FlightGear/Textures/Runway/pc_tz_one_b.rgb -share/FlightGear/Textures/Runway/pc_tz_three.rgb -share/FlightGear/Textures/Runway/pc_tz_two_a.rgb -share/FlightGear/Textures/Runway/pc_tz_two_b.rgb -share/FlightGear/Textures/Sky/broken.rgba -share/FlightGear/Textures/Sky/cirrus.rgba -share/FlightGear/Textures/Sky/cloud.rgba -share/FlightGear/Textures/Sky/few.rgba -share/FlightGear/Textures/Sky/halo.rgba -share/FlightGear/Textures/Sky/halo.rgba.old -share/FlightGear/Textures/Sky/moon.rgba -share/FlightGear/Textures/Sky/mostlysunny.rgba.save -share/FlightGear/Textures/Sky/overcast.rgb -share/FlightGear/Textures/Sky/scattered.rgba -share/FlightGear/Textures/Splash1.rgb -share/FlightGear/Textures/Splash2.rgb -share/FlightGear/Textures/Splash3.rgb -share/FlightGear/Textures/Splash4.rgb -share/FlightGear/Textures/Splash5.rgb -share/FlightGear/Textures/Terrain/.xvpics/wash.rgb -share/FlightGear/Textures/Terrain/Town.rgb -share/FlightGear/Textures/Terrain/airport.rgb -share/FlightGear/Textures/Terrain/asphault.rgb -share/FlightGear/Textures/Terrain/builtup.rgb -share/FlightGear/Textures/Terrain/cropgrass.rgb -share/FlightGear/Textures/Terrain/cropwood.rgb -share/FlightGear/Textures/Terrain/dec_evergreen.rgb -share/FlightGear/Textures/Terrain/deciduous.rgb -share/FlightGear/Textures/Terrain/desert.rgb -share/FlightGear/Textures/Terrain/desert1.rgb -share/FlightGear/Textures/Terrain/drycrop.rgb -share/FlightGear/Textures/Terrain/evergreen.rgb -share/FlightGear/Textures/Terrain/forest1.rgb -share/FlightGear/Textures/Terrain/glacier.rgb -share/FlightGear/Textures/Terrain/grass.rgb -share/FlightGear/Textures/Terrain/gravel.rgb -share/FlightGear/Textures/Terrain/irrcrop.rgb -share/FlightGear/Textures/Terrain/marsh1.rgb -share/FlightGear/Textures/Terrain/mixedcrop.rgb -share/FlightGear/Textures/Terrain/mixedforest.rgb -share/FlightGear/Textures/Terrain/resgrid.rgb -share/FlightGear/Textures/Terrain/rock.rgb -share/FlightGear/Textures/Terrain/rocks-desert.rgb -share/FlightGear/Textures/Terrain/sand.rgb -share/FlightGear/Textures/Terrain/shrub.rgb -share/FlightGear/Textures/Terrain/snow.rgb -share/FlightGear/Textures/Terrain/tidal.rgb -share/FlightGear/Textures/Terrain/unknown.rgb -share/FlightGear/Textures/Terrain/wash.rgb -share/FlightGear/Textures/Terrain/water-lake.rgb -share/FlightGear/Textures/Terrain/water.rgb -share/FlightGear/Textures/splash.rgb -share/FlightGear/Thanks -share/FlightGear/Timezone/Africa/Abidjan -share/FlightGear/Timezone/Africa/Accra -share/FlightGear/Timezone/Africa/Addis_Ababa -share/FlightGear/Timezone/Africa/Algiers -share/FlightGear/Timezone/Africa/Asmera -share/FlightGear/Timezone/Africa/Bamako -share/FlightGear/Timezone/Africa/Bangui -share/FlightGear/Timezone/Africa/Banjul -share/FlightGear/Timezone/Africa/Bissau -share/FlightGear/Timezone/Africa/Blantyre -share/FlightGear/Timezone/Africa/Brazzaville -share/FlightGear/Timezone/Africa/Bujumbura -share/FlightGear/Timezone/Africa/Cairo -share/FlightGear/Timezone/Africa/Casablanca -share/FlightGear/Timezone/Africa/Ceuta -share/FlightGear/Timezone/Africa/Conakry -share/FlightGear/Timezone/Africa/Dakar -share/FlightGear/Timezone/Africa/Dar_es_Salaam -share/FlightGear/Timezone/Africa/Djibouti -share/FlightGear/Timezone/Africa/Douala -share/FlightGear/Timezone/Africa/El_Aaiun -share/FlightGear/Timezone/Africa/Freetown -share/FlightGear/Timezone/Africa/Gaborone -share/FlightGear/Timezone/Africa/Harare -share/FlightGear/Timezone/Africa/Johannesburg -share/FlightGear/Timezone/Africa/Kampala -share/FlightGear/Timezone/Africa/Khartoum -share/FlightGear/Timezone/Africa/Kigali -share/FlightGear/Timezone/Africa/Kinshasa -share/FlightGear/Timezone/Africa/Lagos -share/FlightGear/Timezone/Africa/Libreville -share/FlightGear/Timezone/Africa/Lome -share/FlightGear/Timezone/Africa/Luanda -share/FlightGear/Timezone/Africa/Lubumbashi -share/FlightGear/Timezone/Africa/Lusaka -share/FlightGear/Timezone/Africa/Malabo -share/FlightGear/Timezone/Africa/Maputo -share/FlightGear/Timezone/Africa/Maseru -share/FlightGear/Timezone/Africa/Mbabane -share/FlightGear/Timezone/Africa/Mogadishu -share/FlightGear/Timezone/Africa/Monrovia -share/FlightGear/Timezone/Africa/Nairobi -share/FlightGear/Timezone/Africa/Ndjamena -share/FlightGear/Timezone/Africa/Niamey -share/FlightGear/Timezone/Africa/Nouakchott -share/FlightGear/Timezone/Africa/Ouagadougou -share/FlightGear/Timezone/Africa/Porto-Novo -share/FlightGear/Timezone/Africa/Sao_Tome -share/FlightGear/Timezone/Africa/Timbuktu -share/FlightGear/Timezone/Africa/Tripoli -share/FlightGear/Timezone/Africa/Tunis -share/FlightGear/Timezone/Africa/Windhoek -share/FlightGear/Timezone/America/Adak -share/FlightGear/Timezone/America/Anchorage -share/FlightGear/Timezone/America/Anguilla -share/FlightGear/Timezone/America/Antigua -share/FlightGear/Timezone/America/Araguaina -share/FlightGear/Timezone/America/Aruba -share/FlightGear/Timezone/America/Asuncion -share/FlightGear/Timezone/America/Atka -share/FlightGear/Timezone/America/Barbados -share/FlightGear/Timezone/America/Belem -share/FlightGear/Timezone/America/Belize -share/FlightGear/Timezone/America/Boa_Vista -share/FlightGear/Timezone/America/Bogota -share/FlightGear/Timezone/America/Boise -share/FlightGear/Timezone/America/Buenos_Aires -share/FlightGear/Timezone/America/Cambridge_Bay -share/FlightGear/Timezone/America/Cancun -share/FlightGear/Timezone/America/Caracas -share/FlightGear/Timezone/America/Catamarca -share/FlightGear/Timezone/America/Cayenne -share/FlightGear/Timezone/America/Cayman -share/FlightGear/Timezone/America/Chicago -share/FlightGear/Timezone/America/Chihuahua -share/FlightGear/Timezone/America/Cordoba -share/FlightGear/Timezone/America/Costa_Rica -share/FlightGear/Timezone/America/Cuiaba -share/FlightGear/Timezone/America/Curacao -share/FlightGear/Timezone/America/Dawson -share/FlightGear/Timezone/America/Dawson_Creek -share/FlightGear/Timezone/America/Denver -share/FlightGear/Timezone/America/Detroit -share/FlightGear/Timezone/America/Dominica -share/FlightGear/Timezone/America/Edmonton -share/FlightGear/Timezone/America/El_Salvador -share/FlightGear/Timezone/America/Ensenada -share/FlightGear/Timezone/America/Fort_Wayne -share/FlightGear/Timezone/America/Fortaleza -share/FlightGear/Timezone/America/Glace_Bay -share/FlightGear/Timezone/America/Godthab -share/FlightGear/Timezone/America/Goose_Bay -share/FlightGear/Timezone/America/Grand_Turk -share/FlightGear/Timezone/America/Grenada -share/FlightGear/Timezone/America/Guadeloupe -share/FlightGear/Timezone/America/Guatemala -share/FlightGear/Timezone/America/Guayaquil -share/FlightGear/Timezone/America/Guyana -share/FlightGear/Timezone/America/Halifax -share/FlightGear/Timezone/America/Havana -share/FlightGear/Timezone/America/Hermosillo -share/FlightGear/Timezone/America/Indiana/Indianapolis -share/FlightGear/Timezone/America/Indiana/Knox -share/FlightGear/Timezone/America/Indiana/Marengo -share/FlightGear/Timezone/America/Indiana/Vevay -share/FlightGear/Timezone/America/Indianapolis -share/FlightGear/Timezone/America/Inuvik -share/FlightGear/Timezone/America/Iqaluit -share/FlightGear/Timezone/America/Jamaica -share/FlightGear/Timezone/America/Jujuy -share/FlightGear/Timezone/America/Juneau -share/FlightGear/Timezone/America/Knox_IN -share/FlightGear/Timezone/America/La_Paz -share/FlightGear/Timezone/America/Lima -share/FlightGear/Timezone/America/Los_Angeles -share/FlightGear/Timezone/America/Louisville -share/FlightGear/Timezone/America/Maceio -share/FlightGear/Timezone/America/Managua -share/FlightGear/Timezone/America/Manaus -share/FlightGear/Timezone/America/Martinique -share/FlightGear/Timezone/America/Mazatlan -share/FlightGear/Timezone/America/Mendoza -share/FlightGear/Timezone/America/Menominee -share/FlightGear/Timezone/America/Mexico_City -share/FlightGear/Timezone/America/Miquelon -share/FlightGear/Timezone/America/Montevideo -share/FlightGear/Timezone/America/Montreal -share/FlightGear/Timezone/America/Montserrat -share/FlightGear/Timezone/America/Nassau -share/FlightGear/Timezone/America/New_York -share/FlightGear/Timezone/America/Nipigon -share/FlightGear/Timezone/America/Nome -share/FlightGear/Timezone/America/Noronha -share/FlightGear/Timezone/America/Panama -share/FlightGear/Timezone/America/Pangnirtung -share/FlightGear/Timezone/America/Paramaribo -share/FlightGear/Timezone/America/Phoenix -share/FlightGear/Timezone/America/Port-au-Prince -share/FlightGear/Timezone/America/Port_of_Spain -share/FlightGear/Timezone/America/Porto_Acre -share/FlightGear/Timezone/America/Porto_Velho -share/FlightGear/Timezone/America/Puerto_Rico -share/FlightGear/Timezone/America/Rainy_River -share/FlightGear/Timezone/America/Rankin_Inlet -share/FlightGear/Timezone/America/Regina -share/FlightGear/Timezone/America/Rosario -share/FlightGear/Timezone/America/Santiago -share/FlightGear/Timezone/America/Santo_Domingo -share/FlightGear/Timezone/America/Sao_Paulo -share/FlightGear/Timezone/America/Scoresbysund -share/FlightGear/Timezone/America/Shiprock -share/FlightGear/Timezone/America/St_Johns -share/FlightGear/Timezone/America/St_Kitts -share/FlightGear/Timezone/America/St_Lucia -share/FlightGear/Timezone/America/St_Thomas -share/FlightGear/Timezone/America/St_Vincent -share/FlightGear/Timezone/America/Swift_Current -share/FlightGear/Timezone/America/Tegucigalpa -share/FlightGear/Timezone/America/Thule -share/FlightGear/Timezone/America/Thunder_Bay -share/FlightGear/Timezone/America/Tijuana -share/FlightGear/Timezone/America/Tortola -share/FlightGear/Timezone/America/Vancouver -share/FlightGear/Timezone/America/Virgin -share/FlightGear/Timezone/America/Whitehorse -share/FlightGear/Timezone/America/Winnipeg -share/FlightGear/Timezone/America/Yakutat -share/FlightGear/Timezone/America/Yellowknife -share/FlightGear/Timezone/Antarctica/Casey -share/FlightGear/Timezone/Antarctica/Davis -share/FlightGear/Timezone/Antarctica/DumontDUrville -share/FlightGear/Timezone/Antarctica/Mawson -share/FlightGear/Timezone/Antarctica/McMurdo -share/FlightGear/Timezone/Antarctica/Palmer -share/FlightGear/Timezone/Antarctica/South_Pole -share/FlightGear/Timezone/Antarctica/Syowa -share/FlightGear/Timezone/Arctic/Longyearbyen -share/FlightGear/Timezone/Asia/Aden -share/FlightGear/Timezone/Asia/Almaty -share/FlightGear/Timezone/Asia/Amman -share/FlightGear/Timezone/Asia/Anadyr -share/FlightGear/Timezone/Asia/Aqtau -share/FlightGear/Timezone/Asia/Aqtobe -share/FlightGear/Timezone/Asia/Ashkhabad -share/FlightGear/Timezone/Asia/Baghdad -share/FlightGear/Timezone/Asia/Bahrain -share/FlightGear/Timezone/Asia/Baku -share/FlightGear/Timezone/Asia/Bangkok -share/FlightGear/Timezone/Asia/Beirut -share/FlightGear/Timezone/Asia/Bishkek -share/FlightGear/Timezone/Asia/Brunei -share/FlightGear/Timezone/Asia/Calcutta -share/FlightGear/Timezone/Asia/Chungking -share/FlightGear/Timezone/Asia/Colombo -share/FlightGear/Timezone/Asia/Dacca -share/FlightGear/Timezone/Asia/Damascus -share/FlightGear/Timezone/Asia/Dili -share/FlightGear/Timezone/Asia/Dubai -share/FlightGear/Timezone/Asia/Dushanbe -share/FlightGear/Timezone/Asia/Gaza -share/FlightGear/Timezone/Asia/Harbin -share/FlightGear/Timezone/Asia/Hong_Kong -share/FlightGear/Timezone/Asia/Hovd -share/FlightGear/Timezone/Asia/Irkutsk -share/FlightGear/Timezone/Asia/Istanbul -share/FlightGear/Timezone/Asia/Jakarta -share/FlightGear/Timezone/Asia/Jayapura -share/FlightGear/Timezone/Asia/Jerusalem -share/FlightGear/Timezone/Asia/Kabul -share/FlightGear/Timezone/Asia/Kamchatka -share/FlightGear/Timezone/Asia/Karachi -share/FlightGear/Timezone/Asia/Kashgar -share/FlightGear/Timezone/Asia/Katmandu -share/FlightGear/Timezone/Asia/Krasnoyarsk -share/FlightGear/Timezone/Asia/Kuala_Lumpur -share/FlightGear/Timezone/Asia/Kuching -share/FlightGear/Timezone/Asia/Kuwait -share/FlightGear/Timezone/Asia/Macao -share/FlightGear/Timezone/Asia/Magadan -share/FlightGear/Timezone/Asia/Manila -share/FlightGear/Timezone/Asia/Muscat -share/FlightGear/Timezone/Asia/Nicosia -share/FlightGear/Timezone/Asia/Novosibirsk -share/FlightGear/Timezone/Asia/Omsk -share/FlightGear/Timezone/Asia/Phnom_Penh -share/FlightGear/Timezone/Asia/Pyongyang -share/FlightGear/Timezone/Asia/Qatar -share/FlightGear/Timezone/Asia/Rangoon -share/FlightGear/Timezone/Asia/Riyadh -share/FlightGear/Timezone/Asia/Riyadh87 -share/FlightGear/Timezone/Asia/Riyadh88 -share/FlightGear/Timezone/Asia/Riyadh89 -share/FlightGear/Timezone/Asia/Saigon -share/FlightGear/Timezone/Asia/Samarkand -share/FlightGear/Timezone/Asia/Seoul -share/FlightGear/Timezone/Asia/Shanghai -share/FlightGear/Timezone/Asia/Singapore -share/FlightGear/Timezone/Asia/Taipei -share/FlightGear/Timezone/Asia/Tashkent -share/FlightGear/Timezone/Asia/Tbilisi -share/FlightGear/Timezone/Asia/Tehran -share/FlightGear/Timezone/Asia/Tel_Aviv -share/FlightGear/Timezone/Asia/Thimbu -share/FlightGear/Timezone/Asia/Tokyo -share/FlightGear/Timezone/Asia/Ujung_Pandang -share/FlightGear/Timezone/Asia/Ulaanbaatar -share/FlightGear/Timezone/Asia/Ulan_Bator -share/FlightGear/Timezone/Asia/Urumqi -share/FlightGear/Timezone/Asia/Vientiane -share/FlightGear/Timezone/Asia/Vladivostok -share/FlightGear/Timezone/Asia/Yakutsk -share/FlightGear/Timezone/Asia/Yekaterinburg -share/FlightGear/Timezone/Asia/Yerevan -share/FlightGear/Timezone/Atlantic/Azores -share/FlightGear/Timezone/Atlantic/Bermuda -share/FlightGear/Timezone/Atlantic/Canary -share/FlightGear/Timezone/Atlantic/Cape_Verde -share/FlightGear/Timezone/Atlantic/Faeroe -share/FlightGear/Timezone/Atlantic/Jan_Mayen -share/FlightGear/Timezone/Atlantic/Madeira -share/FlightGear/Timezone/Atlantic/Reykjavik -share/FlightGear/Timezone/Atlantic/South_Georgia -share/FlightGear/Timezone/Atlantic/St_Helena -share/FlightGear/Timezone/Atlantic/Stanley -share/FlightGear/Timezone/Australia/ACT -share/FlightGear/Timezone/Australia/Adelaide -share/FlightGear/Timezone/Australia/Brisbane -share/FlightGear/Timezone/Australia/Broken_Hill -share/FlightGear/Timezone/Australia/Canberra -share/FlightGear/Timezone/Australia/Darwin -share/FlightGear/Timezone/Australia/Hobart -share/FlightGear/Timezone/Australia/LHI -share/FlightGear/Timezone/Australia/Lindeman -share/FlightGear/Timezone/Australia/Lord_Howe -share/FlightGear/Timezone/Australia/Melbourne -share/FlightGear/Timezone/Australia/NSW -share/FlightGear/Timezone/Australia/North -share/FlightGear/Timezone/Australia/Perth -share/FlightGear/Timezone/Australia/Queensland -share/FlightGear/Timezone/Australia/South -share/FlightGear/Timezone/Australia/Sydney -share/FlightGear/Timezone/Australia/Tasmania -share/FlightGear/Timezone/Australia/Victoria -share/FlightGear/Timezone/Australia/West -share/FlightGear/Timezone/Australia/Yancowinna -share/FlightGear/Timezone/Brazil/Acre -share/FlightGear/Timezone/Brazil/DeNoronha -share/FlightGear/Timezone/Brazil/East -share/FlightGear/Timezone/Brazil/West -share/FlightGear/Timezone/CET -share/FlightGear/Timezone/CST6CDT -share/FlightGear/Timezone/Canada/Atlantic -share/FlightGear/Timezone/Canada/Central -share/FlightGear/Timezone/Canada/East-Saskatchewan -share/FlightGear/Timezone/Canada/Eastern -share/FlightGear/Timezone/Canada/Mountain -share/FlightGear/Timezone/Canada/Newfoundland -share/FlightGear/Timezone/Canada/Pacific -share/FlightGear/Timezone/Canada/Saskatchewan -share/FlightGear/Timezone/Canada/Yukon -share/FlightGear/Timezone/Chile/Continental -share/FlightGear/Timezone/Chile/EasterIsland -share/FlightGear/Timezone/Cuba -share/FlightGear/Timezone/EET -share/FlightGear/Timezone/EST -share/FlightGear/Timezone/EST5EDT -share/FlightGear/Timezone/Egypt -share/FlightGear/Timezone/Eire -share/FlightGear/Timezone/Etc/GMT -share/FlightGear/Timezone/Etc/GMT+0 -share/FlightGear/Timezone/Etc/GMT+1 -share/FlightGear/Timezone/Etc/GMT+10 -share/FlightGear/Timezone/Etc/GMT+11 -share/FlightGear/Timezone/Etc/GMT+12 -share/FlightGear/Timezone/Etc/GMT+2 -share/FlightGear/Timezone/Etc/GMT+3 -share/FlightGear/Timezone/Etc/GMT+4 -share/FlightGear/Timezone/Etc/GMT+5 -share/FlightGear/Timezone/Etc/GMT+6 -share/FlightGear/Timezone/Etc/GMT+7 -share/FlightGear/Timezone/Etc/GMT+8 -share/FlightGear/Timezone/Etc/GMT+9 -share/FlightGear/Timezone/Etc/GMT-0 -share/FlightGear/Timezone/Etc/GMT-1 -share/FlightGear/Timezone/Etc/GMT-10 -share/FlightGear/Timezone/Etc/GMT-11 -share/FlightGear/Timezone/Etc/GMT-12 -share/FlightGear/Timezone/Etc/GMT-13 -share/FlightGear/Timezone/Etc/GMT-14 -share/FlightGear/Timezone/Etc/GMT-2 -share/FlightGear/Timezone/Etc/GMT-3 -share/FlightGear/Timezone/Etc/GMT-4 -share/FlightGear/Timezone/Etc/GMT-5 -share/FlightGear/Timezone/Etc/GMT-6 -share/FlightGear/Timezone/Etc/GMT-7 -share/FlightGear/Timezone/Etc/GMT-8 -share/FlightGear/Timezone/Etc/GMT-9 -share/FlightGear/Timezone/Etc/GMT0 -share/FlightGear/Timezone/Etc/Greenwich -share/FlightGear/Timezone/Etc/UCT -share/FlightGear/Timezone/Etc/UTC -share/FlightGear/Timezone/Etc/Universal -share/FlightGear/Timezone/Etc/Zulu -share/FlightGear/Timezone/Europe/Amsterdam -share/FlightGear/Timezone/Europe/Andorra -share/FlightGear/Timezone/Europe/Athens -share/FlightGear/Timezone/Europe/Belfast -share/FlightGear/Timezone/Europe/Belgrade -share/FlightGear/Timezone/Europe/Berlin -share/FlightGear/Timezone/Europe/Bratislava -share/FlightGear/Timezone/Europe/Brussels -share/FlightGear/Timezone/Europe/Bucharest -share/FlightGear/Timezone/Europe/Budapest -share/FlightGear/Timezone/Europe/Chisinau -share/FlightGear/Timezone/Europe/Copenhagen -share/FlightGear/Timezone/Europe/Dublin -share/FlightGear/Timezone/Europe/Gibraltar -share/FlightGear/Timezone/Europe/Helsinki -share/FlightGear/Timezone/Europe/Istanbul -share/FlightGear/Timezone/Europe/Kaliningrad -share/FlightGear/Timezone/Europe/Kiev -share/FlightGear/Timezone/Europe/Lisbon -share/FlightGear/Timezone/Europe/Ljubljana -share/FlightGear/Timezone/Europe/London -share/FlightGear/Timezone/Europe/Luxembourg -share/FlightGear/Timezone/Europe/Madrid -share/FlightGear/Timezone/Europe/Malta -share/FlightGear/Timezone/Europe/Minsk -share/FlightGear/Timezone/Europe/Monaco -share/FlightGear/Timezone/Europe/Moscow -share/FlightGear/Timezone/Europe/Oslo -share/FlightGear/Timezone/Europe/Paris -share/FlightGear/Timezone/Europe/Prague -share/FlightGear/Timezone/Europe/Riga -share/FlightGear/Timezone/Europe/Rome -share/FlightGear/Timezone/Europe/Samara -share/FlightGear/Timezone/Europe/San_Marino -share/FlightGear/Timezone/Europe/Sarajevo -share/FlightGear/Timezone/Europe/Simferopol -share/FlightGear/Timezone/Europe/Skopje -share/FlightGear/Timezone/Europe/Sofia -share/FlightGear/Timezone/Europe/Stockholm -share/FlightGear/Timezone/Europe/Tallinn -share/FlightGear/Timezone/Europe/Tirane -share/FlightGear/Timezone/Europe/Tiraspol -share/FlightGear/Timezone/Europe/Uzhgorod -share/FlightGear/Timezone/Europe/Vaduz -share/FlightGear/Timezone/Europe/Vatican -share/FlightGear/Timezone/Europe/Vienna -share/FlightGear/Timezone/Europe/Vilnius -share/FlightGear/Timezone/Europe/Warsaw -share/FlightGear/Timezone/Europe/Zagreb -share/FlightGear/Timezone/Europe/Zaporozhye -share/FlightGear/Timezone/Europe/Zurich -share/FlightGear/Timezone/Factory -share/FlightGear/Timezone/GB -share/FlightGear/Timezone/GB-Eire -share/FlightGear/Timezone/GMT -share/FlightGear/Timezone/GMT+0 -share/FlightGear/Timezone/GMT-0 -share/FlightGear/Timezone/GMT0 -share/FlightGear/Timezone/Greenwich -share/FlightGear/Timezone/HST -share/FlightGear/Timezone/Hongkong -share/FlightGear/Timezone/Iceland -share/FlightGear/Timezone/Indian/Antananarivo -share/FlightGear/Timezone/Indian/Chagos -share/FlightGear/Timezone/Indian/Christmas -share/FlightGear/Timezone/Indian/Cocos -share/FlightGear/Timezone/Indian/Comoro -share/FlightGear/Timezone/Indian/Kerguelen -share/FlightGear/Timezone/Indian/Mahe -share/FlightGear/Timezone/Indian/Maldives -share/FlightGear/Timezone/Indian/Mauritius -share/FlightGear/Timezone/Indian/Mayotte -share/FlightGear/Timezone/Indian/Reunion -share/FlightGear/Timezone/Iran -share/FlightGear/Timezone/Israel -share/FlightGear/Timezone/Jamaica -share/FlightGear/Timezone/Japan -share/FlightGear/Timezone/Kwajalein -share/FlightGear/Timezone/Libya -share/FlightGear/Timezone/MET -share/FlightGear/Timezone/MST -share/FlightGear/Timezone/MST7MDT -share/FlightGear/Timezone/Mexico/BajaNorte -share/FlightGear/Timezone/Mexico/BajaSur -share/FlightGear/Timezone/Mexico/General -share/FlightGear/Timezone/Mideast/Riyadh87 -share/FlightGear/Timezone/Mideast/Riyadh88 -share/FlightGear/Timezone/Mideast/Riyadh89 -share/FlightGear/Timezone/NZ -share/FlightGear/Timezone/NZ-CHAT -share/FlightGear/Timezone/Navajo -share/FlightGear/Timezone/PRC -share/FlightGear/Timezone/PST8PDT -share/FlightGear/Timezone/Pacific/Apia -share/FlightGear/Timezone/Pacific/Auckland -share/FlightGear/Timezone/Pacific/Chatham -share/FlightGear/Timezone/Pacific/Easter -share/FlightGear/Timezone/Pacific/Efate -share/FlightGear/Timezone/Pacific/Enderbury -share/FlightGear/Timezone/Pacific/Fakaofo -share/FlightGear/Timezone/Pacific/Fiji -share/FlightGear/Timezone/Pacific/Funafuti -share/FlightGear/Timezone/Pacific/Galapagos -share/FlightGear/Timezone/Pacific/Gambier -share/FlightGear/Timezone/Pacific/Guadalcanal -share/FlightGear/Timezone/Pacific/Guam -share/FlightGear/Timezone/Pacific/Honolulu -share/FlightGear/Timezone/Pacific/Johnston -share/FlightGear/Timezone/Pacific/Kiritimati -share/FlightGear/Timezone/Pacific/Kosrae -share/FlightGear/Timezone/Pacific/Kwajalein -share/FlightGear/Timezone/Pacific/Majuro -share/FlightGear/Timezone/Pacific/Marquesas -share/FlightGear/Timezone/Pacific/Midway -share/FlightGear/Timezone/Pacific/Nauru -share/FlightGear/Timezone/Pacific/Niue -share/FlightGear/Timezone/Pacific/Norfolk -share/FlightGear/Timezone/Pacific/Noumea -share/FlightGear/Timezone/Pacific/Pago_Pago -share/FlightGear/Timezone/Pacific/Palau -share/FlightGear/Timezone/Pacific/Pitcairn -share/FlightGear/Timezone/Pacific/Ponape -share/FlightGear/Timezone/Pacific/Port_Moresby -share/FlightGear/Timezone/Pacific/Rarotonga -share/FlightGear/Timezone/Pacific/Saipan -share/FlightGear/Timezone/Pacific/Samoa -share/FlightGear/Timezone/Pacific/Tahiti -share/FlightGear/Timezone/Pacific/Tarawa -share/FlightGear/Timezone/Pacific/Tongatapu -share/FlightGear/Timezone/Pacific/Truk -share/FlightGear/Timezone/Pacific/Wake -share/FlightGear/Timezone/Pacific/Wallis -share/FlightGear/Timezone/Pacific/Yap -share/FlightGear/Timezone/Poland -share/FlightGear/Timezone/Portugal -share/FlightGear/Timezone/ROC -share/FlightGear/Timezone/ROK -share/FlightGear/Timezone/Singapore -share/FlightGear/Timezone/SystemV/AST4 -share/FlightGear/Timezone/SystemV/AST4ADT -share/FlightGear/Timezone/SystemV/CST6 -share/FlightGear/Timezone/SystemV/CST6CDT -share/FlightGear/Timezone/SystemV/EST5 -share/FlightGear/Timezone/SystemV/EST5EDT -share/FlightGear/Timezone/SystemV/HST10 -share/FlightGear/Timezone/SystemV/MST7 -share/FlightGear/Timezone/SystemV/MST7MDT -share/FlightGear/Timezone/SystemV/PST8 -share/FlightGear/Timezone/SystemV/PST8PDT -share/FlightGear/Timezone/SystemV/YST9 -share/FlightGear/Timezone/SystemV/YST9YDT -share/FlightGear/Timezone/Turkey -share/FlightGear/Timezone/UCT -share/FlightGear/Timezone/US/Alaska -share/FlightGear/Timezone/US/Aleutian -share/FlightGear/Timezone/US/Arizona -share/FlightGear/Timezone/US/Central -share/FlightGear/Timezone/US/East-Indiana -share/FlightGear/Timezone/US/Eastern -share/FlightGear/Timezone/US/Hawaii -share/FlightGear/Timezone/US/Indiana-Starke -share/FlightGear/Timezone/US/Michigan -share/FlightGear/Timezone/US/Mountain -share/FlightGear/Timezone/US/Pacific -share/FlightGear/Timezone/US/Samoa -share/FlightGear/Timezone/UTC -share/FlightGear/Timezone/Universal -share/FlightGear/Timezone/W-SU -share/FlightGear/Timezone/WET -share/FlightGear/Timezone/Zulu -share/FlightGear/Timezone/iso3166.tab -share/FlightGear/Timezone/posix/Africa/Abidjan -share/FlightGear/Timezone/posix/Africa/Accra -share/FlightGear/Timezone/posix/Africa/Addis_Ababa -share/FlightGear/Timezone/posix/Africa/Algiers -share/FlightGear/Timezone/posix/Africa/Asmera -share/FlightGear/Timezone/posix/Africa/Bamako -share/FlightGear/Timezone/posix/Africa/Bangui -share/FlightGear/Timezone/posix/Africa/Banjul -share/FlightGear/Timezone/posix/Africa/Bissau -share/FlightGear/Timezone/posix/Africa/Blantyre -share/FlightGear/Timezone/posix/Africa/Brazzaville -share/FlightGear/Timezone/posix/Africa/Bujumbura -share/FlightGear/Timezone/posix/Africa/Cairo -share/FlightGear/Timezone/posix/Africa/Casablanca -share/FlightGear/Timezone/posix/Africa/Ceuta -share/FlightGear/Timezone/posix/Africa/Conakry -share/FlightGear/Timezone/posix/Africa/Dakar -share/FlightGear/Timezone/posix/Africa/Dar_es_Salaam -share/FlightGear/Timezone/posix/Africa/Djibouti -share/FlightGear/Timezone/posix/Africa/Douala -share/FlightGear/Timezone/posix/Africa/El_Aaiun -share/FlightGear/Timezone/posix/Africa/Freetown -share/FlightGear/Timezone/posix/Africa/Gaborone -share/FlightGear/Timezone/posix/Africa/Harare -share/FlightGear/Timezone/posix/Africa/Johannesburg -share/FlightGear/Timezone/posix/Africa/Kampala -share/FlightGear/Timezone/posix/Africa/Khartoum -share/FlightGear/Timezone/posix/Africa/Kigali -share/FlightGear/Timezone/posix/Africa/Kinshasa -share/FlightGear/Timezone/posix/Africa/Lagos -share/FlightGear/Timezone/posix/Africa/Libreville -share/FlightGear/Timezone/posix/Africa/Lome -share/FlightGear/Timezone/posix/Africa/Luanda -share/FlightGear/Timezone/posix/Africa/Lubumbashi -share/FlightGear/Timezone/posix/Africa/Lusaka -share/FlightGear/Timezone/posix/Africa/Malabo -share/FlightGear/Timezone/posix/Africa/Maputo -share/FlightGear/Timezone/posix/Africa/Maseru -share/FlightGear/Timezone/posix/Africa/Mbabane -share/FlightGear/Timezone/posix/Africa/Mogadishu -share/FlightGear/Timezone/posix/Africa/Monrovia -share/FlightGear/Timezone/posix/Africa/Nairobi -share/FlightGear/Timezone/posix/Africa/Ndjamena -share/FlightGear/Timezone/posix/Africa/Niamey -share/FlightGear/Timezone/posix/Africa/Nouakchott -share/FlightGear/Timezone/posix/Africa/Ouagadougou -share/FlightGear/Timezone/posix/Africa/Porto-Novo -share/FlightGear/Timezone/posix/Africa/Sao_Tome -share/FlightGear/Timezone/posix/Africa/Timbuktu -share/FlightGear/Timezone/posix/Africa/Tripoli -share/FlightGear/Timezone/posix/Africa/Tunis -share/FlightGear/Timezone/posix/Africa/Windhoek -share/FlightGear/Timezone/posix/America/Adak -share/FlightGear/Timezone/posix/America/Anchorage -share/FlightGear/Timezone/posix/America/Anguilla -share/FlightGear/Timezone/posix/America/Antigua -share/FlightGear/Timezone/posix/America/Araguaina -share/FlightGear/Timezone/posix/America/Aruba -share/FlightGear/Timezone/posix/America/Asuncion -share/FlightGear/Timezone/posix/America/Atka -share/FlightGear/Timezone/posix/America/Barbados -share/FlightGear/Timezone/posix/America/Belem -share/FlightGear/Timezone/posix/America/Belize -share/FlightGear/Timezone/posix/America/Boa_Vista -share/FlightGear/Timezone/posix/America/Bogota -share/FlightGear/Timezone/posix/America/Boise -share/FlightGear/Timezone/posix/America/Buenos_Aires -share/FlightGear/Timezone/posix/America/Cambridge_Bay -share/FlightGear/Timezone/posix/America/Cancun -share/FlightGear/Timezone/posix/America/Caracas -share/FlightGear/Timezone/posix/America/Catamarca -share/FlightGear/Timezone/posix/America/Cayenne -share/FlightGear/Timezone/posix/America/Cayman -share/FlightGear/Timezone/posix/America/Chicago -share/FlightGear/Timezone/posix/America/Chihuahua -share/FlightGear/Timezone/posix/America/Cordoba -share/FlightGear/Timezone/posix/America/Costa_Rica -share/FlightGear/Timezone/posix/America/Cuiaba -share/FlightGear/Timezone/posix/America/Curacao -share/FlightGear/Timezone/posix/America/Dawson -share/FlightGear/Timezone/posix/America/Dawson_Creek -share/FlightGear/Timezone/posix/America/Denver -share/FlightGear/Timezone/posix/America/Detroit -share/FlightGear/Timezone/posix/America/Dominica -share/FlightGear/Timezone/posix/America/Edmonton -share/FlightGear/Timezone/posix/America/El_Salvador -share/FlightGear/Timezone/posix/America/Ensenada -share/FlightGear/Timezone/posix/America/Fort_Wayne -share/FlightGear/Timezone/posix/America/Fortaleza -share/FlightGear/Timezone/posix/America/Glace_Bay -share/FlightGear/Timezone/posix/America/Godthab -share/FlightGear/Timezone/posix/America/Goose_Bay -share/FlightGear/Timezone/posix/America/Grand_Turk -share/FlightGear/Timezone/posix/America/Grenada -share/FlightGear/Timezone/posix/America/Guadeloupe -share/FlightGear/Timezone/posix/America/Guatemala -share/FlightGear/Timezone/posix/America/Guayaquil -share/FlightGear/Timezone/posix/America/Guyana -share/FlightGear/Timezone/posix/America/Halifax -share/FlightGear/Timezone/posix/America/Havana -share/FlightGear/Timezone/posix/America/Hermosillo -share/FlightGear/Timezone/posix/America/Indiana/Indianapolis -share/FlightGear/Timezone/posix/America/Indiana/Knox -share/FlightGear/Timezone/posix/America/Indiana/Marengo -share/FlightGear/Timezone/posix/America/Indiana/Vevay -share/FlightGear/Timezone/posix/America/Indianapolis -share/FlightGear/Timezone/posix/America/Inuvik -share/FlightGear/Timezone/posix/America/Iqaluit -share/FlightGear/Timezone/posix/America/Jamaica -share/FlightGear/Timezone/posix/America/Jujuy -share/FlightGear/Timezone/posix/America/Juneau -share/FlightGear/Timezone/posix/America/Knox_IN -share/FlightGear/Timezone/posix/America/La_Paz -share/FlightGear/Timezone/posix/America/Lima -share/FlightGear/Timezone/posix/America/Los_Angeles -share/FlightGear/Timezone/posix/America/Louisville -share/FlightGear/Timezone/posix/America/Maceio -share/FlightGear/Timezone/posix/America/Managua -share/FlightGear/Timezone/posix/America/Manaus -share/FlightGear/Timezone/posix/America/Martinique -share/FlightGear/Timezone/posix/America/Mazatlan -share/FlightGear/Timezone/posix/America/Mendoza -share/FlightGear/Timezone/posix/America/Menominee -share/FlightGear/Timezone/posix/America/Mexico_City -share/FlightGear/Timezone/posix/America/Miquelon -share/FlightGear/Timezone/posix/America/Montevideo -share/FlightGear/Timezone/posix/America/Montreal -share/FlightGear/Timezone/posix/America/Montserrat -share/FlightGear/Timezone/posix/America/Nassau -share/FlightGear/Timezone/posix/America/New_York -share/FlightGear/Timezone/posix/America/Nipigon -share/FlightGear/Timezone/posix/America/Nome -share/FlightGear/Timezone/posix/America/Noronha -share/FlightGear/Timezone/posix/America/Panama -share/FlightGear/Timezone/posix/America/Pangnirtung -share/FlightGear/Timezone/posix/America/Paramaribo -share/FlightGear/Timezone/posix/America/Phoenix -share/FlightGear/Timezone/posix/America/Port-au-Prince -share/FlightGear/Timezone/posix/America/Port_of_Spain -share/FlightGear/Timezone/posix/America/Porto_Acre -share/FlightGear/Timezone/posix/America/Porto_Velho -share/FlightGear/Timezone/posix/America/Puerto_Rico -share/FlightGear/Timezone/posix/America/Rainy_River -share/FlightGear/Timezone/posix/America/Rankin_Inlet -share/FlightGear/Timezone/posix/America/Regina -share/FlightGear/Timezone/posix/America/Rosario -share/FlightGear/Timezone/posix/America/Santiago -share/FlightGear/Timezone/posix/America/Santo_Domingo -share/FlightGear/Timezone/posix/America/Sao_Paulo -share/FlightGear/Timezone/posix/America/Scoresbysund -share/FlightGear/Timezone/posix/America/Shiprock -share/FlightGear/Timezone/posix/America/St_Johns -share/FlightGear/Timezone/posix/America/St_Kitts -share/FlightGear/Timezone/posix/America/St_Lucia -share/FlightGear/Timezone/posix/America/St_Thomas -share/FlightGear/Timezone/posix/America/St_Vincent -share/FlightGear/Timezone/posix/America/Swift_Current -share/FlightGear/Timezone/posix/America/Tegucigalpa -share/FlightGear/Timezone/posix/America/Thule -share/FlightGear/Timezone/posix/America/Thunder_Bay -share/FlightGear/Timezone/posix/America/Tijuana -share/FlightGear/Timezone/posix/America/Tortola -share/FlightGear/Timezone/posix/America/Vancouver -share/FlightGear/Timezone/posix/America/Virgin -share/FlightGear/Timezone/posix/America/Whitehorse -share/FlightGear/Timezone/posix/America/Winnipeg -share/FlightGear/Timezone/posix/America/Yakutat -share/FlightGear/Timezone/posix/America/Yellowknife -share/FlightGear/Timezone/posix/Antarctica/Casey -share/FlightGear/Timezone/posix/Antarctica/Davis -share/FlightGear/Timezone/posix/Antarctica/DumontDUrville -share/FlightGear/Timezone/posix/Antarctica/Mawson -share/FlightGear/Timezone/posix/Antarctica/McMurdo -share/FlightGear/Timezone/posix/Antarctica/Palmer -share/FlightGear/Timezone/posix/Antarctica/South_Pole -share/FlightGear/Timezone/posix/Antarctica/Syowa -share/FlightGear/Timezone/posix/Arctic/Longyearbyen -share/FlightGear/Timezone/posix/Asia/Aden -share/FlightGear/Timezone/posix/Asia/Almaty -share/FlightGear/Timezone/posix/Asia/Amman -share/FlightGear/Timezone/posix/Asia/Anadyr -share/FlightGear/Timezone/posix/Asia/Aqtau -share/FlightGear/Timezone/posix/Asia/Aqtobe -share/FlightGear/Timezone/posix/Asia/Ashkhabad -share/FlightGear/Timezone/posix/Asia/Baghdad -share/FlightGear/Timezone/posix/Asia/Bahrain -share/FlightGear/Timezone/posix/Asia/Baku -share/FlightGear/Timezone/posix/Asia/Bangkok -share/FlightGear/Timezone/posix/Asia/Beirut -share/FlightGear/Timezone/posix/Asia/Bishkek -share/FlightGear/Timezone/posix/Asia/Brunei -share/FlightGear/Timezone/posix/Asia/Calcutta -share/FlightGear/Timezone/posix/Asia/Chungking -share/FlightGear/Timezone/posix/Asia/Colombo -share/FlightGear/Timezone/posix/Asia/Dacca -share/FlightGear/Timezone/posix/Asia/Damascus -share/FlightGear/Timezone/posix/Asia/Dili -share/FlightGear/Timezone/posix/Asia/Dubai -share/FlightGear/Timezone/posix/Asia/Dushanbe -share/FlightGear/Timezone/posix/Asia/Gaza -share/FlightGear/Timezone/posix/Asia/Harbin -share/FlightGear/Timezone/posix/Asia/Hong_Kong -share/FlightGear/Timezone/posix/Asia/Hovd -share/FlightGear/Timezone/posix/Asia/Irkutsk -share/FlightGear/Timezone/posix/Asia/Istanbul -share/FlightGear/Timezone/posix/Asia/Jakarta -share/FlightGear/Timezone/posix/Asia/Jayapura -share/FlightGear/Timezone/posix/Asia/Jerusalem -share/FlightGear/Timezone/posix/Asia/Kabul -share/FlightGear/Timezone/posix/Asia/Kamchatka -share/FlightGear/Timezone/posix/Asia/Karachi -share/FlightGear/Timezone/posix/Asia/Kashgar -share/FlightGear/Timezone/posix/Asia/Katmandu -share/FlightGear/Timezone/posix/Asia/Krasnoyarsk -share/FlightGear/Timezone/posix/Asia/Kuala_Lumpur -share/FlightGear/Timezone/posix/Asia/Kuching -share/FlightGear/Timezone/posix/Asia/Kuwait -share/FlightGear/Timezone/posix/Asia/Macao -share/FlightGear/Timezone/posix/Asia/Magadan -share/FlightGear/Timezone/posix/Asia/Manila -share/FlightGear/Timezone/posix/Asia/Muscat -share/FlightGear/Timezone/posix/Asia/Nicosia -share/FlightGear/Timezone/posix/Asia/Novosibirsk -share/FlightGear/Timezone/posix/Asia/Omsk -share/FlightGear/Timezone/posix/Asia/Phnom_Penh -share/FlightGear/Timezone/posix/Asia/Pyongyang -share/FlightGear/Timezone/posix/Asia/Qatar -share/FlightGear/Timezone/posix/Asia/Rangoon -share/FlightGear/Timezone/posix/Asia/Riyadh -share/FlightGear/Timezone/posix/Asia/Riyadh87 -share/FlightGear/Timezone/posix/Asia/Riyadh88 -share/FlightGear/Timezone/posix/Asia/Riyadh89 -share/FlightGear/Timezone/posix/Asia/Saigon -share/FlightGear/Timezone/posix/Asia/Samarkand -share/FlightGear/Timezone/posix/Asia/Seoul -share/FlightGear/Timezone/posix/Asia/Shanghai -share/FlightGear/Timezone/posix/Asia/Singapore -share/FlightGear/Timezone/posix/Asia/Taipei -share/FlightGear/Timezone/posix/Asia/Tashkent -share/FlightGear/Timezone/posix/Asia/Tbilisi -share/FlightGear/Timezone/posix/Asia/Tehran -share/FlightGear/Timezone/posix/Asia/Tel_Aviv -share/FlightGear/Timezone/posix/Asia/Thimbu -share/FlightGear/Timezone/posix/Asia/Tokyo -share/FlightGear/Timezone/posix/Asia/Ujung_Pandang -share/FlightGear/Timezone/posix/Asia/Ulaanbaatar -share/FlightGear/Timezone/posix/Asia/Ulan_Bator -share/FlightGear/Timezone/posix/Asia/Urumqi -share/FlightGear/Timezone/posix/Asia/Vientiane -share/FlightGear/Timezone/posix/Asia/Vladivostok -share/FlightGear/Timezone/posix/Asia/Yakutsk -share/FlightGear/Timezone/posix/Asia/Yekaterinburg -share/FlightGear/Timezone/posix/Asia/Yerevan -share/FlightGear/Timezone/posix/Atlantic/Azores -share/FlightGear/Timezone/posix/Atlantic/Bermuda -share/FlightGear/Timezone/posix/Atlantic/Canary -share/FlightGear/Timezone/posix/Atlantic/Cape_Verde -share/FlightGear/Timezone/posix/Atlantic/Faeroe -share/FlightGear/Timezone/posix/Atlantic/Jan_Mayen -share/FlightGear/Timezone/posix/Atlantic/Madeira -share/FlightGear/Timezone/posix/Atlantic/Reykjavik -share/FlightGear/Timezone/posix/Atlantic/South_Georgia -share/FlightGear/Timezone/posix/Atlantic/St_Helena -share/FlightGear/Timezone/posix/Atlantic/Stanley -share/FlightGear/Timezone/posix/Australia/ACT -share/FlightGear/Timezone/posix/Australia/Adelaide -share/FlightGear/Timezone/posix/Australia/Brisbane -share/FlightGear/Timezone/posix/Australia/Broken_Hill -share/FlightGear/Timezone/posix/Australia/Canberra -share/FlightGear/Timezone/posix/Australia/Darwin -share/FlightGear/Timezone/posix/Australia/Hobart -share/FlightGear/Timezone/posix/Australia/LHI -share/FlightGear/Timezone/posix/Australia/Lindeman -share/FlightGear/Timezone/posix/Australia/Lord_Howe -share/FlightGear/Timezone/posix/Australia/Melbourne -share/FlightGear/Timezone/posix/Australia/NSW -share/FlightGear/Timezone/posix/Australia/North -share/FlightGear/Timezone/posix/Australia/Perth -share/FlightGear/Timezone/posix/Australia/Queensland -share/FlightGear/Timezone/posix/Australia/South -share/FlightGear/Timezone/posix/Australia/Sydney -share/FlightGear/Timezone/posix/Australia/Tasmania -share/FlightGear/Timezone/posix/Australia/Victoria -share/FlightGear/Timezone/posix/Australia/West -share/FlightGear/Timezone/posix/Australia/Yancowinna -share/FlightGear/Timezone/posix/Brazil/Acre -share/FlightGear/Timezone/posix/Brazil/DeNoronha -share/FlightGear/Timezone/posix/Brazil/East -share/FlightGear/Timezone/posix/Brazil/West -share/FlightGear/Timezone/posix/CET -share/FlightGear/Timezone/posix/CST6CDT -share/FlightGear/Timezone/posix/Canada/Atlantic -share/FlightGear/Timezone/posix/Canada/Central -share/FlightGear/Timezone/posix/Canada/East-Saskatchewan -share/FlightGear/Timezone/posix/Canada/Eastern -share/FlightGear/Timezone/posix/Canada/Mountain -share/FlightGear/Timezone/posix/Canada/Newfoundland -share/FlightGear/Timezone/posix/Canada/Pacific -share/FlightGear/Timezone/posix/Canada/Saskatchewan -share/FlightGear/Timezone/posix/Canada/Yukon -share/FlightGear/Timezone/posix/Chile/Continental -share/FlightGear/Timezone/posix/Chile/EasterIsland -share/FlightGear/Timezone/posix/Cuba -share/FlightGear/Timezone/posix/EET -share/FlightGear/Timezone/posix/EST -share/FlightGear/Timezone/posix/EST5EDT -share/FlightGear/Timezone/posix/Egypt -share/FlightGear/Timezone/posix/Eire -share/FlightGear/Timezone/posix/Etc/GMT -share/FlightGear/Timezone/posix/Etc/GMT+0 -share/FlightGear/Timezone/posix/Etc/GMT+1 -share/FlightGear/Timezone/posix/Etc/GMT+10 -share/FlightGear/Timezone/posix/Etc/GMT+11 -share/FlightGear/Timezone/posix/Etc/GMT+12 -share/FlightGear/Timezone/posix/Etc/GMT+2 -share/FlightGear/Timezone/posix/Etc/GMT+3 -share/FlightGear/Timezone/posix/Etc/GMT+4 -share/FlightGear/Timezone/posix/Etc/GMT+5 -share/FlightGear/Timezone/posix/Etc/GMT+6 -share/FlightGear/Timezone/posix/Etc/GMT+7 -share/FlightGear/Timezone/posix/Etc/GMT+8 -share/FlightGear/Timezone/posix/Etc/GMT+9 -share/FlightGear/Timezone/posix/Etc/GMT-0 -share/FlightGear/Timezone/posix/Etc/GMT-1 -share/FlightGear/Timezone/posix/Etc/GMT-10 -share/FlightGear/Timezone/posix/Etc/GMT-11 -share/FlightGear/Timezone/posix/Etc/GMT-12 -share/FlightGear/Timezone/posix/Etc/GMT-13 -share/FlightGear/Timezone/posix/Etc/GMT-14 -share/FlightGear/Timezone/posix/Etc/GMT-2 -share/FlightGear/Timezone/posix/Etc/GMT-3 -share/FlightGear/Timezone/posix/Etc/GMT-4 -share/FlightGear/Timezone/posix/Etc/GMT-5 -share/FlightGear/Timezone/posix/Etc/GMT-6 -share/FlightGear/Timezone/posix/Etc/GMT-7 -share/FlightGear/Timezone/posix/Etc/GMT-8 -share/FlightGear/Timezone/posix/Etc/GMT-9 -share/FlightGear/Timezone/posix/Etc/GMT0 -share/FlightGear/Timezone/posix/Etc/Greenwich -share/FlightGear/Timezone/posix/Etc/UCT -share/FlightGear/Timezone/posix/Etc/UTC -share/FlightGear/Timezone/posix/Etc/Universal -share/FlightGear/Timezone/posix/Etc/Zulu -share/FlightGear/Timezone/posix/Europe/Amsterdam -share/FlightGear/Timezone/posix/Europe/Andorra -share/FlightGear/Timezone/posix/Europe/Athens -share/FlightGear/Timezone/posix/Europe/Belfast -share/FlightGear/Timezone/posix/Europe/Belgrade -share/FlightGear/Timezone/posix/Europe/Berlin -share/FlightGear/Timezone/posix/Europe/Bratislava -share/FlightGear/Timezone/posix/Europe/Brussels -share/FlightGear/Timezone/posix/Europe/Bucharest -share/FlightGear/Timezone/posix/Europe/Budapest -share/FlightGear/Timezone/posix/Europe/Chisinau -share/FlightGear/Timezone/posix/Europe/Copenhagen -share/FlightGear/Timezone/posix/Europe/Dublin -share/FlightGear/Timezone/posix/Europe/Gibraltar -share/FlightGear/Timezone/posix/Europe/Helsinki -share/FlightGear/Timezone/posix/Europe/Istanbul -share/FlightGear/Timezone/posix/Europe/Kaliningrad -share/FlightGear/Timezone/posix/Europe/Kiev -share/FlightGear/Timezone/posix/Europe/Lisbon -share/FlightGear/Timezone/posix/Europe/Ljubljana -share/FlightGear/Timezone/posix/Europe/London -share/FlightGear/Timezone/posix/Europe/Luxembourg -share/FlightGear/Timezone/posix/Europe/Madrid -share/FlightGear/Timezone/posix/Europe/Malta -share/FlightGear/Timezone/posix/Europe/Minsk -share/FlightGear/Timezone/posix/Europe/Monaco -share/FlightGear/Timezone/posix/Europe/Moscow -share/FlightGear/Timezone/posix/Europe/Oslo -share/FlightGear/Timezone/posix/Europe/Paris -share/FlightGear/Timezone/posix/Europe/Prague -share/FlightGear/Timezone/posix/Europe/Riga -share/FlightGear/Timezone/posix/Europe/Rome -share/FlightGear/Timezone/posix/Europe/Samara -share/FlightGear/Timezone/posix/Europe/San_Marino -share/FlightGear/Timezone/posix/Europe/Sarajevo -share/FlightGear/Timezone/posix/Europe/Simferopol -share/FlightGear/Timezone/posix/Europe/Skopje -share/FlightGear/Timezone/posix/Europe/Sofia -share/FlightGear/Timezone/posix/Europe/Stockholm -share/FlightGear/Timezone/posix/Europe/Tallinn -share/FlightGear/Timezone/posix/Europe/Tirane -share/FlightGear/Timezone/posix/Europe/Tiraspol -share/FlightGear/Timezone/posix/Europe/Uzhgorod -share/FlightGear/Timezone/posix/Europe/Vaduz -share/FlightGear/Timezone/posix/Europe/Vatican -share/FlightGear/Timezone/posix/Europe/Vienna -share/FlightGear/Timezone/posix/Europe/Vilnius -share/FlightGear/Timezone/posix/Europe/Warsaw -share/FlightGear/Timezone/posix/Europe/Zagreb -share/FlightGear/Timezone/posix/Europe/Zaporozhye -share/FlightGear/Timezone/posix/Europe/Zurich -share/FlightGear/Timezone/posix/Factory -share/FlightGear/Timezone/posix/GB -share/FlightGear/Timezone/posix/GB-Eire -share/FlightGear/Timezone/posix/GMT -share/FlightGear/Timezone/posix/GMT+0 -share/FlightGear/Timezone/posix/GMT-0 -share/FlightGear/Timezone/posix/GMT0 -share/FlightGear/Timezone/posix/Greenwich -share/FlightGear/Timezone/posix/HST -share/FlightGear/Timezone/posix/Hongkong -share/FlightGear/Timezone/posix/Iceland -share/FlightGear/Timezone/posix/Indian/Antananarivo -share/FlightGear/Timezone/posix/Indian/Chagos -share/FlightGear/Timezone/posix/Indian/Christmas -share/FlightGear/Timezone/posix/Indian/Cocos -share/FlightGear/Timezone/posix/Indian/Comoro -share/FlightGear/Timezone/posix/Indian/Kerguelen -share/FlightGear/Timezone/posix/Indian/Mahe -share/FlightGear/Timezone/posix/Indian/Maldives -share/FlightGear/Timezone/posix/Indian/Mauritius -share/FlightGear/Timezone/posix/Indian/Mayotte -share/FlightGear/Timezone/posix/Indian/Reunion -share/FlightGear/Timezone/posix/Iran -share/FlightGear/Timezone/posix/Israel -share/FlightGear/Timezone/posix/Jamaica -share/FlightGear/Timezone/posix/Japan -share/FlightGear/Timezone/posix/Kwajalein -share/FlightGear/Timezone/posix/Libya -share/FlightGear/Timezone/posix/MET -share/FlightGear/Timezone/posix/MST -share/FlightGear/Timezone/posix/MST7MDT -share/FlightGear/Timezone/posix/Mexico/BajaNorte -share/FlightGear/Timezone/posix/Mexico/BajaSur -share/FlightGear/Timezone/posix/Mexico/General -share/FlightGear/Timezone/posix/Mideast/Riyadh87 -share/FlightGear/Timezone/posix/Mideast/Riyadh88 -share/FlightGear/Timezone/posix/Mideast/Riyadh89 -share/FlightGear/Timezone/posix/NZ -share/FlightGear/Timezone/posix/NZ-CHAT -share/FlightGear/Timezone/posix/Navajo -share/FlightGear/Timezone/posix/PRC -share/FlightGear/Timezone/posix/PST8PDT -share/FlightGear/Timezone/posix/Pacific/Apia -share/FlightGear/Timezone/posix/Pacific/Auckland -share/FlightGear/Timezone/posix/Pacific/Chatham -share/FlightGear/Timezone/posix/Pacific/Easter -share/FlightGear/Timezone/posix/Pacific/Efate -share/FlightGear/Timezone/posix/Pacific/Enderbury -share/FlightGear/Timezone/posix/Pacific/Fakaofo -share/FlightGear/Timezone/posix/Pacific/Fiji -share/FlightGear/Timezone/posix/Pacific/Funafuti -share/FlightGear/Timezone/posix/Pacific/Galapagos -share/FlightGear/Timezone/posix/Pacific/Gambier -share/FlightGear/Timezone/posix/Pacific/Guadalcanal -share/FlightGear/Timezone/posix/Pacific/Guam -share/FlightGear/Timezone/posix/Pacific/Honolulu -share/FlightGear/Timezone/posix/Pacific/Johnston -share/FlightGear/Timezone/posix/Pacific/Kiritimati -share/FlightGear/Timezone/posix/Pacific/Kosrae -share/FlightGear/Timezone/posix/Pacific/Kwajalein -share/FlightGear/Timezone/posix/Pacific/Majuro -share/FlightGear/Timezone/posix/Pacific/Marquesas -share/FlightGear/Timezone/posix/Pacific/Midway -share/FlightGear/Timezone/posix/Pacific/Nauru -share/FlightGear/Timezone/posix/Pacific/Niue -share/FlightGear/Timezone/posix/Pacific/Norfolk -share/FlightGear/Timezone/posix/Pacific/Noumea -share/FlightGear/Timezone/posix/Pacific/Pago_Pago -share/FlightGear/Timezone/posix/Pacific/Palau -share/FlightGear/Timezone/posix/Pacific/Pitcairn -share/FlightGear/Timezone/posix/Pacific/Ponape -share/FlightGear/Timezone/posix/Pacific/Port_Moresby -share/FlightGear/Timezone/posix/Pacific/Rarotonga -share/FlightGear/Timezone/posix/Pacific/Saipan -share/FlightGear/Timezone/posix/Pacific/Samoa -share/FlightGear/Timezone/posix/Pacific/Tahiti -share/FlightGear/Timezone/posix/Pacific/Tarawa -share/FlightGear/Timezone/posix/Pacific/Tongatapu -share/FlightGear/Timezone/posix/Pacific/Truk -share/FlightGear/Timezone/posix/Pacific/Wake -share/FlightGear/Timezone/posix/Pacific/Wallis -share/FlightGear/Timezone/posix/Pacific/Yap -share/FlightGear/Timezone/posix/Poland -share/FlightGear/Timezone/posix/Portugal -share/FlightGear/Timezone/posix/ROC -share/FlightGear/Timezone/posix/ROK -share/FlightGear/Timezone/posix/Singapore -share/FlightGear/Timezone/posix/SystemV/AST4 -share/FlightGear/Timezone/posix/SystemV/AST4ADT -share/FlightGear/Timezone/posix/SystemV/CST6 -share/FlightGear/Timezone/posix/SystemV/CST6CDT -share/FlightGear/Timezone/posix/SystemV/EST5 -share/FlightGear/Timezone/posix/SystemV/EST5EDT -share/FlightGear/Timezone/posix/SystemV/HST10 -share/FlightGear/Timezone/posix/SystemV/MST7 -share/FlightGear/Timezone/posix/SystemV/MST7MDT -share/FlightGear/Timezone/posix/SystemV/PST8 -share/FlightGear/Timezone/posix/SystemV/PST8PDT -share/FlightGear/Timezone/posix/SystemV/YST9 -share/FlightGear/Timezone/posix/SystemV/YST9YDT -share/FlightGear/Timezone/posix/Turkey -share/FlightGear/Timezone/posix/UCT -share/FlightGear/Timezone/posix/US/Alaska -share/FlightGear/Timezone/posix/US/Aleutian -share/FlightGear/Timezone/posix/US/Arizona -share/FlightGear/Timezone/posix/US/Central -share/FlightGear/Timezone/posix/US/East-Indiana -share/FlightGear/Timezone/posix/US/Eastern -share/FlightGear/Timezone/posix/US/Hawaii -share/FlightGear/Timezone/posix/US/Indiana-Starke -share/FlightGear/Timezone/posix/US/Michigan -share/FlightGear/Timezone/posix/US/Mountain -share/FlightGear/Timezone/posix/US/Pacific -share/FlightGear/Timezone/posix/US/Samoa -share/FlightGear/Timezone/posix/UTC -share/FlightGear/Timezone/posix/Universal -share/FlightGear/Timezone/posix/W-SU -share/FlightGear/Timezone/posix/WET -share/FlightGear/Timezone/posix/Zulu -share/FlightGear/Timezone/posixrules -share/FlightGear/Timezone/right/Africa/Abidjan -share/FlightGear/Timezone/right/Africa/Accra -share/FlightGear/Timezone/right/Africa/Addis_Ababa -share/FlightGear/Timezone/right/Africa/Algiers -share/FlightGear/Timezone/right/Africa/Asmera -share/FlightGear/Timezone/right/Africa/Bamako -share/FlightGear/Timezone/right/Africa/Bangui -share/FlightGear/Timezone/right/Africa/Banjul -share/FlightGear/Timezone/right/Africa/Bissau -share/FlightGear/Timezone/right/Africa/Blantyre -share/FlightGear/Timezone/right/Africa/Brazzaville -share/FlightGear/Timezone/right/Africa/Bujumbura -share/FlightGear/Timezone/right/Africa/Cairo -share/FlightGear/Timezone/right/Africa/Casablanca -share/FlightGear/Timezone/right/Africa/Ceuta -share/FlightGear/Timezone/right/Africa/Conakry -share/FlightGear/Timezone/right/Africa/Dakar -share/FlightGear/Timezone/right/Africa/Dar_es_Salaam -share/FlightGear/Timezone/right/Africa/Djibouti -share/FlightGear/Timezone/right/Africa/Douala -share/FlightGear/Timezone/right/Africa/El_Aaiun -share/FlightGear/Timezone/right/Africa/Freetown -share/FlightGear/Timezone/right/Africa/Gaborone -share/FlightGear/Timezone/right/Africa/Harare -share/FlightGear/Timezone/right/Africa/Johannesburg -share/FlightGear/Timezone/right/Africa/Kampala -share/FlightGear/Timezone/right/Africa/Khartoum -share/FlightGear/Timezone/right/Africa/Kigali -share/FlightGear/Timezone/right/Africa/Kinshasa -share/FlightGear/Timezone/right/Africa/Lagos -share/FlightGear/Timezone/right/Africa/Libreville -share/FlightGear/Timezone/right/Africa/Lome -share/FlightGear/Timezone/right/Africa/Luanda -share/FlightGear/Timezone/right/Africa/Lubumbashi -share/FlightGear/Timezone/right/Africa/Lusaka -share/FlightGear/Timezone/right/Africa/Malabo -share/FlightGear/Timezone/right/Africa/Maputo -share/FlightGear/Timezone/right/Africa/Maseru -share/FlightGear/Timezone/right/Africa/Mbabane -share/FlightGear/Timezone/right/Africa/Mogadishu -share/FlightGear/Timezone/right/Africa/Monrovia -share/FlightGear/Timezone/right/Africa/Nairobi -share/FlightGear/Timezone/right/Africa/Ndjamena -share/FlightGear/Timezone/right/Africa/Niamey -share/FlightGear/Timezone/right/Africa/Nouakchott -share/FlightGear/Timezone/right/Africa/Ouagadougou -share/FlightGear/Timezone/right/Africa/Porto-Novo -share/FlightGear/Timezone/right/Africa/Sao_Tome -share/FlightGear/Timezone/right/Africa/Timbuktu -share/FlightGear/Timezone/right/Africa/Tripoli -share/FlightGear/Timezone/right/Africa/Tunis -share/FlightGear/Timezone/right/Africa/Windhoek -share/FlightGear/Timezone/right/America/Adak -share/FlightGear/Timezone/right/America/Anchorage -share/FlightGear/Timezone/right/America/Anguilla -share/FlightGear/Timezone/right/America/Antigua -share/FlightGear/Timezone/right/America/Araguaina -share/FlightGear/Timezone/right/America/Aruba -share/FlightGear/Timezone/right/America/Asuncion -share/FlightGear/Timezone/right/America/Atka -share/FlightGear/Timezone/right/America/Barbados -share/FlightGear/Timezone/right/America/Belem -share/FlightGear/Timezone/right/America/Belize -share/FlightGear/Timezone/right/America/Boa_Vista -share/FlightGear/Timezone/right/America/Bogota -share/FlightGear/Timezone/right/America/Boise -share/FlightGear/Timezone/right/America/Buenos_Aires -share/FlightGear/Timezone/right/America/Cambridge_Bay -share/FlightGear/Timezone/right/America/Cancun -share/FlightGear/Timezone/right/America/Caracas -share/FlightGear/Timezone/right/America/Catamarca -share/FlightGear/Timezone/right/America/Cayenne -share/FlightGear/Timezone/right/America/Cayman -share/FlightGear/Timezone/right/America/Chicago -share/FlightGear/Timezone/right/America/Chihuahua -share/FlightGear/Timezone/right/America/Cordoba -share/FlightGear/Timezone/right/America/Costa_Rica -share/FlightGear/Timezone/right/America/Cuiaba -share/FlightGear/Timezone/right/America/Curacao -share/FlightGear/Timezone/right/America/Dawson -share/FlightGear/Timezone/right/America/Dawson_Creek -share/FlightGear/Timezone/right/America/Denver -share/FlightGear/Timezone/right/America/Detroit -share/FlightGear/Timezone/right/America/Dominica -share/FlightGear/Timezone/right/America/Edmonton -share/FlightGear/Timezone/right/America/El_Salvador -share/FlightGear/Timezone/right/America/Ensenada -share/FlightGear/Timezone/right/America/Fort_Wayne -share/FlightGear/Timezone/right/America/Fortaleza -share/FlightGear/Timezone/right/America/Glace_Bay -share/FlightGear/Timezone/right/America/Godthab -share/FlightGear/Timezone/right/America/Goose_Bay -share/FlightGear/Timezone/right/America/Grand_Turk -share/FlightGear/Timezone/right/America/Grenada -share/FlightGear/Timezone/right/America/Guadeloupe -share/FlightGear/Timezone/right/America/Guatemala -share/FlightGear/Timezone/right/America/Guayaquil -share/FlightGear/Timezone/right/America/Guyana -share/FlightGear/Timezone/right/America/Halifax -share/FlightGear/Timezone/right/America/Havana -share/FlightGear/Timezone/right/America/Hermosillo -share/FlightGear/Timezone/right/America/Indiana/Indianapolis -share/FlightGear/Timezone/right/America/Indiana/Knox -share/FlightGear/Timezone/right/America/Indiana/Marengo -share/FlightGear/Timezone/right/America/Indiana/Vevay -share/FlightGear/Timezone/right/America/Indianapolis -share/FlightGear/Timezone/right/America/Inuvik -share/FlightGear/Timezone/right/America/Iqaluit -share/FlightGear/Timezone/right/America/Jamaica -share/FlightGear/Timezone/right/America/Jujuy -share/FlightGear/Timezone/right/America/Juneau -share/FlightGear/Timezone/right/America/Knox_IN -share/FlightGear/Timezone/right/America/La_Paz -share/FlightGear/Timezone/right/America/Lima -share/FlightGear/Timezone/right/America/Los_Angeles -share/FlightGear/Timezone/right/America/Louisville -share/FlightGear/Timezone/right/America/Maceio -share/FlightGear/Timezone/right/America/Managua -share/FlightGear/Timezone/right/America/Manaus -share/FlightGear/Timezone/right/America/Martinique -share/FlightGear/Timezone/right/America/Mazatlan -share/FlightGear/Timezone/right/America/Mendoza -share/FlightGear/Timezone/right/America/Menominee -share/FlightGear/Timezone/right/America/Mexico_City -share/FlightGear/Timezone/right/America/Miquelon -share/FlightGear/Timezone/right/America/Montevideo -share/FlightGear/Timezone/right/America/Montreal -share/FlightGear/Timezone/right/America/Montserrat -share/FlightGear/Timezone/right/America/Nassau -share/FlightGear/Timezone/right/America/New_York -share/FlightGear/Timezone/right/America/Nipigon -share/FlightGear/Timezone/right/America/Nome -share/FlightGear/Timezone/right/America/Noronha -share/FlightGear/Timezone/right/America/Panama -share/FlightGear/Timezone/right/America/Pangnirtung -share/FlightGear/Timezone/right/America/Paramaribo -share/FlightGear/Timezone/right/America/Phoenix -share/FlightGear/Timezone/right/America/Port-au-Prince -share/FlightGear/Timezone/right/America/Port_of_Spain -share/FlightGear/Timezone/right/America/Porto_Acre -share/FlightGear/Timezone/right/America/Porto_Velho -share/FlightGear/Timezone/right/America/Puerto_Rico -share/FlightGear/Timezone/right/America/Rainy_River -share/FlightGear/Timezone/right/America/Rankin_Inlet -share/FlightGear/Timezone/right/America/Regina -share/FlightGear/Timezone/right/America/Rosario -share/FlightGear/Timezone/right/America/Santiago -share/FlightGear/Timezone/right/America/Santo_Domingo -share/FlightGear/Timezone/right/America/Sao_Paulo -share/FlightGear/Timezone/right/America/Scoresbysund -share/FlightGear/Timezone/right/America/Shiprock -share/FlightGear/Timezone/right/America/St_Johns -share/FlightGear/Timezone/right/America/St_Kitts -share/FlightGear/Timezone/right/America/St_Lucia -share/FlightGear/Timezone/right/America/St_Thomas -share/FlightGear/Timezone/right/America/St_Vincent -share/FlightGear/Timezone/right/America/Swift_Current -share/FlightGear/Timezone/right/America/Tegucigalpa -share/FlightGear/Timezone/right/America/Thule -share/FlightGear/Timezone/right/America/Thunder_Bay -share/FlightGear/Timezone/right/America/Tijuana -share/FlightGear/Timezone/right/America/Tortola -share/FlightGear/Timezone/right/America/Vancouver -share/FlightGear/Timezone/right/America/Virgin -share/FlightGear/Timezone/right/America/Whitehorse -share/FlightGear/Timezone/right/America/Winnipeg -share/FlightGear/Timezone/right/America/Yakutat -share/FlightGear/Timezone/right/America/Yellowknife -share/FlightGear/Timezone/right/Antarctica/Casey -share/FlightGear/Timezone/right/Antarctica/Davis -share/FlightGear/Timezone/right/Antarctica/DumontDUrville -share/FlightGear/Timezone/right/Antarctica/Mawson -share/FlightGear/Timezone/right/Antarctica/McMurdo -share/FlightGear/Timezone/right/Antarctica/Palmer -share/FlightGear/Timezone/right/Antarctica/South_Pole -share/FlightGear/Timezone/right/Antarctica/Syowa -share/FlightGear/Timezone/right/Arctic/Longyearbyen -share/FlightGear/Timezone/right/Asia/Aden -share/FlightGear/Timezone/right/Asia/Almaty -share/FlightGear/Timezone/right/Asia/Amman -share/FlightGear/Timezone/right/Asia/Anadyr -share/FlightGear/Timezone/right/Asia/Aqtau -share/FlightGear/Timezone/right/Asia/Aqtobe -share/FlightGear/Timezone/right/Asia/Ashkhabad -share/FlightGear/Timezone/right/Asia/Baghdad -share/FlightGear/Timezone/right/Asia/Bahrain -share/FlightGear/Timezone/right/Asia/Baku -share/FlightGear/Timezone/right/Asia/Bangkok -share/FlightGear/Timezone/right/Asia/Beirut -share/FlightGear/Timezone/right/Asia/Bishkek -share/FlightGear/Timezone/right/Asia/Brunei -share/FlightGear/Timezone/right/Asia/Calcutta -share/FlightGear/Timezone/right/Asia/Chungking -share/FlightGear/Timezone/right/Asia/Colombo -share/FlightGear/Timezone/right/Asia/Dacca -share/FlightGear/Timezone/right/Asia/Damascus -share/FlightGear/Timezone/right/Asia/Dili -share/FlightGear/Timezone/right/Asia/Dubai -share/FlightGear/Timezone/right/Asia/Dushanbe -share/FlightGear/Timezone/right/Asia/Gaza -share/FlightGear/Timezone/right/Asia/Harbin -share/FlightGear/Timezone/right/Asia/Hong_Kong -share/FlightGear/Timezone/right/Asia/Hovd -share/FlightGear/Timezone/right/Asia/Irkutsk -share/FlightGear/Timezone/right/Asia/Istanbul -share/FlightGear/Timezone/right/Asia/Jakarta -share/FlightGear/Timezone/right/Asia/Jayapura -share/FlightGear/Timezone/right/Asia/Jerusalem -share/FlightGear/Timezone/right/Asia/Kabul -share/FlightGear/Timezone/right/Asia/Kamchatka -share/FlightGear/Timezone/right/Asia/Karachi -share/FlightGear/Timezone/right/Asia/Kashgar -share/FlightGear/Timezone/right/Asia/Katmandu -share/FlightGear/Timezone/right/Asia/Krasnoyarsk -share/FlightGear/Timezone/right/Asia/Kuala_Lumpur -share/FlightGear/Timezone/right/Asia/Kuching -share/FlightGear/Timezone/right/Asia/Kuwait -share/FlightGear/Timezone/right/Asia/Macao -share/FlightGear/Timezone/right/Asia/Magadan -share/FlightGear/Timezone/right/Asia/Manila -share/FlightGear/Timezone/right/Asia/Muscat -share/FlightGear/Timezone/right/Asia/Nicosia -share/FlightGear/Timezone/right/Asia/Novosibirsk -share/FlightGear/Timezone/right/Asia/Omsk -share/FlightGear/Timezone/right/Asia/Phnom_Penh -share/FlightGear/Timezone/right/Asia/Pyongyang -share/FlightGear/Timezone/right/Asia/Qatar -share/FlightGear/Timezone/right/Asia/Rangoon -share/FlightGear/Timezone/right/Asia/Riyadh -share/FlightGear/Timezone/right/Asia/Riyadh87 -share/FlightGear/Timezone/right/Asia/Riyadh88 -share/FlightGear/Timezone/right/Asia/Riyadh89 -share/FlightGear/Timezone/right/Asia/Saigon -share/FlightGear/Timezone/right/Asia/Samarkand -share/FlightGear/Timezone/right/Asia/Seoul -share/FlightGear/Timezone/right/Asia/Shanghai -share/FlightGear/Timezone/right/Asia/Singapore -share/FlightGear/Timezone/right/Asia/Taipei -share/FlightGear/Timezone/right/Asia/Tashkent -share/FlightGear/Timezone/right/Asia/Tbilisi -share/FlightGear/Timezone/right/Asia/Tehran -share/FlightGear/Timezone/right/Asia/Tel_Aviv -share/FlightGear/Timezone/right/Asia/Thimbu -share/FlightGear/Timezone/right/Asia/Tokyo -share/FlightGear/Timezone/right/Asia/Ujung_Pandang -share/FlightGear/Timezone/right/Asia/Ulaanbaatar -share/FlightGear/Timezone/right/Asia/Ulan_Bator -share/FlightGear/Timezone/right/Asia/Urumqi -share/FlightGear/Timezone/right/Asia/Vientiane -share/FlightGear/Timezone/right/Asia/Vladivostok -share/FlightGear/Timezone/right/Asia/Yakutsk -share/FlightGear/Timezone/right/Asia/Yekaterinburg -share/FlightGear/Timezone/right/Asia/Yerevan -share/FlightGear/Timezone/right/Atlantic/Azores -share/FlightGear/Timezone/right/Atlantic/Bermuda -share/FlightGear/Timezone/right/Atlantic/Canary -share/FlightGear/Timezone/right/Atlantic/Cape_Verde -share/FlightGear/Timezone/right/Atlantic/Faeroe -share/FlightGear/Timezone/right/Atlantic/Jan_Mayen -share/FlightGear/Timezone/right/Atlantic/Madeira -share/FlightGear/Timezone/right/Atlantic/Reykjavik -share/FlightGear/Timezone/right/Atlantic/South_Georgia -share/FlightGear/Timezone/right/Atlantic/St_Helena -share/FlightGear/Timezone/right/Atlantic/Stanley -share/FlightGear/Timezone/right/Australia/ACT -share/FlightGear/Timezone/right/Australia/Adelaide -share/FlightGear/Timezone/right/Australia/Brisbane -share/FlightGear/Timezone/right/Australia/Broken_Hill -share/FlightGear/Timezone/right/Australia/Canberra -share/FlightGear/Timezone/right/Australia/Darwin -share/FlightGear/Timezone/right/Australia/Hobart -share/FlightGear/Timezone/right/Australia/LHI -share/FlightGear/Timezone/right/Australia/Lindeman -share/FlightGear/Timezone/right/Australia/Lord_Howe -share/FlightGear/Timezone/right/Australia/Melbourne -share/FlightGear/Timezone/right/Australia/NSW -share/FlightGear/Timezone/right/Australia/North -share/FlightGear/Timezone/right/Australia/Perth -share/FlightGear/Timezone/right/Australia/Queensland -share/FlightGear/Timezone/right/Australia/South -share/FlightGear/Timezone/right/Australia/Sydney -share/FlightGear/Timezone/right/Australia/Tasmania -share/FlightGear/Timezone/right/Australia/Victoria -share/FlightGear/Timezone/right/Australia/West -share/FlightGear/Timezone/right/Australia/Yancowinna -share/FlightGear/Timezone/right/Brazil/Acre -share/FlightGear/Timezone/right/Brazil/DeNoronha -share/FlightGear/Timezone/right/Brazil/East -share/FlightGear/Timezone/right/Brazil/West -share/FlightGear/Timezone/right/CET -share/FlightGear/Timezone/right/CST6CDT -share/FlightGear/Timezone/right/Canada/Atlantic -share/FlightGear/Timezone/right/Canada/Central -share/FlightGear/Timezone/right/Canada/East-Saskatchewan -share/FlightGear/Timezone/right/Canada/Eastern -share/FlightGear/Timezone/right/Canada/Mountain -share/FlightGear/Timezone/right/Canada/Newfoundland -share/FlightGear/Timezone/right/Canada/Pacific -share/FlightGear/Timezone/right/Canada/Saskatchewan -share/FlightGear/Timezone/right/Canada/Yukon -share/FlightGear/Timezone/right/Chile/Continental -share/FlightGear/Timezone/right/Chile/EasterIsland -share/FlightGear/Timezone/right/Cuba -share/FlightGear/Timezone/right/EET -share/FlightGear/Timezone/right/EST -share/FlightGear/Timezone/right/EST5EDT -share/FlightGear/Timezone/right/Egypt -share/FlightGear/Timezone/right/Eire -share/FlightGear/Timezone/right/Etc/GMT -share/FlightGear/Timezone/right/Etc/GMT+0 -share/FlightGear/Timezone/right/Etc/GMT+1 -share/FlightGear/Timezone/right/Etc/GMT+10 -share/FlightGear/Timezone/right/Etc/GMT+11 -share/FlightGear/Timezone/right/Etc/GMT+12 -share/FlightGear/Timezone/right/Etc/GMT+2 -share/FlightGear/Timezone/right/Etc/GMT+3 -share/FlightGear/Timezone/right/Etc/GMT+4 -share/FlightGear/Timezone/right/Etc/GMT+5 -share/FlightGear/Timezone/right/Etc/GMT+6 -share/FlightGear/Timezone/right/Etc/GMT+7 -share/FlightGear/Timezone/right/Etc/GMT+8 -share/FlightGear/Timezone/right/Etc/GMT+9 -share/FlightGear/Timezone/right/Etc/GMT-0 -share/FlightGear/Timezone/right/Etc/GMT-1 -share/FlightGear/Timezone/right/Etc/GMT-10 -share/FlightGear/Timezone/right/Etc/GMT-11 -share/FlightGear/Timezone/right/Etc/GMT-12 -share/FlightGear/Timezone/right/Etc/GMT-13 -share/FlightGear/Timezone/right/Etc/GMT-14 -share/FlightGear/Timezone/right/Etc/GMT-2 -share/FlightGear/Timezone/right/Etc/GMT-3 -share/FlightGear/Timezone/right/Etc/GMT-4 -share/FlightGear/Timezone/right/Etc/GMT-5 -share/FlightGear/Timezone/right/Etc/GMT-6 -share/FlightGear/Timezone/right/Etc/GMT-7 -share/FlightGear/Timezone/right/Etc/GMT-8 -share/FlightGear/Timezone/right/Etc/GMT-9 -share/FlightGear/Timezone/right/Etc/GMT0 -share/FlightGear/Timezone/right/Etc/Greenwich -share/FlightGear/Timezone/right/Etc/UCT -share/FlightGear/Timezone/right/Etc/UTC -share/FlightGear/Timezone/right/Etc/Universal -share/FlightGear/Timezone/right/Etc/Zulu -share/FlightGear/Timezone/right/Europe/Amsterdam -share/FlightGear/Timezone/right/Europe/Andorra -share/FlightGear/Timezone/right/Europe/Athens -share/FlightGear/Timezone/right/Europe/Belfast -share/FlightGear/Timezone/right/Europe/Belgrade -share/FlightGear/Timezone/right/Europe/Berlin -share/FlightGear/Timezone/right/Europe/Bratislava -share/FlightGear/Timezone/right/Europe/Brussels -share/FlightGear/Timezone/right/Europe/Bucharest -share/FlightGear/Timezone/right/Europe/Budapest -share/FlightGear/Timezone/right/Europe/Chisinau -share/FlightGear/Timezone/right/Europe/Copenhagen -share/FlightGear/Timezone/right/Europe/Dublin -share/FlightGear/Timezone/right/Europe/Gibraltar -share/FlightGear/Timezone/right/Europe/Helsinki -share/FlightGear/Timezone/right/Europe/Istanbul -share/FlightGear/Timezone/right/Europe/Kaliningrad -share/FlightGear/Timezone/right/Europe/Kiev -share/FlightGear/Timezone/right/Europe/Lisbon -share/FlightGear/Timezone/right/Europe/Ljubljana -share/FlightGear/Timezone/right/Europe/London -share/FlightGear/Timezone/right/Europe/Luxembourg -share/FlightGear/Timezone/right/Europe/Madrid -share/FlightGear/Timezone/right/Europe/Malta -share/FlightGear/Timezone/right/Europe/Minsk -share/FlightGear/Timezone/right/Europe/Monaco -share/FlightGear/Timezone/right/Europe/Moscow -share/FlightGear/Timezone/right/Europe/Oslo -share/FlightGear/Timezone/right/Europe/Paris -share/FlightGear/Timezone/right/Europe/Prague -share/FlightGear/Timezone/right/Europe/Riga -share/FlightGear/Timezone/right/Europe/Rome -share/FlightGear/Timezone/right/Europe/Samara -share/FlightGear/Timezone/right/Europe/San_Marino -share/FlightGear/Timezone/right/Europe/Sarajevo -share/FlightGear/Timezone/right/Europe/Simferopol -share/FlightGear/Timezone/right/Europe/Skopje -share/FlightGear/Timezone/right/Europe/Sofia -share/FlightGear/Timezone/right/Europe/Stockholm -share/FlightGear/Timezone/right/Europe/Tallinn -share/FlightGear/Timezone/right/Europe/Tirane -share/FlightGear/Timezone/right/Europe/Tiraspol -share/FlightGear/Timezone/right/Europe/Uzhgorod -share/FlightGear/Timezone/right/Europe/Vaduz -share/FlightGear/Timezone/right/Europe/Vatican -share/FlightGear/Timezone/right/Europe/Vienna -share/FlightGear/Timezone/right/Europe/Vilnius -share/FlightGear/Timezone/right/Europe/Warsaw -share/FlightGear/Timezone/right/Europe/Zagreb -share/FlightGear/Timezone/right/Europe/Zaporozhye -share/FlightGear/Timezone/right/Europe/Zurich -share/FlightGear/Timezone/right/Factory -share/FlightGear/Timezone/right/GB -share/FlightGear/Timezone/right/GB-Eire -share/FlightGear/Timezone/right/GMT -share/FlightGear/Timezone/right/GMT+0 -share/FlightGear/Timezone/right/GMT-0 -share/FlightGear/Timezone/right/GMT0 -share/FlightGear/Timezone/right/Greenwich -share/FlightGear/Timezone/right/HST -share/FlightGear/Timezone/right/Hongkong -share/FlightGear/Timezone/right/Iceland -share/FlightGear/Timezone/right/Indian/Antananarivo -share/FlightGear/Timezone/right/Indian/Chagos -share/FlightGear/Timezone/right/Indian/Christmas -share/FlightGear/Timezone/right/Indian/Cocos -share/FlightGear/Timezone/right/Indian/Comoro -share/FlightGear/Timezone/right/Indian/Kerguelen -share/FlightGear/Timezone/right/Indian/Mahe -share/FlightGear/Timezone/right/Indian/Maldives -share/FlightGear/Timezone/right/Indian/Mauritius -share/FlightGear/Timezone/right/Indian/Mayotte -share/FlightGear/Timezone/right/Indian/Reunion -share/FlightGear/Timezone/right/Iran -share/FlightGear/Timezone/right/Israel -share/FlightGear/Timezone/right/Jamaica -share/FlightGear/Timezone/right/Japan -share/FlightGear/Timezone/right/Kwajalein -share/FlightGear/Timezone/right/Libya -share/FlightGear/Timezone/right/MET -share/FlightGear/Timezone/right/MST -share/FlightGear/Timezone/right/MST7MDT -share/FlightGear/Timezone/right/Mexico/BajaNorte -share/FlightGear/Timezone/right/Mexico/BajaSur -share/FlightGear/Timezone/right/Mexico/General -share/FlightGear/Timezone/right/Mideast/Riyadh87 -share/FlightGear/Timezone/right/Mideast/Riyadh88 -share/FlightGear/Timezone/right/Mideast/Riyadh89 -share/FlightGear/Timezone/right/NZ -share/FlightGear/Timezone/right/NZ-CHAT -share/FlightGear/Timezone/right/Navajo -share/FlightGear/Timezone/right/PRC -share/FlightGear/Timezone/right/PST8PDT -share/FlightGear/Timezone/right/Pacific/Apia -share/FlightGear/Timezone/right/Pacific/Auckland -share/FlightGear/Timezone/right/Pacific/Chatham -share/FlightGear/Timezone/right/Pacific/Easter -share/FlightGear/Timezone/right/Pacific/Efate -share/FlightGear/Timezone/right/Pacific/Enderbury -share/FlightGear/Timezone/right/Pacific/Fakaofo -share/FlightGear/Timezone/right/Pacific/Fiji -share/FlightGear/Timezone/right/Pacific/Funafuti -share/FlightGear/Timezone/right/Pacific/Galapagos -share/FlightGear/Timezone/right/Pacific/Gambier -share/FlightGear/Timezone/right/Pacific/Guadalcanal -share/FlightGear/Timezone/right/Pacific/Guam -share/FlightGear/Timezone/right/Pacific/Honolulu -share/FlightGear/Timezone/right/Pacific/Johnston -share/FlightGear/Timezone/right/Pacific/Kiritimati -share/FlightGear/Timezone/right/Pacific/Kosrae -share/FlightGear/Timezone/right/Pacific/Kwajalein -share/FlightGear/Timezone/right/Pacific/Majuro -share/FlightGear/Timezone/right/Pacific/Marquesas -share/FlightGear/Timezone/right/Pacific/Midway -share/FlightGear/Timezone/right/Pacific/Nauru -share/FlightGear/Timezone/right/Pacific/Niue -share/FlightGear/Timezone/right/Pacific/Norfolk -share/FlightGear/Timezone/right/Pacific/Noumea -share/FlightGear/Timezone/right/Pacific/Pago_Pago -share/FlightGear/Timezone/right/Pacific/Palau -share/FlightGear/Timezone/right/Pacific/Pitcairn -share/FlightGear/Timezone/right/Pacific/Ponape -share/FlightGear/Timezone/right/Pacific/Port_Moresby -share/FlightGear/Timezone/right/Pacific/Rarotonga -share/FlightGear/Timezone/right/Pacific/Saipan -share/FlightGear/Timezone/right/Pacific/Samoa -share/FlightGear/Timezone/right/Pacific/Tahiti -share/FlightGear/Timezone/right/Pacific/Tarawa -share/FlightGear/Timezone/right/Pacific/Tongatapu -share/FlightGear/Timezone/right/Pacific/Truk -share/FlightGear/Timezone/right/Pacific/Wake -share/FlightGear/Timezone/right/Pacific/Wallis -share/FlightGear/Timezone/right/Pacific/Yap -share/FlightGear/Timezone/right/Poland -share/FlightGear/Timezone/right/Portugal -share/FlightGear/Timezone/right/ROC -share/FlightGear/Timezone/right/ROK -share/FlightGear/Timezone/right/Singapore -share/FlightGear/Timezone/right/SystemV/AST4 -share/FlightGear/Timezone/right/SystemV/AST4ADT -share/FlightGear/Timezone/right/SystemV/CST6 -share/FlightGear/Timezone/right/SystemV/CST6CDT -share/FlightGear/Timezone/right/SystemV/EST5 -share/FlightGear/Timezone/right/SystemV/EST5EDT -share/FlightGear/Timezone/right/SystemV/HST10 -share/FlightGear/Timezone/right/SystemV/MST7 -share/FlightGear/Timezone/right/SystemV/MST7MDT -share/FlightGear/Timezone/right/SystemV/PST8 -share/FlightGear/Timezone/right/SystemV/PST8PDT -share/FlightGear/Timezone/right/SystemV/YST9 -share/FlightGear/Timezone/right/SystemV/YST9YDT -share/FlightGear/Timezone/right/Turkey -share/FlightGear/Timezone/right/UCT -share/FlightGear/Timezone/right/US/Alaska -share/FlightGear/Timezone/right/US/Aleutian -share/FlightGear/Timezone/right/US/Arizona -share/FlightGear/Timezone/right/US/Central -share/FlightGear/Timezone/right/US/East-Indiana -share/FlightGear/Timezone/right/US/Eastern -share/FlightGear/Timezone/right/US/Hawaii -share/FlightGear/Timezone/right/US/Indiana-Starke -share/FlightGear/Timezone/right/US/Michigan -share/FlightGear/Timezone/right/US/Mountain -share/FlightGear/Timezone/right/US/Pacific -share/FlightGear/Timezone/right/US/Samoa -share/FlightGear/Timezone/right/UTC -share/FlightGear/Timezone/right/Universal -share/FlightGear/Timezone/right/W-SU -share/FlightGear/Timezone/right/WET -share/FlightGear/Timezone/right/Zulu -share/FlightGear/Timezone/zone.tab -share/FlightGear/Translations/locale.xml -share/FlightGear/Translations/strings-de.xml -share/FlightGear/Translations/strings-default.xml -share/FlightGear/Translations/strings-fr.xml -share/FlightGear/Translations/strings-it.xml -share/FlightGear/Translations/strings-nl.xml -share/FlightGear/Translations/strings-pl-win.xml -share/FlightGear/Translations/strings-pl.xml -share/FlightGear/Weather/MetarObs.txt.test -share/FlightGear/Weather/MetarStations -share/FlightGear/gui/dialogs/air.xml -share/FlightGear/gui/dialogs/aircraft.xml -share/FlightGear/gui/dialogs/atc-ai.xml -share/FlightGear/gui/dialogs/autopilot.xml -share/FlightGear/gui/dialogs/clouds.xml -share/FlightGear/gui/dialogs/exit.xml -share/FlightGear/gui/dialogs/instrument-failures.xml -share/FlightGear/gui/dialogs/location.xml -share/FlightGear/gui/dialogs/logging.xml -share/FlightGear/gui/dialogs/presets.xml -share/FlightGear/gui/dialogs/radios.xml -share/FlightGear/gui/dialogs/rendering.xml -share/FlightGear/gui/dialogs/replay.xml -share/FlightGear/gui/dialogs/system-failures.xml -share/FlightGear/gui/dialogs/timeofday.xml -share/FlightGear/gui/dialogs/weather.xml -share/FlightGear/gui/dialogs/winds.xml -share/FlightGear/gui/menubar.xml -share/FlightGear/joysticks.xml -share/FlightGear/keyboard.xml -share/FlightGear/large.sky -share/FlightGear/materials.dtd -share/FlightGear/materials.xml -share/FlightGear/menu.xml -share/FlightGear/mice.xml -share/FlightGear/options.xml -share/FlightGear/preferences.xml -share/FlightGear/runfgfs.bat -share/FlightGear/version -@dirrm share/FlightGear/man -@dirrm share/FlightGear/gui/dialogs -@dirrm share/FlightGear/gui -@dirrm share/FlightGear/Weather -@dirrm share/FlightGear/Translations -@dirrm share/FlightGear/Timezone/right/US -@dirrm share/FlightGear/Timezone/right/SystemV -@dirrm share/FlightGear/Timezone/right/Pacific -@dirrm share/FlightGear/Timezone/right/Mideast -@dirrm share/FlightGear/Timezone/right/Mexico -@dirrm share/FlightGear/Timezone/right/Indian -@dirrm share/FlightGear/Timezone/right/Europe -@dirrm share/FlightGear/Timezone/right/Etc -@dirrm share/FlightGear/Timezone/right/Chile -@dirrm share/FlightGear/Timezone/right/Canada -@dirrm share/FlightGear/Timezone/right/Brazil -@dirrm share/FlightGear/Timezone/right/Australia -@dirrm share/FlightGear/Timezone/right/Atlantic -@dirrm share/FlightGear/Timezone/right/Asia -@dirrm share/FlightGear/Timezone/right/Arctic -@dirrm share/FlightGear/Timezone/right/Antarctica -@dirrm share/FlightGear/Timezone/right/America/Indiana -@dirrm share/FlightGear/Timezone/right/America -@dirrm share/FlightGear/Timezone/right/Africa -@dirrm share/FlightGear/Timezone/right -@dirrm share/FlightGear/Timezone/posix/US -@dirrm share/FlightGear/Timezone/posix/SystemV -@dirrm share/FlightGear/Timezone/posix/Pacific -@dirrm share/FlightGear/Timezone/posix/Mideast -@dirrm share/FlightGear/Timezone/posix/Mexico -@dirrm share/FlightGear/Timezone/posix/Indian -@dirrm share/FlightGear/Timezone/posix/Europe -@dirrm share/FlightGear/Timezone/posix/Etc -@dirrm share/FlightGear/Timezone/posix/Chile -@dirrm share/FlightGear/Timezone/posix/Canada -@dirrm share/FlightGear/Timezone/posix/Brazil -@dirrm share/FlightGear/Timezone/posix/Australia -@dirrm share/FlightGear/Timezone/posix/Atlantic -@dirrm share/FlightGear/Timezone/posix/Asia -@dirrm share/FlightGear/Timezone/posix/Arctic -@dirrm share/FlightGear/Timezone/posix/Antarctica -@dirrm share/FlightGear/Timezone/posix/America/Indiana -@dirrm share/FlightGear/Timezone/posix/America -@dirrm share/FlightGear/Timezone/posix/Africa -@dirrm share/FlightGear/Timezone/posix -@dirrm share/FlightGear/Timezone/US -@dirrm share/FlightGear/Timezone/SystemV -@dirrm share/FlightGear/Timezone/Pacific -@dirrm share/FlightGear/Timezone/Mideast -@dirrm share/FlightGear/Timezone/Mexico -@dirrm share/FlightGear/Timezone/Indian -@dirrm share/FlightGear/Timezone/Europe -@dirrm share/FlightGear/Timezone/Etc -@dirrm share/FlightGear/Timezone/Chile -@dirrm share/FlightGear/Timezone/Canada -@dirrm share/FlightGear/Timezone/Brazil -@dirrm share/FlightGear/Timezone/Australia -@dirrm share/FlightGear/Timezone/Atlantic -@dirrm share/FlightGear/Timezone/Asia -@dirrm share/FlightGear/Timezone/Arctic -@dirrm share/FlightGear/Timezone/Antarctica -@dirrm share/FlightGear/Timezone/America/Indiana -@dirrm share/FlightGear/Timezone/America -@dirrm share/FlightGear/Timezone/Africa -@dirrm share/FlightGear/Timezone -@dirrm share/FlightGear/Textures/Terrain/.xvpics -@dirrm share/FlightGear/Textures/Terrain -@dirrm share/FlightGear/Textures/Sky -@dirrm share/FlightGear/Textures/Runway -@dirrm share/FlightGear/Textures/Panel -@dirrm share/FlightGear/Textures/.xvpics -@dirrm share/FlightGear/Textures.high/Terrain -@dirrm share/FlightGear/Textures.high/Sky.save -@dirrm share/FlightGear/Textures.high/Sky -@dirrm share/FlightGear/Textures.high/Runway/.xvpics -@dirrm share/FlightGear/Textures.high/Runway -@dirrm share/FlightGear/Textures.high -@dirrm share/FlightGear/Textures -@dirrm share/FlightGear/Sounds -@dirrm share/FlightGear/Scenery/w130n30/w123n37 -@dirrm share/FlightGear/Scenery/w130n30/w122n37 -@dirrm share/FlightGear/Scenery/w130n30 -@dirrm share/FlightGear/Scenery -@dirrm share/FlightGear/Protocol -@dirrm share/FlightGear/Navaids -@dirrm share/FlightGear/Models/Trees -@dirrm share/FlightGear/Models/Textures -@dirrm share/FlightGear/Models/Geometry -@dirrm share/FlightGear/Models/Fauna -@dirrm share/FlightGear/Models/Buildings -@dirrm share/FlightGear/Models/Bridges -@dirrm share/FlightGear/Models/Airport -@dirrm share/FlightGear/Models/3ds -@dirrm share/FlightGear/Models -@dirrm share/FlightGear/Lighting -@dirrm share/FlightGear/Instruments/Default/Textures -@dirrm share/FlightGear/Instruments/Default -@dirrm share/FlightGear/Instruments -@dirrm share/FlightGear/Input/Joysticks/ThrustMaster -@dirrm share/FlightGear/Input/Joysticks/Saitek -@dirrm share/FlightGear/Input/Joysticks/Microsoft -@dirrm share/FlightGear/Input/Joysticks/Logitech -@dirrm share/FlightGear/Input/Joysticks/LewEngineering -@dirrm share/FlightGear/Input/Joysticks/Default -@dirrm share/FlightGear/Input/Joysticks/CH -@dirrm share/FlightGear/Input/Joysticks -@dirrm share/FlightGear/Input -@dirrm share/FlightGear/Huds/Minimal -@dirrm share/FlightGear/Huds/Instruments/Minimal -@dirrm share/FlightGear/Huds/Instruments/Engineering -@dirrm share/FlightGear/Huds/Instruments/Default -@dirrm share/FlightGear/Huds/Instruments/Custom -@dirrm share/FlightGear/Huds/Instruments -@dirrm share/FlightGear/Huds/Engineering -@dirrm share/FlightGear/Huds/Default -@dirrm share/FlightGear/Huds/Custom -@dirrm share/FlightGear/Huds -@dirrm share/FlightGear/Fonts -@dirrm share/FlightGear/Engine -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics -@dirrm share/FlightGear/Docs/source/FlightGearSchool/en -@dirrm share/FlightGear/Docs/source/FlightGearSchool/de -@dirrm share/FlightGear/Docs/source/FlightGearSchool -@dirrm share/FlightGear/Docs/source -@dirrm share/FlightGear/Docs/Serial -@dirrm share/FlightGear/Docs/InstallGuide/html -@dirrm share/FlightGear/Docs/InstallGuide -@dirrm share/FlightGear/Docs-mini -@dirrm share/FlightGear/Docs -@dirrm share/FlightGear/Data/Terrain -@dirrm share/FlightGear/Data/SkyClouds -@dirrm share/FlightGear/Data/SkyBoxes -@dirrm share/FlightGear/Data/Models/PittsBiplane -@dirrm share/FlightGear/Data/Models -@dirrm share/FlightGear/Data -@dirrm share/FlightGear/Atlas -@dirrm share/FlightGear/Astro -@dirrm share/FlightGear/Airports -@dirrm share/FlightGear/Aircraft/yf23/Systems -@dirrm share/FlightGear/Aircraft/yf23/Sounds/Samples -@dirrm share/FlightGear/Aircraft/yf23/Sounds -@dirrm share/FlightGear/Aircraft/yf23/Panels/Textures -@dirrm share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/yf23/Panels/Instruments -@dirrm share/FlightGear/Aircraft/yf23/Panels -@dirrm share/FlightGear/Aircraft/yf23/Models -@dirrm share/FlightGear/Aircraft/yf23/Huds -@dirrm share/FlightGear/Aircraft/yf23 -@dirrm share/FlightGear/Aircraft/x24b -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Sounds -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models -@dirrm share/FlightGear/Aircraft/wrightFlyer1903 -@dirrm share/FlightGear/Aircraft/ufo/Models -@dirrm share/FlightGear/Aircraft/ufo -@dirrm share/FlightGear/Aircraft/tsr2/Systems -@dirrm share/FlightGear/Aircraft/tsr2/Sounds/Samples -@dirrm share/FlightGear/Aircraft/tsr2/Sounds -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Textures -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Instruments -@dirrm share/FlightGear/Aircraft/tsr2/Panels -@dirrm share/FlightGear/Aircraft/tsr2/Models -@dirrm share/FlightGear/Aircraft/tsr2/Huds -@dirrm share/FlightGear/Aircraft/tsr2 -@dirrm share/FlightGear/Aircraft/t6texan2/Sounds -@dirrm share/FlightGear/Aircraft/t6texan2/Models -@dirrm share/FlightGear/Aircraft/t6texan2 -@dirrm share/FlightGear/Aircraft/sopwithCamel/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/sopwithCamel/Sounds -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models/uiuc -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models -@dirrm share/FlightGear/Aircraft/sopwithCamel -@dirrm share/FlightGear/Aircraft/shuttle -@dirrm share/FlightGear/Aircraft/sgs126/Panels/Textures -@dirrm share/FlightGear/Aircraft/sgs126/Panels -@dirrm share/FlightGear/Aircraft/sgs126/Instruments/Textures -@dirrm share/FlightGear/Aircraft/sgs126/Instruments -@dirrm share/FlightGear/Aircraft/sgs126 -@dirrm share/FlightGear/Aircraft/seahawk -@dirrm share/FlightGear/Aircraft/paraglider/Models -@dirrm share/FlightGear/Aircraft/paraglider -@dirrm share/FlightGear/Aircraft/pa28-161/Models -@dirrm share/FlightGear/Aircraft/pa28-161 -@dirrm share/FlightGear/Aircraft/p51d/Sounds -@dirrm share/FlightGear/Aircraft/p51d/Models -@dirrm share/FlightGear/Aircraft/p51d -@dirrm share/FlightGear/Aircraft/ornithopter/Sounds -@dirrm share/FlightGear/Aircraft/ornithopter/Models -@dirrm share/FlightGear/Aircraft/ornithopter -@dirrm share/FlightGear/Aircraft/marchetti/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/marchetti/Sounds -@dirrm share/FlightGear/Aircraft/marchetti -@dirrm share/FlightGear/Aircraft/j3cub/Models -@dirrm share/FlightGear/Aircraft/j3cub -@dirrm share/FlightGear/Aircraft/j22/Models -@dirrm share/FlightGear/Aircraft/j22/Huds -@dirrm share/FlightGear/Aircraft/j22 -@dirrm share/FlightGear/Aircraft/harrier -@dirrm share/FlightGear/Aircraft/fokker50/Models -@dirrm share/FlightGear/Aircraft/fokker50 -@dirrm share/FlightGear/Aircraft/fokker100/Models -@dirrm share/FlightGear/Aircraft/fokker100 -@dirrm share/FlightGear/Aircraft/fkdr1/Sounds -@dirrm share/FlightGear/Aircraft/fkdr1/Models -@dirrm share/FlightGear/Aircraft/fkdr1 -@dirrm share/FlightGear/Aircraft/f16/Panels/Textures -@dirrm share/FlightGear/Aircraft/f16/Panels -@dirrm share/FlightGear/Aircraft/f16/Models -@dirrm share/FlightGear/Aircraft/f16/Hud -@dirrm share/FlightGear/Aircraft/f16 -@dirrm share/FlightGear/Aircraft/f15 -@dirrm share/FlightGear/Aircraft/f104/Models -@dirrm share/FlightGear/Aircraft/f104 -@dirrm share/FlightGear/Aircraft/dc3/Models -@dirrm share/FlightGear/Aircraft/dc3 -@dirrm share/FlightGear/Aircraft/ch47 -@dirrm share/FlightGear/Aircraft/c310u3a/Models -@dirrm share/FlightGear/Aircraft/c310u3a -@dirrm share/FlightGear/Aircraft/c310/Models -@dirrm share/FlightGear/Aircraft/c310 -@dirrm share/FlightGear/Aircraft/c182/Panels/Textures -@dirrm share/FlightGear/Aircraft/c182/Panels -@dirrm share/FlightGear/Aircraft/c182 -@dirrm share/FlightGear/Aircraft/c172x -@dirrm share/FlightGear/Aircraft/c172r -@dirrm share/FlightGear/Aircraft/c172p/Models/labels -@dirrm share/FlightGear/Aircraft/c172p/Models -@dirrm share/FlightGear/Aircraft/c172p -@dirrm share/FlightGear/Aircraft/c172/Panels/Textures -@dirrm share/FlightGear/Aircraft/c172/Panels -@dirrm share/FlightGear/Aircraft/c172/Models -@dirrm share/FlightGear/Aircraft/c172/Instruments.high/Textures -@dirrm share/FlightGear/Aircraft/c172/Instruments.high -@dirrm share/FlightGear/Aircraft/c172 -@dirrm share/FlightGear/Aircraft/bo105/Models -@dirrm share/FlightGear/Aircraft/bo105 -@dirrm share/FlightGear/Aircraft/bell206 -@dirrm share/FlightGear/Aircraft/beech99/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/beech99/Sounds -@dirrm share/FlightGear/Aircraft/beech99/Models/uiuc/beech99 -@dirrm share/FlightGear/Aircraft/beech99/Models/uiuc -@dirrm share/FlightGear/Aircraft/beech99/Models -@dirrm share/FlightGear/Aircraft/beech99 -@dirrm share/FlightGear/Aircraft/b52/Systems -@dirrm share/FlightGear/Aircraft/b52/Sounds/Samples -@dirrm share/FlightGear/Aircraft/b52/Sounds -@dirrm share/FlightGear/Aircraft/b52/Panels/Textures -@dirrm share/FlightGear/Aircraft/b52/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/b52/Panels/Instruments -@dirrm share/FlightGear/Aircraft/b52/Panels -@dirrm share/FlightGear/Aircraft/b52/Models -@dirrm share/FlightGear/Aircraft/b52/Huds -@dirrm share/FlightGear/Aircraft/b52 -@dirrm share/FlightGear/Aircraft/asw20/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/asw20/Sounds -@dirrm share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck -@dirrm share/FlightGear/Aircraft/asw20/Models/uiuc -@dirrm share/FlightGear/Aircraft/asw20/Models -@dirrm share/FlightGear/Aircraft/asw20 -@dirrm share/FlightGear/Aircraft/as350 -@dirrm share/FlightGear/Aircraft/an225/Systems -@dirrm share/FlightGear/Aircraft/an225/Sounds/Samples -@dirrm share/FlightGear/Aircraft/an225/Sounds -@dirrm share/FlightGear/Aircraft/an225/Panels/Textures -@dirrm share/FlightGear/Aircraft/an225/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/an225/Panels/Instruments -@dirrm share/FlightGear/Aircraft/an225/Panels -@dirrm share/FlightGear/Aircraft/an225/Models -@dirrm share/FlightGear/Aircraft/an225/Huds -@dirrm share/FlightGear/Aircraft/an225 -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Sounds -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models -@dirrm share/FlightGear/Aircraft/airwaveXtreme150 -@dirrm share/FlightGear/Aircraft/a4/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/a4/Sounds -@dirrm share/FlightGear/Aircraft/a4/Models -@dirrm share/FlightGear/Aircraft/a4 -@dirrm share/FlightGear/Aircraft/a10/Systems -@dirrm share/FlightGear/Aircraft/a10/Sounds/Samples -@dirrm share/FlightGear/Aircraft/a10/Sounds -@dirrm share/FlightGear/Aircraft/a10/Panels/Textures -@dirrm share/FlightGear/Aircraft/a10/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/a10/Panels/Instruments -@dirrm share/FlightGear/Aircraft/a10/Panels -@dirrm share/FlightGear/Aircraft/a10/Models -@dirrm share/FlightGear/Aircraft/a10/Huds -@dirrm share/FlightGear/Aircraft/a10 -@dirrm share/FlightGear/Aircraft/X15/Panels/Textures -@dirrm share/FlightGear/Aircraft/X15/Panels -@dirrm share/FlightGear/Aircraft/X15/Models -@dirrm share/FlightGear/Aircraft/X15/Instruments/Textures -@dirrm share/FlightGear/Aircraft/X15/Instruments -@dirrm share/FlightGear/Aircraft/X15 -@dirrm share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/ornithopter -@dirrm share/FlightGear/Aircraft/UIUC/marchetti-v1 -@dirrm share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/beech99-v1/doc -@dirrm share/FlightGear/Aircraft/UIUC/beech99-v1 -@dirrm share/FlightGear/Aircraft/UIUC/asw20-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/a4-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/Models/opus -@dirrm share/FlightGear/Aircraft/UIUC/Models -@dirrm share/FlightGear/Aircraft/UIUC -@dirrm share/FlightGear/Aircraft/T38/Sounds -@dirrm share/FlightGear/Aircraft/T38/Panels/Textures -@dirrm share/FlightGear/Aircraft/T38/Panels -@dirrm share/FlightGear/Aircraft/T38/Models -@dirrm share/FlightGear/Aircraft/T38/Instruments/Textures -@dirrm share/FlightGear/Aircraft/T38/Instruments -@dirrm share/FlightGear/Aircraft/T38 -@dirrm share/FlightGear/Aircraft/OV10/Sounds -@dirrm share/FlightGear/Aircraft/OV10/Models -@dirrm share/FlightGear/Aircraft/OV10 -@dirrm share/FlightGear/Aircraft/Instruments/Textures -@dirrm share/FlightGear/Aircraft/Instruments-3d -@dirrm share/FlightGear/Aircraft/Instruments -@dirrm share/FlightGear/Aircraft/Generic -@dirrm share/FlightGear/Aircraft/A320/Models -@dirrm share/FlightGear/Aircraft/A320 -@dirrm share/FlightGear/Aircraft/747/Models -@dirrm share/FlightGear/Aircraft/747 -@dirrm share/FlightGear/Aircraft/737/Panels -@dirrm share/FlightGear/Aircraft/737/Instruments/Textures -@dirrm share/FlightGear/Aircraft/737/Instruments -@dirrm share/FlightGear/Aircraft/737 -@dirrm share/FlightGear/Aircraft-yasim -@dirrm share/FlightGear/Aircraft-uiuc/models/x15 -@dirrm share/FlightGear/Aircraft-uiuc/models/t37 -@dirrm share/FlightGear/Aircraft-uiuc/models/pioneer -@dirrm share/FlightGear/Aircraft-uiuc/models/marchetti -@dirrm share/FlightGear/Aircraft-uiuc/models/learjet24 -@dirrm share/FlightGear/Aircraft-uiuc/models/images -@dirrm share/FlightGear/Aircraft-uiuc/models/f4 -@dirrm share/FlightGear/Aircraft-uiuc/models/f104 -@dirrm share/FlightGear/Aircraft-uiuc/models/convair880 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna620 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna310 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna172 -@dirrm share/FlightGear/Aircraft-uiuc/models/boeing747 -@dirrm share/FlightGear/Aircraft-uiuc/models/beech99 -@dirrm share/FlightGear/Aircraft-uiuc/models -@dirrm share/FlightGear/Aircraft-uiuc/X15 -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterWingIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterTailIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterAllIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtter -@dirrm share/FlightGear/Aircraft-uiuc/T37 -@dirrm share/FlightGear/Aircraft-uiuc/Pioneer-TD -@dirrm share/FlightGear/Aircraft-uiuc/Pioneer -@dirrm share/FlightGear/Aircraft-uiuc/Marchetti -@dirrm share/FlightGear/Aircraft-uiuc/Learjet24 -@dirrm share/FlightGear/Aircraft-uiuc/F4 -@dirrm share/FlightGear/Aircraft-uiuc/F104 -@dirrm share/FlightGear/Aircraft-uiuc/Convair880 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna620 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna310 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172-73 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172-71 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172 -@dirrm share/FlightGear/Aircraft-uiuc/Boeing747 -@dirrm share/FlightGear/Aircraft-uiuc/Beech99 -@dirrm share/FlightGear/Aircraft-uiuc -@dirrm share/FlightGear/Aircraft -@dirrm share/FlightGear/ATC -@dirrm share/FlightGear +%%DATADIR%%/ATC/KEMT.taxi +%%DATADIR%%/ATC/default.approach +%%DATADIR%%/ATC/default.atis +%%DATADIR%%/ATC/default.ground +%%DATADIR%%/ATC/default.tower +%%DATADIR%%/ATC/default.transmissions +%%DATADIR%%/ATC/default.vce +%%DATADIR%%/ATC/default.wav +%%DATADIR%%/AUTHORS +%%DATADIR%%/Aircraft/737/737-set.xml +%%DATADIR%%/Aircraft/737/737.xml +%%DATADIR%%/Aircraft/737/Engines/CFM56.xml +%%DATADIR%%/Aircraft/737/Engines/direct.xml +%%DATADIR%%/Aircraft/737/Instruments/737-engines.xml +%%DATADIR%%/Aircraft/737/Instruments/737-flaps.xml +%%DATADIR%%/Aircraft/737/Instruments/737-gear.xml +%%DATADIR%%/Aircraft/737/Instruments/EADI.xml +%%DATADIR%%/Aircraft/737/Instruments/Textures/737-engines.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/737-flaps.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/adihsi.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face1.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face2.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face3.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face4.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-face.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-needle.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-brake.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-throttle-arm.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-pnl.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-sw.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/blank-256x256.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/clock.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/compass-face.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel-rh.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eadi_ladder.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas background.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas-guages.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-egt.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-n1.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/flap-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-flow-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-handle.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-lights.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/master-caution-lite.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/mfd-bezel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/pfd-background.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ptorst-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/radio-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-ah.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-combo.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-vor-adf.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/to-from.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/weather-radar.rgb +%%DATADIR%%/Aircraft/737/Instruments/auto-brake.xml +%%DATADIR%%/Aircraft/737/Instruments/autopilot-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/clock.xml +%%DATADIR%%/Aircraft/737/Instruments/du-panel-rh.xml +%%DATADIR%%/Aircraft/737/Instruments/du-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/eicas.xml +%%DATADIR%%/Aircraft/737/Instruments/flap-guage.xml +%%DATADIR%%/Aircraft/737/Instruments/fuel-quantity.xml +%%DATADIR%%/Aircraft/737/Instruments/gear-handle.xml +%%DATADIR%%/Aircraft/737/Instruments/gear-lights.xml +%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights.xml +%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights1.xml +%%DATADIR%%/Aircraft/737/Instruments/master-caution.xml +%%DATADIR%%/Aircraft/737/Instruments/pfd1.xml +%%DATADIR%%/Aircraft/737/Instruments/pfd2.xml +%%DATADIR%%/Aircraft/737/Instruments/ptorst-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/radiopanel.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-ah.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-combo.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-vor-adf.xml +%%DATADIR%%/Aircraft/737/Instruments/weather-radar.xml +%%DATADIR%%/Aircraft/737/Models/733UA.rgb +%%DATADIR%%/Aircraft/737/Models/B737-300.ac +%%DATADIR%%/Aircraft/737/Models/boeing733.xml +%%DATADIR%%/Aircraft/737/Panels/737-ifr-panel.xml +%%DATADIR%%/Aircraft/737/Panels/737-invis-1024x1024.rgb +%%DATADIR%%/Aircraft/737/Panels/737-invis-panel.xml +%%DATADIR%%/Aircraft/737/Panels/737300.rgb +%%DATADIR%%/Aircraft/737/Panels/README.txt +%%DATADIR%%/Aircraft/737/Sounds/737-sound.xml +%%DATADIR%%/Aircraft/737/Systems/737-autopilot.xml +%%DATADIR%%/Aircraft/747/747-100-set.xml +%%DATADIR%%/Aircraft/747/747-100.xml +%%DATADIR%%/Aircraft/747/747-autopilot.xml +%%DATADIR%%/Aircraft/747/747-base.xml +%%DATADIR%%/Aircraft/747/747-panel.xml +%%DATADIR%%/Aircraft/747/747-set.xml +%%DATADIR%%/Aircraft/747/747-sound.xml +%%DATADIR%%/Aircraft/747/747.xml +%%DATADIR%%/Aircraft/747/Engines/JT9D-3.xml +%%DATADIR%%/Aircraft/747/Engines/direct.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-bezel-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efis-common-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-03.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-03.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-04.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw.xml +%%DATADIR%%/Aircraft/747/Models/digits.rgb +%%DATADIR%%/Aircraft/A-10/A-10-readme.txt +%%DATADIR%%/Aircraft/A-10/A-10-yasim.xml +%%DATADIR%%/Aircraft/A-10/A-10cl-set.xml +%%DATADIR%%/Aircraft/A-10/A-10fl-set.xml +%%DATADIR%%/Aircraft/A-10/COPYING +%%DATADIR%%/Aircraft/A-10/Huds/A-10-fgtbi.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hud1.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudcard.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudladder.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-instrlabel.xml +%%DATADIR%%/Aircraft/A-10/Models/A-10-000.rgb +%%DATADIR%%/Aircraft/A-10/Models/A-10-model.xml +%%DATADIR%%/Aircraft/A-10/Models/A10-004-014h.ac +%%DATADIR%%/Aircraft/A-10/Nasal/A-10.nas +%%DATADIR%%/Aircraft/A-10/Panels/A-10-mini-panel.xml +%%DATADIR%%/Aircraft/A-10/Panels/A-10-vfr-panel.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-brake.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/A-10/Panels/Textures/A-10-panel-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/A-10/Sounds/A-10-sound.xml +%%DATADIR%%/Aircraft/A-10/Systems/A-10-autopilot.xml +%%DATADIR%%/Aircraft/A-10/Systems/A-10-electrical.xml +%%DATADIR%%/Aircraft/A320/A320-set.xml +%%DATADIR%%/Aircraft/A320/A320-sound.xml +%%DATADIR%%/Aircraft/A320/A320.xml +%%DATADIR%%/Aircraft/A320/Engines/CFM56_5.xml +%%DATADIR%%/Aircraft/A320/Engines/direct.xml +%%DATADIR%%/Aircraft/A320/Models/a320-fb-af-01.rgb +%%DATADIR%%/Aircraft/A320/Models/a320-fb.ac +%%DATADIR%%/Aircraft/A320/Models/a320-fb.xml +%%DATADIR%%/Aircraft/A320/Sounds/gear-lock.wav +%%DATADIR%%/Aircraft/AN-225/AN-225-readme.txt +%%DATADIR%%/Aircraft/AN-225/AN-225-set.xml +%%DATADIR%%/Aircraft/AN-225/AN-225-yasim.xml +%%DATADIR%%/Aircraft/AN-225/COPYING +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-fgtbi.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hud1.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hudcard.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hudladder.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-instrlabel.xml +%%DATADIR%%/Aircraft/AN-225/Models/AN-225-model.xml +%%DATADIR%%/Aircraft/AN-225/Models/AN225-003-002d13.ac +%%DATADIR%%/Aircraft/AN-225/Models/AN225-tx-001.rgb +%%DATADIR%%/Aircraft/AN-225/Nasal/AN-225.nas +%%DATADIR%%/Aircraft/AN-225/Panels/AN-225-mini-panel.xml +%%DATADIR%%/Aircraft/AN-225/Panels/AN-225-vfr-panel.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Textures/AN-225-panel-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Sounds/AN-225-sound.xml +%%DATADIR%%/Aircraft/AN-225/Systems/AN-225-autopilot.xml +%%DATADIR%%/Aircraft/AN-225/Systems/AN-225-electrical.xml +%%DATADIR%%/Aircraft/B-52F/B-52F-readme.txt +%%DATADIR%%/Aircraft/B-52F/B-52F-set.xml +%%DATADIR%%/Aircraft/B-52F/B-52F-yasim.xml +%%DATADIR%%/Aircraft/B-52F/COPYING +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-fgtbi.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hud1.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hudcard.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hudladder.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-instrlabel.xml +%%DATADIR%%/Aircraft/B-52F/Models/B-52F-002-026b.ac +%%DATADIR%%/Aircraft/B-52F/Models/B-52F-model.xml +%%DATADIR%%/Aircraft/B-52F/Models/B52-F-Side-01.rgb +%%DATADIR%%/Aircraft/B-52F/Models/B52-F-Top-01.rgb +%%DATADIR%%/Aircraft/B-52F/Nasal/B-52F.nas +%%DATADIR%%/Aircraft/B-52F/Panels/B-52F-mini-panel.xml +%%DATADIR%%/Aircraft/B-52F/Panels/B-52F-vfr-panel.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/reheat-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Textures/B-52F-panel-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Sounds/B-52F-sound.xml +%%DATADIR%%/Aircraft/B-52F/Systems/B-52F-autopilot.xml +%%DATADIR%%/Aircraft/B-52F/Systems/B-52F-electrical.xml +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-readme.txt +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-set.xml +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-yasim.xml +%%DATADIR%%/Aircraft/BAC-TSR2/COPYING +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-fgtbi.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hud1.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hudcard.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hudladder.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-instrlabel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Models/BAC-TSR2-model.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Models/TSR2-009-041e.ac +%%DATADIR%%/Aircraft/BAC-TSR2/Models/TSR2-tx-002.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Nasal/BAC-TSR2.nas +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/BAC-TSR2-mini-panel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/BAC-TSR2-vfr-panel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/reheat-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures/BAC-TSR2-panel-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Sounds/BAC-TSR2-sound.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Systems/BAC-TSR2-autopilot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Systems/BAC-TSR2-electrical.xml +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-readme.txt +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-set.xml +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-yasim.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-fgtbi.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hud1.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hudcard.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hudladder.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-instrlabel.xml +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-000-038i.ac +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-model.xml +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-tx-00.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/ComperSwift-mini-panel.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/aoa-indexer.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/blister.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-3-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/handles-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/maintc.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/misc-1-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/aoa-indexer.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/controls-trans.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-aileron-trim.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-mixture.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/hsi.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/single-throttle-quadrant-trans.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/turn.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Sounds/ComperSwift-sound.xml +%%DATADIR%%/Aircraft/ComperSwift/Systems/ComperSwift-autopilot.xml +%%DATADIR%%/Aircraft/ComperSwift/Systems/ComperSwift-electrical.xml +%%DATADIR%%/Aircraft/Generic/README +%%DATADIR%%/Aircraft/Generic/generic-autopilot.xml +%%DATADIR%%/Aircraft/Generic/generic-electrical.xml +%%DATADIR%%/Aircraft/Hunter/Models/HelmetMk1a-ver6.rgb +%%DATADIR%%/Aircraft/Hunter/Models/accel.ac +%%DATADIR%%/Aircraft/Hunter/Models/adf.ac +%%DATADIR%%/Aircraft/Hunter/Models/adf.xml +%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.ac +%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.xml +%%DATADIR%%/Aircraft/Hunter/Models/altimeter.ac +%%DATADIR%%/Aircraft/Hunter/Models/altimeter.xml +%%DATADIR%%/Aircraft/Hunter/Models/asi-old.ac +%%DATADIR%%/Aircraft/Hunter/Models/asi.ac +%%DATADIR%%/Aircraft/Hunter/Models/asi.xml +%%DATADIR%%/Aircraft/Hunter/Models/attitude-mod1.ac +%%DATADIR%%/Aircraft/Hunter/Models/attitude.xml +%%DATADIR%%/Aircraft/Hunter/Models/dme.ac +%%DATADIR%%/Aircraft/Hunter/Models/dme.xml +%%DATADIR%%/Aircraft/Hunter/Models/droptank-100gal.ac +%%DATADIR%%/Aircraft/Hunter/Models/droptank.xml +%%DATADIR%%/Aircraft/Hunter/Models/egt.ac +%%DATADIR%%/Aircraft/Hunter/Models/egt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/egt.xml +%%DATADIR%%/Aircraft/Hunter/Models/flap-emrgy-lowering.xml +%%DATADIR%%/Aircraft/Hunter/Models/flap-test.rgb +%%DATADIR%%/Aircraft/Hunter/Models/flap.ac +%%DATADIR%%/Aircraft/Hunter/Models/flap.xml +%%DATADIR%%/Aircraft/Hunter/Models/flaps.ac +%%DATADIR%%/Aircraft/Hunter/Models/flaps.rgb +%%DATADIR%%/Aircraft/Hunter/Models/flaps.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.ac +%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.ac +%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel.ac +%%DATADIR%%/Aircraft/Hunter/Models/gear.ac +%%DATADIR%%/Aircraft/Hunter/Models/gear.xml +%%DATADIR%%/Aircraft/Hunter/Models/ggs-mod1.ac +%%DATADIR%%/Aircraft/Hunter/Models/ggs.ac +%%DATADIR%%/Aircraft/Hunter/Models/ggs.xml +%%DATADIR%%/Aircraft/Hunter/Models/handle-flap-emergy.ac +%%DATADIR%%/Aircraft/Hunter/Models/helmet-Mk1a.ac +%%DATADIR%%/Aircraft/Hunter/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.dat +%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.tif +%%DATADIR%%/Aircraft/Hunter/Models/hsi.ac +%%DATADIR%%/Aircraft/Hunter/Models/hsi.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-accel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-adf.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-airbrake.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-asi.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude-bezel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-dme.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-egt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-emgy-flap.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-flap-emgy-lbl.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-flaps.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.nas +%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ga11.ac +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gear.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gearwarn.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs-02.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gui.nas +%%DATADIR%%/Aircraft/Hunter/Models/hunter-large-bezel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-mach.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-model-2t.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-model.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-panel-hotspots.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-remote.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-remotearrow.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-rpm.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-submodels.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-trim.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-tx-01c.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter__a.rgb +%%DATADIR%%/Aircraft/Hunter/Models/mach.ac +%%DATADIR%%/Aircraft/Hunter/Models/mach.xml +%%DATADIR%%/Aircraft/Hunter/Models/pilot-g.xml +%%DATADIR%%/Aircraft/Hunter/Models/pilots-notes.txt +%%DATADIR%%/Aircraft/Hunter/Models/plot.log +%%DATADIR%%/Aircraft/Hunter/Models/rpm.ac +%%DATADIR%%/Aircraft/Hunter/Models/rpm.rgb +%%DATADIR%%/Aircraft/Hunter/Models/rpm.xml +%%DATADIR%%/Aircraft/Hunter/Models/sig.xml +%%DATADIR%%/Aircraft/Hunter/Models/signature.ac +%%DATADIR%%/Aircraft/Hunter/Models/signature.rgb +%%DATADIR%%/Aircraft/Hunter/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/Hunter/Models/trim.ac +%%DATADIR%%/Aircraft/Hunter/Models/trim.xml +%%DATADIR%%/Aircraft/Hunter/Models/turn.ac +%%DATADIR%%/Aircraft/Hunter/Models/turn.xml +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.rgb +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/Hunter/Models/vsi.ac +%%DATADIR%%/Aircraft/Hunter/Models/vsi.xml +%%DATADIR%%/Aircraft/Hunter/Models/warning.ac +%%DATADIR%%/Aircraft/Hunter/Sounds/hunter-sound.xml +%%DATADIR%%/Aircraft/Hunter/Systems/hunter-autopilot.xml +%%DATADIR%%/Aircraft/Hunter/Systems/hunter-electrical.xml +%%DATADIR%%/Aircraft/Hunter/hpothb07.dat +%%DATADIR%%/Aircraft/Hunter/hpothb07.tif +%%DATADIR%%/Aircraft/Hunter/hunter-2tanks-set.xml +%%DATADIR%%/Aircraft/Hunter/hunter-set.xml +%%DATADIR%%/Aircraft/Hunter/hunter-sound.xml +%%DATADIR%%/Aircraft/Hunter/hunter-yasim-2t.xml +%%DATADIR%%/Aircraft/Hunter/hunter-yasim.xml +%%DATADIR%%/Aircraft/Hunter/pilots-notes.txt +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.ac +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.xml +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.ac +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.xml +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai04.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai05.rgb +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.ac +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.rgb +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.xml +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.ac +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.rgb +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.xml +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.ac +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.rgb +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.xml +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.ac +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.xml +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.ac +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.rgb +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.xml +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.ac +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.rgb +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.xml +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-cylinder.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-plus.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-rnd-lever.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob.rgb +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-rnd.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-rnd.ac +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt-01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.ac +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.xml +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.ac +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.xml +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b-01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.ac +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.xml +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.ac +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.rgb +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.xml +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/fuel-oil.rgb +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.ac +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.xml +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.ac +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.xml +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.ac +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.xml +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.ac +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.xml +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.ac +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.xml +%%DATADIR%%/Aircraft/Instruments/KAP140TwoAxis.xml +%%DATADIR%%/Aircraft/Instruments/Textures/KAP140.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/accel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airspeed-160-knot.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ann-c172s.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/aoa-indexer.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/aoa.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-260-knot.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-c310.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude5.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bendix-kx155.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/blister.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/compass-ribbon.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/default-attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/egt-fuel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/egt1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-1-hi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-3-hi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-6.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/flaps.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/fuel1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/glareshield1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/gyro-fronts.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/handles.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hdg1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hdg2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/kr-87adf.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/led.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/logo.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/madr-misc1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/maintc.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav5.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/navcom-radios.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/oil1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/panel-mini-bg.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/percent.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/plusminus.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_background.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_frame.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_misc.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/rpm1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/smlf.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/switches.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/tach-2700-redline.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/trn1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp-oil.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vertical-speed-6kfpm.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vsi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/warning-lamps.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb +%%DATADIR%%/Aircraft/Instruments/accel.xml +%%DATADIR%%/Aircraft/Instruments/adf-c172s.xml +%%DATADIR%%/Aircraft/Instruments/adf-hi.xml +%%DATADIR%%/Aircraft/Instruments/adf-radio.xml +%%DATADIR%%/Aircraft/Instruments/adf.xml +%%DATADIR%%/Aircraft/Instruments/alt-c172s.xml +%%DATADIR%%/Aircraft/Instruments/altimeter-hi.xml +%%DATADIR%%/Aircraft/Instruments/altimeter.xml +%%DATADIR%%/Aircraft/Instruments/ann-c172s.xml +%%DATADIR%%/Aircraft/Instruments/aoa-indexer.xml +%%DATADIR%%/Aircraft/Instruments/aoa.xml +%%DATADIR%%/Aircraft/Instruments/aoaL.xml +%%DATADIR%%/Aircraft/Instruments/asi-160-knot-hi.xml +%%DATADIR%%/Aircraft/Instruments/asi-160-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-1k-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-260-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-590-knot-a4c.xml +%%DATADIR%%/Aircraft/Instruments/asi-c172s.xml +%%DATADIR%%/Aircraft/Instruments/asi-c310.xml +%%DATADIR%%/Aircraft/Instruments/asi.xml +%%DATADIR%%/Aircraft/Instruments/ati-c172s.xml +%%DATADIR%%/Aircraft/Instruments/ati.xml +%%DATADIR%%/Aircraft/Instruments/attitude-indicator-hi.xml +%%DATADIR%%/Aircraft/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/Instruments/brakes.xml +%%DATADIR%%/Aircraft/Instruments/clock.xml +%%DATADIR%%/Aircraft/Instruments/controls.xml +%%DATADIR%%/Aircraft/Instruments/default-160Knot-airspeed.xml +%%DATADIR%%/Aircraft/Instruments/dme.xml +%%DATADIR%%/Aircraft/Instruments/dual-manifold-pressure.xml +%%DATADIR%%/Aircraft/Instruments/egt-dual.xml +%%DATADIR%%/Aircraft/Instruments/egt-ff-c172s.xml +%%DATADIR%%/Aircraft/Instruments/egt.xml +%%DATADIR%%/Aircraft/Instruments/flap.xml +%%DATADIR%%/Aircraft/Instruments/fuel-c172s.xml +%%DATADIR%%/Aircraft/Instruments/fuel.xml +%%DATADIR%%/Aircraft/Instruments/gear-indicator.xml +%%DATADIR%%/Aircraft/Instruments/gear.xml +%%DATADIR%%/Aircraft/Instruments/gyro.xml +%%DATADIR%%/Aircraft/Instruments/hdg-c172s.xml +%%DATADIR%%/Aircraft/Instruments/hdg.xml +%%DATADIR%%/Aircraft/Instruments/hsi-bk-hi.xml +%%DATADIR%%/Aircraft/Instruments/hsi-hi.xml +%%DATADIR%%/Aircraft/Instruments/hsi.xml +%%DATADIR%%/Aircraft/Instruments/hsi2.xml +%%DATADIR%%/Aircraft/Instruments/jet-throttle-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/kr-87adf.xml +%%DATADIR%%/Aircraft/Instruments/logo.xml +%%DATADIR%%/Aircraft/Instruments/magcompass.xml +%%DATADIR%%/Aircraft/Instruments/magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/markerbeacon.xml +%%DATADIR%%/Aircraft/Instruments/mixture-knob.xml +%%DATADIR%%/Aircraft/Instruments/n1.xml +%%DATADIR%%/Aircraft/Instruments/nav1-hi.xml +%%DATADIR%%/Aircraft/Instruments/nav1.xml +%%DATADIR%%/Aircraft/Instruments/nav3.xml +%%DATADIR%%/Aircraft/Instruments/navcom-kx155.xml +%%DATADIR%%/Aircraft/Instruments/navcom-radio.xml +%%DATADIR%%/Aircraft/Instruments/oat.xml +%%DATADIR%%/Aircraft/Instruments/oil-c172s.xml +%%DATADIR%%/Aircraft/Instruments/oil.xml +%%DATADIR%%/Aircraft/Instruments/pilot-g.xml +%%DATADIR%%/Aircraft/Instruments/propeller-knob.xml +%%DATADIR%%/Aircraft/Instruments/radar-minimized.xml +%%DATADIR%%/Aircraft/Instruments/radar.xml +%%DATADIR%%/Aircraft/Instruments/rmi.xml +%%DATADIR%%/Aircraft/Instruments/rpm-c172s.xml +%%DATADIR%%/Aircraft/Instruments/rpm-hi.xml +%%DATADIR%%/Aircraft/Instruments/rpm.xml +%%DATADIR%%/Aircraft/Instruments/single-magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/single-manifold-pressure.xml +%%DATADIR%%/Aircraft/Instruments/switch.xml +%%DATADIR%%/Aircraft/Instruments/tach-2700-redline.xml +%%DATADIR%%/Aircraft/Instruments/three-step-flap-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/throttle-knob.xml +%%DATADIR%%/Aircraft/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/trn-c172s.xml +%%DATADIR%%/Aircraft/Instruments/trn.xml +%%DATADIR%%/Aircraft/Instruments/turn-hi.xml +%%DATADIR%%/Aircraft/Instruments/turn.xml +%%DATADIR%%/Aircraft/Instruments/twin-magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/vac-amp-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vacamp.xml +%%DATADIR%%/Aircraft/Instruments/vertical-hi.xml +%%DATADIR%%/Aircraft/Instruments/vertical-speed-6kfpm.xml +%%DATADIR%%/Aircraft/Instruments/vertical.xml +%%DATADIR%%/Aircraft/Instruments/vertical1k.xml +%%DATADIR%%/Aircraft/Instruments/vor1-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vor2-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vsi-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vsi.xml +%%DATADIR%%/Aircraft/Instruments/wxradar.xml +%%DATADIR%%/Aircraft/Instruments/xpdr-kt76c.xml +%%DATADIR%%/Aircraft/OV10/Engines/T76.xml +%%DATADIR%%/Aircraft/OV10/Engines/direct.xml +%%DATADIR%%/Aircraft/OV10/Models/OV10.ac +%%DATADIR%%/Aircraft/OV10/Models/OV10.mdl +%%DATADIR%%/Aircraft/OV10/Models/ov10.xml +%%DATADIR%%/Aircraft/OV10/Models/ov10_0.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_1.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_2.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_3.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_4.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_5.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_6.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_7.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_8.rgb +%%DATADIR%%/Aircraft/OV10/OV10-read-me.html +%%DATADIR%%/Aircraft/OV10/OV10-set.xml +%%DATADIR%%/Aircraft/OV10/OV10.xml +%%DATADIR%%/Aircraft/OV10/Panels/T38-panel-with-wxradar.xml +%%DATADIR%%/Aircraft/OV10/Sounds/OV10-sound.xml +%%DATADIR%%/Aircraft/OV10/Sounds/turboprop1.wav +%%DATADIR%%/Aircraft/OV10/ov10 +%%DATADIR%%/Aircraft/Spitfire/Electrical/electrical.xml +%%DATADIR%%/Aircraft/Spitfire/Models/Pilot_1.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/Pilot_2.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/UC-up-down.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/altimeter.ac +%%DATADIR%%/Aircraft/Spitfire/Models/altimeter.xml +%%DATADIR%%/Aircraft/Spitfire/Models/asi.ac +%%DATADIR%%/Aircraft/Spitfire/Models/asi.xml +%%DATADIR%%/Aircraft/Spitfire/Models/attitude-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.ac +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.xml +%%DATADIR%%/Aircraft/Spitfire/Models/boost.ac +%%DATADIR%%/Aircraft/Spitfire/Models/boost.xml +%%DATADIR%%/Aircraft/Spitfire/Models/clock.ac +%%DATADIR%%/Aircraft/Spitfire/Models/clock.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/clock.xml +%%DATADIR%%/Aircraft/Spitfire/Models/compass-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/compass.ac +%%DATADIR%%/Aircraft/Spitfire/Models/compass.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/compass.xml +%%DATADIR%%/Aircraft/Spitfire/Models/control-stick.ac +%%DATADIR%%/Aircraft/Spitfire/Models/control-stick.xml +%%DATADIR%%/Aircraft/Spitfire/Models/cut-off.ac +%%DATADIR%%/Aircraft/Spitfire/Models/cut-off.xml +%%DATADIR%%/Aircraft/Spitfire/Models/engine-start.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.ac +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.nas +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.xml +%%DATADIR%%/Aircraft/Spitfire/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/large-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magcompass.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.ac +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.xml +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.ac +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.xml +%%DATADIR%%/Aircraft/Spitfire/Models/panel-hotspots.xml +%%DATADIR%%/Aircraft/Spitfire/Models/primer.ac +%%DATADIR%%/Aircraft/Spitfire/Models/primer.xml +%%DATADIR%%/Aircraft/Spitfire/Models/reflector_gun_sight-01.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/reflector_gun_sight.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rgs.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs.xml +%%DATADIR%%/Aircraft/Spitfire/Models/ring-pull.ac +%%DATADIR%%/Aircraft/Spitfire/Models/ring-pull.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rpm.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rpm.xml +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-asi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-attitude.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-boost.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-rpm.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-submodels.xml +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-trim.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-triple.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-turn.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-00.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-01.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-02.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-03.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-04.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-05.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-vsi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire.nas +%%DATADIR%%/Aircraft/Spitfire/Models/spitfireIIa.ac +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire_model.xml +%%DATADIR%%/Aircraft/Spitfire/Models/starter.ac +%%DATADIR%%/Aircraft/Spitfire/Models/starter.xml +%%DATADIR%%/Aircraft/Spitfire/Models/submodels.xml +%%DATADIR%%/Aircraft/Spitfire/Models/throttle.ac +%%DATADIR%%/Aircraft/Spitfire/Models/throttle.xml +%%DATADIR%%/Aircraft/Spitfire/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob-rudder.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob-rudder.xml +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/trim-wheel-elev.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim-wheel-elev.xml +%%DATADIR%%/Aircraft/Spitfire/Models/trim.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim.xml +%%DATADIR%%/Aircraft/Spitfire/Models/triple.ac +%%DATADIR%%/Aircraft/Spitfire/Models/triple.xml +%%DATADIR%%/Aircraft/Spitfire/Models/turn.ac +%%DATADIR%%/Aircraft/Spitfire/Models/turn.xml +%%DATADIR%%/Aircraft/Spitfire/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/Spitfire/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/Spitfire/Models/vsi.ac +%%DATADIR%%/Aircraft/Spitfire/Models/vsi.xml +%%DATADIR%%/Aircraft/Spitfire/Sounds/Spitfire Flyby.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/Spitfire MK IX.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/canopy_slide.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/click.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/flaps.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/gear.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/gunfire_1.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm1.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm2.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm3.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm4.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_shutdown.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_starter.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/spita.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/spitfire-sound.xml +%%DATADIR%%/Aircraft/Spitfire/Spitfire_Pilots_Notes.pdf +%%DATADIR%%/Aircraft/Spitfire/Spitfire_Pilots_Notes.rtf +%%DATADIR%%/Aircraft/Spitfire/spitfireIIa-set.xml +%%DATADIR%%/Aircraft/Spitfire/spitfireIIa.xml +%%DATADIR%%/Aircraft/T38/Engines/J85-GE-5.xml +%%DATADIR%%/Aircraft/T38/Engines/direct.xml +%%DATADIR%%/Aircraft/T38/Instruments/IVSI-6kfpm.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-ADI.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-HSI.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-airspeed.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-altimeter.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-flaps.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-gear.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-throttle.xml +%%DATADIR%%/Aircraft/T38/Instruments/Textures/ADI.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/T38-altimeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/aero.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/airspeed.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/altimeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/egt.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/engine.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/fuel.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/fuelflow.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/gmeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/ivsi-6kfpm.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/n1.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/nozzle.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/oilpressure.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-ADI.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-airspeed.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-flaps.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-gear.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-hsi.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/throttle.rgb +%%DATADIR%%/Aircraft/T38/Instruments/aero.xml +%%DATADIR%%/Aircraft/T38/Instruments/egt-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/egt-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/engine.xml +%%DATADIR%%/Aircraft/T38/Instruments/ff-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/ff-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/fuel-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/fuel-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/gmeter.xml +%%DATADIR%%/Aircraft/T38/Instruments/n1-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/n1-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/nozzle-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/nozzle-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/oilpressure-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/oilpressure-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/refuel.xml +%%DATADIR%%/Aircraft/T38/Models/T38-model.xml +%%DATADIR%%/Aircraft/T38/Models/T38.ac +%%DATADIR%%/Aircraft/T38/Models/t38.rgb +%%DATADIR%%/Aircraft/T38/Panels/T38-panel.xml +%%DATADIR%%/Aircraft/T38/Panels/Textures/T38-panel.rgb +%%DATADIR%%/Aircraft/T38/Sounds/T38-engines.wav +%%DATADIR%%/Aircraft/T38/Sounds/T38-sound.xml +%%DATADIR%%/Aircraft/T38/T38-electrical.xml +%%DATADIR%%/Aircraft/T38/T38-read-me.html +%%DATADIR%%/Aircraft/T38/T38-set.xml +%%DATADIR%%/Aircraft/T38/T38-splash.rgb +%%DATADIR%%/Aircraft/T38/T38.xml +%%DATADIR%%/Aircraft/UIUC/Models/opus/opus-model.xml +%%DATADIR%%/Aircraft/UIUC/Models/opus/opus.mdl +%%DATADIR%%/Aircraft/UIUC/README.uiuc.html +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/README.a4.html +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CDfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CLfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CDfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CLfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfade-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/README.asw20.html +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/beech99-v1/README.beech99.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/index.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/linear.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/refs.html +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/README.fkdr1.html +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/marchetti-v1/README.marchetti.html +%%DATADIR%%/Aircraft/UIUC/marchetti-v1/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/ornithopter/README.orni.html +%%DATADIR%%/Aircraft/UIUC/ornithopter/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/ornithopter/flap.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/README.sopwithCamel.html +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CLfade.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfa2.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfade6.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/README.wrightFlyer1903.html +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/X15/Engines/XLR99.xml +%%DATADIR%%/Aircraft/X15/Engines/xlr99_nozzle.xml +%%DATADIR%%/Aircraft/X15/Instruments/Textures/x15-faces-1.rgb +%%DATADIR%%/Aircraft/X15/Instruments/Textures/x15-faces-2.rgb +%%DATADIR%%/Aircraft/X15/Instruments/X15-accelerometer-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-airspeed-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-altimeter-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-climb-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-height-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-speed-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-roll-indicator-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/accelerometer.xml +%%DATADIR%%/Aircraft/X15/Instruments/airspeed.xml +%%DATADIR%%/Aircraft/X15/Instruments/altimeter.xml +%%DATADIR%%/Aircraft/X15/Instruments/aoa-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/aoa.xml +%%DATADIR%%/Aircraft/X15/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/X15/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/X15/Instruments/center-cap.xml +%%DATADIR%%/Aircraft/X15/Instruments/clock.xml +%%DATADIR%%/Aircraft/X15/Instruments/controls.xml +%%DATADIR%%/Aircraft/X15/Instruments/dynamic-pressure-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/dynamic_press.xml +%%DATADIR%%/Aircraft/X15/Instruments/flaps.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialclimb.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialheight.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialspeed.xml +%%DATADIR%%/Aircraft/X15/Instruments/nav1.xml +%%DATADIR%%/Aircraft/X15/Instruments/needle.xml +%%DATADIR%%/Aircraft/X15/Instruments/roll.xml +%%DATADIR%%/Aircraft/X15/Models/X15_flight.ac +%%DATADIR%%/Aircraft/X15/Models/X15_landing.ac +%%DATADIR%%/Aircraft/X15/Models/X15_readme.txt +%%DATADIR%%/Aircraft/X15/Models/x150.rgb +%%DATADIR%%/Aircraft/X15/Models/x151.rgb +%%DATADIR%%/Aircraft/X15/Models/x152.rgb +%%DATADIR%%/Aircraft/X15/Models/x153.rgb +%%DATADIR%%/Aircraft/X15/Models/x154.rgb +%%DATADIR%%/Aircraft/X15/Models/x155.rgb +%%DATADIR%%/Aircraft/X15/Models/x156.rgb +%%DATADIR%%/Aircraft/X15/Models/x157.rgb +%%DATADIR%%/Aircraft/X15/Models/x158.rgb +%%DATADIR%%/Aircraft/X15/Panels/Textures/x15-bg.rgb +%%DATADIR%%/Aircraft/X15/Panels/X15-panel.xml +%%DATADIR%%/Aircraft/X15/X15-set.xml +%%DATADIR%%/Aircraft/X15/X15.xml +%%DATADIR%%/Aircraft/YF-23/COPYING +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-fgtbi.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hud1.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hudcard.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hudladder.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-instrlabel.xml +%%DATADIR%%/Aircraft/YF-23/Models/YF-23-model.xml +%%DATADIR%%/Aircraft/YF-23/Models/YF23-5-1h7.ac +%%DATADIR%%/Aircraft/YF-23/Models/YF23-tx-002.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/single-reheat-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Textures/YF-23-panel-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/YF-23-mini-panel.xml +%%DATADIR%%/Aircraft/YF-23/Panels/YF-23-vfr-panel.xml +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/flaps.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/gear-lck.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/gear.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/jet.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/rumble.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/squeal.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/stall.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/whine.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/wind.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/YF-23-sound.xml +%%DATADIR%%/Aircraft/YF-23/Systems/YF-23-autopilot.xml +%%DATADIR%%/Aircraft/YF-23/Systems/YF-23-electrical.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-readme.txt +%%DATADIR%%/Aircraft/YF-23/YF-23-set.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-yasim-set.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-yasim.xml +%%DATADIR%%/Aircraft/a4/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/a4/Models/a4-blue-0.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-1.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-2.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-3.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-4.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-5.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-6.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-7.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-8.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-uiuc.xml +%%DATADIR%%/Aircraft/a4/Models/a4-blue.ac +%%DATADIR%%/Aircraft/a4/Models/a4-blue.xml +%%DATADIR%%/Aircraft/a4/Models/attitude-detail.rgb +%%DATADIR%%/Aircraft/a4/Models/attitude.ac +%%DATADIR%%/Aircraft/a4/Models/attitude.rgb +%%DATADIR%%/Aircraft/a4/Models/attitude.xml +%%DATADIR%%/Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml +%%DATADIR%%/Aircraft/a4/a4-panel.xml +%%DATADIR%%/Aircraft/a4/a4-set.xml +%%DATADIR%%/Aircraft/a4/a4-sound.xml +%%DATADIR%%/Aircraft/a4/a4-sound.xml.new +%%DATADIR%%/Aircraft/a4/a4-uiuc-set.xml +%%DATADIR%%/Aircraft/a4/a4.xml +%%DATADIR%%/Aircraft/a4/aoa-panel.xml +%%DATADIR%%/Aircraft/a4/fuel-gauge.rgb +%%DATADIR%%/Aircraft/a4/fuel-gauge.xml +%%DATADIR%%/Aircraft/a4/transparent-bg.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-altimeter-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-asi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-attitude-indicator.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-bezel-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-blister.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-compass-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-faces-3.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-faces-6.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-flaps-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-fuelflow-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-geardn-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearind-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearind-nslr-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearup-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-handles.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi2.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi3.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi4.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-itt-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-led.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-maintc.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-misc-1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-misc1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-navcom-radios.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-i-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-m-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-o-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-prop-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-quadrant-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-rpm-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-switcheddn-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-switchedup-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tailnumber-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tc-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tc-needle-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-temp-pressure-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-torque-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-trn1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-vsi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/old_b99-asi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/b99-adf-radio.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-altimeter.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-antiice-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-antiice-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-asi.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-attitude-indicator.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-autopilot.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-brakes.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-clock.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-dme.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-enginerpm-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-enginerpm-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-flaps.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-fuelflow-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-fuelflow-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-gear-indicator.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-gear.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-hsi-bk-hi.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-itt-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-itt-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-landing-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-landing-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-markerbeacon.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-mixture-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-nav2.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-navcom-kx155.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-navlight.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-oil-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-oil-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-pitot-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-pitot-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-auto.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-manual.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-propeller-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-tailflood.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-tailnumber.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-taxilight.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-throttle-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-throttle-quadrant.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-torque-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-torque-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-turn.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-vertical.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-xpdr-kt76c.xml +%%DATADIR%%/Aircraft/beech99/Models.old/READMEmodel.txt +%%DATADIR%%/Aircraft/beech99/Models.old/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models.old/beech99.ac +%%DATADIR%%/Aircraft/beech99/Models.old/beech_990.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_991.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_992.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_993.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_994.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_995.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_996.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_997.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_998.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_999.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/uiuc/beech99/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/beech99/Models/backup_beech99.ac +%%DATADIR%%/Aircraft/beech99/Models/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models/beech99.ac +%%DATADIR%%/Aircraft/beech99/Models/beech_990.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_991.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_992.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_993.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_994.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_995.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_996.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_997.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_998.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_999.rgb +%%DATADIR%%/Aircraft/beech99/Models/uiuc/beech99/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Sounds/beech99-sound.xml +%%DATADIR%%/Aircraft/beech99/b99p1.rgb +%%DATADIR%%/Aircraft/beech99/b99p2.rgb +%%DATADIR%%/Aircraft/beech99/b99p3.rgb +%%DATADIR%%/Aircraft/beech99/b99p4.rgb +%%DATADIR%%/Aircraft/beech99/b99p5.rgb +%%DATADIR%%/Aircraft/beech99/b99p6.rgb +%%DATADIR%%/Aircraft/beech99/b99p7.rgb +%%DATADIR%%/Aircraft/beech99/b99p8.rgb +%%DATADIR%%/Aircraft/beech99/b99panel.rgb +%%DATADIR%%/Aircraft/beech99/beech99-electrical.xml +%%DATADIR%%/Aircraft/beech99/beech99-electrical.xml.old +%%DATADIR%%/Aircraft/beech99/beech99-panel.xml +%%DATADIR%%/Aircraft/beech99/beech99-v1-uiuc-set.xml +%%DATADIR%%/Aircraft/beech99/beech99-yasim-set.xml +%%DATADIR%%/Aircraft/beech99/beech99-yasim.xml +%%DATADIR%%/Aircraft/beech99/old_b99p1.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.ac +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.xml +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.ac +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.xml +%%DATADIR%%/Aircraft/bo105/Models/README +%%DATADIR%%/Aircraft/bo105/Models/bo105-1.rgb +%%DATADIR%%/Aircraft/bo105/Models/bo105.ac +%%DATADIR%%/Aircraft/bo105/Models/bo105.nas +%%DATADIR%%/Aircraft/bo105/Models/bo105.xml +%%DATADIR%%/Aircraft/bo105/bo105-set.xml +%%DATADIR%%/Aircraft/bo105/bo105-sound.xml +%%DATADIR%%/Aircraft/bo105/bo105.xml +%%DATADIR%%/Aircraft/c172-fs-set.xml +%%DATADIR%%/Aircraft/c172-le/Models/c172-le-02.ac +%%DATADIR%%/Aircraft/c172-le/Models/c172-leee.xml +%%DATADIR%%/Aircraft/c172-le/c172-le-set.xml +%%DATADIR%%/Aircraft/c172/610x-autopilot.xml +%%DATADIR%%/Aircraft/c172/Engines/eng_io320.xml +%%DATADIR%%/Aircraft/c172/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172/Models/c172-01.rgb +%%DATADIR%%/Aircraft/c172/Models/c172-02.rgb +%%DATADIR%%/Aircraft/c172/Models/c172-car.xml +%%DATADIR%%/Aircraft/c172/Models/c172-dpm.ac +%%DATADIR%%/Aircraft/c172/Models/c172-dpm.xml +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-01.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-02.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-03.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-04.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-07.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-08.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-610x-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-c172r-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/shaped-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/transparent-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/c172-610x-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-fullscr.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-fullscreen.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-ifr-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-mini-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-trans-mini-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-trans-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-vfr-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172r-panel.xml +%%DATADIR%%/Aircraft/c172/README.c172 +%%DATADIR%%/Aircraft/c172/c172-610x-null-set.xml +%%DATADIR%%/Aircraft/c172/c172-610x-null.xml +%%DATADIR%%/Aircraft/c172/c172-base.xml +%%DATADIR%%/Aircraft/c172/c172-electrical.xml +%%DATADIR%%/Aircraft/c172/c172-ifr-set.xml +%%DATADIR%%/Aircraft/c172/c172-sound.xml +%%DATADIR%%/Aircraft/c172/c172-yasim.xml +%%DATADIR%%/Aircraft/c172p/Engines/eng_io320.xml +%%DATADIR%%/Aircraft/c172p/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172p/Models/c172p-01.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p-02.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p-2d-panel.xml +%%DATADIR%%/Aircraft/c172p/Models/c172p-int-01.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p.ac +%%DATADIR%%/Aircraft/c172p/Models/c172p.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelbcn.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labellng.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelnav.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelpto.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelsto.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labeltax.xml +%%DATADIR%%/Aircraft/c172p/Systems/KAP140.xml +%%DATADIR%%/Aircraft/c172p/c172-3d-set.xml +%%DATADIR%%/Aircraft/c172p/c172-larcsim-set.xml +%%DATADIR%%/Aircraft/c172p/c172-set.xml +%%DATADIR%%/Aircraft/c172p/c172p-2dpanel-set.xml +%%DATADIR%%/Aircraft/c172p/c172p-set.xml +%%DATADIR%%/Aircraft/c172p/c172p.xml +%%DATADIR%%/Aircraft/c172r/Engines/engIO360C.xml +%%DATADIR%%/Aircraft/c172r/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172r/README.c172r +%%DATADIR%%/Aircraft/c172r/c172-3d-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172-610x-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172-610x-set.xml +%%DATADIR%%/Aircraft/c172r/c172-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-jsbsim-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-yasim-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r.xml +%%DATADIR%%/Aircraft/c172x/Engines/engIO360C.xml +%%DATADIR%%/Aircraft/c172x/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172x/c172x-set.xml +%%DATADIR%%/Aircraft/c172x/c172x.xml +%%DATADIR%%/Aircraft/c182/Engines/engIO540AB1A5.xml +%%DATADIR%%/Aircraft/c182/Engines/prop_81in2v.xml +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-01.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-02.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-03.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-04.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-05.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-06.rgb +%%DATADIR%%/Aircraft/c182/Panels/c182s-panel.xml +%%DATADIR%%/Aircraft/c182/README.c182 +%%DATADIR%%/Aircraft/c182/c182-2dpanel-set.xml +%%DATADIR%%/Aircraft/c182/c182-set.xml +%%DATADIR%%/Aircraft/c182/c182-sound.xml +%%DATADIR%%/Aircraft/c182/c182.xml +%%DATADIR%%/Aircraft/c310/310-panel-bg.rgb +%%DATADIR%%/Aircraft/c310/Engines/engIO470D.xml +%%DATADIR%%/Aircraft/c310/Engines/propC10v.xml +%%DATADIR%%/Aircraft/c310/Models/c310-01.rgb +%%DATADIR%%/Aircraft/c310/Models/c310-02.rgb +%%DATADIR%%/Aircraft/c310/Models/c310-2d-panel.xml +%%DATADIR%%/Aircraft/c310/Models/c310-dpm.ac +%%DATADIR%%/Aircraft/c310/Models/c310-dpm.xml +%%DATADIR%%/Aircraft/c310/README.c310 +%%DATADIR%%/Aircraft/c310/c310-base.xml +%%DATADIR%%/Aircraft/c310/c310-electrical.xml +%%DATADIR%%/Aircraft/c310/c310-ifr-panel.xml +%%DATADIR%%/Aircraft/c310/c310-jsbsim-base.xml +%%DATADIR%%/Aircraft/c310/c310-mini-panel.xml +%%DATADIR%%/Aircraft/c310/c310-panel-01.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-02.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-03.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-04.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-11.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-12.rgb +%%DATADIR%%/Aircraft/c310/c310-sound.xml +%%DATADIR%%/Aircraft/c310/c310-sound.xml.new +%%DATADIR%%/Aircraft/c310/c310-vfr-panel.xml +%%DATADIR%%/Aircraft/c310/c310-yasim-base.xml +%%DATADIR%%/Aircraft/c310/c310-yasim-set.xml +%%DATADIR%%/Aircraft/c310/c310-yasim.xml +%%DATADIR%%/Aircraft/c310/c310.xml +%%DATADIR%%/Aircraft/c310/c310dpm-3d-set.xml +%%DATADIR%%/Aircraft/c310u3a/Engines/engIO470D.xml +%%DATADIR%%/Aircraft/c310u3a/Engines/propC10v.xml +%%DATADIR%%/Aircraft/c310u3a/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.ac +%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.xml +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a0.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a1.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a2.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a3.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a4.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a5.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a6.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a7.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a8.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a9.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3aa.rgb +%%DATADIR%%/Aircraft/c310u3a/c310-3d-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310-ifr-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-3d-panel.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-01.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-02.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-03.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-04.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-05.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-06.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-07.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-08.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-set.xml +%%DATADIR%%/Aircraft/c310u3a/transparent-bg.rgb +%%DATADIR%%/Aircraft/dc3/Models/Image1.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-01.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-02.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-03.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-2d-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-cockpit.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-cockpit.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm-3d-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-flaps-indicator.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-flaps-indicator.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-overhead-panel.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-overhead-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-pedals.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-pedals.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-pilot-seat.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-pilot-seat.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-throttle.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-throttle.xml +%%DATADIR%%/Aircraft/dc3/Models/floor.rgb +%%DATADIR%%/Aircraft/dc3/Models/seat.rgb +%%DATADIR%%/Aircraft/dc3/Models/textur.rgb +%%DATADIR%%/Aircraft/dc3/Sounds/engine_idle.wav +%%DATADIR%%/Aircraft/dc3/Sounds/engine_running.wav +%%DATADIR%%/Aircraft/dc3/Sounds/flap_move.wav +%%DATADIR%%/Aircraft/dc3/Sounds/gear_move.wav +%%DATADIR%%/Aircraft/dc3/Sounds/lock.wav +%%DATADIR%%/Aircraft/dc3/Sounds/read-trev.txt +%%DATADIR%%/Aircraft/dc3/Sounds/stall_horn.wav +%%DATADIR%%/Aircraft/dc3/dc3-set.xml +%%DATADIR%%/Aircraft/dc3/dc3-sound.xml +%%DATADIR%%/Aircraft/dc3/dc3.xml +%%DATADIR%%/Aircraft/f16/Engines/F100-PW-229.xml +%%DATADIR%%/Aircraft/f16/Engines/direct.xml +%%DATADIR%%/Aircraft/f16/Hud/default.xml +%%DATADIR%%/Aircraft/f16/Hud/hudcard.xml +%%DATADIR%%/Aircraft/f16/Hud/hudladder.xml +%%DATADIR%%/Aircraft/f16/Hud/instrlabel.xml +%%DATADIR%%/Aircraft/f16/Hud/tbi.xml +%%DATADIR%%/Aircraft/f16/Models/README +%%DATADIR%%/Aircraft/f16/Models/ded.ac +%%DATADIR%%/Aircraft/f16/Models/ejection_handle.ac +%%DATADIR%%/Aircraft/f16/Models/engine.ac +%%DATADIR%%/Aircraft/f16/Models/f16-shadows.rgb +%%DATADIR%%/Aircraft/f16/Models/f16.ac +%%DATADIR%%/Aircraft/f16/Models/f16.rgb +%%DATADIR%%/Aircraft/f16/Models/f16.xml +%%DATADIR%%/Aircraft/f16/Models/f16klu.ac +%%DATADIR%%/Aircraft/f16/Models/f16klu.rgb +%%DATADIR%%/Aircraft/f16/Models/f16klu.xml +%%DATADIR%%/Aircraft/f16/Models/icp.ac +%%DATADIR%%/Aircraft/f16/Models/icp.rgb +%%DATADIR%%/Aircraft/f16/Models/knob.rgb +%%DATADIR%%/Aircraft/f16/Models/left_front.ac +%%DATADIR%%/Aircraft/f16/Models/left_front.xml +%%DATADIR%%/Aircraft/f16/Models/mfd.ac +%%DATADIR%%/Aircraft/f16/Models/misc.ac +%%DATADIR%%/Aircraft/f16/Models/panels1.rgb +%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.ac +%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.xml +%%DATADIR%%/Aircraft/f16/Models/threat.ac +%%DATADIR%%/Aircraft/f16/Models/throttle.ac +%%DATADIR%%/Aircraft/f16/Models/throttle.xml +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-00.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-01.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-02.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-03.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-04.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-06.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-07.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/faces1.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/icp.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/misc1.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/misc2.rgb +%%DATADIR%%/Aircraft/f16/Panels/alt.xml +%%DATADIR%%/Aircraft/f16/Panels/aoa.xml +%%DATADIR%%/Aircraft/f16/Panels/ded.xml +%%DATADIR%%/Aircraft/f16/Panels/f16-2d-panel.xml +%%DATADIR%%/Aircraft/f16/Panels/icp.xml +%%DATADIR%%/Aircraft/f16/Panels/kias.xml +%%DATADIR%%/Aircraft/f16/Panels/nozzle.xml +%%DATADIR%%/Aircraft/f16/Panels/oil.xml +%%DATADIR%%/Aircraft/f16/Panels/rpm.xml +%%DATADIR%%/Aircraft/f16/f16-3d-set.xml +%%DATADIR%%/Aircraft/f16/f16-mlu-set.xml +%%DATADIR%%/Aircraft/f16/f16-set.xml +%%DATADIR%%/Aircraft/f16/f16-sound.xml +%%DATADIR%%/Aircraft/f16/f16-splash.rgb +%%DATADIR%%/Aircraft/f16/f16-submodels.xml +%%DATADIR%%/Aircraft/f16/f16.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-fgtbi.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hud1.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hudcard.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hudladder.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-instrlabel.xml +%%DATADIR%%/Aircraft/j22/Models/gear.rgb +%%DATADIR%%/Aircraft/j22/Models/interior.rgb +%%DATADIR%%/Aircraft/j22/Models/j22.ac +%%DATADIR%%/Aircraft/j22/Models/j22.xml +%%DATADIR%%/Aircraft/j22/Models/pilot.head.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-body.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-tail.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-wing.above.rgb +%%DATADIR%%/Aircraft/j22/j22-readme.txt +%%DATADIR%%/Aircraft/j22/j22-set.xml +%%DATADIR%%/Aircraft/j22/j22-yasim.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3altpress.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3cub-01.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3cub-02.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3cub.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3cub.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.xml +%%DATADIR%%/Aircraft/j3cub/README.j3cub +%%DATADIR%%/Aircraft/j3cub/cub-electrical.xml +%%DATADIR%%/Aircraft/j3cub/j3cub-set.xml +%%DATADIR%%/Aircraft/j3cub/j3cub.xml +%%DATADIR%%/Aircraft/ornithopter/Models/C-GPTR-003.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/C-GPTR-8-4.ac +%%DATADIR%%/Aircraft/ornithopter/Models/alt.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/asi.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/bezelgrey.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/compass.ac +%%DATADIR%%/Aircraft/ornithopter/Models/compass.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/compass.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopter-8-4-model.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopteralt.ac +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopteralt.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopterasi.ac +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopterasi.xml +%%DATADIR%%/Aircraft/ornithopter/Models/press.rgb +%%DATADIR%%/Aircraft/ornithopter/Sounds/ornithopter-sound.xml +%%DATADIR%%/Aircraft/ornithopter/ornithopter-set.xml +%%DATADIR%%/Aircraft/p51d/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-01.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-02.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-03.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-05.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-altpress.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-arrows.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-carbtemp.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-cooltemp.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-large-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-med-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-panel-hotspots.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remotearrow.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknob.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.xml +%%DATADIR%%/Aircraft/p51d/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/p51d/README.p51d +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_rpm1.wav +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_starter.wav +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_startup.wav +%%DATADIR%%/Aircraft/p51d/p51d-set.xml +%%DATADIR%%/Aircraft/p51d/p51d-sound.xml +%%DATADIR%%/Aircraft/p51d/p51d.xml +%%DATADIR%%/Aircraft/pa28-161/Models/bench-back.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/glareshield.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161-01.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.ac +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.xml +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex01.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex02.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex03.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/placards.rgb +%%DATADIR%%/Aircraft/pa28-161/README.pa28-161 +%%DATADIR%%/Aircraft/pa28-161/pa28-161-set.xml +%%DATADIR%%/Aircraft/pa28-161/pa28-161.xml +%%DATADIR%%/Aircraft/seahawk/Models/HelmetMk1a-ver6.rgb +%%DATADIR%%/Aircraft/seahawk/Models/SeaHawk-FGA6-WV859.ac +%%DATADIR%%/Aircraft/seahawk/Models/adf.ac +%%DATADIR%%/Aircraft/seahawk/Models/adf.xml +%%DATADIR%%/Aircraft/seahawk/Models/airbrake-warning.ac +%%DATADIR%%/Aircraft/seahawk/Models/airbrake-warning.xml +%%DATADIR%%/Aircraft/seahawk/Models/airbrake.xml +%%DATADIR%%/Aircraft/seahawk/Models/altimeter.ac +%%DATADIR%%/Aircraft/seahawk/Models/altimeter.xml +%%DATADIR%%/Aircraft/seahawk/Models/asi-deck.ac +%%DATADIR%%/Aircraft/seahawk/Models/asi-deck.xml +%%DATADIR%%/Aircraft/seahawk/Models/asi.ac +%%DATADIR%%/Aircraft/seahawk/Models/asi.xml +%%DATADIR%%/Aircraft/seahawk/Models/attitude-mod1.ac +%%DATADIR%%/Aircraft/seahawk/Models/attitude.xml +%%DATADIR%%/Aircraft/seahawk/Models/dme.ac +%%DATADIR%%/Aircraft/seahawk/Models/dme.xml +%%DATADIR%%/Aircraft/seahawk/Models/egt.ac +%%DATADIR%%/Aircraft/seahawk/Models/egt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/egt.xml +%%DATADIR%%/Aircraft/seahawk/Models/flap-emrgy-lowering.xml +%%DATADIR%%/Aircraft/seahawk/Models/flap.ac +%%DATADIR%%/Aircraft/seahawk/Models/flap.xml +%%DATADIR%%/Aircraft/seahawk/Models/flaps.ac +%%DATADIR%%/Aircraft/seahawk/Models/flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/flaps.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel-aft.ac +%%DATADIR%%/Aircraft/seahawk/Models/fuel-aft.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel-fwd.ac +%%DATADIR%%/Aircraft/seahawk/Models/fuel-fwd.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel.ac +%%DATADIR%%/Aircraft/seahawk/Models/gear.ac +%%DATADIR%%/Aircraft/seahawk/Models/gear.xml +%%DATADIR%%/Aircraft/seahawk/Models/ggs-mod1.ac +%%DATADIR%%/Aircraft/seahawk/Models/ggs.xml +%%DATADIR%%/Aircraft/seahawk/Models/handle-flap-emergy.ac +%%DATADIR%%/Aircraft/seahawk/Models/helmet-Mk1a.ac +%%DATADIR%%/Aircraft/seahawk/Models/hook-green.ac +%%DATADIR%%/Aircraft/seahawk/Models/hook-green.xml +%%DATADIR%%/Aircraft/seahawk/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hsi.ac +%%DATADIR%%/Aircraft/seahawk/Models/hsi.xml +%%DATADIR%%/Aircraft/seahawk/Models/hunter-adf.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-airbrake.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-asi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-attitude-bezel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-attitude.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-dme.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-egt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-emgy-flap.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-flap-emgy-lbl.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-fuel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-gear.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-gearwarn.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-ggs-02.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-ggs.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-large-bezel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-mach.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-remote.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-remotearrow.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-rpm.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-trim.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter__a.rgb +%%DATADIR%%/Aircraft/seahawk/Models/mach.ac +%%DATADIR%%/Aircraft/seahawk/Models/mach.xml +%%DATADIR%%/Aircraft/seahawk/Models/rpm.ac +%%DATADIR%%/Aircraft/seahawk/Models/rpm.rgb +%%DATADIR%%/Aircraft/seahawk/Models/rpm.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-3d-model.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-airbrake.ac +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-airbrakes.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-deck-asi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-flap.ac +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-gear.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-hook-down.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-mach.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-panel-hotspots.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-tx-00-1.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-tx-01-1.rgb +%%DATADIR%%/Aircraft/seahawk/Models/sig.xml +%%DATADIR%%/Aircraft/seahawk/Models/signature.ac +%%DATADIR%%/Aircraft/seahawk/Models/signature.rgb +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.ac +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.rgb +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.xml +%%DATADIR%%/Aircraft/seahawk/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/seahawk/Models/trim.ac +%%DATADIR%%/Aircraft/seahawk/Models/trim.xml +%%DATADIR%%/Aircraft/seahawk/Models/turn.ac +%%DATADIR%%/Aircraft/seahawk/Models/turn.xml +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.rgb +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/seahawk/Models/vsi.ac +%%DATADIR%%/Aircraft/seahawk/Models/vsi.xml +%%DATADIR%%/Aircraft/seahawk/Models/warning.ac +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-mini-panel.xml +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-01.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-02.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-03.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-04.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-11.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-12.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-bg.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-vfr-panel.xml +%%DATADIR%%/Aircraft/seahawk/SeaHawk-WV908.ac +%%DATADIR%%/Aircraft/seahawk/SeaHawk.3ds +%%DATADIR%%/Aircraft/seahawk/SeaHawk.ac +%%DATADIR%%/Aircraft/seahawk/SeaHawkpair.3ds +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/flaps.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/gear-lck.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/gear.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/jet.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/rumble.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/squeal.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/stall.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/whine.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/wind.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/seahawk-sound.xml +%%DATADIR%%/Aircraft/seahawk/Systems/seahawk-autopilot.xml +%%DATADIR%%/Aircraft/seahawk/Systems/seahawk-electrical.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-3d-yasim.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-model.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-readme.txt +%%DATADIR%%/Aircraft/seahawk/seahawk-set.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-yasim.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/Textures/glider-misc.rgb +%%DATADIR%%/Aircraft/sgs233/Instruments/netto-vario.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/vario.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/yaw-string.xml +%%DATADIR%%/Aircraft/sgs233/Models/readme.txt +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_00.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_01.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_02.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_03.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_04.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_05.rgb +%%DATADIR%%/Aircraft/sgs233/Models/sgs233.ac +%%DATADIR%%/Aircraft/sgs233/Panels/Textures/glider-panel.rgb +%%DATADIR%%/Aircraft/sgs233/Panels/glider-panel.xml +%%DATADIR%%/Aircraft/sgs233/glider-sound.xml +%%DATADIR%%/Aircraft/sgs233/null-electrical.xml +%%DATADIR%%/Aircraft/sgs233/sgs233-set.xml +%%DATADIR%%/Aircraft/sgs233/sgs233.xml +%%DATADIR%%/Aircraft/tu154/Models/3d-instruments.xml +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.ac +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.rgb +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.xml +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.ac +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.rgb +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.xml +%%DATADIR%%/Aircraft/tu154/Models/main-ai.ac +%%DATADIR%%/Aircraft/tu154/Models/main-ai.rgb +%%DATADIR%%/Aircraft/tu154/Models/main-ai.xml +%%DATADIR%%/Aircraft/tu154/Models/rud.ac +%%DATADIR%%/Aircraft/tu154/Models/rud1.xml +%%DATADIR%%/Aircraft/tu154/Models/rud2.xml +%%DATADIR%%/Aircraft/tu154/Models/rud3.xml +%%DATADIR%%/Aircraft/tu154/Models/tu154-cockpit.ac +%%DATADIR%%/Aircraft/tu154/Models/tu154B-1.rgb +%%DATADIR%%/Aircraft/tu154/Models/tu154B-2.rgb +%%DATADIR%%/Aircraft/tu154/Models/tu154B.ac +%%DATADIR%%/Aircraft/tu154/Models/tu154B.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/asi-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/auasp-back.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel3.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/compass-ribbon.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/faces-3.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/flaps.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/handles.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/mach-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/misc1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/radios-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/switches.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/tach-2700-redline.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/tach-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/warning-lamps.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/alt-switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/altimeter-tu154-feet.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/altimeter-tu154-metric.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/asi-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/attitude-indicator-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/auasp.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/brakes.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/clock.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/controls.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/digi-clock.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/flap-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/gear-indicator.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/gear.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/horizon-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/horizon.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/hsi-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/light.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/mach-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/magneto-switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n0-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n1-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n1.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n2-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/nav1.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/rpm-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/rud-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/tach-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/turn.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/vertical.xml +%%DATADIR%%/Aircraft/tu154/Panels/panel-bg.rgb +%%DATADIR%%/Aircraft/tu154/Panels/tu154-panel.xml +%%DATADIR%%/Aircraft/tu154/Sounds/fan.wav +%%DATADIR%%/Aircraft/tu154/Sounds/flaps.wav +%%DATADIR%%/Aircraft/tu154/Sounds/gear-lck.wav +%%DATADIR%%/Aircraft/tu154/Sounds/gear.wav +%%DATADIR%%/Aircraft/tu154/Sounds/rumble.wav +%%DATADIR%%/Aircraft/tu154/Sounds/squeal.wav +%%DATADIR%%/Aircraft/tu154/Sounds/stall.wav +%%DATADIR%%/Aircraft/tu154/Sounds/whine.wav +%%DATADIR%%/Aircraft/tu154/Sounds/wind.wav +%%DATADIR%%/Aircraft/tu154/Systems/tu154-electrical.xml +%%DATADIR%%/Aircraft/tu154/changelog +%%DATADIR%%/Aircraft/tu154/readme +%%DATADIR%%/Aircraft/tu154/tu154-panel.xml +%%DATADIR%%/Aircraft/tu154/tu154-set.xml +%%DATADIR%%/Aircraft/tu154/tu154-sound.xml +%%DATADIR%%/Aircraft/tu154/tu154.xml +%%DATADIR%%/Aircraft/ufo/Models/ufo.ac +%%DATADIR%%/Aircraft/ufo/Models/ufo.xml +%%DATADIR%%/Aircraft/ufo/ufo-set.xml +%%DATADIR%%/Aircraft/ufo/ufo-sound.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-01.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-02.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-03.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-04.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.ac +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer/03Flyer-model.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc/wrightFlyer1903-sound.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/wrightFlyer1903-set.xml +%%DATADIR%%/Airports/basic.dat.gz +%%DATADIR%%/Airports/metar.dat.gz +%%DATADIR%%/Airports/runways.dat.gz +%%DATADIR%%/Astro/planets.gz +%%DATADIR%%/Astro/stars.gz +%%DATADIR%%/COPYING +%%DATADIR%%/ChangeLog +%%DATADIR%%/Data/AI/FlightPlans/KSFO_ILS28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_bigsur28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_east_01R.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_01L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_goldengate28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_modesto28R.xml +%%DATADIR%%/Data/AI/aircraft_demo.xml +%%DATADIR%%/Data/AI/ballistic_demo.xml +%%DATADIR%%/Data/AI/refueling_demo.xml +%%DATADIR%%/Data/AI/ship_demo.xml +%%DATADIR%%/Data/AI/thermal_demo.xml +%%DATADIR%%/Data/AI/thunderstorm_demo.xml +%%DATADIR%%/Data/SkyClouds/cloud1.cld +%%DATADIR%%/Data/SkyClouds/cloud10.cld +%%DATADIR%%/Data/SkyClouds/cloud11.cld +%%DATADIR%%/Data/SkyClouds/cloud12.cld +%%DATADIR%%/Data/SkyClouds/cloud2.cld +%%DATADIR%%/Data/SkyClouds/cloud3.cld +%%DATADIR%%/Data/SkyClouds/cloud4.cld +%%DATADIR%%/Data/SkyClouds/cloud5.cld +%%DATADIR%%/Data/SkyClouds/cloud6.cld +%%DATADIR%%/Data/SkyClouds/cloud7.cld +%%DATADIR%%/Data/SkyClouds/cloud8.cld +%%DATADIR%%/Data/SkyClouds/cloud9.cld +%%DATADIR%%/Data/SkyClouds/field37.cld +%%DATADIR%%/Data/SkyClouds/field56.cld +%%DATADIR%%/Data/SkyClouds/valley.cld +%%DATADIR%%/Docs-mini/AptNavFAQ.FlightGear.html +%%DATADIR%%/Docs-mini/FG-FAQ.v3 +%%DATADIR%%/Docs-mini/FlightGear-FAQ.html +%%DATADIR%%/Docs-mini/README.Cygwin +%%DATADIR%%/Docs-mini/README.IO +%%DATADIR%%/Docs-mini/README.IRIX +%%DATADIR%%/Docs-mini/README.IRIX.new +%%DATADIR%%/Docs-mini/README.JSBSim +%%DATADIR%%/Docs-mini/README.JSBsim +%%DATADIR%%/Docs-mini/README.Joystick +%%DATADIR%%/Docs-mini/README.Linux +%%DATADIR%%/Docs-mini/README.MSVC +%%DATADIR%%/Docs-mini/README.MacOS +%%DATADIR%%/Docs-mini/README.SimGear +%%DATADIR%%/Docs-mini/README.Unix +%%DATADIR%%/Docs-mini/README.Win32 +%%DATADIR%%/Docs-mini/README.Win32-X +%%DATADIR%%/Docs-mini/README.anoncvs +%%DATADIR%%/Docs-mini/README.autoconf +%%DATADIR%%/Docs-mini/README.commands +%%DATADIR%%/Docs-mini/README.conditions +%%DATADIR%%/Docs-mini/README.cygwin +%%DATADIR%%/Docs-mini/README.electrical +%%DATADIR%%/Docs-mini/README.extensions +%%DATADIR%%/Docs-mini/README.fgjs +%%DATADIR%%/Docs-mini/README.gui +%%DATADIR%%/Docs-mini/README.introduction +%%DATADIR%%/Docs-mini/README.jsclient +%%DATADIR%%/Docs-mini/README.logging +%%DATADIR%%/Docs-mini/README.msvc +%%DATADIR%%/Docs-mini/README.multiplayer +%%DATADIR%%/Docs-mini/README.plib +%%DATADIR%%/Docs-mini/README.properties +%%DATADIR%%/Docs-mini/README.protocol +%%DATADIR%%/Docs-mini/README.running +%%DATADIR%%/Docs-mini/README.sound +%%DATADIR%%/Docs-mini/README.src +%%DATADIR%%/Docs-mini/README.submodels +%%DATADIR%%/Docs-mini/README.uiuc +%%DATADIR%%/Docs-mini/README.xmlhud +%%DATADIR%%/Docs-mini/README.xmlpanel +%%DATADIR%%/Docs-mini/README.xmlsound +%%DATADIR%%/Docs-mini/README.xmlsyntax +%%DATADIR%%/Docs-mini/model-howto.html +%%DATADIR%%/Docs-mini/model.jpg +%%DATADIR%%/Docs-mini/properties.txt +%%DATADIR%%/Docs/AI_doc.html +%%DATADIR%%/Docs/FGShortRef.css +%%DATADIR%%/Docs/FGShortRef.html +%%DATADIR%%/Docs/FGShortRef.pdf +%%DATADIR%%/Docs/FlightGear-FAQ.html +%%DATADIR%%/Docs/InstallGuide/html/cmsy10-29.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart.css +%%DATADIR%%/Docs/InstallGuide/html/getstart.html +%%DATADIR%%/Docs/InstallGuide/html/getstart0x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart10x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart11x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart12x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart13x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart14x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart15x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart16x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart17x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart18x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart19x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart1x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart2x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart3x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart4x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart5x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart6x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart7x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart8x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart9x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstartap1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartap2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartap3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch4.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch5.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa3.html +%%DATADIR%%/Docs/README +%%DATADIR%%/Docs/README.IO +%%DATADIR%%/Docs/README.JSBsim +%%DATADIR%%/Docs/README.Joystick +%%DATADIR%%/Docs/README.Joystick.html +%%DATADIR%%/Docs/README.commands +%%DATADIR%%/Docs/README.conditions +%%DATADIR%%/Docs/README.electrical +%%DATADIR%%/Docs/README.fgjs +%%DATADIR%%/Docs/README.gui +%%DATADIR%%/Docs/README.introduction +%%DATADIR%%/Docs/README.jsclient +%%DATADIR%%/Docs/README.layout +%%DATADIR%%/Docs/README.logging +%%DATADIR%%/Docs/README.minipanel +%%DATADIR%%/Docs/README.multiplayer +%%DATADIR%%/Docs/README.properties +%%DATADIR%%/Docs/README.protocol +%%DATADIR%%/Docs/README.sound +%%DATADIR%%/Docs/README.submodels +%%DATADIR%%/Docs/README.xmlhud +%%DATADIR%%/Docs/README.xmlpanel +%%DATADIR%%/Docs/README.xmlpanel.html +%%DATADIR%%/Docs/README.xmlsound +%%DATADIR%%/Docs/README.xmlsyntax +%%DATADIR%%/Docs/README.yasim +%%DATADIR%%/Docs/Serial/nmeafaq.txt +%%DATADIR%%/Docs/fschool_0.0.3.pdf +%%DATADIR%%/Docs/getstart.pdf +%%DATADIR%%/Docs/index.html +%%DATADIR%%/Docs/keyboard/VERSION +%%DATADIR%%/Docs/keyboard/map.pdf +%%DATADIR%%/Docs/model-howto.html +%%DATADIR%%/Fonts/Helvetica.txf +%%DATADIR%%/Fonts/README +%%DATADIR%%/Fonts/charter.txf +%%DATADIR%%/Fonts/courier-bold.txf +%%DATADIR%%/Fonts/courier_medium.txf +%%DATADIR%%/Fonts/curlfont.txf +%%DATADIR%%/Fonts/default.txf +%%DATADIR%%/Fonts/haeberli.txf +%%DATADIR%%/Fonts/helvetica_bold.txf +%%DATADIR%%/Fonts/helvetica_medium.txf +%%DATADIR%%/Fonts/led.txf +%%DATADIR%%/Fonts/lucida.txf +%%DATADIR%%/Fonts/lucidabright_bold.txf +%%DATADIR%%/Fonts/schoolbook_bold.txf +%%DATADIR%%/Fonts/schoolbook_medium.txf +%%DATADIR%%/Fonts/sorority.txf +%%DATADIR%%/Fonts/symbol.txf +%%DATADIR%%/Fonts/times_bold.txf +%%DATADIR%%/Fonts/times_medium.txf +%%DATADIR%%/Fonts/typewriter.txf +%%DATADIR%%/Huds/Custom/default.xml +%%DATADIR%%/Huds/Default/default.xml +%%DATADIR%%/Huds/Engineering/default.xml +%%DATADIR%%/Huds/Instruments/Custom/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Custom/hudcard.xml +%%DATADIR%%/Huds/Instruments/Custom/hudladder.xml +%%DATADIR%%/Huds/Instruments/Custom/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Default/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Default/gload.xml +%%DATADIR%%/Huds/Instruments/Default/hudcard.xml +%%DATADIR%%/Huds/Instruments/Default/hudladder.xml +%%DATADIR%%/Huds/Instruments/Default/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Engineering/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Engineering/hudcard.xml +%%DATADIR%%/Huds/Instruments/Engineering/hudladder.xml +%%DATADIR%%/Huds/Instruments/Engineering/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Minimal/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Minimal/gload.xml +%%DATADIR%%/Huds/Instruments/Minimal/hudcard.xml +%%DATADIR%%/Huds/Instruments/Minimal/hudladder.xml +%%DATADIR%%/Huds/Instruments/Minimal/instrlabel.xml +%%DATADIR%%/Huds/Minimal/default.xml +%%DATADIR%%/Input/Joysticks/CH/pro-pedals-usb.xml +%%DATADIR%%/Input/Joysticks/CH/pro-yoke-usb.xml +%%DATADIR%%/Input/Joysticks/Default/four-axis-joystick.xml +%%DATADIR%%/Input/Joysticks/Default/joystick.xml +%%DATADIR%%/Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml +%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-pro.xml +%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-win.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-force-3d.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-force.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-rumblepad-usb.xml +%%DATADIR%%/Input/Joysticks/Macally/istick-usb.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-3d-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-precision-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Evo.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml +%%DATADIR%%/Input/Joysticks/Saitek/X45.xml +%%DATADIR%%/Input/Joysticks/Saitek/X8-30.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Attack-Throttle.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/FCS.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Afterburner.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Fox2-Pro-USB.xml +%%DATADIR%%/Lighting/ambient +%%DATADIR%%/Lighting/diffuse +%%DATADIR%%/Lighting/sky +%%DATADIR%%/Lighting/specular +%%DATADIR%%/Models/3ds/Bridge3.3ds +%%DATADIR%%/Models/3ds/Bridgea.3ds +%%DATADIR%%/Models/3ds/Bridgeb.3ds +%%DATADIR%%/Models/3ds/Building.3ds +%%DATADIR%%/Models/3ds/Bunk.3ds +%%DATADIR%%/Models/3ds/Com.3ds +%%DATADIR%%/Models/3ds/Hang.3ds +%%DATADIR%%/Models/3ds/Hanger1.3ds +%%DATADIR%%/Models/3ds/Ob.3ds +%%DATADIR%%/Models/3ds/Osever2.3ds +%%DATADIR%%/Models/3ds/Patssm.3ds +%%DATADIR%%/Models/3ds/Radar1.3ds +%%DATADIR%%/Models/3ds/Stick1.3ds +%%DATADIR%%/Models/3ds/Twin.3ds +%%DATADIR%%/Models/3ds/kingair.3ds +%%DATADIR%%/Models/Airport/README +%%DATADIR%%/Models/Airport/beacon.ac +%%DATADIR%%/Models/Airport/beacon.xml +%%DATADIR%%/Models/Airport/big-hangar.ac +%%DATADIR%%/Models/Airport/chessboard.rgb +%%DATADIR%%/Models/Airport/grid.rgb +%%DATADIR%%/Models/Airport/hangar.ac +%%DATADIR%%/Models/Airport/hangar.rgb +%%DATADIR%%/Models/Airport/hangar2.ac +%%DATADIR%%/Models/Airport/hangar2.rgb +%%DATADIR%%/Models/Airport/ils.ac +%%DATADIR%%/Models/Airport/ils.xml +%%DATADIR%%/Models/Airport/rad-struct-1.rgb +%%DATADIR%%/Models/Airport/radar.ac +%%DATADIR%%/Models/Airport/radar.rgb +%%DATADIR%%/Models/Airport/radar.xml +%%DATADIR%%/Models/Airport/rot-bcn-1.rgb +%%DATADIR%%/Models/Airport/rot-bcn-2.rgb +%%DATADIR%%/Models/Airport/shelter.ac +%%DATADIR%%/Models/Airport/tacan.ac +%%DATADIR%%/Models/Airport/tacan.xml +%%DATADIR%%/Models/Airport/tower.ac +%%DATADIR%%/Models/Airport/tower.xml +%%DATADIR%%/Models/Airport/windsock.ac +%%DATADIR%%/Models/Airport/windsock.rgb +%%DATADIR%%/Models/Airport/windsock.xml +%%DATADIR%%/Models/Airport/windsock_lit.ac +%%DATADIR%%/Models/Airport/windsock_lit.xml +%%DATADIR%%/Models/Bridges/arch-bridge-span.ac +%%DATADIR%%/Models/Bridges/arch-bridge-span.xml +%%DATADIR%%/Models/Buildings/bank-building.ac +%%DATADIR%%/Models/Buildings/bank-building.rgb +%%DATADIR%%/Models/Buildings/big-apartment.ac +%%DATADIR%%/Models/Buildings/big-apartment.rgb +%%DATADIR%%/Models/Buildings/big-apartment.xml +%%DATADIR%%/Models/Buildings/big-church.ac +%%DATADIR%%/Models/Buildings/big-church.rgb +%%DATADIR%%/Models/Buildings/black-roof-tiles.rgb +%%DATADIR%%/Models/Buildings/brick-school.ac +%%DATADIR%%/Models/Buildings/brick-school.rgb +%%DATADIR%%/Models/Buildings/container.rgb +%%DATADIR%%/Models/Buildings/cow-stable.ac +%%DATADIR%%/Models/Buildings/cube-21.rgb +%%DATADIR%%/Models/Buildings/cube-22.rgb +%%DATADIR%%/Models/Buildings/cube-23.rgb +%%DATADIR%%/Models/Buildings/cube-apartment.ac +%%DATADIR%%/Models/Buildings/factory.ac +%%DATADIR%%/Models/Buildings/factory.rgb +%%DATADIR%%/Models/Buildings/farmhouse1.ac +%%DATADIR%%/Models/Buildings/farmhouse2.ac +%%DATADIR%%/Models/Buildings/farmhouse3.ac +%%DATADIR%%/Models/Buildings/horse-stable.ac +%%DATADIR%%/Models/Buildings/hosshop.ac +%%DATADIR%%/Models/Buildings/hosshop.rgb +%%DATADIR%%/Models/Buildings/house1.rgb +%%DATADIR%%/Models/Buildings/house2.rgb +%%DATADIR%%/Models/Buildings/house3.rgb +%%DATADIR%%/Models/Buildings/medium-apartment-front.rgb +%%DATADIR%%/Models/Buildings/medium-apartment-side.rgb +%%DATADIR%%/Models/Buildings/medium-apartment.ac +%%DATADIR%%/Models/Buildings/medium-glass-office-building.ac +%%DATADIR%%/Models/Buildings/medium-glass-office-building.rgb +%%DATADIR%%/Models/Buildings/oil-tanks.ac +%%DATADIR%%/Models/Buildings/oil-tanks.rgb +%%DATADIR%%/Models/Buildings/red-barn.ac +%%DATADIR%%/Models/Buildings/red-barn.rgb +%%DATADIR%%/Models/Buildings/red-roof-tiles.rgb +%%DATADIR%%/Models/Buildings/renovated-apartment.ac +%%DATADIR%%/Models/Buildings/renovated-apartment.rgb +%%DATADIR%%/Models/Buildings/roof-windows.rgb +%%DATADIR%%/Models/Buildings/shop.ac +%%DATADIR%%/Models/Buildings/shop.rgb +%%DATADIR%%/Models/Buildings/silo.ac +%%DATADIR%%/Models/Buildings/silo.rgb +%%DATADIR%%/Models/Buildings/small-glass-office-building.ac +%%DATADIR%%/Models/Buildings/small-glass-office-building.rgb +%%DATADIR%%/Models/Buildings/small-modern-office.ac +%%DATADIR%%/Models/Buildings/small-modern-office.rgb +%%DATADIR%%/Models/Buildings/small-office.ac +%%DATADIR%%/Models/Buildings/small-office.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-1.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-2.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-3.rgb +%%DATADIR%%/Models/Buildings/tower-hexa.ac +%%DATADIR%%/Models/Buildings/water-tower.ac +%%DATADIR%%/Models/Buildings/water-tower.rgb +%%DATADIR%%/Models/Buildings/weapshop.ac +%%DATADIR%%/Models/Buildings/weapshop.rgb +%%DATADIR%%/Models/Fauna/cow.ac +%%DATADIR%%/Models/Fauna/cow.rgb +%%DATADIR%%/Models/Geometry/Aim91x.ac +%%DATADIR%%/Models/Geometry/Sunit1x.ac +%%DATADIR%%/Models/Geometry/Tower1x.ac +%%DATADIR%%/Models/Geometry/Towerax.ac +%%DATADIR%%/Models/Geometry/container.rgb +%%DATADIR%%/Models/Geometry/container_carrier.ac +%%DATADIR%%/Models/Geometry/crashtender.ac +%%DATADIR%%/Models/Geometry/flare.ac +%%DATADIR%%/Models/Geometry/flare.rgb +%%DATADIR%%/Models/Geometry/flare.xml +%%DATADIR%%/Models/Geometry/freighter.ac +%%DATADIR%%/Models/Geometry/glider.ac +%%DATADIR%%/Models/Geometry/puff.ac +%%DATADIR%%/Models/Geometry/puff.rgb +%%DATADIR%%/Models/Geometry/puff.xml +%%DATADIR%%/Models/Geometry/rocket.ac +%%DATADIR%%/Models/Geometry/sailboat.ac +%%DATADIR%%/Models/Geometry/sailboat.xml +%%DATADIR%%/Models/Geometry/saratoga.ac +%%DATADIR%%/Models/Geometry/saratoga.rgb +%%DATADIR%%/Models/Geometry/thunderstorm.ac +%%DATADIR%%/Models/Geometry/thunderstorm.rgb +%%DATADIR%%/Models/Geometry/thunderstorm.xml +%%DATADIR%%/Models/Geometry/tracer.ac +%%DATADIR%%/Models/Geometry/tracer.rgb +%%DATADIR%%/Models/Geometry/tuxcopter.ac +%%DATADIR%%/Models/Structures/observatory.ac +%%DATADIR%%/Models/Structures/observatory.rgb +%%DATADIR%%/Models/Structures/rad-light.rgb +%%DATADIR%%/Models/Structures/rad-struct-1.rgb +%%DATADIR%%/Models/Structures/rad-struct-2.rgb +%%DATADIR%%/Models/Structures/radio-medium.ac +%%DATADIR%%/Models/Structures/radio-medium.xml +%%DATADIR%%/Models/Structures/radio-tall.ac +%%DATADIR%%/Models/Structures/radio-tall.xml +%%DATADIR%%/Models/Structures/vordme.ac +%%DATADIR%%/Models/Structures/vordme.xml +%%DATADIR%%/Models/Trees/billboard-tree.ac +%%DATADIR%%/Models/Trees/billboard-tree.xml +%%DATADIR%%/Models/Trees/coniferous-tree.ac +%%DATADIR%%/Models/Trees/coniferous-tree.rgb +%%DATADIR%%/Models/Trees/coniferous-tree2.ac +%%DATADIR%%/Models/Trees/coniferous-tree2.rgb +%%DATADIR%%/Models/Trees/coniferous-tree3.ac +%%DATADIR%%/Models/Trees/deciduous-tree.ac +%%DATADIR%%/Models/Trees/deciduous-tree.rgb +%%DATADIR%%/Models/Trees/deciduous-tree2.ac +%%DATADIR%%/Models/Trees/deciduous-tree2.rgb +%%DATADIR%%/Models/Trees/deciduous-tree3.ac +%%DATADIR%%/NEWS +%%DATADIR%%/Nasal/autopilot.nas +%%DATADIR%%/Nasal/controls.nas +%%DATADIR%%/Nasal/fuel.nas +%%DATADIR%%/Nasal/globals.nas +%%DATADIR%%/Nasal/gui.nas +%%DATADIR%%/Nasal/kap140.nas +%%DATADIR%%/Nasal/props.nas +%%DATADIR%%/Nasal/view.nas +%%DATADIR%%/Navaids/ReadMe.FG226.txt +%%DATADIR%%/Navaids/awy.dat.gz +%%DATADIR%%/Navaids/fix.dat.gz +%%DATADIR%%/Navaids/nav.dat.gz +%%DATADIR%%/Navaids/range.high +%%DATADIR%%/Navaids/range.low +%%DATADIR%%/Navaids/range.term +%%DATADIR%%/Protocol/README.Protocol +%%DATADIR%%/Protocol/f1serial.xml +%%DATADIR%%/README +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-mar-plz-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-mont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-mkt-st-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-mkt-st-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-01.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-static.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-01.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-static.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942049.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942050.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942058.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942066.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-maint-1-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-terminal-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-mixedforest.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-side.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-susp.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bbe-side-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-top.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-top-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-top-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-tex-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-road-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-susp.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ksfo-international-terminal.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/light-pat-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mc-kesson-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/red-light.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/road-3-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-light.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/terminal.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/yellow-light.rgb +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/1Q4.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/23Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/2CL1.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA8.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/8Q1.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/C83.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA33.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA34.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA48.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA54.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA67.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA70.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL05.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL52.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL64.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL86.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KLVK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KNRC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KRHV.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSCK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSJC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KTCY.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/O29.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/Q99.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/02Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/0Q2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/15CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/16CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/17CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/1CL3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/44Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/45Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/4Q2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/55CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/59CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/5CA3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/6Q6.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA14.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA26.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA27.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA30.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA63.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL41.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL77.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCCR.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCSY.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHAF.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHWD.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KJMC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KNUQ.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KOAK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KPAO.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSFO.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSQL.btg.gz +%%DATADIR%%/Sounds/coughing.wav +%%DATADIR%%/Sounds/cranking.wav +%%DATADIR%%/Sounds/crash.wav +%%DATADIR%%/Sounds/door_close.wav +%%DATADIR%%/Sounds/engstart.wav +%%DATADIR%%/Sounds/exhaust_loop.wav +%%DATADIR%%/Sounds/exhaust_shutdown.wav +%%DATADIR%%/Sounds/exhaust_start.wav +%%DATADIR%%/Sounds/fan.wav +%%DATADIR%%/Sounds/flaps.wav +%%DATADIR%%/Sounds/gear-hrn.wav +%%DATADIR%%/Sounds/gear-lck.wav +%%DATADIR%%/Sounds/gear.wav +%%DATADIR%%/Sounds/helicopter-skid.wav +%%DATADIR%%/Sounds/helicopter.wav +%%DATADIR%%/Sounds/intro.mp3 +%%DATADIR%%/Sounds/jet.wav +%%DATADIR%%/Sounds/overspeed.wav +%%DATADIR%%/Sounds/rotor.wav +%%DATADIR%%/Sounds/rumble.wav +%%DATADIR%%/Sounds/squeal.wav +%%DATADIR%%/Sounds/stall.wav +%%DATADIR%%/Sounds/thunder.wav +%%DATADIR%%/Sounds/turbine_loop.wav +%%DATADIR%%/Sounds/turbine_shutdown.wav +%%DATADIR%%/Sounds/turbine_start.wav +%%DATADIR%%/Sounds/turboprop1.wav +%%DATADIR%%/Sounds/wasp.wav +%%DATADIR%%/Sounds/whine.wav +%%DATADIR%%/Sounds/wind.wav +%%DATADIR%%/Textures.high/Runway/pa_0r.rgb +%%DATADIR%%/Textures.high/Runway/pa_11.rgb +%%DATADIR%%/Textures.high/Runway/pa_1c.rgb +%%DATADIR%%/Textures.high/Runway/pa_1l.rgb +%%DATADIR%%/Textures.high/Runway/pa_1r.rgb +%%DATADIR%%/Textures.high/Runway/pa_2c.rgb +%%DATADIR%%/Textures.high/Runway/pa_2l.rgb +%%DATADIR%%/Textures.high/Runway/pa_2r.rgb +%%DATADIR%%/Textures.high/Runway/pa_3c.rgb +%%DATADIR%%/Textures.high/Runway/pa_3l.rgb +%%DATADIR%%/Textures.high/Runway/pa_3r.rgb +%%DATADIR%%/Textures.high/Runway/pa_4c.rgb +%%DATADIR%%/Textures.high/Runway/pa_4r.rgb +%%DATADIR%%/Textures.high/Runway/pa_5c.rgb +%%DATADIR%%/Textures.high/Runway/pa_5r.rgb +%%DATADIR%%/Textures.high/Runway/pa_6c.rgb +%%DATADIR%%/Textures.high/Runway/pa_6r.rgb +%%DATADIR%%/Textures.high/Runway/pa_7c.rgb +%%DATADIR%%/Textures.high/Runway/pa_7r.rgb +%%DATADIR%%/Textures.high/Runway/pa_8c.rgb +%%DATADIR%%/Textures.high/Runway/pa_8r.rgb +%%DATADIR%%/Textures.high/Runway/pa_9c.rgb +%%DATADIR%%/Textures.high/Runway/pa_9r.rgb +%%DATADIR%%/Textures.high/Runway/pa_C.rgb +%%DATADIR%%/Textures.high/Runway/pa_L.rgb +%%DATADIR%%/Textures.high/Runway/pa_R.rgb +%%DATADIR%%/Textures.high/Runway/pa_aim.rgb +%%DATADIR%%/Textures.high/Runway/pa_centerline.rgb +%%DATADIR%%/Textures.high/Runway/pa_dspl_arrows.rgb +%%DATADIR%%/Textures.high/Runway/pa_dspl_thresh.rgb +%%DATADIR%%/Textures.high/Runway/pa_rest.rgb +%%DATADIR%%/Textures.high/Runway/pa_taxiway.rgb +%%DATADIR%%/Textures.high/Runway/pa_threshold.rgb +%%DATADIR%%/Textures.high/Runway/pa_tiedown.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_one_a.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_one_b.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_three.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_two_a.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_two_b.rgb +%%DATADIR%%/Textures.high/Runway/pc_0r.rgb +%%DATADIR%%/Textures.high/Runway/pc_11.rgb +%%DATADIR%%/Textures.high/Runway/pc_1c.rgb +%%DATADIR%%/Textures.high/Runway/pc_1l.rgb +%%DATADIR%%/Textures.high/Runway/pc_1r.rgb +%%DATADIR%%/Textures.high/Runway/pc_2c.rgb +%%DATADIR%%/Textures.high/Runway/pc_2l.rgb +%%DATADIR%%/Textures.high/Runway/pc_2r.rgb +%%DATADIR%%/Textures.high/Runway/pc_3c.rgb +%%DATADIR%%/Textures.high/Runway/pc_3l.rgb +%%DATADIR%%/Textures.high/Runway/pc_3r.rgb +%%DATADIR%%/Textures.high/Runway/pc_4c.rgb +%%DATADIR%%/Textures.high/Runway/pc_4r.rgb +%%DATADIR%%/Textures.high/Runway/pc_5c.rgb +%%DATADIR%%/Textures.high/Runway/pc_5r.rgb +%%DATADIR%%/Textures.high/Runway/pc_6c.rgb +%%DATADIR%%/Textures.high/Runway/pc_6r.rgb +%%DATADIR%%/Textures.high/Runway/pc_7c.rgb +%%DATADIR%%/Textures.high/Runway/pc_7r.rgb +%%DATADIR%%/Textures.high/Runway/pc_8c.rgb +%%DATADIR%%/Textures.high/Runway/pc_8r.rgb +%%DATADIR%%/Textures.high/Runway/pc_9c.rgb +%%DATADIR%%/Textures.high/Runway/pc_9r.rgb +%%DATADIR%%/Textures.high/Runway/pc_C.rgb +%%DATADIR%%/Textures.high/Runway/pc_L.rgb +%%DATADIR%%/Textures.high/Runway/pc_R.rgb +%%DATADIR%%/Textures.high/Runway/pc_aim.rgb +%%DATADIR%%/Textures.high/Runway/pc_centerline.rgb +%%DATADIR%%/Textures.high/Runway/pc_dspl_arrows.rgb +%%DATADIR%%/Textures.high/Runway/pc_dspl_thresh.rgb +%%DATADIR%%/Textures.high/Runway/pc_rest.rgb +%%DATADIR%%/Textures.high/Runway/pc_taxiway.rgb +%%DATADIR%%/Textures.high/Runway/pc_threshold.rgb +%%DATADIR%%/Textures.high/Runway/pc_tiedown.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_one_a.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_one_b.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_three.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_two_a.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_two_b.rgb +%%DATADIR%%/Textures.high/Terrain/18th_century_city.rgb +%%DATADIR%%/Textures.high/Terrain/builtup.rgb +%%DATADIR%%/Textures.high/Terrain/drycrop.rgb +%%DATADIR%%/Textures.high/Terrain/irrcrop.rgb +%%DATADIR%%/Textures.high/Terrain/mixedcrop.rgb +%%DATADIR%%/Textures.high/Terrain/resgrid.rgb +%%DATADIR%%/Textures/Credits +%%DATADIR%%/Textures/Runway/dirt_rwy.rgb +%%DATADIR%%/Textures/Runway/grass_rwy.rgb +%%DATADIR%%/Textures/Runway/lakebed_taxiway.rgb +%%DATADIR%%/Textures/Runway/pa_0r.rgb +%%DATADIR%%/Textures/Runway/pa_11.rgb +%%DATADIR%%/Textures/Runway/pa_1c.rgb +%%DATADIR%%/Textures/Runway/pa_1l.rgb +%%DATADIR%%/Textures/Runway/pa_1r.rgb +%%DATADIR%%/Textures/Runway/pa_2c.rgb +%%DATADIR%%/Textures/Runway/pa_2l.rgb +%%DATADIR%%/Textures/Runway/pa_2r.rgb +%%DATADIR%%/Textures/Runway/pa_3c.rgb +%%DATADIR%%/Textures/Runway/pa_3l.rgb +%%DATADIR%%/Textures/Runway/pa_3r.rgb +%%DATADIR%%/Textures/Runway/pa_4c.rgb +%%DATADIR%%/Textures/Runway/pa_4r.rgb +%%DATADIR%%/Textures/Runway/pa_5c.rgb +%%DATADIR%%/Textures/Runway/pa_5r.rgb +%%DATADIR%%/Textures/Runway/pa_6c.rgb +%%DATADIR%%/Textures/Runway/pa_6r.rgb +%%DATADIR%%/Textures/Runway/pa_7c.rgb +%%DATADIR%%/Textures/Runway/pa_7r.rgb +%%DATADIR%%/Textures/Runway/pa_8c.rgb +%%DATADIR%%/Textures/Runway/pa_8r.rgb +%%DATADIR%%/Textures/Runway/pa_9c.rgb +%%DATADIR%%/Textures/Runway/pa_9r.rgb +%%DATADIR%%/Textures/Runway/pa_C.rgb +%%DATADIR%%/Textures/Runway/pa_L.rgb +%%DATADIR%%/Textures/Runway/pa_R.rgb +%%DATADIR%%/Textures/Runway/pa_aim.rgb +%%DATADIR%%/Textures/Runway/pa_centerline.rgb +%%DATADIR%%/Textures/Runway/pa_dspl_arrows.rgb +%%DATADIR%%/Textures/Runway/pa_dspl_thresh.rgb +%%DATADIR%%/Textures/Runway/pa_rest.rgb +%%DATADIR%%/Textures/Runway/pa_taxiway.rgb +%%DATADIR%%/Textures/Runway/pa_threshold.rgb +%%DATADIR%%/Textures/Runway/pa_tiedown.rgb +%%DATADIR%%/Textures/Runway/pa_tz_one_a.rgb +%%DATADIR%%/Textures/Runway/pa_tz_one_b.rgb +%%DATADIR%%/Textures/Runway/pa_tz_three.rgb +%%DATADIR%%/Textures/Runway/pa_tz_two_a.rgb +%%DATADIR%%/Textures/Runway/pa_tz_two_b.rgb +%%DATADIR%%/Textures/Runway/pc_0r.rgb +%%DATADIR%%/Textures/Runway/pc_11.rgb +%%DATADIR%%/Textures/Runway/pc_1c.rgb +%%DATADIR%%/Textures/Runway/pc_1l.rgb +%%DATADIR%%/Textures/Runway/pc_1r.rgb +%%DATADIR%%/Textures/Runway/pc_2c.rgb +%%DATADIR%%/Textures/Runway/pc_2l.rgb +%%DATADIR%%/Textures/Runway/pc_2r.rgb +%%DATADIR%%/Textures/Runway/pc_3c.rgb +%%DATADIR%%/Textures/Runway/pc_3l.rgb +%%DATADIR%%/Textures/Runway/pc_3r.rgb +%%DATADIR%%/Textures/Runway/pc_4c.rgb +%%DATADIR%%/Textures/Runway/pc_4r.rgb +%%DATADIR%%/Textures/Runway/pc_5c.rgb +%%DATADIR%%/Textures/Runway/pc_5r.rgb +%%DATADIR%%/Textures/Runway/pc_6c.rgb +%%DATADIR%%/Textures/Runway/pc_6r.rgb +%%DATADIR%%/Textures/Runway/pc_7c.rgb +%%DATADIR%%/Textures/Runway/pc_7r.rgb +%%DATADIR%%/Textures/Runway/pc_8c.rgb +%%DATADIR%%/Textures/Runway/pc_8r.rgb +%%DATADIR%%/Textures/Runway/pc_9c.rgb +%%DATADIR%%/Textures/Runway/pc_9r.rgb +%%DATADIR%%/Textures/Runway/pc_C.rgb +%%DATADIR%%/Textures/Runway/pc_L.rgb +%%DATADIR%%/Textures/Runway/pc_R.rgb +%%DATADIR%%/Textures/Runway/pc_aim.rgb +%%DATADIR%%/Textures/Runway/pc_centerline.rgb +%%DATADIR%%/Textures/Runway/pc_dspl_arrows.rgb +%%DATADIR%%/Textures/Runway/pc_dspl_thresh.rgb +%%DATADIR%%/Textures/Runway/pc_rest.rgb +%%DATADIR%%/Textures/Runway/pc_taxiway.rgb +%%DATADIR%%/Textures/Runway/pc_threshold.rgb +%%DATADIR%%/Textures/Runway/pc_tiedown.rgb +%%DATADIR%%/Textures/Runway/pc_tz_one_a.rgb +%%DATADIR%%/Textures/Runway/pc_tz_one_b.rgb +%%DATADIR%%/Textures/Runway/pc_tz_three.rgb +%%DATADIR%%/Textures/Runway/pc_tz_two_a.rgb +%%DATADIR%%/Textures/Runway/pc_tz_two_b.rgb +%%DATADIR%%/Textures/Sky/broken.rgba +%%DATADIR%%/Textures/Sky/broken_n.rgb +%%DATADIR%%/Textures/Sky/cirrus.rgba +%%DATADIR%%/Textures/Sky/cirrus_n.rgb +%%DATADIR%%/Textures/Sky/cloud.rgba +%%DATADIR%%/Textures/Sky/few.rgba +%%DATADIR%%/Textures/Sky/few_n.rgb +%%DATADIR%%/Textures/Sky/halo.rgba +%%DATADIR%%/Textures/Sky/halo.rgba.old +%%DATADIR%%/Textures/Sky/moon.rgba +%%DATADIR%%/Textures/Sky/mostlysunny.rgba.save +%%DATADIR%%/Textures/Sky/overcast.rgb +%%DATADIR%%/Textures/Sky/overcast_n.rgb +%%DATADIR%%/Textures/Sky/overcast_top.rgb +%%DATADIR%%/Textures/Sky/overcast_top_n.rgb +%%DATADIR%%/Textures/Sky/scattered.rgba +%%DATADIR%%/Textures/Sky/scattered_n.rgb +%%DATADIR%%/Textures/Splash1.rgb +%%DATADIR%%/Textures/Splash2.rgb +%%DATADIR%%/Textures/Splash3.rgb +%%DATADIR%%/Textures/Splash4.rgb +%%DATADIR%%/Textures/Splash5.rgb +%%DATADIR%%/Textures/Terrain/Town.rgb +%%DATADIR%%/Textures/Terrain/airport.rgb +%%DATADIR%%/Textures/Terrain/asphault.rgb +%%DATADIR%%/Textures/Terrain/builtup.rgb +%%DATADIR%%/Textures/Terrain/cropgrass.rgb +%%DATADIR%%/Textures/Terrain/cropwood.rgb +%%DATADIR%%/Textures/Terrain/dec_evergreen.rgb +%%DATADIR%%/Textures/Terrain/deciduous.rgb +%%DATADIR%%/Textures/Terrain/desert.rgb +%%DATADIR%%/Textures/Terrain/desert1.rgb +%%DATADIR%%/Textures/Terrain/drycrop.rgb +%%DATADIR%%/Textures/Terrain/evergreen.rgb +%%DATADIR%%/Textures/Terrain/forest1.rgb +%%DATADIR%%/Textures/Terrain/glacier.rgb +%%DATADIR%%/Textures/Terrain/grass.rgb +%%DATADIR%%/Textures/Terrain/gravel.rgb +%%DATADIR%%/Textures/Terrain/irrcrop.rgb +%%DATADIR%%/Textures/Terrain/marsh1.rgb +%%DATADIR%%/Textures/Terrain/mixedcrop.rgb +%%DATADIR%%/Textures/Terrain/mixedforest.rgb +%%DATADIR%%/Textures/Terrain/packice.rgb +%%DATADIR%%/Textures/Terrain/rock.rgb +%%DATADIR%%/Textures/Terrain/rocks-desert.rgb +%%DATADIR%%/Textures/Terrain/sand.rgb +%%DATADIR%%/Textures/Terrain/savanna.rgb +%%DATADIR%%/Textures/Terrain/shrub.rgb +%%DATADIR%%/Textures/Terrain/snow.rgb +%%DATADIR%%/Textures/Terrain/tidal.rgb +%%DATADIR%%/Textures/Terrain/tundra.rgb +%%DATADIR%%/Textures/Terrain/unknown.rgb +%%DATADIR%%/Textures/Terrain/wash.rgb +%%DATADIR%%/Textures/Terrain/water-lake.rgb +%%DATADIR%%/Textures/Terrain/water.rgb +%%DATADIR%%/Textures/splash.rgb +%%DATADIR%%/Thanks +%%DATADIR%%/Timezone/Africa/Abidjan +%%DATADIR%%/Timezone/Africa/Accra +%%DATADIR%%/Timezone/Africa/Addis_Ababa +%%DATADIR%%/Timezone/Africa/Algiers +%%DATADIR%%/Timezone/Africa/Asmera +%%DATADIR%%/Timezone/Africa/Bamako +%%DATADIR%%/Timezone/Africa/Bangui +%%DATADIR%%/Timezone/Africa/Banjul +%%DATADIR%%/Timezone/Africa/Bissau +%%DATADIR%%/Timezone/Africa/Blantyre +%%DATADIR%%/Timezone/Africa/Brazzaville +%%DATADIR%%/Timezone/Africa/Bujumbura +%%DATADIR%%/Timezone/Africa/Cairo +%%DATADIR%%/Timezone/Africa/Casablanca +%%DATADIR%%/Timezone/Africa/Ceuta +%%DATADIR%%/Timezone/Africa/Conakry +%%DATADIR%%/Timezone/Africa/Dakar +%%DATADIR%%/Timezone/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/Africa/Djibouti +%%DATADIR%%/Timezone/Africa/Douala +%%DATADIR%%/Timezone/Africa/El_Aaiun +%%DATADIR%%/Timezone/Africa/Freetown +%%DATADIR%%/Timezone/Africa/Gaborone +%%DATADIR%%/Timezone/Africa/Harare +%%DATADIR%%/Timezone/Africa/Johannesburg +%%DATADIR%%/Timezone/Africa/Kampala +%%DATADIR%%/Timezone/Africa/Khartoum +%%DATADIR%%/Timezone/Africa/Kigali +%%DATADIR%%/Timezone/Africa/Kinshasa +%%DATADIR%%/Timezone/Africa/Lagos +%%DATADIR%%/Timezone/Africa/Libreville +%%DATADIR%%/Timezone/Africa/Lome +%%DATADIR%%/Timezone/Africa/Luanda +%%DATADIR%%/Timezone/Africa/Lubumbashi +%%DATADIR%%/Timezone/Africa/Lusaka +%%DATADIR%%/Timezone/Africa/Malabo +%%DATADIR%%/Timezone/Africa/Maputo +%%DATADIR%%/Timezone/Africa/Maseru +%%DATADIR%%/Timezone/Africa/Mbabane +%%DATADIR%%/Timezone/Africa/Mogadishu +%%DATADIR%%/Timezone/Africa/Monrovia +%%DATADIR%%/Timezone/Africa/Nairobi +%%DATADIR%%/Timezone/Africa/Ndjamena +%%DATADIR%%/Timezone/Africa/Niamey +%%DATADIR%%/Timezone/Africa/Nouakchott +%%DATADIR%%/Timezone/Africa/Ouagadougou +%%DATADIR%%/Timezone/Africa/Porto-Novo +%%DATADIR%%/Timezone/Africa/Sao_Tome +%%DATADIR%%/Timezone/Africa/Timbuktu +%%DATADIR%%/Timezone/Africa/Tripoli +%%DATADIR%%/Timezone/Africa/Tunis +%%DATADIR%%/Timezone/Africa/Windhoek +%%DATADIR%%/Timezone/America/Adak +%%DATADIR%%/Timezone/America/Anchorage +%%DATADIR%%/Timezone/America/Anguilla +%%DATADIR%%/Timezone/America/Antigua +%%DATADIR%%/Timezone/America/Araguaina +%%DATADIR%%/Timezone/America/Aruba +%%DATADIR%%/Timezone/America/Asuncion +%%DATADIR%%/Timezone/America/Atka +%%DATADIR%%/Timezone/America/Barbados +%%DATADIR%%/Timezone/America/Belem +%%DATADIR%%/Timezone/America/Belize +%%DATADIR%%/Timezone/America/Boa_Vista +%%DATADIR%%/Timezone/America/Bogota +%%DATADIR%%/Timezone/America/Boise +%%DATADIR%%/Timezone/America/Buenos_Aires +%%DATADIR%%/Timezone/America/Cambridge_Bay +%%DATADIR%%/Timezone/America/Cancun +%%DATADIR%%/Timezone/America/Caracas +%%DATADIR%%/Timezone/America/Catamarca +%%DATADIR%%/Timezone/America/Cayenne +%%DATADIR%%/Timezone/America/Cayman +%%DATADIR%%/Timezone/America/Chicago +%%DATADIR%%/Timezone/America/Chihuahua +%%DATADIR%%/Timezone/America/Cordoba +%%DATADIR%%/Timezone/America/Costa_Rica +%%DATADIR%%/Timezone/America/Cuiaba +%%DATADIR%%/Timezone/America/Curacao +%%DATADIR%%/Timezone/America/Dawson +%%DATADIR%%/Timezone/America/Dawson_Creek +%%DATADIR%%/Timezone/America/Denver +%%DATADIR%%/Timezone/America/Detroit +%%DATADIR%%/Timezone/America/Dominica +%%DATADIR%%/Timezone/America/Edmonton +%%DATADIR%%/Timezone/America/El_Salvador +%%DATADIR%%/Timezone/America/Ensenada +%%DATADIR%%/Timezone/America/Fort_Wayne +%%DATADIR%%/Timezone/America/Fortaleza +%%DATADIR%%/Timezone/America/Glace_Bay +%%DATADIR%%/Timezone/America/Godthab +%%DATADIR%%/Timezone/America/Goose_Bay +%%DATADIR%%/Timezone/America/Grand_Turk +%%DATADIR%%/Timezone/America/Grenada +%%DATADIR%%/Timezone/America/Guadeloupe +%%DATADIR%%/Timezone/America/Guatemala +%%DATADIR%%/Timezone/America/Guayaquil +%%DATADIR%%/Timezone/America/Guyana +%%DATADIR%%/Timezone/America/Halifax +%%DATADIR%%/Timezone/America/Havana +%%DATADIR%%/Timezone/America/Hermosillo +%%DATADIR%%/Timezone/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/America/Indiana/Knox +%%DATADIR%%/Timezone/America/Indiana/Marengo +%%DATADIR%%/Timezone/America/Indiana/Vevay +%%DATADIR%%/Timezone/America/Indianapolis +%%DATADIR%%/Timezone/America/Inuvik +%%DATADIR%%/Timezone/America/Iqaluit +%%DATADIR%%/Timezone/America/Jamaica +%%DATADIR%%/Timezone/America/Jujuy +%%DATADIR%%/Timezone/America/Juneau +%%DATADIR%%/Timezone/America/Knox_IN +%%DATADIR%%/Timezone/America/La_Paz +%%DATADIR%%/Timezone/America/Lima +%%DATADIR%%/Timezone/America/Los_Angeles +%%DATADIR%%/Timezone/America/Louisville +%%DATADIR%%/Timezone/America/Maceio +%%DATADIR%%/Timezone/America/Managua +%%DATADIR%%/Timezone/America/Manaus +%%DATADIR%%/Timezone/America/Martinique +%%DATADIR%%/Timezone/America/Mazatlan +%%DATADIR%%/Timezone/America/Mendoza +%%DATADIR%%/Timezone/America/Menominee +%%DATADIR%%/Timezone/America/Mexico_City +%%DATADIR%%/Timezone/America/Miquelon +%%DATADIR%%/Timezone/America/Montevideo +%%DATADIR%%/Timezone/America/Montreal +%%DATADIR%%/Timezone/America/Montserrat +%%DATADIR%%/Timezone/America/Nassau +%%DATADIR%%/Timezone/America/New_York +%%DATADIR%%/Timezone/America/Nipigon +%%DATADIR%%/Timezone/America/Nome +%%DATADIR%%/Timezone/America/Noronha +%%DATADIR%%/Timezone/America/Panama +%%DATADIR%%/Timezone/America/Pangnirtung +%%DATADIR%%/Timezone/America/Paramaribo +%%DATADIR%%/Timezone/America/Phoenix +%%DATADIR%%/Timezone/America/Port-au-Prince +%%DATADIR%%/Timezone/America/Port_of_Spain +%%DATADIR%%/Timezone/America/Porto_Acre +%%DATADIR%%/Timezone/America/Porto_Velho +%%DATADIR%%/Timezone/America/Puerto_Rico +%%DATADIR%%/Timezone/America/Rainy_River +%%DATADIR%%/Timezone/America/Rankin_Inlet +%%DATADIR%%/Timezone/America/Regina +%%DATADIR%%/Timezone/America/Rosario +%%DATADIR%%/Timezone/America/Santiago +%%DATADIR%%/Timezone/America/Santo_Domingo +%%DATADIR%%/Timezone/America/Sao_Paulo +%%DATADIR%%/Timezone/America/Scoresbysund +%%DATADIR%%/Timezone/America/Shiprock +%%DATADIR%%/Timezone/America/St_Johns +%%DATADIR%%/Timezone/America/St_Kitts +%%DATADIR%%/Timezone/America/St_Lucia +%%DATADIR%%/Timezone/America/St_Thomas +%%DATADIR%%/Timezone/America/St_Vincent +%%DATADIR%%/Timezone/America/Swift_Current +%%DATADIR%%/Timezone/America/Tegucigalpa +%%DATADIR%%/Timezone/America/Thule +%%DATADIR%%/Timezone/America/Thunder_Bay +%%DATADIR%%/Timezone/America/Tijuana +%%DATADIR%%/Timezone/America/Tortola +%%DATADIR%%/Timezone/America/Vancouver +%%DATADIR%%/Timezone/America/Virgin +%%DATADIR%%/Timezone/America/Whitehorse +%%DATADIR%%/Timezone/America/Winnipeg +%%DATADIR%%/Timezone/America/Yakutat +%%DATADIR%%/Timezone/America/Yellowknife +%%DATADIR%%/Timezone/Antarctica/Casey +%%DATADIR%%/Timezone/Antarctica/Davis +%%DATADIR%%/Timezone/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/Antarctica/Mawson +%%DATADIR%%/Timezone/Antarctica/McMurdo +%%DATADIR%%/Timezone/Antarctica/Palmer +%%DATADIR%%/Timezone/Antarctica/South_Pole +%%DATADIR%%/Timezone/Antarctica/Syowa +%%DATADIR%%/Timezone/Arctic/Longyearbyen +%%DATADIR%%/Timezone/Asia/Aden +%%DATADIR%%/Timezone/Asia/Almaty +%%DATADIR%%/Timezone/Asia/Amman +%%DATADIR%%/Timezone/Asia/Anadyr +%%DATADIR%%/Timezone/Asia/Aqtau +%%DATADIR%%/Timezone/Asia/Aqtobe +%%DATADIR%%/Timezone/Asia/Ashkhabad +%%DATADIR%%/Timezone/Asia/Baghdad +%%DATADIR%%/Timezone/Asia/Bahrain +%%DATADIR%%/Timezone/Asia/Baku +%%DATADIR%%/Timezone/Asia/Bangkok +%%DATADIR%%/Timezone/Asia/Beirut +%%DATADIR%%/Timezone/Asia/Bishkek +%%DATADIR%%/Timezone/Asia/Brunei +%%DATADIR%%/Timezone/Asia/Calcutta +%%DATADIR%%/Timezone/Asia/Chungking +%%DATADIR%%/Timezone/Asia/Colombo +%%DATADIR%%/Timezone/Asia/Dacca +%%DATADIR%%/Timezone/Asia/Damascus +%%DATADIR%%/Timezone/Asia/Dili +%%DATADIR%%/Timezone/Asia/Dubai +%%DATADIR%%/Timezone/Asia/Dushanbe +%%DATADIR%%/Timezone/Asia/Gaza +%%DATADIR%%/Timezone/Asia/Harbin +%%DATADIR%%/Timezone/Asia/Hong_Kong +%%DATADIR%%/Timezone/Asia/Hovd +%%DATADIR%%/Timezone/Asia/Irkutsk +%%DATADIR%%/Timezone/Asia/Istanbul +%%DATADIR%%/Timezone/Asia/Jakarta +%%DATADIR%%/Timezone/Asia/Jayapura +%%DATADIR%%/Timezone/Asia/Jerusalem +%%DATADIR%%/Timezone/Asia/Kabul +%%DATADIR%%/Timezone/Asia/Kamchatka +%%DATADIR%%/Timezone/Asia/Karachi +%%DATADIR%%/Timezone/Asia/Kashgar +%%DATADIR%%/Timezone/Asia/Katmandu +%%DATADIR%%/Timezone/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/Asia/Kuching +%%DATADIR%%/Timezone/Asia/Kuwait +%%DATADIR%%/Timezone/Asia/Macao +%%DATADIR%%/Timezone/Asia/Magadan +%%DATADIR%%/Timezone/Asia/Manila +%%DATADIR%%/Timezone/Asia/Muscat +%%DATADIR%%/Timezone/Asia/Nicosia +%%DATADIR%%/Timezone/Asia/Novosibirsk +%%DATADIR%%/Timezone/Asia/Omsk +%%DATADIR%%/Timezone/Asia/Phnom_Penh +%%DATADIR%%/Timezone/Asia/Pyongyang +%%DATADIR%%/Timezone/Asia/Qatar +%%DATADIR%%/Timezone/Asia/Rangoon +%%DATADIR%%/Timezone/Asia/Riyadh +%%DATADIR%%/Timezone/Asia/Riyadh87 +%%DATADIR%%/Timezone/Asia/Riyadh88 +%%DATADIR%%/Timezone/Asia/Riyadh89 +%%DATADIR%%/Timezone/Asia/Saigon +%%DATADIR%%/Timezone/Asia/Samarkand +%%DATADIR%%/Timezone/Asia/Seoul +%%DATADIR%%/Timezone/Asia/Shanghai +%%DATADIR%%/Timezone/Asia/Singapore +%%DATADIR%%/Timezone/Asia/Taipei +%%DATADIR%%/Timezone/Asia/Tashkent +%%DATADIR%%/Timezone/Asia/Tbilisi +%%DATADIR%%/Timezone/Asia/Tehran +%%DATADIR%%/Timezone/Asia/Tel_Aviv +%%DATADIR%%/Timezone/Asia/Thimbu +%%DATADIR%%/Timezone/Asia/Tokyo +%%DATADIR%%/Timezone/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/Asia/Ulan_Bator +%%DATADIR%%/Timezone/Asia/Urumqi +%%DATADIR%%/Timezone/Asia/Vientiane +%%DATADIR%%/Timezone/Asia/Vladivostok +%%DATADIR%%/Timezone/Asia/Yakutsk +%%DATADIR%%/Timezone/Asia/Yekaterinburg +%%DATADIR%%/Timezone/Asia/Yerevan +%%DATADIR%%/Timezone/Atlantic/Azores +%%DATADIR%%/Timezone/Atlantic/Bermuda +%%DATADIR%%/Timezone/Atlantic/Canary +%%DATADIR%%/Timezone/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/Atlantic/Faeroe +%%DATADIR%%/Timezone/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/Atlantic/Madeira +%%DATADIR%%/Timezone/Atlantic/Reykjavik +%%DATADIR%%/Timezone/Atlantic/South_Georgia +%%DATADIR%%/Timezone/Atlantic/St_Helena +%%DATADIR%%/Timezone/Atlantic/Stanley +%%DATADIR%%/Timezone/Australia/ACT +%%DATADIR%%/Timezone/Australia/Adelaide +%%DATADIR%%/Timezone/Australia/Brisbane +%%DATADIR%%/Timezone/Australia/Broken_Hill +%%DATADIR%%/Timezone/Australia/Canberra +%%DATADIR%%/Timezone/Australia/Darwin +%%DATADIR%%/Timezone/Australia/Hobart +%%DATADIR%%/Timezone/Australia/LHI +%%DATADIR%%/Timezone/Australia/Lindeman +%%DATADIR%%/Timezone/Australia/Lord_Howe +%%DATADIR%%/Timezone/Australia/Melbourne +%%DATADIR%%/Timezone/Australia/NSW +%%DATADIR%%/Timezone/Australia/North +%%DATADIR%%/Timezone/Australia/Perth +%%DATADIR%%/Timezone/Australia/Queensland +%%DATADIR%%/Timezone/Australia/South +%%DATADIR%%/Timezone/Australia/Sydney +%%DATADIR%%/Timezone/Australia/Tasmania +%%DATADIR%%/Timezone/Australia/Victoria +%%DATADIR%%/Timezone/Australia/West +%%DATADIR%%/Timezone/Australia/Yancowinna +%%DATADIR%%/Timezone/Brazil/Acre +%%DATADIR%%/Timezone/Brazil/DeNoronha +%%DATADIR%%/Timezone/Brazil/East +%%DATADIR%%/Timezone/Brazil/West +%%DATADIR%%/Timezone/CET +%%DATADIR%%/Timezone/CST6CDT +%%DATADIR%%/Timezone/Canada/Atlantic +%%DATADIR%%/Timezone/Canada/Central +%%DATADIR%%/Timezone/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/Canada/Eastern +%%DATADIR%%/Timezone/Canada/Mountain +%%DATADIR%%/Timezone/Canada/Newfoundland +%%DATADIR%%/Timezone/Canada/Pacific +%%DATADIR%%/Timezone/Canada/Saskatchewan +%%DATADIR%%/Timezone/Canada/Yukon +%%DATADIR%%/Timezone/Chile/Continental +%%DATADIR%%/Timezone/Chile/EasterIsland +%%DATADIR%%/Timezone/Cuba +%%DATADIR%%/Timezone/EET +%%DATADIR%%/Timezone/EST +%%DATADIR%%/Timezone/EST5EDT +%%DATADIR%%/Timezone/Egypt +%%DATADIR%%/Timezone/Eire +%%DATADIR%%/Timezone/Etc/GMT +%%DATADIR%%/Timezone/Etc/GMT+0 +%%DATADIR%%/Timezone/Etc/GMT+1 +%%DATADIR%%/Timezone/Etc/GMT+10 +%%DATADIR%%/Timezone/Etc/GMT+11 +%%DATADIR%%/Timezone/Etc/GMT+12 +%%DATADIR%%/Timezone/Etc/GMT+2 +%%DATADIR%%/Timezone/Etc/GMT+3 +%%DATADIR%%/Timezone/Etc/GMT+4 +%%DATADIR%%/Timezone/Etc/GMT+5 +%%DATADIR%%/Timezone/Etc/GMT+6 +%%DATADIR%%/Timezone/Etc/GMT+7 +%%DATADIR%%/Timezone/Etc/GMT+8 +%%DATADIR%%/Timezone/Etc/GMT+9 +%%DATADIR%%/Timezone/Etc/GMT-0 +%%DATADIR%%/Timezone/Etc/GMT-1 +%%DATADIR%%/Timezone/Etc/GMT-10 +%%DATADIR%%/Timezone/Etc/GMT-11 +%%DATADIR%%/Timezone/Etc/GMT-12 +%%DATADIR%%/Timezone/Etc/GMT-13 +%%DATADIR%%/Timezone/Etc/GMT-14 +%%DATADIR%%/Timezone/Etc/GMT-2 +%%DATADIR%%/Timezone/Etc/GMT-3 +%%DATADIR%%/Timezone/Etc/GMT-4 +%%DATADIR%%/Timezone/Etc/GMT-5 +%%DATADIR%%/Timezone/Etc/GMT-6 +%%DATADIR%%/Timezone/Etc/GMT-7 +%%DATADIR%%/Timezone/Etc/GMT-8 +%%DATADIR%%/Timezone/Etc/GMT-9 +%%DATADIR%%/Timezone/Etc/GMT0 +%%DATADIR%%/Timezone/Etc/Greenwich +%%DATADIR%%/Timezone/Etc/UCT +%%DATADIR%%/Timezone/Etc/UTC +%%DATADIR%%/Timezone/Etc/Universal +%%DATADIR%%/Timezone/Etc/Zulu +%%DATADIR%%/Timezone/Europe/Amsterdam +%%DATADIR%%/Timezone/Europe/Andorra +%%DATADIR%%/Timezone/Europe/Athens +%%DATADIR%%/Timezone/Europe/Belfast +%%DATADIR%%/Timezone/Europe/Belgrade +%%DATADIR%%/Timezone/Europe/Berlin +%%DATADIR%%/Timezone/Europe/Bratislava +%%DATADIR%%/Timezone/Europe/Brussels +%%DATADIR%%/Timezone/Europe/Bucharest +%%DATADIR%%/Timezone/Europe/Budapest +%%DATADIR%%/Timezone/Europe/Chisinau +%%DATADIR%%/Timezone/Europe/Copenhagen +%%DATADIR%%/Timezone/Europe/Dublin +%%DATADIR%%/Timezone/Europe/Gibraltar +%%DATADIR%%/Timezone/Europe/Helsinki +%%DATADIR%%/Timezone/Europe/Istanbul +%%DATADIR%%/Timezone/Europe/Kaliningrad +%%DATADIR%%/Timezone/Europe/Kiev +%%DATADIR%%/Timezone/Europe/Lisbon +%%DATADIR%%/Timezone/Europe/Ljubljana +%%DATADIR%%/Timezone/Europe/London +%%DATADIR%%/Timezone/Europe/Luxembourg +%%DATADIR%%/Timezone/Europe/Madrid +%%DATADIR%%/Timezone/Europe/Malta +%%DATADIR%%/Timezone/Europe/Minsk +%%DATADIR%%/Timezone/Europe/Monaco +%%DATADIR%%/Timezone/Europe/Moscow +%%DATADIR%%/Timezone/Europe/Oslo +%%DATADIR%%/Timezone/Europe/Paris +%%DATADIR%%/Timezone/Europe/Prague +%%DATADIR%%/Timezone/Europe/Riga +%%DATADIR%%/Timezone/Europe/Rome +%%DATADIR%%/Timezone/Europe/Samara +%%DATADIR%%/Timezone/Europe/San_Marino +%%DATADIR%%/Timezone/Europe/Sarajevo +%%DATADIR%%/Timezone/Europe/Simferopol +%%DATADIR%%/Timezone/Europe/Skopje +%%DATADIR%%/Timezone/Europe/Sofia +%%DATADIR%%/Timezone/Europe/Stockholm +%%DATADIR%%/Timezone/Europe/Tallinn +%%DATADIR%%/Timezone/Europe/Tirane +%%DATADIR%%/Timezone/Europe/Tiraspol +%%DATADIR%%/Timezone/Europe/Uzhgorod +%%DATADIR%%/Timezone/Europe/Vaduz +%%DATADIR%%/Timezone/Europe/Vatican +%%DATADIR%%/Timezone/Europe/Vienna +%%DATADIR%%/Timezone/Europe/Vilnius +%%DATADIR%%/Timezone/Europe/Warsaw +%%DATADIR%%/Timezone/Europe/Zagreb +%%DATADIR%%/Timezone/Europe/Zaporozhye +%%DATADIR%%/Timezone/Europe/Zurich +%%DATADIR%%/Timezone/Factory +%%DATADIR%%/Timezone/GB +%%DATADIR%%/Timezone/GB-Eire +%%DATADIR%%/Timezone/GMT +%%DATADIR%%/Timezone/GMT+0 +%%DATADIR%%/Timezone/GMT-0 +%%DATADIR%%/Timezone/GMT0 +%%DATADIR%%/Timezone/Greenwich +%%DATADIR%%/Timezone/HST +%%DATADIR%%/Timezone/Hongkong +%%DATADIR%%/Timezone/Iceland +%%DATADIR%%/Timezone/Indian/Antananarivo +%%DATADIR%%/Timezone/Indian/Chagos +%%DATADIR%%/Timezone/Indian/Christmas +%%DATADIR%%/Timezone/Indian/Cocos +%%DATADIR%%/Timezone/Indian/Comoro +%%DATADIR%%/Timezone/Indian/Kerguelen +%%DATADIR%%/Timezone/Indian/Mahe +%%DATADIR%%/Timezone/Indian/Maldives +%%DATADIR%%/Timezone/Indian/Mauritius +%%DATADIR%%/Timezone/Indian/Mayotte +%%DATADIR%%/Timezone/Indian/Reunion +%%DATADIR%%/Timezone/Iran +%%DATADIR%%/Timezone/Israel +%%DATADIR%%/Timezone/Jamaica +%%DATADIR%%/Timezone/Japan +%%DATADIR%%/Timezone/Kwajalein +%%DATADIR%%/Timezone/Libya +%%DATADIR%%/Timezone/MET +%%DATADIR%%/Timezone/MST +%%DATADIR%%/Timezone/MST7MDT +%%DATADIR%%/Timezone/Mexico/BajaNorte +%%DATADIR%%/Timezone/Mexico/BajaSur +%%DATADIR%%/Timezone/Mexico/General +%%DATADIR%%/Timezone/Mideast/Riyadh87 +%%DATADIR%%/Timezone/Mideast/Riyadh88 +%%DATADIR%%/Timezone/Mideast/Riyadh89 +%%DATADIR%%/Timezone/NZ +%%DATADIR%%/Timezone/NZ-CHAT +%%DATADIR%%/Timezone/Navajo +%%DATADIR%%/Timezone/PRC +%%DATADIR%%/Timezone/PST8PDT +%%DATADIR%%/Timezone/Pacific/Apia +%%DATADIR%%/Timezone/Pacific/Auckland +%%DATADIR%%/Timezone/Pacific/Chatham +%%DATADIR%%/Timezone/Pacific/Easter +%%DATADIR%%/Timezone/Pacific/Efate +%%DATADIR%%/Timezone/Pacific/Enderbury +%%DATADIR%%/Timezone/Pacific/Fakaofo +%%DATADIR%%/Timezone/Pacific/Fiji +%%DATADIR%%/Timezone/Pacific/Funafuti +%%DATADIR%%/Timezone/Pacific/Galapagos +%%DATADIR%%/Timezone/Pacific/Gambier +%%DATADIR%%/Timezone/Pacific/Guadalcanal +%%DATADIR%%/Timezone/Pacific/Guam +%%DATADIR%%/Timezone/Pacific/Honolulu +%%DATADIR%%/Timezone/Pacific/Johnston +%%DATADIR%%/Timezone/Pacific/Kiritimati +%%DATADIR%%/Timezone/Pacific/Kosrae +%%DATADIR%%/Timezone/Pacific/Kwajalein +%%DATADIR%%/Timezone/Pacific/Majuro +%%DATADIR%%/Timezone/Pacific/Marquesas +%%DATADIR%%/Timezone/Pacific/Midway +%%DATADIR%%/Timezone/Pacific/Nauru +%%DATADIR%%/Timezone/Pacific/Niue +%%DATADIR%%/Timezone/Pacific/Norfolk +%%DATADIR%%/Timezone/Pacific/Noumea +%%DATADIR%%/Timezone/Pacific/Pago_Pago +%%DATADIR%%/Timezone/Pacific/Palau +%%DATADIR%%/Timezone/Pacific/Pitcairn +%%DATADIR%%/Timezone/Pacific/Ponape +%%DATADIR%%/Timezone/Pacific/Port_Moresby +%%DATADIR%%/Timezone/Pacific/Rarotonga +%%DATADIR%%/Timezone/Pacific/Saipan +%%DATADIR%%/Timezone/Pacific/Samoa +%%DATADIR%%/Timezone/Pacific/Tahiti +%%DATADIR%%/Timezone/Pacific/Tarawa +%%DATADIR%%/Timezone/Pacific/Tongatapu +%%DATADIR%%/Timezone/Pacific/Truk +%%DATADIR%%/Timezone/Pacific/Wake +%%DATADIR%%/Timezone/Pacific/Wallis +%%DATADIR%%/Timezone/Pacific/Yap +%%DATADIR%%/Timezone/Poland +%%DATADIR%%/Timezone/Portugal +%%DATADIR%%/Timezone/ROC +%%DATADIR%%/Timezone/ROK +%%DATADIR%%/Timezone/Singapore +%%DATADIR%%/Timezone/SystemV/AST4 +%%DATADIR%%/Timezone/SystemV/AST4ADT +%%DATADIR%%/Timezone/SystemV/CST6 +%%DATADIR%%/Timezone/SystemV/CST6CDT +%%DATADIR%%/Timezone/SystemV/EST5 +%%DATADIR%%/Timezone/SystemV/EST5EDT +%%DATADIR%%/Timezone/SystemV/HST10 +%%DATADIR%%/Timezone/SystemV/MST7 +%%DATADIR%%/Timezone/SystemV/MST7MDT +%%DATADIR%%/Timezone/SystemV/PST8 +%%DATADIR%%/Timezone/SystemV/PST8PDT +%%DATADIR%%/Timezone/SystemV/YST9 +%%DATADIR%%/Timezone/SystemV/YST9YDT +%%DATADIR%%/Timezone/Turkey +%%DATADIR%%/Timezone/UCT +%%DATADIR%%/Timezone/US/Alaska +%%DATADIR%%/Timezone/US/Aleutian +%%DATADIR%%/Timezone/US/Arizona +%%DATADIR%%/Timezone/US/Central +%%DATADIR%%/Timezone/US/East-Indiana +%%DATADIR%%/Timezone/US/Eastern +%%DATADIR%%/Timezone/US/Hawaii +%%DATADIR%%/Timezone/US/Indiana-Starke +%%DATADIR%%/Timezone/US/Michigan +%%DATADIR%%/Timezone/US/Mountain +%%DATADIR%%/Timezone/US/Pacific +%%DATADIR%%/Timezone/US/Samoa +%%DATADIR%%/Timezone/UTC +%%DATADIR%%/Timezone/Universal +%%DATADIR%%/Timezone/W-SU +%%DATADIR%%/Timezone/WET +%%DATADIR%%/Timezone/Zulu +%%DATADIR%%/Timezone/iso3166.tab +%%DATADIR%%/Timezone/posix/Africa/Abidjan +%%DATADIR%%/Timezone/posix/Africa/Accra +%%DATADIR%%/Timezone/posix/Africa/Addis_Ababa +%%DATADIR%%/Timezone/posix/Africa/Algiers +%%DATADIR%%/Timezone/posix/Africa/Asmera +%%DATADIR%%/Timezone/posix/Africa/Bamako +%%DATADIR%%/Timezone/posix/Africa/Bangui +%%DATADIR%%/Timezone/posix/Africa/Banjul +%%DATADIR%%/Timezone/posix/Africa/Bissau +%%DATADIR%%/Timezone/posix/Africa/Blantyre +%%DATADIR%%/Timezone/posix/Africa/Brazzaville +%%DATADIR%%/Timezone/posix/Africa/Bujumbura +%%DATADIR%%/Timezone/posix/Africa/Cairo +%%DATADIR%%/Timezone/posix/Africa/Casablanca +%%DATADIR%%/Timezone/posix/Africa/Ceuta +%%DATADIR%%/Timezone/posix/Africa/Conakry +%%DATADIR%%/Timezone/posix/Africa/Dakar +%%DATADIR%%/Timezone/posix/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/posix/Africa/Djibouti +%%DATADIR%%/Timezone/posix/Africa/Douala +%%DATADIR%%/Timezone/posix/Africa/El_Aaiun +%%DATADIR%%/Timezone/posix/Africa/Freetown +%%DATADIR%%/Timezone/posix/Africa/Gaborone +%%DATADIR%%/Timezone/posix/Africa/Harare +%%DATADIR%%/Timezone/posix/Africa/Johannesburg +%%DATADIR%%/Timezone/posix/Africa/Kampala +%%DATADIR%%/Timezone/posix/Africa/Khartoum +%%DATADIR%%/Timezone/posix/Africa/Kigali +%%DATADIR%%/Timezone/posix/Africa/Kinshasa +%%DATADIR%%/Timezone/posix/Africa/Lagos +%%DATADIR%%/Timezone/posix/Africa/Libreville +%%DATADIR%%/Timezone/posix/Africa/Lome +%%DATADIR%%/Timezone/posix/Africa/Luanda +%%DATADIR%%/Timezone/posix/Africa/Lubumbashi +%%DATADIR%%/Timezone/posix/Africa/Lusaka +%%DATADIR%%/Timezone/posix/Africa/Malabo +%%DATADIR%%/Timezone/posix/Africa/Maputo +%%DATADIR%%/Timezone/posix/Africa/Maseru +%%DATADIR%%/Timezone/posix/Africa/Mbabane +%%DATADIR%%/Timezone/posix/Africa/Mogadishu +%%DATADIR%%/Timezone/posix/Africa/Monrovia +%%DATADIR%%/Timezone/posix/Africa/Nairobi +%%DATADIR%%/Timezone/posix/Africa/Ndjamena +%%DATADIR%%/Timezone/posix/Africa/Niamey +%%DATADIR%%/Timezone/posix/Africa/Nouakchott +%%DATADIR%%/Timezone/posix/Africa/Ouagadougou +%%DATADIR%%/Timezone/posix/Africa/Porto-Novo +%%DATADIR%%/Timezone/posix/Africa/Sao_Tome +%%DATADIR%%/Timezone/posix/Africa/Timbuktu +%%DATADIR%%/Timezone/posix/Africa/Tripoli +%%DATADIR%%/Timezone/posix/Africa/Tunis +%%DATADIR%%/Timezone/posix/Africa/Windhoek +%%DATADIR%%/Timezone/posix/America/Adak +%%DATADIR%%/Timezone/posix/America/Anchorage +%%DATADIR%%/Timezone/posix/America/Anguilla +%%DATADIR%%/Timezone/posix/America/Antigua +%%DATADIR%%/Timezone/posix/America/Araguaina +%%DATADIR%%/Timezone/posix/America/Aruba +%%DATADIR%%/Timezone/posix/America/Asuncion +%%DATADIR%%/Timezone/posix/America/Atka +%%DATADIR%%/Timezone/posix/America/Barbados +%%DATADIR%%/Timezone/posix/America/Belem +%%DATADIR%%/Timezone/posix/America/Belize +%%DATADIR%%/Timezone/posix/America/Boa_Vista +%%DATADIR%%/Timezone/posix/America/Bogota +%%DATADIR%%/Timezone/posix/America/Boise +%%DATADIR%%/Timezone/posix/America/Buenos_Aires +%%DATADIR%%/Timezone/posix/America/Cambridge_Bay +%%DATADIR%%/Timezone/posix/America/Cancun +%%DATADIR%%/Timezone/posix/America/Caracas +%%DATADIR%%/Timezone/posix/America/Catamarca +%%DATADIR%%/Timezone/posix/America/Cayenne +%%DATADIR%%/Timezone/posix/America/Cayman +%%DATADIR%%/Timezone/posix/America/Chicago +%%DATADIR%%/Timezone/posix/America/Chihuahua +%%DATADIR%%/Timezone/posix/America/Cordoba +%%DATADIR%%/Timezone/posix/America/Costa_Rica +%%DATADIR%%/Timezone/posix/America/Cuiaba +%%DATADIR%%/Timezone/posix/America/Curacao +%%DATADIR%%/Timezone/posix/America/Dawson +%%DATADIR%%/Timezone/posix/America/Dawson_Creek +%%DATADIR%%/Timezone/posix/America/Denver +%%DATADIR%%/Timezone/posix/America/Detroit +%%DATADIR%%/Timezone/posix/America/Dominica +%%DATADIR%%/Timezone/posix/America/Edmonton +%%DATADIR%%/Timezone/posix/America/El_Salvador +%%DATADIR%%/Timezone/posix/America/Ensenada +%%DATADIR%%/Timezone/posix/America/Fort_Wayne +%%DATADIR%%/Timezone/posix/America/Fortaleza +%%DATADIR%%/Timezone/posix/America/Glace_Bay +%%DATADIR%%/Timezone/posix/America/Godthab +%%DATADIR%%/Timezone/posix/America/Goose_Bay +%%DATADIR%%/Timezone/posix/America/Grand_Turk +%%DATADIR%%/Timezone/posix/America/Grenada +%%DATADIR%%/Timezone/posix/America/Guadeloupe +%%DATADIR%%/Timezone/posix/America/Guatemala +%%DATADIR%%/Timezone/posix/America/Guayaquil +%%DATADIR%%/Timezone/posix/America/Guyana +%%DATADIR%%/Timezone/posix/America/Halifax +%%DATADIR%%/Timezone/posix/America/Havana +%%DATADIR%%/Timezone/posix/America/Hermosillo +%%DATADIR%%/Timezone/posix/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/posix/America/Indiana/Knox +%%DATADIR%%/Timezone/posix/America/Indiana/Marengo +%%DATADIR%%/Timezone/posix/America/Indiana/Vevay +%%DATADIR%%/Timezone/posix/America/Indianapolis +%%DATADIR%%/Timezone/posix/America/Inuvik +%%DATADIR%%/Timezone/posix/America/Iqaluit +%%DATADIR%%/Timezone/posix/America/Jamaica +%%DATADIR%%/Timezone/posix/America/Jujuy +%%DATADIR%%/Timezone/posix/America/Juneau +%%DATADIR%%/Timezone/posix/America/Knox_IN +%%DATADIR%%/Timezone/posix/America/La_Paz +%%DATADIR%%/Timezone/posix/America/Lima +%%DATADIR%%/Timezone/posix/America/Los_Angeles +%%DATADIR%%/Timezone/posix/America/Louisville +%%DATADIR%%/Timezone/posix/America/Maceio +%%DATADIR%%/Timezone/posix/America/Managua +%%DATADIR%%/Timezone/posix/America/Manaus +%%DATADIR%%/Timezone/posix/America/Martinique +%%DATADIR%%/Timezone/posix/America/Mazatlan +%%DATADIR%%/Timezone/posix/America/Mendoza +%%DATADIR%%/Timezone/posix/America/Menominee +%%DATADIR%%/Timezone/posix/America/Mexico_City +%%DATADIR%%/Timezone/posix/America/Miquelon +%%DATADIR%%/Timezone/posix/America/Montevideo +%%DATADIR%%/Timezone/posix/America/Montreal +%%DATADIR%%/Timezone/posix/America/Montserrat +%%DATADIR%%/Timezone/posix/America/Nassau +%%DATADIR%%/Timezone/posix/America/New_York +%%DATADIR%%/Timezone/posix/America/Nipigon +%%DATADIR%%/Timezone/posix/America/Nome +%%DATADIR%%/Timezone/posix/America/Noronha +%%DATADIR%%/Timezone/posix/America/Panama +%%DATADIR%%/Timezone/posix/America/Pangnirtung +%%DATADIR%%/Timezone/posix/America/Paramaribo +%%DATADIR%%/Timezone/posix/America/Phoenix +%%DATADIR%%/Timezone/posix/America/Port-au-Prince +%%DATADIR%%/Timezone/posix/America/Port_of_Spain +%%DATADIR%%/Timezone/posix/America/Porto_Acre +%%DATADIR%%/Timezone/posix/America/Porto_Velho +%%DATADIR%%/Timezone/posix/America/Puerto_Rico +%%DATADIR%%/Timezone/posix/America/Rainy_River +%%DATADIR%%/Timezone/posix/America/Rankin_Inlet +%%DATADIR%%/Timezone/posix/America/Regina +%%DATADIR%%/Timezone/posix/America/Rosario +%%DATADIR%%/Timezone/posix/America/Santiago +%%DATADIR%%/Timezone/posix/America/Santo_Domingo +%%DATADIR%%/Timezone/posix/America/Sao_Paulo +%%DATADIR%%/Timezone/posix/America/Scoresbysund +%%DATADIR%%/Timezone/posix/America/Shiprock +%%DATADIR%%/Timezone/posix/America/St_Johns +%%DATADIR%%/Timezone/posix/America/St_Kitts +%%DATADIR%%/Timezone/posix/America/St_Lucia +%%DATADIR%%/Timezone/posix/America/St_Thomas +%%DATADIR%%/Timezone/posix/America/St_Vincent +%%DATADIR%%/Timezone/posix/America/Swift_Current +%%DATADIR%%/Timezone/posix/America/Tegucigalpa +%%DATADIR%%/Timezone/posix/America/Thule +%%DATADIR%%/Timezone/posix/America/Thunder_Bay +%%DATADIR%%/Timezone/posix/America/Tijuana +%%DATADIR%%/Timezone/posix/America/Tortola +%%DATADIR%%/Timezone/posix/America/Vancouver +%%DATADIR%%/Timezone/posix/America/Virgin +%%DATADIR%%/Timezone/posix/America/Whitehorse +%%DATADIR%%/Timezone/posix/America/Winnipeg +%%DATADIR%%/Timezone/posix/America/Yakutat +%%DATADIR%%/Timezone/posix/America/Yellowknife +%%DATADIR%%/Timezone/posix/Antarctica/Casey +%%DATADIR%%/Timezone/posix/Antarctica/Davis +%%DATADIR%%/Timezone/posix/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/posix/Antarctica/Mawson +%%DATADIR%%/Timezone/posix/Antarctica/McMurdo +%%DATADIR%%/Timezone/posix/Antarctica/Palmer +%%DATADIR%%/Timezone/posix/Antarctica/South_Pole +%%DATADIR%%/Timezone/posix/Antarctica/Syowa +%%DATADIR%%/Timezone/posix/Arctic/Longyearbyen +%%DATADIR%%/Timezone/posix/Asia/Aden +%%DATADIR%%/Timezone/posix/Asia/Almaty +%%DATADIR%%/Timezone/posix/Asia/Amman +%%DATADIR%%/Timezone/posix/Asia/Anadyr +%%DATADIR%%/Timezone/posix/Asia/Aqtau +%%DATADIR%%/Timezone/posix/Asia/Aqtobe +%%DATADIR%%/Timezone/posix/Asia/Ashkhabad +%%DATADIR%%/Timezone/posix/Asia/Baghdad +%%DATADIR%%/Timezone/posix/Asia/Bahrain +%%DATADIR%%/Timezone/posix/Asia/Baku +%%DATADIR%%/Timezone/posix/Asia/Bangkok +%%DATADIR%%/Timezone/posix/Asia/Beirut +%%DATADIR%%/Timezone/posix/Asia/Bishkek +%%DATADIR%%/Timezone/posix/Asia/Brunei +%%DATADIR%%/Timezone/posix/Asia/Calcutta +%%DATADIR%%/Timezone/posix/Asia/Chungking +%%DATADIR%%/Timezone/posix/Asia/Colombo +%%DATADIR%%/Timezone/posix/Asia/Dacca +%%DATADIR%%/Timezone/posix/Asia/Damascus +%%DATADIR%%/Timezone/posix/Asia/Dili +%%DATADIR%%/Timezone/posix/Asia/Dubai +%%DATADIR%%/Timezone/posix/Asia/Dushanbe +%%DATADIR%%/Timezone/posix/Asia/Gaza +%%DATADIR%%/Timezone/posix/Asia/Harbin +%%DATADIR%%/Timezone/posix/Asia/Hong_Kong +%%DATADIR%%/Timezone/posix/Asia/Hovd +%%DATADIR%%/Timezone/posix/Asia/Irkutsk +%%DATADIR%%/Timezone/posix/Asia/Istanbul +%%DATADIR%%/Timezone/posix/Asia/Jakarta +%%DATADIR%%/Timezone/posix/Asia/Jayapura +%%DATADIR%%/Timezone/posix/Asia/Jerusalem +%%DATADIR%%/Timezone/posix/Asia/Kabul +%%DATADIR%%/Timezone/posix/Asia/Kamchatka +%%DATADIR%%/Timezone/posix/Asia/Karachi +%%DATADIR%%/Timezone/posix/Asia/Kashgar +%%DATADIR%%/Timezone/posix/Asia/Katmandu +%%DATADIR%%/Timezone/posix/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/posix/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/posix/Asia/Kuching +%%DATADIR%%/Timezone/posix/Asia/Kuwait +%%DATADIR%%/Timezone/posix/Asia/Macao +%%DATADIR%%/Timezone/posix/Asia/Magadan +%%DATADIR%%/Timezone/posix/Asia/Manila +%%DATADIR%%/Timezone/posix/Asia/Muscat +%%DATADIR%%/Timezone/posix/Asia/Nicosia +%%DATADIR%%/Timezone/posix/Asia/Novosibirsk +%%DATADIR%%/Timezone/posix/Asia/Omsk +%%DATADIR%%/Timezone/posix/Asia/Phnom_Penh +%%DATADIR%%/Timezone/posix/Asia/Pyongyang +%%DATADIR%%/Timezone/posix/Asia/Qatar +%%DATADIR%%/Timezone/posix/Asia/Rangoon +%%DATADIR%%/Timezone/posix/Asia/Riyadh +%%DATADIR%%/Timezone/posix/Asia/Riyadh87 +%%DATADIR%%/Timezone/posix/Asia/Riyadh88 +%%DATADIR%%/Timezone/posix/Asia/Riyadh89 +%%DATADIR%%/Timezone/posix/Asia/Saigon +%%DATADIR%%/Timezone/posix/Asia/Samarkand +%%DATADIR%%/Timezone/posix/Asia/Seoul +%%DATADIR%%/Timezone/posix/Asia/Shanghai +%%DATADIR%%/Timezone/posix/Asia/Singapore +%%DATADIR%%/Timezone/posix/Asia/Taipei +%%DATADIR%%/Timezone/posix/Asia/Tashkent +%%DATADIR%%/Timezone/posix/Asia/Tbilisi +%%DATADIR%%/Timezone/posix/Asia/Tehran +%%DATADIR%%/Timezone/posix/Asia/Tel_Aviv +%%DATADIR%%/Timezone/posix/Asia/Thimbu +%%DATADIR%%/Timezone/posix/Asia/Tokyo +%%DATADIR%%/Timezone/posix/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/posix/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/posix/Asia/Ulan_Bator +%%DATADIR%%/Timezone/posix/Asia/Urumqi +%%DATADIR%%/Timezone/posix/Asia/Vientiane +%%DATADIR%%/Timezone/posix/Asia/Vladivostok +%%DATADIR%%/Timezone/posix/Asia/Yakutsk +%%DATADIR%%/Timezone/posix/Asia/Yekaterinburg +%%DATADIR%%/Timezone/posix/Asia/Yerevan +%%DATADIR%%/Timezone/posix/Atlantic/Azores +%%DATADIR%%/Timezone/posix/Atlantic/Bermuda +%%DATADIR%%/Timezone/posix/Atlantic/Canary +%%DATADIR%%/Timezone/posix/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/posix/Atlantic/Faeroe +%%DATADIR%%/Timezone/posix/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/posix/Atlantic/Madeira +%%DATADIR%%/Timezone/posix/Atlantic/Reykjavik +%%DATADIR%%/Timezone/posix/Atlantic/South_Georgia +%%DATADIR%%/Timezone/posix/Atlantic/St_Helena +%%DATADIR%%/Timezone/posix/Atlantic/Stanley +%%DATADIR%%/Timezone/posix/Australia/ACT +%%DATADIR%%/Timezone/posix/Australia/Adelaide +%%DATADIR%%/Timezone/posix/Australia/Brisbane +%%DATADIR%%/Timezone/posix/Australia/Broken_Hill +%%DATADIR%%/Timezone/posix/Australia/Canberra +%%DATADIR%%/Timezone/posix/Australia/Darwin +%%DATADIR%%/Timezone/posix/Australia/Hobart +%%DATADIR%%/Timezone/posix/Australia/LHI +%%DATADIR%%/Timezone/posix/Australia/Lindeman +%%DATADIR%%/Timezone/posix/Australia/Lord_Howe +%%DATADIR%%/Timezone/posix/Australia/Melbourne +%%DATADIR%%/Timezone/posix/Australia/NSW +%%DATADIR%%/Timezone/posix/Australia/North +%%DATADIR%%/Timezone/posix/Australia/Perth +%%DATADIR%%/Timezone/posix/Australia/Queensland +%%DATADIR%%/Timezone/posix/Australia/South +%%DATADIR%%/Timezone/posix/Australia/Sydney +%%DATADIR%%/Timezone/posix/Australia/Tasmania +%%DATADIR%%/Timezone/posix/Australia/Victoria +%%DATADIR%%/Timezone/posix/Australia/West +%%DATADIR%%/Timezone/posix/Australia/Yancowinna +%%DATADIR%%/Timezone/posix/Brazil/Acre +%%DATADIR%%/Timezone/posix/Brazil/DeNoronha +%%DATADIR%%/Timezone/posix/Brazil/East +%%DATADIR%%/Timezone/posix/Brazil/West +%%DATADIR%%/Timezone/posix/CET +%%DATADIR%%/Timezone/posix/CST6CDT +%%DATADIR%%/Timezone/posix/Canada/Atlantic +%%DATADIR%%/Timezone/posix/Canada/Central +%%DATADIR%%/Timezone/posix/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/posix/Canada/Eastern +%%DATADIR%%/Timezone/posix/Canada/Mountain +%%DATADIR%%/Timezone/posix/Canada/Newfoundland +%%DATADIR%%/Timezone/posix/Canada/Pacific +%%DATADIR%%/Timezone/posix/Canada/Saskatchewan +%%DATADIR%%/Timezone/posix/Canada/Yukon +%%DATADIR%%/Timezone/posix/Chile/Continental +%%DATADIR%%/Timezone/posix/Chile/EasterIsland +%%DATADIR%%/Timezone/posix/Cuba +%%DATADIR%%/Timezone/posix/EET +%%DATADIR%%/Timezone/posix/EST +%%DATADIR%%/Timezone/posix/EST5EDT +%%DATADIR%%/Timezone/posix/Egypt +%%DATADIR%%/Timezone/posix/Eire +%%DATADIR%%/Timezone/posix/Etc/GMT +%%DATADIR%%/Timezone/posix/Etc/GMT+0 +%%DATADIR%%/Timezone/posix/Etc/GMT+1 +%%DATADIR%%/Timezone/posix/Etc/GMT+10 +%%DATADIR%%/Timezone/posix/Etc/GMT+11 +%%DATADIR%%/Timezone/posix/Etc/GMT+12 +%%DATADIR%%/Timezone/posix/Etc/GMT+2 +%%DATADIR%%/Timezone/posix/Etc/GMT+3 +%%DATADIR%%/Timezone/posix/Etc/GMT+4 +%%DATADIR%%/Timezone/posix/Etc/GMT+5 +%%DATADIR%%/Timezone/posix/Etc/GMT+6 +%%DATADIR%%/Timezone/posix/Etc/GMT+7 +%%DATADIR%%/Timezone/posix/Etc/GMT+8 +%%DATADIR%%/Timezone/posix/Etc/GMT+9 +%%DATADIR%%/Timezone/posix/Etc/GMT-0 +%%DATADIR%%/Timezone/posix/Etc/GMT-1 +%%DATADIR%%/Timezone/posix/Etc/GMT-10 +%%DATADIR%%/Timezone/posix/Etc/GMT-11 +%%DATADIR%%/Timezone/posix/Etc/GMT-12 +%%DATADIR%%/Timezone/posix/Etc/GMT-13 +%%DATADIR%%/Timezone/posix/Etc/GMT-14 +%%DATADIR%%/Timezone/posix/Etc/GMT-2 +%%DATADIR%%/Timezone/posix/Etc/GMT-3 +%%DATADIR%%/Timezone/posix/Etc/GMT-4 +%%DATADIR%%/Timezone/posix/Etc/GMT-5 +%%DATADIR%%/Timezone/posix/Etc/GMT-6 +%%DATADIR%%/Timezone/posix/Etc/GMT-7 +%%DATADIR%%/Timezone/posix/Etc/GMT-8 +%%DATADIR%%/Timezone/posix/Etc/GMT-9 +%%DATADIR%%/Timezone/posix/Etc/GMT0 +%%DATADIR%%/Timezone/posix/Etc/Greenwich +%%DATADIR%%/Timezone/posix/Etc/UCT +%%DATADIR%%/Timezone/posix/Etc/UTC +%%DATADIR%%/Timezone/posix/Etc/Universal +%%DATADIR%%/Timezone/posix/Etc/Zulu +%%DATADIR%%/Timezone/posix/Europe/Amsterdam +%%DATADIR%%/Timezone/posix/Europe/Andorra +%%DATADIR%%/Timezone/posix/Europe/Athens +%%DATADIR%%/Timezone/posix/Europe/Belfast +%%DATADIR%%/Timezone/posix/Europe/Belgrade +%%DATADIR%%/Timezone/posix/Europe/Berlin +%%DATADIR%%/Timezone/posix/Europe/Bratislava +%%DATADIR%%/Timezone/posix/Europe/Brussels +%%DATADIR%%/Timezone/posix/Europe/Bucharest +%%DATADIR%%/Timezone/posix/Europe/Budapest +%%DATADIR%%/Timezone/posix/Europe/Chisinau +%%DATADIR%%/Timezone/posix/Europe/Copenhagen +%%DATADIR%%/Timezone/posix/Europe/Dublin +%%DATADIR%%/Timezone/posix/Europe/Gibraltar +%%DATADIR%%/Timezone/posix/Europe/Helsinki +%%DATADIR%%/Timezone/posix/Europe/Istanbul +%%DATADIR%%/Timezone/posix/Europe/Kaliningrad +%%DATADIR%%/Timezone/posix/Europe/Kiev +%%DATADIR%%/Timezone/posix/Europe/Lisbon +%%DATADIR%%/Timezone/posix/Europe/Ljubljana +%%DATADIR%%/Timezone/posix/Europe/London +%%DATADIR%%/Timezone/posix/Europe/Luxembourg +%%DATADIR%%/Timezone/posix/Europe/Madrid +%%DATADIR%%/Timezone/posix/Europe/Malta +%%DATADIR%%/Timezone/posix/Europe/Minsk +%%DATADIR%%/Timezone/posix/Europe/Monaco +%%DATADIR%%/Timezone/posix/Europe/Moscow +%%DATADIR%%/Timezone/posix/Europe/Oslo +%%DATADIR%%/Timezone/posix/Europe/Paris +%%DATADIR%%/Timezone/posix/Europe/Prague +%%DATADIR%%/Timezone/posix/Europe/Riga +%%DATADIR%%/Timezone/posix/Europe/Rome +%%DATADIR%%/Timezone/posix/Europe/Samara +%%DATADIR%%/Timezone/posix/Europe/San_Marino +%%DATADIR%%/Timezone/posix/Europe/Sarajevo +%%DATADIR%%/Timezone/posix/Europe/Simferopol +%%DATADIR%%/Timezone/posix/Europe/Skopje +%%DATADIR%%/Timezone/posix/Europe/Sofia +%%DATADIR%%/Timezone/posix/Europe/Stockholm +%%DATADIR%%/Timezone/posix/Europe/Tallinn +%%DATADIR%%/Timezone/posix/Europe/Tirane +%%DATADIR%%/Timezone/posix/Europe/Tiraspol +%%DATADIR%%/Timezone/posix/Europe/Uzhgorod +%%DATADIR%%/Timezone/posix/Europe/Vaduz +%%DATADIR%%/Timezone/posix/Europe/Vatican +%%DATADIR%%/Timezone/posix/Europe/Vienna +%%DATADIR%%/Timezone/posix/Europe/Vilnius +%%DATADIR%%/Timezone/posix/Europe/Warsaw +%%DATADIR%%/Timezone/posix/Europe/Zagreb +%%DATADIR%%/Timezone/posix/Europe/Zaporozhye +%%DATADIR%%/Timezone/posix/Europe/Zurich +%%DATADIR%%/Timezone/posix/Factory +%%DATADIR%%/Timezone/posix/GB +%%DATADIR%%/Timezone/posix/GB-Eire +%%DATADIR%%/Timezone/posix/GMT +%%DATADIR%%/Timezone/posix/GMT+0 +%%DATADIR%%/Timezone/posix/GMT-0 +%%DATADIR%%/Timezone/posix/GMT0 +%%DATADIR%%/Timezone/posix/Greenwich +%%DATADIR%%/Timezone/posix/HST +%%DATADIR%%/Timezone/posix/Hongkong +%%DATADIR%%/Timezone/posix/Iceland +%%DATADIR%%/Timezone/posix/Indian/Antananarivo +%%DATADIR%%/Timezone/posix/Indian/Chagos +%%DATADIR%%/Timezone/posix/Indian/Christmas +%%DATADIR%%/Timezone/posix/Indian/Cocos +%%DATADIR%%/Timezone/posix/Indian/Comoro +%%DATADIR%%/Timezone/posix/Indian/Kerguelen +%%DATADIR%%/Timezone/posix/Indian/Mahe +%%DATADIR%%/Timezone/posix/Indian/Maldives +%%DATADIR%%/Timezone/posix/Indian/Mauritius +%%DATADIR%%/Timezone/posix/Indian/Mayotte +%%DATADIR%%/Timezone/posix/Indian/Reunion +%%DATADIR%%/Timezone/posix/Iran +%%DATADIR%%/Timezone/posix/Israel +%%DATADIR%%/Timezone/posix/Jamaica +%%DATADIR%%/Timezone/posix/Japan +%%DATADIR%%/Timezone/posix/Kwajalein +%%DATADIR%%/Timezone/posix/Libya +%%DATADIR%%/Timezone/posix/MET +%%DATADIR%%/Timezone/posix/MST +%%DATADIR%%/Timezone/posix/MST7MDT +%%DATADIR%%/Timezone/posix/Mexico/BajaNorte +%%DATADIR%%/Timezone/posix/Mexico/BajaSur +%%DATADIR%%/Timezone/posix/Mexico/General +%%DATADIR%%/Timezone/posix/Mideast/Riyadh87 +%%DATADIR%%/Timezone/posix/Mideast/Riyadh88 +%%DATADIR%%/Timezone/posix/Mideast/Riyadh89 +%%DATADIR%%/Timezone/posix/NZ +%%DATADIR%%/Timezone/posix/NZ-CHAT +%%DATADIR%%/Timezone/posix/Navajo +%%DATADIR%%/Timezone/posix/PRC +%%DATADIR%%/Timezone/posix/PST8PDT +%%DATADIR%%/Timezone/posix/Pacific/Apia +%%DATADIR%%/Timezone/posix/Pacific/Auckland +%%DATADIR%%/Timezone/posix/Pacific/Chatham +%%DATADIR%%/Timezone/posix/Pacific/Easter +%%DATADIR%%/Timezone/posix/Pacific/Efate +%%DATADIR%%/Timezone/posix/Pacific/Enderbury +%%DATADIR%%/Timezone/posix/Pacific/Fakaofo +%%DATADIR%%/Timezone/posix/Pacific/Fiji +%%DATADIR%%/Timezone/posix/Pacific/Funafuti +%%DATADIR%%/Timezone/posix/Pacific/Galapagos +%%DATADIR%%/Timezone/posix/Pacific/Gambier +%%DATADIR%%/Timezone/posix/Pacific/Guadalcanal +%%DATADIR%%/Timezone/posix/Pacific/Guam +%%DATADIR%%/Timezone/posix/Pacific/Honolulu +%%DATADIR%%/Timezone/posix/Pacific/Johnston +%%DATADIR%%/Timezone/posix/Pacific/Kiritimati +%%DATADIR%%/Timezone/posix/Pacific/Kosrae +%%DATADIR%%/Timezone/posix/Pacific/Kwajalein +%%DATADIR%%/Timezone/posix/Pacific/Majuro +%%DATADIR%%/Timezone/posix/Pacific/Marquesas +%%DATADIR%%/Timezone/posix/Pacific/Midway +%%DATADIR%%/Timezone/posix/Pacific/Nauru +%%DATADIR%%/Timezone/posix/Pacific/Niue +%%DATADIR%%/Timezone/posix/Pacific/Norfolk +%%DATADIR%%/Timezone/posix/Pacific/Noumea +%%DATADIR%%/Timezone/posix/Pacific/Pago_Pago +%%DATADIR%%/Timezone/posix/Pacific/Palau +%%DATADIR%%/Timezone/posix/Pacific/Pitcairn +%%DATADIR%%/Timezone/posix/Pacific/Ponape +%%DATADIR%%/Timezone/posix/Pacific/Port_Moresby +%%DATADIR%%/Timezone/posix/Pacific/Rarotonga +%%DATADIR%%/Timezone/posix/Pacific/Saipan +%%DATADIR%%/Timezone/posix/Pacific/Samoa +%%DATADIR%%/Timezone/posix/Pacific/Tahiti +%%DATADIR%%/Timezone/posix/Pacific/Tarawa +%%DATADIR%%/Timezone/posix/Pacific/Tongatapu +%%DATADIR%%/Timezone/posix/Pacific/Truk +%%DATADIR%%/Timezone/posix/Pacific/Wake +%%DATADIR%%/Timezone/posix/Pacific/Wallis +%%DATADIR%%/Timezone/posix/Pacific/Yap +%%DATADIR%%/Timezone/posix/Poland +%%DATADIR%%/Timezone/posix/Portugal +%%DATADIR%%/Timezone/posix/ROC +%%DATADIR%%/Timezone/posix/ROK +%%DATADIR%%/Timezone/posix/Singapore +%%DATADIR%%/Timezone/posix/SystemV/AST4 +%%DATADIR%%/Timezone/posix/SystemV/AST4ADT +%%DATADIR%%/Timezone/posix/SystemV/CST6 +%%DATADIR%%/Timezone/posix/SystemV/CST6CDT +%%DATADIR%%/Timezone/posix/SystemV/EST5 +%%DATADIR%%/Timezone/posix/SystemV/EST5EDT +%%DATADIR%%/Timezone/posix/SystemV/HST10 +%%DATADIR%%/Timezone/posix/SystemV/MST7 +%%DATADIR%%/Timezone/posix/SystemV/MST7MDT +%%DATADIR%%/Timezone/posix/SystemV/PST8 +%%DATADIR%%/Timezone/posix/SystemV/PST8PDT +%%DATADIR%%/Timezone/posix/SystemV/YST9 +%%DATADIR%%/Timezone/posix/SystemV/YST9YDT +%%DATADIR%%/Timezone/posix/Turkey +%%DATADIR%%/Timezone/posix/UCT +%%DATADIR%%/Timezone/posix/US/Alaska +%%DATADIR%%/Timezone/posix/US/Aleutian +%%DATADIR%%/Timezone/posix/US/Arizona +%%DATADIR%%/Timezone/posix/US/Central +%%DATADIR%%/Timezone/posix/US/East-Indiana +%%DATADIR%%/Timezone/posix/US/Eastern +%%DATADIR%%/Timezone/posix/US/Hawaii +%%DATADIR%%/Timezone/posix/US/Indiana-Starke +%%DATADIR%%/Timezone/posix/US/Michigan +%%DATADIR%%/Timezone/posix/US/Mountain +%%DATADIR%%/Timezone/posix/US/Pacific +%%DATADIR%%/Timezone/posix/US/Samoa +%%DATADIR%%/Timezone/posix/UTC +%%DATADIR%%/Timezone/posix/Universal +%%DATADIR%%/Timezone/posix/W-SU +%%DATADIR%%/Timezone/posix/WET +%%DATADIR%%/Timezone/posix/Zulu +%%DATADIR%%/Timezone/posixrules +%%DATADIR%%/Timezone/right/Africa/Abidjan +%%DATADIR%%/Timezone/right/Africa/Accra +%%DATADIR%%/Timezone/right/Africa/Addis_Ababa +%%DATADIR%%/Timezone/right/Africa/Algiers +%%DATADIR%%/Timezone/right/Africa/Asmera +%%DATADIR%%/Timezone/right/Africa/Bamako +%%DATADIR%%/Timezone/right/Africa/Bangui +%%DATADIR%%/Timezone/right/Africa/Banjul +%%DATADIR%%/Timezone/right/Africa/Bissau +%%DATADIR%%/Timezone/right/Africa/Blantyre +%%DATADIR%%/Timezone/right/Africa/Brazzaville +%%DATADIR%%/Timezone/right/Africa/Bujumbura +%%DATADIR%%/Timezone/right/Africa/Cairo +%%DATADIR%%/Timezone/right/Africa/Casablanca +%%DATADIR%%/Timezone/right/Africa/Ceuta +%%DATADIR%%/Timezone/right/Africa/Conakry +%%DATADIR%%/Timezone/right/Africa/Dakar +%%DATADIR%%/Timezone/right/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/right/Africa/Djibouti +%%DATADIR%%/Timezone/right/Africa/Douala +%%DATADIR%%/Timezone/right/Africa/El_Aaiun +%%DATADIR%%/Timezone/right/Africa/Freetown +%%DATADIR%%/Timezone/right/Africa/Gaborone +%%DATADIR%%/Timezone/right/Africa/Harare +%%DATADIR%%/Timezone/right/Africa/Johannesburg +%%DATADIR%%/Timezone/right/Africa/Kampala +%%DATADIR%%/Timezone/right/Africa/Khartoum +%%DATADIR%%/Timezone/right/Africa/Kigali +%%DATADIR%%/Timezone/right/Africa/Kinshasa +%%DATADIR%%/Timezone/right/Africa/Lagos +%%DATADIR%%/Timezone/right/Africa/Libreville +%%DATADIR%%/Timezone/right/Africa/Lome +%%DATADIR%%/Timezone/right/Africa/Luanda +%%DATADIR%%/Timezone/right/Africa/Lubumbashi +%%DATADIR%%/Timezone/right/Africa/Lusaka +%%DATADIR%%/Timezone/right/Africa/Malabo +%%DATADIR%%/Timezone/right/Africa/Maputo +%%DATADIR%%/Timezone/right/Africa/Maseru +%%DATADIR%%/Timezone/right/Africa/Mbabane +%%DATADIR%%/Timezone/right/Africa/Mogadishu +%%DATADIR%%/Timezone/right/Africa/Monrovia +%%DATADIR%%/Timezone/right/Africa/Nairobi +%%DATADIR%%/Timezone/right/Africa/Ndjamena +%%DATADIR%%/Timezone/right/Africa/Niamey +%%DATADIR%%/Timezone/right/Africa/Nouakchott +%%DATADIR%%/Timezone/right/Africa/Ouagadougou +%%DATADIR%%/Timezone/right/Africa/Porto-Novo +%%DATADIR%%/Timezone/right/Africa/Sao_Tome +%%DATADIR%%/Timezone/right/Africa/Timbuktu +%%DATADIR%%/Timezone/right/Africa/Tripoli +%%DATADIR%%/Timezone/right/Africa/Tunis +%%DATADIR%%/Timezone/right/Africa/Windhoek +%%DATADIR%%/Timezone/right/America/Adak +%%DATADIR%%/Timezone/right/America/Anchorage +%%DATADIR%%/Timezone/right/America/Anguilla +%%DATADIR%%/Timezone/right/America/Antigua +%%DATADIR%%/Timezone/right/America/Araguaina +%%DATADIR%%/Timezone/right/America/Aruba +%%DATADIR%%/Timezone/right/America/Asuncion +%%DATADIR%%/Timezone/right/America/Atka +%%DATADIR%%/Timezone/right/America/Barbados +%%DATADIR%%/Timezone/right/America/Belem +%%DATADIR%%/Timezone/right/America/Belize +%%DATADIR%%/Timezone/right/America/Boa_Vista +%%DATADIR%%/Timezone/right/America/Bogota +%%DATADIR%%/Timezone/right/America/Boise +%%DATADIR%%/Timezone/right/America/Buenos_Aires +%%DATADIR%%/Timezone/right/America/Cambridge_Bay +%%DATADIR%%/Timezone/right/America/Cancun +%%DATADIR%%/Timezone/right/America/Caracas +%%DATADIR%%/Timezone/right/America/Catamarca +%%DATADIR%%/Timezone/right/America/Cayenne +%%DATADIR%%/Timezone/right/America/Cayman +%%DATADIR%%/Timezone/right/America/Chicago +%%DATADIR%%/Timezone/right/America/Chihuahua +%%DATADIR%%/Timezone/right/America/Cordoba +%%DATADIR%%/Timezone/right/America/Costa_Rica +%%DATADIR%%/Timezone/right/America/Cuiaba +%%DATADIR%%/Timezone/right/America/Curacao +%%DATADIR%%/Timezone/right/America/Dawson +%%DATADIR%%/Timezone/right/America/Dawson_Creek +%%DATADIR%%/Timezone/right/America/Denver +%%DATADIR%%/Timezone/right/America/Detroit +%%DATADIR%%/Timezone/right/America/Dominica +%%DATADIR%%/Timezone/right/America/Edmonton +%%DATADIR%%/Timezone/right/America/El_Salvador +%%DATADIR%%/Timezone/right/America/Ensenada +%%DATADIR%%/Timezone/right/America/Fort_Wayne +%%DATADIR%%/Timezone/right/America/Fortaleza +%%DATADIR%%/Timezone/right/America/Glace_Bay +%%DATADIR%%/Timezone/right/America/Godthab +%%DATADIR%%/Timezone/right/America/Goose_Bay +%%DATADIR%%/Timezone/right/America/Grand_Turk +%%DATADIR%%/Timezone/right/America/Grenada +%%DATADIR%%/Timezone/right/America/Guadeloupe +%%DATADIR%%/Timezone/right/America/Guatemala +%%DATADIR%%/Timezone/right/America/Guayaquil +%%DATADIR%%/Timezone/right/America/Guyana +%%DATADIR%%/Timezone/right/America/Halifax +%%DATADIR%%/Timezone/right/America/Havana +%%DATADIR%%/Timezone/right/America/Hermosillo +%%DATADIR%%/Timezone/right/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/right/America/Indiana/Knox +%%DATADIR%%/Timezone/right/America/Indiana/Marengo +%%DATADIR%%/Timezone/right/America/Indiana/Vevay +%%DATADIR%%/Timezone/right/America/Indianapolis +%%DATADIR%%/Timezone/right/America/Inuvik +%%DATADIR%%/Timezone/right/America/Iqaluit +%%DATADIR%%/Timezone/right/America/Jamaica +%%DATADIR%%/Timezone/right/America/Jujuy +%%DATADIR%%/Timezone/right/America/Juneau +%%DATADIR%%/Timezone/right/America/Knox_IN +%%DATADIR%%/Timezone/right/America/La_Paz +%%DATADIR%%/Timezone/right/America/Lima +%%DATADIR%%/Timezone/right/America/Los_Angeles +%%DATADIR%%/Timezone/right/America/Louisville +%%DATADIR%%/Timezone/right/America/Maceio +%%DATADIR%%/Timezone/right/America/Managua +%%DATADIR%%/Timezone/right/America/Manaus +%%DATADIR%%/Timezone/right/America/Martinique +%%DATADIR%%/Timezone/right/America/Mazatlan +%%DATADIR%%/Timezone/right/America/Mendoza +%%DATADIR%%/Timezone/right/America/Menominee +%%DATADIR%%/Timezone/right/America/Mexico_City +%%DATADIR%%/Timezone/right/America/Miquelon +%%DATADIR%%/Timezone/right/America/Montevideo +%%DATADIR%%/Timezone/right/America/Montreal +%%DATADIR%%/Timezone/right/America/Montserrat +%%DATADIR%%/Timezone/right/America/Nassau +%%DATADIR%%/Timezone/right/America/New_York +%%DATADIR%%/Timezone/right/America/Nipigon +%%DATADIR%%/Timezone/right/America/Nome +%%DATADIR%%/Timezone/right/America/Noronha +%%DATADIR%%/Timezone/right/America/Panama +%%DATADIR%%/Timezone/right/America/Pangnirtung +%%DATADIR%%/Timezone/right/America/Paramaribo +%%DATADIR%%/Timezone/right/America/Phoenix +%%DATADIR%%/Timezone/right/America/Port-au-Prince +%%DATADIR%%/Timezone/right/America/Port_of_Spain +%%DATADIR%%/Timezone/right/America/Porto_Acre +%%DATADIR%%/Timezone/right/America/Porto_Velho +%%DATADIR%%/Timezone/right/America/Puerto_Rico +%%DATADIR%%/Timezone/right/America/Rainy_River +%%DATADIR%%/Timezone/right/America/Rankin_Inlet +%%DATADIR%%/Timezone/right/America/Regina +%%DATADIR%%/Timezone/right/America/Rosario +%%DATADIR%%/Timezone/right/America/Santiago +%%DATADIR%%/Timezone/right/America/Santo_Domingo +%%DATADIR%%/Timezone/right/America/Sao_Paulo +%%DATADIR%%/Timezone/right/America/Scoresbysund +%%DATADIR%%/Timezone/right/America/Shiprock +%%DATADIR%%/Timezone/right/America/St_Johns +%%DATADIR%%/Timezone/right/America/St_Kitts +%%DATADIR%%/Timezone/right/America/St_Lucia +%%DATADIR%%/Timezone/right/America/St_Thomas +%%DATADIR%%/Timezone/right/America/St_Vincent +%%DATADIR%%/Timezone/right/America/Swift_Current +%%DATADIR%%/Timezone/right/America/Tegucigalpa +%%DATADIR%%/Timezone/right/America/Thule +%%DATADIR%%/Timezone/right/America/Thunder_Bay +%%DATADIR%%/Timezone/right/America/Tijuana +%%DATADIR%%/Timezone/right/America/Tortola +%%DATADIR%%/Timezone/right/America/Vancouver +%%DATADIR%%/Timezone/right/America/Virgin +%%DATADIR%%/Timezone/right/America/Whitehorse +%%DATADIR%%/Timezone/right/America/Winnipeg +%%DATADIR%%/Timezone/right/America/Yakutat +%%DATADIR%%/Timezone/right/America/Yellowknife +%%DATADIR%%/Timezone/right/Antarctica/Casey +%%DATADIR%%/Timezone/right/Antarctica/Davis +%%DATADIR%%/Timezone/right/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/right/Antarctica/Mawson +%%DATADIR%%/Timezone/right/Antarctica/McMurdo +%%DATADIR%%/Timezone/right/Antarctica/Palmer +%%DATADIR%%/Timezone/right/Antarctica/South_Pole +%%DATADIR%%/Timezone/right/Antarctica/Syowa +%%DATADIR%%/Timezone/right/Arctic/Longyearbyen +%%DATADIR%%/Timezone/right/Asia/Aden +%%DATADIR%%/Timezone/right/Asia/Almaty +%%DATADIR%%/Timezone/right/Asia/Amman +%%DATADIR%%/Timezone/right/Asia/Anadyr +%%DATADIR%%/Timezone/right/Asia/Aqtau +%%DATADIR%%/Timezone/right/Asia/Aqtobe +%%DATADIR%%/Timezone/right/Asia/Ashkhabad +%%DATADIR%%/Timezone/right/Asia/Baghdad +%%DATADIR%%/Timezone/right/Asia/Bahrain +%%DATADIR%%/Timezone/right/Asia/Baku +%%DATADIR%%/Timezone/right/Asia/Bangkok +%%DATADIR%%/Timezone/right/Asia/Beirut +%%DATADIR%%/Timezone/right/Asia/Bishkek +%%DATADIR%%/Timezone/right/Asia/Brunei +%%DATADIR%%/Timezone/right/Asia/Calcutta +%%DATADIR%%/Timezone/right/Asia/Chungking +%%DATADIR%%/Timezone/right/Asia/Colombo +%%DATADIR%%/Timezone/right/Asia/Dacca +%%DATADIR%%/Timezone/right/Asia/Damascus +%%DATADIR%%/Timezone/right/Asia/Dili +%%DATADIR%%/Timezone/right/Asia/Dubai +%%DATADIR%%/Timezone/right/Asia/Dushanbe +%%DATADIR%%/Timezone/right/Asia/Gaza +%%DATADIR%%/Timezone/right/Asia/Harbin +%%DATADIR%%/Timezone/right/Asia/Hong_Kong +%%DATADIR%%/Timezone/right/Asia/Hovd +%%DATADIR%%/Timezone/right/Asia/Irkutsk +%%DATADIR%%/Timezone/right/Asia/Istanbul +%%DATADIR%%/Timezone/right/Asia/Jakarta +%%DATADIR%%/Timezone/right/Asia/Jayapura +%%DATADIR%%/Timezone/right/Asia/Jerusalem +%%DATADIR%%/Timezone/right/Asia/Kabul +%%DATADIR%%/Timezone/right/Asia/Kamchatka +%%DATADIR%%/Timezone/right/Asia/Karachi +%%DATADIR%%/Timezone/right/Asia/Kashgar +%%DATADIR%%/Timezone/right/Asia/Katmandu +%%DATADIR%%/Timezone/right/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/right/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/right/Asia/Kuching +%%DATADIR%%/Timezone/right/Asia/Kuwait +%%DATADIR%%/Timezone/right/Asia/Macao +%%DATADIR%%/Timezone/right/Asia/Magadan +%%DATADIR%%/Timezone/right/Asia/Manila +%%DATADIR%%/Timezone/right/Asia/Muscat +%%DATADIR%%/Timezone/right/Asia/Nicosia +%%DATADIR%%/Timezone/right/Asia/Novosibirsk +%%DATADIR%%/Timezone/right/Asia/Omsk +%%DATADIR%%/Timezone/right/Asia/Phnom_Penh +%%DATADIR%%/Timezone/right/Asia/Pyongyang +%%DATADIR%%/Timezone/right/Asia/Qatar +%%DATADIR%%/Timezone/right/Asia/Rangoon +%%DATADIR%%/Timezone/right/Asia/Riyadh +%%DATADIR%%/Timezone/right/Asia/Riyadh87 +%%DATADIR%%/Timezone/right/Asia/Riyadh88 +%%DATADIR%%/Timezone/right/Asia/Riyadh89 +%%DATADIR%%/Timezone/right/Asia/Saigon +%%DATADIR%%/Timezone/right/Asia/Samarkand +%%DATADIR%%/Timezone/right/Asia/Seoul +%%DATADIR%%/Timezone/right/Asia/Shanghai +%%DATADIR%%/Timezone/right/Asia/Singapore +%%DATADIR%%/Timezone/right/Asia/Taipei +%%DATADIR%%/Timezone/right/Asia/Tashkent +%%DATADIR%%/Timezone/right/Asia/Tbilisi +%%DATADIR%%/Timezone/right/Asia/Tehran +%%DATADIR%%/Timezone/right/Asia/Tel_Aviv +%%DATADIR%%/Timezone/right/Asia/Thimbu +%%DATADIR%%/Timezone/right/Asia/Tokyo +%%DATADIR%%/Timezone/right/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/right/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/right/Asia/Ulan_Bator +%%DATADIR%%/Timezone/right/Asia/Urumqi +%%DATADIR%%/Timezone/right/Asia/Vientiane +%%DATADIR%%/Timezone/right/Asia/Vladivostok +%%DATADIR%%/Timezone/right/Asia/Yakutsk +%%DATADIR%%/Timezone/right/Asia/Yekaterinburg +%%DATADIR%%/Timezone/right/Asia/Yerevan +%%DATADIR%%/Timezone/right/Atlantic/Azores +%%DATADIR%%/Timezone/right/Atlantic/Bermuda +%%DATADIR%%/Timezone/right/Atlantic/Canary +%%DATADIR%%/Timezone/right/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/right/Atlantic/Faeroe +%%DATADIR%%/Timezone/right/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/right/Atlantic/Madeira +%%DATADIR%%/Timezone/right/Atlantic/Reykjavik +%%DATADIR%%/Timezone/right/Atlantic/South_Georgia +%%DATADIR%%/Timezone/right/Atlantic/St_Helena +%%DATADIR%%/Timezone/right/Atlantic/Stanley +%%DATADIR%%/Timezone/right/Australia/ACT +%%DATADIR%%/Timezone/right/Australia/Adelaide +%%DATADIR%%/Timezone/right/Australia/Brisbane +%%DATADIR%%/Timezone/right/Australia/Broken_Hill +%%DATADIR%%/Timezone/right/Australia/Canberra +%%DATADIR%%/Timezone/right/Australia/Darwin +%%DATADIR%%/Timezone/right/Australia/Hobart +%%DATADIR%%/Timezone/right/Australia/LHI +%%DATADIR%%/Timezone/right/Australia/Lindeman +%%DATADIR%%/Timezone/right/Australia/Lord_Howe +%%DATADIR%%/Timezone/right/Australia/Melbourne +%%DATADIR%%/Timezone/right/Australia/NSW +%%DATADIR%%/Timezone/right/Australia/North +%%DATADIR%%/Timezone/right/Australia/Perth +%%DATADIR%%/Timezone/right/Australia/Queensland +%%DATADIR%%/Timezone/right/Australia/South +%%DATADIR%%/Timezone/right/Australia/Sydney +%%DATADIR%%/Timezone/right/Australia/Tasmania +%%DATADIR%%/Timezone/right/Australia/Victoria +%%DATADIR%%/Timezone/right/Australia/West +%%DATADIR%%/Timezone/right/Australia/Yancowinna +%%DATADIR%%/Timezone/right/Brazil/Acre +%%DATADIR%%/Timezone/right/Brazil/DeNoronha +%%DATADIR%%/Timezone/right/Brazil/East +%%DATADIR%%/Timezone/right/Brazil/West +%%DATADIR%%/Timezone/right/CET +%%DATADIR%%/Timezone/right/CST6CDT +%%DATADIR%%/Timezone/right/Canada/Atlantic +%%DATADIR%%/Timezone/right/Canada/Central +%%DATADIR%%/Timezone/right/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/right/Canada/Eastern +%%DATADIR%%/Timezone/right/Canada/Mountain +%%DATADIR%%/Timezone/right/Canada/Newfoundland +%%DATADIR%%/Timezone/right/Canada/Pacific +%%DATADIR%%/Timezone/right/Canada/Saskatchewan +%%DATADIR%%/Timezone/right/Canada/Yukon +%%DATADIR%%/Timezone/right/Chile/Continental +%%DATADIR%%/Timezone/right/Chile/EasterIsland +%%DATADIR%%/Timezone/right/Cuba +%%DATADIR%%/Timezone/right/EET +%%DATADIR%%/Timezone/right/EST +%%DATADIR%%/Timezone/right/EST5EDT +%%DATADIR%%/Timezone/right/Egypt +%%DATADIR%%/Timezone/right/Eire +%%DATADIR%%/Timezone/right/Etc/GMT +%%DATADIR%%/Timezone/right/Etc/GMT+0 +%%DATADIR%%/Timezone/right/Etc/GMT+1 +%%DATADIR%%/Timezone/right/Etc/GMT+10 +%%DATADIR%%/Timezone/right/Etc/GMT+11 +%%DATADIR%%/Timezone/right/Etc/GMT+12 +%%DATADIR%%/Timezone/right/Etc/GMT+2 +%%DATADIR%%/Timezone/right/Etc/GMT+3 +%%DATADIR%%/Timezone/right/Etc/GMT+4 +%%DATADIR%%/Timezone/right/Etc/GMT+5 +%%DATADIR%%/Timezone/right/Etc/GMT+6 +%%DATADIR%%/Timezone/right/Etc/GMT+7 +%%DATADIR%%/Timezone/right/Etc/GMT+8 +%%DATADIR%%/Timezone/right/Etc/GMT+9 +%%DATADIR%%/Timezone/right/Etc/GMT-0 +%%DATADIR%%/Timezone/right/Etc/GMT-1 +%%DATADIR%%/Timezone/right/Etc/GMT-10 +%%DATADIR%%/Timezone/right/Etc/GMT-11 +%%DATADIR%%/Timezone/right/Etc/GMT-12 +%%DATADIR%%/Timezone/right/Etc/GMT-13 +%%DATADIR%%/Timezone/right/Etc/GMT-14 +%%DATADIR%%/Timezone/right/Etc/GMT-2 +%%DATADIR%%/Timezone/right/Etc/GMT-3 +%%DATADIR%%/Timezone/right/Etc/GMT-4 +%%DATADIR%%/Timezone/right/Etc/GMT-5 +%%DATADIR%%/Timezone/right/Etc/GMT-6 +%%DATADIR%%/Timezone/right/Etc/GMT-7 +%%DATADIR%%/Timezone/right/Etc/GMT-8 +%%DATADIR%%/Timezone/right/Etc/GMT-9 +%%DATADIR%%/Timezone/right/Etc/GMT0 +%%DATADIR%%/Timezone/right/Etc/Greenwich +%%DATADIR%%/Timezone/right/Etc/UCT +%%DATADIR%%/Timezone/right/Etc/UTC +%%DATADIR%%/Timezone/right/Etc/Universal +%%DATADIR%%/Timezone/right/Etc/Zulu +%%DATADIR%%/Timezone/right/Europe/Amsterdam +%%DATADIR%%/Timezone/right/Europe/Andorra +%%DATADIR%%/Timezone/right/Europe/Athens +%%DATADIR%%/Timezone/right/Europe/Belfast +%%DATADIR%%/Timezone/right/Europe/Belgrade +%%DATADIR%%/Timezone/right/Europe/Berlin +%%DATADIR%%/Timezone/right/Europe/Bratislava +%%DATADIR%%/Timezone/right/Europe/Brussels +%%DATADIR%%/Timezone/right/Europe/Bucharest +%%DATADIR%%/Timezone/right/Europe/Budapest +%%DATADIR%%/Timezone/right/Europe/Chisinau +%%DATADIR%%/Timezone/right/Europe/Copenhagen +%%DATADIR%%/Timezone/right/Europe/Dublin +%%DATADIR%%/Timezone/right/Europe/Gibraltar +%%DATADIR%%/Timezone/right/Europe/Helsinki +%%DATADIR%%/Timezone/right/Europe/Istanbul +%%DATADIR%%/Timezone/right/Europe/Kaliningrad +%%DATADIR%%/Timezone/right/Europe/Kiev +%%DATADIR%%/Timezone/right/Europe/Lisbon +%%DATADIR%%/Timezone/right/Europe/Ljubljana +%%DATADIR%%/Timezone/right/Europe/London +%%DATADIR%%/Timezone/right/Europe/Luxembourg +%%DATADIR%%/Timezone/right/Europe/Madrid +%%DATADIR%%/Timezone/right/Europe/Malta +%%DATADIR%%/Timezone/right/Europe/Minsk +%%DATADIR%%/Timezone/right/Europe/Monaco +%%DATADIR%%/Timezone/right/Europe/Moscow +%%DATADIR%%/Timezone/right/Europe/Oslo +%%DATADIR%%/Timezone/right/Europe/Paris +%%DATADIR%%/Timezone/right/Europe/Prague +%%DATADIR%%/Timezone/right/Europe/Riga +%%DATADIR%%/Timezone/right/Europe/Rome +%%DATADIR%%/Timezone/right/Europe/Samara +%%DATADIR%%/Timezone/right/Europe/San_Marino +%%DATADIR%%/Timezone/right/Europe/Sarajevo +%%DATADIR%%/Timezone/right/Europe/Simferopol +%%DATADIR%%/Timezone/right/Europe/Skopje +%%DATADIR%%/Timezone/right/Europe/Sofia +%%DATADIR%%/Timezone/right/Europe/Stockholm +%%DATADIR%%/Timezone/right/Europe/Tallinn +%%DATADIR%%/Timezone/right/Europe/Tirane +%%DATADIR%%/Timezone/right/Europe/Tiraspol +%%DATADIR%%/Timezone/right/Europe/Uzhgorod +%%DATADIR%%/Timezone/right/Europe/Vaduz +%%DATADIR%%/Timezone/right/Europe/Vatican +%%DATADIR%%/Timezone/right/Europe/Vienna +%%DATADIR%%/Timezone/right/Europe/Vilnius +%%DATADIR%%/Timezone/right/Europe/Warsaw +%%DATADIR%%/Timezone/right/Europe/Zagreb +%%DATADIR%%/Timezone/right/Europe/Zaporozhye +%%DATADIR%%/Timezone/right/Europe/Zurich +%%DATADIR%%/Timezone/right/Factory +%%DATADIR%%/Timezone/right/GB +%%DATADIR%%/Timezone/right/GB-Eire +%%DATADIR%%/Timezone/right/GMT +%%DATADIR%%/Timezone/right/GMT+0 +%%DATADIR%%/Timezone/right/GMT-0 +%%DATADIR%%/Timezone/right/GMT0 +%%DATADIR%%/Timezone/right/Greenwich +%%DATADIR%%/Timezone/right/HST +%%DATADIR%%/Timezone/right/Hongkong +%%DATADIR%%/Timezone/right/Iceland +%%DATADIR%%/Timezone/right/Indian/Antananarivo +%%DATADIR%%/Timezone/right/Indian/Chagos +%%DATADIR%%/Timezone/right/Indian/Christmas +%%DATADIR%%/Timezone/right/Indian/Cocos +%%DATADIR%%/Timezone/right/Indian/Comoro +%%DATADIR%%/Timezone/right/Indian/Kerguelen +%%DATADIR%%/Timezone/right/Indian/Mahe +%%DATADIR%%/Timezone/right/Indian/Maldives +%%DATADIR%%/Timezone/right/Indian/Mauritius +%%DATADIR%%/Timezone/right/Indian/Mayotte +%%DATADIR%%/Timezone/right/Indian/Reunion +%%DATADIR%%/Timezone/right/Iran +%%DATADIR%%/Timezone/right/Israel +%%DATADIR%%/Timezone/right/Jamaica +%%DATADIR%%/Timezone/right/Japan +%%DATADIR%%/Timezone/right/Kwajalein +%%DATADIR%%/Timezone/right/Libya +%%DATADIR%%/Timezone/right/MET +%%DATADIR%%/Timezone/right/MST +%%DATADIR%%/Timezone/right/MST7MDT +%%DATADIR%%/Timezone/right/Mexico/BajaNorte +%%DATADIR%%/Timezone/right/Mexico/BajaSur +%%DATADIR%%/Timezone/right/Mexico/General +%%DATADIR%%/Timezone/right/Mideast/Riyadh87 +%%DATADIR%%/Timezone/right/Mideast/Riyadh88 +%%DATADIR%%/Timezone/right/Mideast/Riyadh89 +%%DATADIR%%/Timezone/right/NZ +%%DATADIR%%/Timezone/right/NZ-CHAT +%%DATADIR%%/Timezone/right/Navajo +%%DATADIR%%/Timezone/right/PRC +%%DATADIR%%/Timezone/right/PST8PDT +%%DATADIR%%/Timezone/right/Pacific/Apia +%%DATADIR%%/Timezone/right/Pacific/Auckland +%%DATADIR%%/Timezone/right/Pacific/Chatham +%%DATADIR%%/Timezone/right/Pacific/Easter +%%DATADIR%%/Timezone/right/Pacific/Efate +%%DATADIR%%/Timezone/right/Pacific/Enderbury +%%DATADIR%%/Timezone/right/Pacific/Fakaofo +%%DATADIR%%/Timezone/right/Pacific/Fiji +%%DATADIR%%/Timezone/right/Pacific/Funafuti +%%DATADIR%%/Timezone/right/Pacific/Galapagos +%%DATADIR%%/Timezone/right/Pacific/Gambier +%%DATADIR%%/Timezone/right/Pacific/Guadalcanal +%%DATADIR%%/Timezone/right/Pacific/Guam +%%DATADIR%%/Timezone/right/Pacific/Honolulu +%%DATADIR%%/Timezone/right/Pacific/Johnston +%%DATADIR%%/Timezone/right/Pacific/Kiritimati +%%DATADIR%%/Timezone/right/Pacific/Kosrae +%%DATADIR%%/Timezone/right/Pacific/Kwajalein +%%DATADIR%%/Timezone/right/Pacific/Majuro +%%DATADIR%%/Timezone/right/Pacific/Marquesas +%%DATADIR%%/Timezone/right/Pacific/Midway +%%DATADIR%%/Timezone/right/Pacific/Nauru +%%DATADIR%%/Timezone/right/Pacific/Niue +%%DATADIR%%/Timezone/right/Pacific/Norfolk +%%DATADIR%%/Timezone/right/Pacific/Noumea +%%DATADIR%%/Timezone/right/Pacific/Pago_Pago +%%DATADIR%%/Timezone/right/Pacific/Palau +%%DATADIR%%/Timezone/right/Pacific/Pitcairn +%%DATADIR%%/Timezone/right/Pacific/Ponape +%%DATADIR%%/Timezone/right/Pacific/Port_Moresby +%%DATADIR%%/Timezone/right/Pacific/Rarotonga +%%DATADIR%%/Timezone/right/Pacific/Saipan +%%DATADIR%%/Timezone/right/Pacific/Samoa +%%DATADIR%%/Timezone/right/Pacific/Tahiti +%%DATADIR%%/Timezone/right/Pacific/Tarawa +%%DATADIR%%/Timezone/right/Pacific/Tongatapu +%%DATADIR%%/Timezone/right/Pacific/Truk +%%DATADIR%%/Timezone/right/Pacific/Wake +%%DATADIR%%/Timezone/right/Pacific/Wallis +%%DATADIR%%/Timezone/right/Pacific/Yap +%%DATADIR%%/Timezone/right/Poland +%%DATADIR%%/Timezone/right/Portugal +%%DATADIR%%/Timezone/right/ROC +%%DATADIR%%/Timezone/right/ROK +%%DATADIR%%/Timezone/right/Singapore +%%DATADIR%%/Timezone/right/SystemV/AST4 +%%DATADIR%%/Timezone/right/SystemV/AST4ADT +%%DATADIR%%/Timezone/right/SystemV/CST6 +%%DATADIR%%/Timezone/right/SystemV/CST6CDT +%%DATADIR%%/Timezone/right/SystemV/EST5 +%%DATADIR%%/Timezone/right/SystemV/EST5EDT +%%DATADIR%%/Timezone/right/SystemV/HST10 +%%DATADIR%%/Timezone/right/SystemV/MST7 +%%DATADIR%%/Timezone/right/SystemV/MST7MDT +%%DATADIR%%/Timezone/right/SystemV/PST8 +%%DATADIR%%/Timezone/right/SystemV/PST8PDT +%%DATADIR%%/Timezone/right/SystemV/YST9 +%%DATADIR%%/Timezone/right/SystemV/YST9YDT +%%DATADIR%%/Timezone/right/Turkey +%%DATADIR%%/Timezone/right/UCT +%%DATADIR%%/Timezone/right/US/Alaska +%%DATADIR%%/Timezone/right/US/Aleutian +%%DATADIR%%/Timezone/right/US/Arizona +%%DATADIR%%/Timezone/right/US/Central +%%DATADIR%%/Timezone/right/US/East-Indiana +%%DATADIR%%/Timezone/right/US/Eastern +%%DATADIR%%/Timezone/right/US/Hawaii +%%DATADIR%%/Timezone/right/US/Indiana-Starke +%%DATADIR%%/Timezone/right/US/Michigan +%%DATADIR%%/Timezone/right/US/Mountain +%%DATADIR%%/Timezone/right/US/Pacific +%%DATADIR%%/Timezone/right/US/Samoa +%%DATADIR%%/Timezone/right/UTC +%%DATADIR%%/Timezone/right/Universal +%%DATADIR%%/Timezone/right/W-SU +%%DATADIR%%/Timezone/right/WET +%%DATADIR%%/Timezone/right/Zulu +%%DATADIR%%/Timezone/zone.tab +%%DATADIR%%/Traffic/KLM/KLM.xml +%%DATADIR%%/Traffic/KLM/MD11/MD11.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCA.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCB.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCC.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCD.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCE.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCF.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCG.xml +%%DATADIR%%/Traffic/UAL/737/737.xml +%%DATADIR%%/Traffic/UAL/737/N376UA.xml +%%DATADIR%%/Traffic/UAL/737/N377UA.xml +%%DATADIR%%/Traffic/UAL/737/N388UA.xml +%%DATADIR%%/Traffic/UAL/737/N390UA.xml +%%DATADIR%%/Traffic/UAL/UAL.xml +%%DATADIR%%/Traffic/fgtraffic.xml +%%DATADIR%%/Traffic/test.xml +%%DATADIR%%/Translations/locale.xml +%%DATADIR%%/Translations/strings-de.xml +%%DATADIR%%/Translations/strings-default.xml +%%DATADIR%%/Translations/strings-fr.xml +%%DATADIR%%/Translations/strings-it.xml +%%DATADIR%%/Translations/strings-nl.xml +%%DATADIR%%/Translations/strings-pl-win.xml +%%DATADIR%%/Translations/strings-pl.xml +%%DATADIR%%/Weather/MetarObs.txt.test +%%DATADIR%%/gui/dialogs/air.xml +%%DATADIR%%/gui/dialogs/aircraft.xml +%%DATADIR%%/gui/dialogs/airports.xml +%%DATADIR%%/gui/dialogs/atc-ai.xml +%%DATADIR%%/gui/dialogs/autopilot.xml +%%DATADIR%%/gui/dialogs/clouds.xml +%%DATADIR%%/gui/dialogs/exit.xml +%%DATADIR%%/gui/dialogs/gps.xml +%%DATADIR%%/gui/dialogs/instrument-failures.xml +%%DATADIR%%/gui/dialogs/instruments.xml +%%DATADIR%%/gui/dialogs/location-in-air.xml +%%DATADIR%%/gui/dialogs/location-on-ground.xml +%%DATADIR%%/gui/dialogs/logging.xml +%%DATADIR%%/gui/dialogs/radios.xml +%%DATADIR%%/gui/dialogs/rendering.xml +%%DATADIR%%/gui/dialogs/replay.xml +%%DATADIR%%/gui/dialogs/scenery_loading.xml +%%DATADIR%%/gui/dialogs/sound.xml +%%DATADIR%%/gui/dialogs/static-lod.xml +%%DATADIR%%/gui/dialogs/system-failures.xml +%%DATADIR%%/gui/dialogs/timeofday.xml +%%DATADIR%%/gui/dialogs/weather.xml +%%DATADIR%%/gui/dialogs/winds.xml +%%DATADIR%%/gui/menubar.xml +%%DATADIR%%/joysticks.xml +%%DATADIR%%/keyboard.xml +%%DATADIR%%/large.sky +%%DATADIR%%/materials.dtd +%%DATADIR%%/materials.xml +%%DATADIR%%/mice.xml +%%DATADIR%%/options.xml +%%DATADIR%%/preferences.xml +%%DATADIR%%/version +@dirrm %%DATADIR%%/man +@dirrm %%DATADIR%%/gui/dialogs +@dirrm %%DATADIR%%/gui +@dirrm %%DATADIR%%/Weather +@dirrm %%DATADIR%%/Translations +@dirrm %%DATADIR%%/Traffic/UAL/737 +@dirrm %%DATADIR%%/Traffic/UAL +@dirrm %%DATADIR%%/Traffic/KLM/MD11 +@dirrm %%DATADIR%%/Traffic/KLM +@dirrm %%DATADIR%%/Traffic +@dirrm %%DATADIR%%/Timezone/right/US +@dirrm %%DATADIR%%/Timezone/right/SystemV +@dirrm %%DATADIR%%/Timezone/right/Pacific +@dirrm %%DATADIR%%/Timezone/right/Mideast +@dirrm %%DATADIR%%/Timezone/right/Mexico +@dirrm %%DATADIR%%/Timezone/right/Indian +@dirrm %%DATADIR%%/Timezone/right/Europe +@dirrm %%DATADIR%%/Timezone/right/Etc +@dirrm %%DATADIR%%/Timezone/right/Chile +@dirrm %%DATADIR%%/Timezone/right/Canada +@dirrm %%DATADIR%%/Timezone/right/Brazil +@dirrm %%DATADIR%%/Timezone/right/Australia +@dirrm %%DATADIR%%/Timezone/right/Atlantic +@dirrm %%DATADIR%%/Timezone/right/Asia +@dirrm %%DATADIR%%/Timezone/right/Arctic +@dirrm %%DATADIR%%/Timezone/right/Antarctica +@dirrm %%DATADIR%%/Timezone/right/America/Indiana +@dirrm %%DATADIR%%/Timezone/right/America +@dirrm %%DATADIR%%/Timezone/right/Africa +@dirrm %%DATADIR%%/Timezone/right +@dirrm %%DATADIR%%/Timezone/posix/US +@dirrm %%DATADIR%%/Timezone/posix/SystemV +@dirrm %%DATADIR%%/Timezone/posix/Pacific +@dirrm %%DATADIR%%/Timezone/posix/Mideast +@dirrm %%DATADIR%%/Timezone/posix/Mexico +@dirrm %%DATADIR%%/Timezone/posix/Indian +@dirrm %%DATADIR%%/Timezone/posix/Europe +@dirrm %%DATADIR%%/Timezone/posix/Etc +@dirrm %%DATADIR%%/Timezone/posix/Chile +@dirrm %%DATADIR%%/Timezone/posix/Canada +@dirrm %%DATADIR%%/Timezone/posix/Brazil +@dirrm %%DATADIR%%/Timezone/posix/Australia +@dirrm %%DATADIR%%/Timezone/posix/Atlantic +@dirrm %%DATADIR%%/Timezone/posix/Asia +@dirrm %%DATADIR%%/Timezone/posix/Arctic +@dirrm %%DATADIR%%/Timezone/posix/Antarctica +@dirrm %%DATADIR%%/Timezone/posix/America/Indiana +@dirrm %%DATADIR%%/Timezone/posix/America +@dirrm %%DATADIR%%/Timezone/posix/Africa +@dirrm %%DATADIR%%/Timezone/posix +@dirrm %%DATADIR%%/Timezone/US +@dirrm %%DATADIR%%/Timezone/SystemV +@dirrm %%DATADIR%%/Timezone/Pacific +@dirrm %%DATADIR%%/Timezone/Mideast +@dirrm %%DATADIR%%/Timezone/Mexico +@dirrm %%DATADIR%%/Timezone/Indian +@dirrm %%DATADIR%%/Timezone/Europe +@dirrm %%DATADIR%%/Timezone/Etc +@dirrm %%DATADIR%%/Timezone/Chile +@dirrm %%DATADIR%%/Timezone/Canada +@dirrm %%DATADIR%%/Timezone/Brazil +@dirrm %%DATADIR%%/Timezone/Australia +@dirrm %%DATADIR%%/Timezone/Atlantic +@dirrm %%DATADIR%%/Timezone/Asia +@dirrm %%DATADIR%%/Timezone/Arctic +@dirrm %%DATADIR%%/Timezone/Antarctica +@dirrm %%DATADIR%%/Timezone/America/Indiana +@dirrm %%DATADIR%%/Timezone/America +@dirrm %%DATADIR%%/Timezone/Africa +@dirrm %%DATADIR%%/Timezone +@dirrm %%DATADIR%%/Textures/Terrain +@dirrm %%DATADIR%%/Textures/Sky +@dirrm %%DATADIR%%/Textures/Runway +@dirrm %%DATADIR%%/Textures/Panel +@dirrm %%DATADIR%%/Textures.high/Terrain +@dirrm %%DATADIR%%/Textures.high/Sky +@dirrm %%DATADIR%%/Textures.high/Runway +@dirrm %%DATADIR%%/Textures.high +@dirrm %%DATADIR%%/Textures +@dirrm %%DATADIR%%/Sounds +@dirrm %%DATADIR%%/Scenery/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/w130n30/w122n37 +@dirrm %%DATADIR%%/Scenery/w130n30 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w122n37 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30 +@dirrm %%DATADIR%%/Scenery/Terrain +@dirrm %%DATADIR%%/Scenery/Objects/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/Objects/w130n30 +@dirrm %%DATADIR%%/Scenery/Objects +@dirrm %%DATADIR%%/Scenery +@dirrm %%DATADIR%%/Protocol +@dirrm %%DATADIR%%/Navaids +@dirrm %%DATADIR%%/Nasal +@dirrm %%DATADIR%%/Models/Trees +@dirrm %%DATADIR%%/Models/Textures +@dirrm %%DATADIR%%/Models/Structures +@dirrm %%DATADIR%%/Models/Geometry +@dirrm %%DATADIR%%/Models/Fauna +@dirrm %%DATADIR%%/Models/Buildings +@dirrm %%DATADIR%%/Models/Bridges +@dirrm %%DATADIR%%/Models/Airport +@dirrm %%DATADIR%%/Models/3ds +@dirrm %%DATADIR%%/Models +@dirrm %%DATADIR%%/Lighting +@dirrm %%DATADIR%%/Input/Joysticks/ThrustMaster +@dirrm %%DATADIR%%/Input/Joysticks/Saitek +@dirrm %%DATADIR%%/Input/Joysticks/Microsoft +@dirrm %%DATADIR%%/Input/Joysticks/Macally +@dirrm %%DATADIR%%/Input/Joysticks/Logitech +@dirrm %%DATADIR%%/Input/Joysticks/LewEngineering +@dirrm %%DATADIR%%/Input/Joysticks/Default +@dirrm %%DATADIR%%/Input/Joysticks/CH +@dirrm %%DATADIR%%/Input/Joysticks +@dirrm %%DATADIR%%/Input +@dirrm %%DATADIR%%/Huds/Minimal +@dirrm %%DATADIR%%/Huds/Instruments/Minimal +@dirrm %%DATADIR%%/Huds/Instruments/Engineering +@dirrm %%DATADIR%%/Huds/Instruments/Default +@dirrm %%DATADIR%%/Huds/Instruments/Custom +@dirrm %%DATADIR%%/Huds/Instruments +@dirrm %%DATADIR%%/Huds/Engineering +@dirrm %%DATADIR%%/Huds/Default +@dirrm %%DATADIR%%/Huds/Custom +@dirrm %%DATADIR%%/Huds +@dirrm %%DATADIR%%/Fonts +@dirrm %%DATADIR%%/Engine +@dirrm %%DATADIR%%/Docs/keyboard +@dirrm %%DATADIR%%/Docs/Serial +@dirrm %%DATADIR%%/Docs/InstallGuide/html +@dirrm %%DATADIR%%/Docs/InstallGuide +@dirrm %%DATADIR%%/Docs-mini +@dirrm %%DATADIR%%/Docs +@dirrm %%DATADIR%%/Data/Terrain +@dirrm %%DATADIR%%/Data/SkyClouds +@dirrm %%DATADIR%%/Data/SkyBoxes +@dirrm %%DATADIR%%/Data/Models/PittsBiplane +@dirrm %%DATADIR%%/Data/Models +@dirrm %%DATADIR%%/Data/AI/FlightPlans +@dirrm %%DATADIR%%/Data/AI +@dirrm %%DATADIR%%/Data +@dirrm %%DATADIR%%/Astro +@dirrm %%DATADIR%%/Airports +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903 +@dirrm %%DATADIR%%/Aircraft/ufo/Models +@dirrm %%DATADIR%%/Aircraft/ufo +@dirrm %%DATADIR%%/Aircraft/tu154/Systems +@dirrm %%DATADIR%%/Aircraft/tu154/Sounds +@dirrm %%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/tu154/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/tu154/Panels +@dirrm %%DATADIR%%/Aircraft/tu154/Models +@dirrm %%DATADIR%%/Aircraft/tu154 +@dirrm %%DATADIR%%/Aircraft/t6texan2/Sounds +@dirrm %%DATADIR%%/Aircraft/t6texan2/Models +@dirrm %%DATADIR%%/Aircraft/t6texan2 +@dirrm %%DATADIR%%/Aircraft/sgs233/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/sgs233/Panels +@dirrm %%DATADIR%%/Aircraft/sgs233/Models +@dirrm %%DATADIR%%/Aircraft/sgs233/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/sgs233/Instruments +@dirrm %%DATADIR%%/Aircraft/sgs233 +@dirrm %%DATADIR%%/Aircraft/seahawk/Systems +@dirrm %%DATADIR%%/Aircraft/seahawk/Sounds/Samples +@dirrm %%DATADIR%%/Aircraft/seahawk/Sounds +@dirrm %%DATADIR%%/Aircraft/seahawk/Panel +@dirrm %%DATADIR%%/Aircraft/seahawk/Models +@dirrm %%DATADIR%%/Aircraft/seahawk +@dirrm %%DATADIR%%/Aircraft/pa28-161/Models +@dirrm %%DATADIR%%/Aircraft/pa28-161 +@dirrm %%DATADIR%%/Aircraft/p51d/Sounds +@dirrm %%DATADIR%%/Aircraft/p51d/Models +@dirrm %%DATADIR%%/Aircraft/p51d +@dirrm %%DATADIR%%/Aircraft/ornithopter/Sounds +@dirrm %%DATADIR%%/Aircraft/ornithopter/Models +@dirrm %%DATADIR%%/Aircraft/ornithopter +@dirrm %%DATADIR%%/Aircraft/j3cub/Models +@dirrm %%DATADIR%%/Aircraft/j3cub +@dirrm %%DATADIR%%/Aircraft/j22/Models +@dirrm %%DATADIR%%/Aircraft/j22/Huds +@dirrm %%DATADIR%%/Aircraft/j22 +@dirrm %%DATADIR%%/Aircraft/f16/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/f16/Panels +@dirrm %%DATADIR%%/Aircraft/f16/Models +@dirrm %%DATADIR%%/Aircraft/f16/Hud +@dirrm %%DATADIR%%/Aircraft/f16/Engines +@dirrm %%DATADIR%%/Aircraft/f16 +@dirrm %%DATADIR%%/Aircraft/dc3/Sounds +@dirrm %%DATADIR%%/Aircraft/dc3/Models +@dirrm %%DATADIR%%/Aircraft/dc3 +@dirrm %%DATADIR%%/Aircraft/c310u3a/Models +@dirrm %%DATADIR%%/Aircraft/c310u3a/Engines +@dirrm %%DATADIR%%/Aircraft/c310u3a +@dirrm %%DATADIR%%/Aircraft/c310/Models +@dirrm %%DATADIR%%/Aircraft/c310/Engines +@dirrm %%DATADIR%%/Aircraft/c310 +@dirrm %%DATADIR%%/Aircraft/c182/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/c182/Panels +@dirrm %%DATADIR%%/Aircraft/c182/Engines +@dirrm %%DATADIR%%/Aircraft/c182 +@dirrm %%DATADIR%%/Aircraft/c172x/Engines +@dirrm %%DATADIR%%/Aircraft/c172x +@dirrm %%DATADIR%%/Aircraft/c172r/Engines +@dirrm %%DATADIR%%/Aircraft/c172r +@dirrm %%DATADIR%%/Aircraft/c172p/Systems +@dirrm %%DATADIR%%/Aircraft/c172p/Models/labels +@dirrm %%DATADIR%%/Aircraft/c172p/Models +@dirrm %%DATADIR%%/Aircraft/c172p/Engines +@dirrm %%DATADIR%%/Aircraft/c172p +@dirrm %%DATADIR%%/Aircraft/c172/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/c172/Panels +@dirrm %%DATADIR%%/Aircraft/c172/Models +@dirrm %%DATADIR%%/Aircraft/c172/Engines +@dirrm %%DATADIR%%/Aircraft/c172-le/Models +@dirrm %%DATADIR%%/Aircraft/c172-le +@dirrm %%DATADIR%%/Aircraft/c172 +@dirrm %%DATADIR%%/Aircraft/bo105/Models +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/tach +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/asi +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments +@dirrm %%DATADIR%%/Aircraft/bo105 +@dirrm %%DATADIR%%/Aircraft/beech99/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Sounds +@dirrm %%DATADIR%%/Aircraft/beech99/Models/uiuc/beech99 +@dirrm %%DATADIR%%/Aircraft/beech99/Models/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old/uiuc/beech99 +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old +@dirrm %%DATADIR%%/Aircraft/beech99/Models +@dirrm %%DATADIR%%/Aircraft/beech99/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/beech99/Instruments +@dirrm %%DATADIR%%/Aircraft/beech99 +@dirrm %%DATADIR%%/Aircraft/a4/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/a4/Sounds +@dirrm %%DATADIR%%/Aircraft/a4/Models +@dirrm %%DATADIR%%/Aircraft/a4 +@dirrm %%DATADIR%%/Aircraft/YF-23/Systems +@dirrm %%DATADIR%%/Aircraft/YF-23/Sounds/Samples +@dirrm %%DATADIR%%/Aircraft/YF-23/Sounds +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels +@dirrm %%DATADIR%%/Aircraft/YF-23/Models +@dirrm %%DATADIR%%/Aircraft/YF-23/Huds +@dirrm %%DATADIR%%/Aircraft/YF-23 +@dirrm %%DATADIR%%/Aircraft/X15/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/X15/Panels +@dirrm %%DATADIR%%/Aircraft/X15/Models +@dirrm %%DATADIR%%/Aircraft/X15/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/X15/Instruments +@dirrm %%DATADIR%%/Aircraft/X15/Engines +@dirrm %%DATADIR%%/Aircraft/X15 +@dirrm %%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/ornithopter +@dirrm %%DATADIR%%/Aircraft/UIUC/marchetti-v1 +@dirrm %%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1/doc +@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1 +@dirrm %%DATADIR%%/Aircraft/UIUC/asw20-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/a4-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/Models/opus +@dirrm %%DATADIR%%/Aircraft/UIUC/Models +@dirrm %%DATADIR%%/Aircraft/UIUC +@dirrm %%DATADIR%%/Aircraft/T38/Sounds +@dirrm %%DATADIR%%/Aircraft/T38/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/T38/Panels +@dirrm %%DATADIR%%/Aircraft/T38/Models +@dirrm %%DATADIR%%/Aircraft/T38/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/T38/Instruments +@dirrm %%DATADIR%%/Aircraft/T38/Engines +@dirrm %%DATADIR%%/Aircraft/T38 +@dirrm %%DATADIR%%/Aircraft/Spitfire/Sounds +@dirrm %%DATADIR%%/Aircraft/Spitfire/Models +@dirrm %%DATADIR%%/Aircraft/Spitfire/Electrical +@dirrm %%DATADIR%%/Aircraft/Spitfire +@dirrm %%DATADIR%%/Aircraft/OV10/Sounds +@dirrm %%DATADIR%%/Aircraft/OV10/Panels +@dirrm %%DATADIR%%/Aircraft/OV10/Models +@dirrm %%DATADIR%%/Aircraft/OV10/Engines +@dirrm %%DATADIR%%/Aircraft/OV10 +@dirrm %%DATADIR%%/Aircraft/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vsi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vor +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tc +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tach +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/kx170b +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/hi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/egt +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/controls +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/comp +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/clock +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/asi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/alt +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/ai +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/adf +@dirrm %%DATADIR%%/Aircraft/Instruments-3d +@dirrm %%DATADIR%%/Aircraft/Instruments +@dirrm %%DATADIR%%/Aircraft/Hunter/Systems +@dirrm %%DATADIR%%/Aircraft/Hunter/Sounds +@dirrm %%DATADIR%%/Aircraft/Hunter/Models +@dirrm %%DATADIR%%/Aircraft/Hunter +@dirrm %%DATADIR%%/Aircraft/Generic +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Systems +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Sounds +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Models +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Huds +@dirrm %%DATADIR%%/Aircraft/ComperSwift +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Systems +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Sounds +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Nasal +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Models +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Huds +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2 +@dirrm %%DATADIR%%/Aircraft/B-52F/Systems +@dirrm %%DATADIR%%/Aircraft/B-52F/Sounds +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels +@dirrm %%DATADIR%%/Aircraft/B-52F/Nasal +@dirrm %%DATADIR%%/Aircraft/B-52F/Models +@dirrm %%DATADIR%%/Aircraft/B-52F/Huds +@dirrm %%DATADIR%%/Aircraft/B-52F +@dirrm %%DATADIR%%/Aircraft/AN-225/Systems +@dirrm %%DATADIR%%/Aircraft/AN-225/Sounds +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels +@dirrm %%DATADIR%%/Aircraft/AN-225/Nasal +@dirrm %%DATADIR%%/Aircraft/AN-225/Models +@dirrm %%DATADIR%%/Aircraft/AN-225/Huds +@dirrm %%DATADIR%%/Aircraft/AN-225 +@dirrm %%DATADIR%%/Aircraft/A320/Sounds +@dirrm %%DATADIR%%/Aircraft/A320/Models +@dirrm %%DATADIR%%/Aircraft/A320/Engines +@dirrm %%DATADIR%%/Aircraft/A320 +@dirrm %%DATADIR%%/Aircraft/A-10/Systems +@dirrm %%DATADIR%%/Aircraft/A-10/Sounds +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/A-10/Panels +@dirrm %%DATADIR%%/Aircraft/A-10/Nasal +@dirrm %%DATADIR%%/Aircraft/A-10/Models +@dirrm %%DATADIR%%/Aircraft/A-10/Huds +@dirrm %%DATADIR%%/Aircraft/A-10 +@dirrm %%DATADIR%%/Aircraft/747/Models +@dirrm %%DATADIR%%/Aircraft/747/Engines +@dirrm %%DATADIR%%/Aircraft/747 +@dirrm %%DATADIR%%/Aircraft/737/Systems +@dirrm %%DATADIR%%/Aircraft/737/Sounds +@dirrm %%DATADIR%%/Aircraft/737/Panels +@dirrm %%DATADIR%%/Aircraft/737/Models +@dirrm %%DATADIR%%/Aircraft/737/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/737/Instruments +@dirrm %%DATADIR%%/Aircraft/737/Engines +@dirrm %%DATADIR%%/Aircraft/737 +@dirrm %%DATADIR%%/Aircraft +@dirrm %%DATADIR%%/ATC +@dirrm %%DATADIR%% diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index 2852beed6f88..cba1fe297fdc 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -5,58 +5,28 @@ # $FreeBSD$ # -PORTNAME= FlightGear -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTNAME= fgfs-base +PORTVERSION= 0.9.6 CATEGORIES= games -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/:src \ - ftp://ftp.flightgear.org/pub/fgfs/Shared/:dat +MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ + ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ MAINTAINER= des@FreeBSD.org -COMMENT= The FlightGear flight simulator +COMMENT= FlightGear scenery, textures and aircraft models -BASEVERSION= ${PORTVERSION} -BASEFILE= fgfs-base-${BASEVERSION}${EXTRACT_SUFX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ - ${BASEFILE}:dat - -LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut -BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ - ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear -RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ - ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear - -USE_GMAKE= yes +NO_BUILD= yes +USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes -# Force configure to look in ${LOCALBASE}/{include,lib} -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-threads - -MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1 - -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +WRKSRC= ${WRKDIR}/data post-extract: - @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -delete + @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete do-install: - @${ECHO} ">> Installing program" - @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - @${ECHO} ">> Installing data" @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 ${DATADIR} - @(cd ${WRKSRC}/data && ${FIND} . -type d | (cd ${DATADIR} &&\ + @(cd ${WRKSRC} && ${FIND} . -type d | (cd ${DATADIR} &&\ ${XARGS} ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755)) - @(cd ${WRKSRC}/data && ${FIND} . -type f |\ + @(cd ${WRKSRC} && ${FIND} . -type f |\ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}) -.include +.include diff --git a/games/flightgear-data/distinfo b/games/flightgear-data/distinfo index c2a6ff037acb..063015c7d1b1 100644 --- a/games/flightgear-data/distinfo +++ b/games/flightgear-data/distinfo @@ -1,4 +1,2 @@ -MD5 (FlightGear-0.9.3.tar.gz) = 6e5b672fb0167f73a4e4346a9a6250e3 -SIZE (FlightGear-0.9.3.tar.gz) = 1361944 -MD5 (fgfs-base-0.9.3.tar.gz) = ac58d5a0b7fc67060892773d98d994e2 -SIZE (fgfs-base-0.9.3.tar.gz) = 75233300 +MD5 (fgfs-base-0.9.6.tar.bz2) = fc167ed777d2fe184940541670bc72b1 +SIZE (fgfs-base-0.9.6.tar.bz2) = 81807095 diff --git a/games/flightgear-data/files/patch-ab b/games/flightgear-data/files/patch-ab deleted file mode 100644 index 2c568c8d15a1..000000000000 --- a/games/flightgear-data/files/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ ---- src/Main/Makefile.am.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/Makefile.am Wed Jan 22 14:33:57 2003 -@@ -19,7 +19,7 @@ - PSL_LIBS = - endif - --AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -+AM_CXXFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" - - EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in - ---- src/Main/Makefile.in.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/Makefile.in Wed Jan 22 14:34:16 2003 -@@ -97,7 +97,7 @@ - @HAVE_PLIB_PSL_TRUE@THREAD_LIBS = -lplibpsl - @HAVE_PLIB_PSL_FALSE@THREAD_LIBS = - --AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" -+AM_CXXFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" - - EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in - ---- src/Main/fg_init.cxx.orig Wed Jan 22 14:33:49 2003 -+++ src/Main/fg_init.cxx Wed Jan 22 14:34:27 2003 -@@ -264,7 +264,7 @@ - #elif defined( macintosh ) - root = ""; - #else -- root = PKGLIBDIR; -+ root = PKGDATADIR; - #endif - } - diff --git a/games/flightgear-data/pkg-plist b/games/flightgear-data/pkg-plist index 732b4845b3b6..b5eba76e8d9d 100644 --- a/games/flightgear-data/pkg-plist +++ b/games/flightgear-data/pkg-plist @@ -1,4524 +1,4884 @@ -bin/est-epsilon -bin/fgfs -bin/fgjs -bin/gl-info -bin/js_demo -bin/terrasync -bin/yasim -share/FlightGear/ATC/KEMT.taxi -share/FlightGear/ATC/default.approach -share/FlightGear/ATC/default.atis -share/FlightGear/ATC/default.ground -share/FlightGear/ATC/default.tower -share/FlightGear/ATC/default.transmissions -share/FlightGear/ATC/default.vce -share/FlightGear/ATC/default.wav -share/FlightGear/AUTHORS -share/FlightGear/Aircraft-uiuc/Beech99/aircraft.dat -share/FlightGear/Aircraft-uiuc/Boeing747/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172-71/CLfa.dat -share/FlightGear/Aircraft-uiuc/Cessna172-71/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172-73/CLfa.dat -share/FlightGear/Aircraft-uiuc/Cessna172-73/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna172/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna310/aircraft.dat -share/FlightGear/Aircraft-uiuc/Cessna620/aircraft.dat -share/FlightGear/Aircraft-uiuc/Convair880/aircraft.dat -share/FlightGear/Aircraft-uiuc/F104/aircraft.dat -share/FlightGear/Aircraft-uiuc/F4/aircraft.dat -share/FlightGear/Aircraft-uiuc/Learjet24/aircraft.dat -share/FlightGear/Aircraft-uiuc/Marchetti/aircraft.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CDfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CDfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CLfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CLfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/CYfbetadr.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Clfada.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cmfa.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cmfade.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cnfada.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/Cnfbetadr.dat -share/FlightGear/Aircraft-uiuc/Pioneer-TD/aircraft.dat -share/FlightGear/Aircraft-uiuc/Pioneer/aircraft.dat -share/FlightGear/Aircraft-uiuc/README-aircraft-uiuc.html -share/FlightGear/Aircraft-uiuc/T37/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtter/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtter/deft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterAllIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterTailIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/TwinOtterWingIce/aircraft.dat -share/FlightGear/Aircraft-uiuc/X15/aircraft.dat -share/FlightGear/Aircraft-uiuc/models/boeing747/index.html -share/FlightGear/Aircraft-uiuc/models/boeing747/linear.html -share/FlightGear/Aircraft-uiuc/models/boeing747/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna172/index.html -share/FlightGear/Aircraft-uiuc/models/cessna172/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna172/nonlinear.html -share/FlightGear/Aircraft-uiuc/models/cessna172/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna310/index.html -share/FlightGear/Aircraft-uiuc/models/cessna310/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna310/refs.html -share/FlightGear/Aircraft-uiuc/models/cessna620/index.html -share/FlightGear/Aircraft-uiuc/models/cessna620/linear.html -share/FlightGear/Aircraft-uiuc/models/cessna620/refs.html -share/FlightGear/Aircraft-uiuc/models/convair880/index.html -share/FlightGear/Aircraft-uiuc/models/convair880/linear.html -share/FlightGear/Aircraft-uiuc/models/convair880/refs.html -share/FlightGear/Aircraft-uiuc/models/f104/index.html -share/FlightGear/Aircraft-uiuc/models/f104/linear.html -share/FlightGear/Aircraft-uiuc/models/f104/refs.html -share/FlightGear/Aircraft-uiuc/models/f4/index.html -share/FlightGear/Aircraft-uiuc/models/f4/linear.html -share/FlightGear/Aircraft-uiuc/models/f4/refs.html -share/FlightGear/Aircraft-uiuc/models/images/alpha.gif -share/FlightGear/Aircraft-uiuc/models/images/alphadot.gif -share/FlightGear/Aircraft-uiuc/models/images/beta.gif -share/FlightGear/Aircraft-uiuc/models/images/cbar.gif -share/FlightGear/Aircraft-uiuc/models/images/delta.gif -share/FlightGear/Aircraft-uiuc/models/images/inf.gif -share/FlightGear/Aircraft-uiuc/models/images/mdot.gif -share/FlightGear/Aircraft-uiuc/models/images/mu.gif -share/FlightGear/Aircraft-uiuc/models/images/phi.gif -share/FlightGear/Aircraft-uiuc/models/images/plms.gif -share/FlightGear/Aircraft-uiuc/models/images/psi.gif -share/FlightGear/Aircraft-uiuc/models/images/sigma.gif -share/FlightGear/Aircraft-uiuc/models/images/theta.gif -share/FlightGear/Aircraft-uiuc/models/index.html -share/FlightGear/Aircraft-uiuc/models/learjet24/index.html -share/FlightGear/Aircraft-uiuc/models/learjet24/linear.html -share/FlightGear/Aircraft-uiuc/models/learjet24/refs.html -share/FlightGear/Aircraft-uiuc/models/marchetti/index.html -share/FlightGear/Aircraft-uiuc/models/marchetti/linear.html -share/FlightGear/Aircraft-uiuc/models/marchetti/refs.html -share/FlightGear/Aircraft-uiuc/models/pioneer/index.html -share/FlightGear/Aircraft-uiuc/models/pioneer/linear.html -share/FlightGear/Aircraft-uiuc/models/pioneer/nonlinear.html -share/FlightGear/Aircraft-uiuc/models/pioneer/refs.html -share/FlightGear/Aircraft-uiuc/models/t37/index.html -share/FlightGear/Aircraft-uiuc/models/t37/linear.html -share/FlightGear/Aircraft-uiuc/models/t37/refs.html -share/FlightGear/Aircraft-uiuc/models/x15/index.html -share/FlightGear/Aircraft-uiuc/models/x15/linear.html -share/FlightGear/Aircraft-uiuc/models/x15/refs.html -share/FlightGear/Aircraft-uiuc/runfgfs.bat -share/FlightGear/Aircraft-yasim/README.yasim -share/FlightGear/Aircraft/737/737-jsbsim-set.xml -share/FlightGear/Aircraft/737/737-set.xml -share/FlightGear/Aircraft/737/737.xml -share/FlightGear/Aircraft/737/737panel.readme -share/FlightGear/Aircraft/737/Instruments/737-engines.xml -share/FlightGear/Aircraft/737/Instruments/EADI.xml -share/FlightGear/Aircraft/737/Instruments/Textures/737-engines.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/adihsi.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/blank-256x256.rgb -share/FlightGear/Aircraft/737/Instruments/Textures/eadi_ladder.rgb -share/FlightGear/Aircraft/737/Instruments/fuel-quantity.xml -share/FlightGear/Aircraft/737/Panels/737-invis-1024x1024.rgb -share/FlightGear/Aircraft/737/Panels/737-panel.xml -share/FlightGear/Aircraft/747/747-panel.xml -share/FlightGear/Aircraft/747/747-set.xml -share/FlightGear/Aircraft/747/747-sound.xml -share/FlightGear/Aircraft/747/747-yasim-set.xml -share/FlightGear/Aircraft/747/747.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-ai-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-alt-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-asi-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-bezel-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efis-common-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efis-common-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-efisp-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw-02.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-enav-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw-03.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-mcp-jw.xml -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-01.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-01.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-02.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-02.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-03.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-03.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-04.rgb -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw-04.xcf -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw.ac -share/FlightGear/Aircraft/747/Models/boeing747-400-pfd-jw.xml -share/FlightGear/Aircraft/747/Models/digits.rgb -share/FlightGear/Aircraft/747/Models/digits.xcf -share/FlightGear/Aircraft/A320/A320-jsbsim-set.xml -share/FlightGear/Aircraft/A320/A320-set.xml -share/FlightGear/Aircraft/A320/A320.xml -share/FlightGear/Aircraft/A320/Models/a320-fb-af-01.rgb -share/FlightGear/Aircraft/A320/Models/a320-fb.ac -share/FlightGear/Aircraft/A320/Models/a320-fb.xml -share/FlightGear/Aircraft/Generic/README -share/FlightGear/Aircraft/Generic/generic-electrical.xml -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.ac -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.rgb -share/FlightGear/Aircraft/Instruments-3d/asi-260-knot.xml -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.ac -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments-3d/attitude-indicator.xml -share/FlightGear/Aircraft/Instruments-3d/mag-compass.ac -share/FlightGear/Aircraft/Instruments-3d/mag-compass.rgb -share/FlightGear/Aircraft/Instruments-3d/mag-compass.xml -share/FlightGear/Aircraft/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp1.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp2.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp3.rgb -share/FlightGear/Aircraft/Instruments/Textures/airsp4.rgb -share/FlightGear/Aircraft/Instruments/Textures/airspeed-160-knot.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt1.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt2.rgb -share/FlightGear/Aircraft/Instruments/Textures/alt3.rgb -share/FlightGear/Aircraft/Instruments/Textures/ann-c172s.rgb -share/FlightGear/Aircraft/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-260-knot.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi-c310.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/asi2.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati1.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati2.rgb -share/FlightGear/Aircraft/Instruments/Textures/ati3.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude1.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude2.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude3.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude4.rgb -share/FlightGear/Aircraft/Instruments/Textures/attitude5.rgb -share/FlightGear/Aircraft/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/Instruments/Textures/bezel3.rgb -share/FlightGear/Aircraft/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/Instruments/Textures/compass-ribbon.rgb -share/FlightGear/Aircraft/Instruments/Textures/default-attitude-indicator.rgb -share/FlightGear/Aircraft/Instruments/Textures/egt-fuel.rgb -share/FlightGear/Aircraft/Instruments/Textures/egt1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-1-hi.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-3-hi.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE1.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE2.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE3.rgb -share/FlightGear/Aircraft/Instruments/Textures/faces-LE4.rgb -share/FlightGear/Aircraft/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/Instruments/Textures/fuel1.rgb -share/FlightGear/Aircraft/Instruments/Textures/glareshield1.rgb -share/FlightGear/Aircraft/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/Instruments/Textures/hdg1.rgb -share/FlightGear/Aircraft/Instruments/Textures/hdg2.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi2.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi3.rgb -share/FlightGear/Aircraft/Instruments/Textures/hsi4.rgb -share/FlightGear/Aircraft/Instruments/Textures/kr-87adf.rgb -share/FlightGear/Aircraft/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/Instruments/Textures/logo.rgb -share/FlightGear/Aircraft/Instruments/Textures/madr-misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc1.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc2.rgb -share/FlightGear/Aircraft/Instruments/Textures/misc3.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav1.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav2.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav3.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav4.rgb -share/FlightGear/Aircraft/Instruments/Textures/nav5.rgb -share/FlightGear/Aircraft/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/Instruments/Textures/oil1.rgb -share/FlightGear/Aircraft/Instruments/Textures/panel-mini-bg.rgb -share/FlightGear/Aircraft/Instruments/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/Instruments/Textures/percent.rgb -share/FlightGear/Aircraft/Instruments/Textures/plusminus.rgb -share/FlightGear/Aircraft/Instruments/Textures/rpm1.rgb -share/FlightGear/Aircraft/Instruments/Textures/smlf.rgb -share/FlightGear/Aircraft/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/Instruments/Textures/tach-2700-redline.rgb -share/FlightGear/Aircraft/Instruments/Textures/trn1.rgb -share/FlightGear/Aircraft/Instruments/Textures/vac-amp-oil.rgb -share/FlightGear/Aircraft/Instruments/Textures/vac-amp1.rgb -share/FlightGear/Aircraft/Instruments/Textures/vertical-speed-6kfpm.rgb -share/FlightGear/Aircraft/Instruments/Textures/vsi1.rgb -share/FlightGear/Aircraft/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb -share/FlightGear/Aircraft/Instruments/accel.xml -share/FlightGear/Aircraft/Instruments/adf-c172s.xml -share/FlightGear/Aircraft/Instruments/adf-hi.xml -share/FlightGear/Aircraft/Instruments/adf-radio.xml -share/FlightGear/Aircraft/Instruments/adf.xml -share/FlightGear/Aircraft/Instruments/alt-c172s.xml -share/FlightGear/Aircraft/Instruments/altimeter-hi.xml -share/FlightGear/Aircraft/Instruments/altimeter.xml -share/FlightGear/Aircraft/Instruments/ann-c172s.xml -share/FlightGear/Aircraft/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/Instruments/aoa.xml -share/FlightGear/Aircraft/Instruments/aoaL.xml -share/FlightGear/Aircraft/Instruments/asi-160-knot-hi.xml -share/FlightGear/Aircraft/Instruments/asi-160-knot.xml -share/FlightGear/Aircraft/Instruments/asi-1k-knot.xml -share/FlightGear/Aircraft/Instruments/asi-260-knot.xml -share/FlightGear/Aircraft/Instruments/asi-590-knot-a4c.xml -share/FlightGear/Aircraft/Instruments/asi-c172s.xml -share/FlightGear/Aircraft/Instruments/asi-c310.xml -share/FlightGear/Aircraft/Instruments/asi.xml -share/FlightGear/Aircraft/Instruments/ati-c172s.xml -share/FlightGear/Aircraft/Instruments/ati.xml -share/FlightGear/Aircraft/Instruments/attitude-indicator-hi.xml -share/FlightGear/Aircraft/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/Instruments/autopilot-elev-adj-factor.xml -share/FlightGear/Aircraft/Instruments/autopilot-max-aileron.xml -share/FlightGear/Aircraft/Instruments/autopilot-max-roll-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-roll-out-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-roll-out-smooth-deg.xml -share/FlightGear/Aircraft/Instruments/autopilot-target-climb-rate.xml -share/FlightGear/Aircraft/Instruments/autopilot-target-descent-rate.xml -share/FlightGear/Aircraft/Instruments/autopilot.xml -share/FlightGear/Aircraft/Instruments/brakes.xml -share/FlightGear/Aircraft/Instruments/clock.xml -share/FlightGear/Aircraft/Instruments/controls.xml -share/FlightGear/Aircraft/Instruments/default-160Knot-airspeed.xml -share/FlightGear/Aircraft/Instruments/dme.xml -share/FlightGear/Aircraft/Instruments/dual-manifold-pressure.xml -share/FlightGear/Aircraft/Instruments/egt-dual.xml -share/FlightGear/Aircraft/Instruments/egt-ff-c172s.xml -share/FlightGear/Aircraft/Instruments/egt.xml -share/FlightGear/Aircraft/Instruments/engine-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine-epr.xml -share/FlightGear/Aircraft/Instruments/engine-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine-reheat.xml -share/FlightGear/Aircraft/Instruments/engine0-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine0-epr.xml -share/FlightGear/Aircraft/Instruments/engine0-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine0-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine0-reheat.xml -share/FlightGear/Aircraft/Instruments/engine1-egt-degf.xml -share/FlightGear/Aircraft/Instruments/engine1-epr.xml -share/FlightGear/Aircraft/Instruments/engine1-fuel-flow-gph.xml -share/FlightGear/Aircraft/Instruments/engine1-prop-thrust.xml -share/FlightGear/Aircraft/Instruments/engine1-reheat.xml -share/FlightGear/Aircraft/Instruments/flap.xml -share/FlightGear/Aircraft/Instruments/fuel-c172s.xml -share/FlightGear/Aircraft/Instruments/fuel-tot-gal.xml -share/FlightGear/Aircraft/Instruments/fuel.xml -share/FlightGear/Aircraft/Instruments/fueltank-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank0-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank1-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank2-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank3-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank4-gal_us.xml -share/FlightGear/Aircraft/Instruments/fueltank5-gal_us.xml -share/FlightGear/Aircraft/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/Instruments/gear.xml -share/FlightGear/Aircraft/Instruments/gyro.xml -share/FlightGear/Aircraft/Instruments/hdg-c172s.xml -share/FlightGear/Aircraft/Instruments/hdg.xml -share/FlightGear/Aircraft/Instruments/hsi-bk-hi.xml -share/FlightGear/Aircraft/Instruments/hsi-hi.xml -share/FlightGear/Aircraft/Instruments/hsi.xml -share/FlightGear/Aircraft/Instruments/hsi2.xml -share/FlightGear/Aircraft/Instruments/jet-throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/kr-87adf.xml -share/FlightGear/Aircraft/Instruments/logo.xml -share/FlightGear/Aircraft/Instruments/magcompass.xml -share/FlightGear/Aircraft/Instruments/magneto-switch.xml -share/FlightGear/Aircraft/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/Instruments/mixture-knob.xml -share/FlightGear/Aircraft/Instruments/n1.xml -share/FlightGear/Aircraft/Instruments/nav1-hi.xml -share/FlightGear/Aircraft/Instruments/nav1.xml -share/FlightGear/Aircraft/Instruments/nav3.xml -share/FlightGear/Aircraft/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/Instruments/navcom-radio.xml -share/FlightGear/Aircraft/Instruments/oat.xml -share/FlightGear/Aircraft/Instruments/oil-c172s.xml -share/FlightGear/Aircraft/Instruments/oil.xml -share/FlightGear/Aircraft/Instruments/pilot-g.xml -share/FlightGear/Aircraft/Instruments/propeller-knob.xml -share/FlightGear/Aircraft/Instruments/rmi.xml -share/FlightGear/Aircraft/Instruments/rpm-c172s.xml -share/FlightGear/Aircraft/Instruments/rpm-hi.xml -share/FlightGear/Aircraft/Instruments/rpm.xml -share/FlightGear/Aircraft/Instruments/single-magneto-switch.xml -share/FlightGear/Aircraft/Instruments/single-manifold-pressure.xml -share/FlightGear/Aircraft/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/Instruments/single-step-flap-quadrant.xml -share/FlightGear/Aircraft/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/switch.xml -share/FlightGear/Aircraft/Instruments/tach-2700-redline.xml -share/FlightGear/Aircraft/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/Instruments/throttle-knob.xml -share/FlightGear/Aircraft/Instruments/throttle-quadrant.xml -share/FlightGear/Aircraft/Instruments/trn-c172s.xml -share/FlightGear/Aircraft/Instruments/trn.xml -share/FlightGear/Aircraft/Instruments/tsr2-attitude-indicator.xml -share/FlightGear/Aircraft/Instruments/turn-hi.xml -share/FlightGear/Aircraft/Instruments/turn.xml -share/FlightGear/Aircraft/Instruments/twin-magneto-switch.xml -share/FlightGear/Aircraft/Instruments/vac-amp-c172s.xml -share/FlightGear/Aircraft/Instruments/vacamp.xml -share/FlightGear/Aircraft/Instruments/vertical-hi.xml -share/FlightGear/Aircraft/Instruments/vertical-speed-6kfpm.xml -share/FlightGear/Aircraft/Instruments/vertical.xml -share/FlightGear/Aircraft/Instruments/vertical1k.xml -share/FlightGear/Aircraft/Instruments/vor1-c172s.xml -share/FlightGear/Aircraft/Instruments/vor2-c172s.xml -share/FlightGear/Aircraft/Instruments/vsi-c172s.xml -share/FlightGear/Aircraft/Instruments/vsi.xml -share/FlightGear/Aircraft/Instruments/xpdr-kt76c.xml -share/FlightGear/Aircraft/OV10/Models/OV10.ac -share/FlightGear/Aircraft/OV10/Models/OV10.mdl -share/FlightGear/Aircraft/OV10/Models/ov10.xml -share/FlightGear/Aircraft/OV10/Models/ov10_0.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_1.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_2.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_3.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_4.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_5.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_6.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_7.rgb -share/FlightGear/Aircraft/OV10/Models/ov10_8.rgb -share/FlightGear/Aircraft/OV10/OV10-jsbsim-set.xml -share/FlightGear/Aircraft/OV10/OV10-read-me.html -share/FlightGear/Aircraft/OV10/OV10-set.xml -share/FlightGear/Aircraft/OV10/OV10.xml -share/FlightGear/Aircraft/OV10/Sounds/OV10-sound.xml -share/FlightGear/Aircraft/OV10/Sounds/turboprop1.wav -share/FlightGear/Aircraft/OV10/ov10 -share/FlightGear/Aircraft/T38/Instruments/IVSI-6kfpm.xml -share/FlightGear/Aircraft/T38/Instruments/T38-ADI.xml -share/FlightGear/Aircraft/T38/Instruments/T38-HSI.xml -share/FlightGear/Aircraft/T38/Instruments/T38-airspeed.xml -share/FlightGear/Aircraft/T38/Instruments/T38-altimeter.xml -share/FlightGear/Aircraft/T38/Instruments/T38-flaps.xml -share/FlightGear/Aircraft/T38/Instruments/T38-gear.xml -share/FlightGear/Aircraft/T38/Instruments/T38-throttle.xml -share/FlightGear/Aircraft/T38/Instruments/Textures/T38-altimeter.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/aero.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/engine.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/fuel.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/fuelflow.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/gmeter.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/ivsi-6kfpm.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/n1.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/nozzle.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/oilpressure.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-ADI.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-airspeed.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-flaps.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-gear.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/t38-hsi.rgb -share/FlightGear/Aircraft/T38/Instruments/Textures/throttle.rgb -share/FlightGear/Aircraft/T38/Instruments/aero.xml -share/FlightGear/Aircraft/T38/Instruments/egt-0.xml -share/FlightGear/Aircraft/T38/Instruments/egt-1.xml -share/FlightGear/Aircraft/T38/Instruments/engine.xml -share/FlightGear/Aircraft/T38/Instruments/ff-0.xml -share/FlightGear/Aircraft/T38/Instruments/ff-1.xml -share/FlightGear/Aircraft/T38/Instruments/fuel-0.xml -share/FlightGear/Aircraft/T38/Instruments/fuel-1.xml -share/FlightGear/Aircraft/T38/Instruments/gmeter.xml -share/FlightGear/Aircraft/T38/Instruments/n1-0.xml -share/FlightGear/Aircraft/T38/Instruments/n1-1.xml -share/FlightGear/Aircraft/T38/Instruments/nozzle-0.xml -share/FlightGear/Aircraft/T38/Instruments/nozzle-1.xml -share/FlightGear/Aircraft/T38/Instruments/oilpressure-0.xml -share/FlightGear/Aircraft/T38/Instruments/oilpressure-1.xml -share/FlightGear/Aircraft/T38/Models/T38-model.xml -share/FlightGear/Aircraft/T38/Models/T38.ac -share/FlightGear/Aircraft/T38/Models/t38_0.rgb -share/FlightGear/Aircraft/T38/Models/t38_1.rgb -share/FlightGear/Aircraft/T38/Models/t38_10.rgb -share/FlightGear/Aircraft/T38/Models/t38_11.rgb -share/FlightGear/Aircraft/T38/Models/t38_2.rgb -share/FlightGear/Aircraft/T38/Models/t38_3.rgb -share/FlightGear/Aircraft/T38/Models/t38_4.rgb -share/FlightGear/Aircraft/T38/Models/t38_5.rgb -share/FlightGear/Aircraft/T38/Models/t38_6.rgb -share/FlightGear/Aircraft/T38/Models/t38_7.rgb -share/FlightGear/Aircraft/T38/Models/t38_8.rgb -share/FlightGear/Aircraft/T38/Models/t38_9.rgb -share/FlightGear/Aircraft/T38/Panels/T38-panel.xml -share/FlightGear/Aircraft/T38/Panels/Textures/T38-panel.rgb -share/FlightGear/Aircraft/T38/Sounds/T38-engines.wav -share/FlightGear/Aircraft/T38/Sounds/T38-sound.xml -share/FlightGear/Aircraft/T38/T38-electrical.xml -share/FlightGear/Aircraft/T38/T38-jsbsim-set.xml -share/FlightGear/Aircraft/T38/T38-read-me.html -share/FlightGear/Aircraft/T38/T38-set.xml -share/FlightGear/Aircraft/T38/T38.xml -share/FlightGear/Aircraft/UIUC/Models/opus/opus-model.xml -share/FlightGear/Aircraft/UIUC/Models/opus/opus.mdl -share/FlightGear/Aircraft/UIUC/README.uiuc.html -share/FlightGear/Aircraft/UIUC/a4-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/a4-v1-nl/README.a4.html -share/FlightGear/Aircraft/UIUC/a4-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/CDfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/CLfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html -share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/CDfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/CLfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/Cmfa-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/Cmfade-01.dat -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/README.asw20.html -share/FlightGear/Aircraft/UIUC/asw20-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/beech99-v1/README.beech99.html -share/FlightGear/Aircraft/UIUC/beech99-v1/aircraft.dat -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/index.html -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/linear.html -share/FlightGear/Aircraft/UIUC/beech99-v1/doc/refs.html -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/README.fkdr1.html -share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/marchetti-v1/README.marchetti.html -share/FlightGear/Aircraft/UIUC/marchetti-v1/aircraft.dat -share/FlightGear/Aircraft/UIUC/ornithopter/README.orni.html -share/FlightGear/Aircraft/UIUC/ornithopter/aircraft.dat -share/FlightGear/Aircraft/UIUC/ornithopter/flap.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/CLfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfa.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfade.dat -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/README.sopwithCamel.html -share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl/aircraft.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/CDfa.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/CLfade.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfa2.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfade6.dat -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/README.wrightFlyer1903.html -share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl/aircraft.dat -share/FlightGear/Aircraft/X15/Instruments/Textures/x15-faces-1.rgb -share/FlightGear/Aircraft/X15/Instruments/Textures/x15-faces-2.rgb -share/FlightGear/Aircraft/X15/Instruments/X15-accelerometer-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-airspeed-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-altimeter-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-climb-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-height-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-inertial-speed-face.xml -share/FlightGear/Aircraft/X15/Instruments/X15-roll-indicator-face.xml -share/FlightGear/Aircraft/X15/Instruments/accelerometer.xml -share/FlightGear/Aircraft/X15/Instruments/airspeed.xml -share/FlightGear/Aircraft/X15/Instruments/altimeter.xml -share/FlightGear/Aircraft/X15/Instruments/aoa-face.xml -share/FlightGear/Aircraft/X15/Instruments/aoa.xml -share/FlightGear/Aircraft/X15/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/X15/Instruments/autopilot.xml -share/FlightGear/Aircraft/X15/Instruments/center-cap.xml -share/FlightGear/Aircraft/X15/Instruments/clock.xml -share/FlightGear/Aircraft/X15/Instruments/controls.xml -share/FlightGear/Aircraft/X15/Instruments/dynamic-pressure-face.xml -share/FlightGear/Aircraft/X15/Instruments/dynamic_press.xml -share/FlightGear/Aircraft/X15/Instruments/flaps.xml -share/FlightGear/Aircraft/X15/Instruments/inertialclimb.xml -share/FlightGear/Aircraft/X15/Instruments/inertialheight.xml -share/FlightGear/Aircraft/X15/Instruments/inertialspeed.xml -share/FlightGear/Aircraft/X15/Instruments/nav1.xml -share/FlightGear/Aircraft/X15/Instruments/needle.xml -share/FlightGear/Aircraft/X15/Instruments/roll.xml -share/FlightGear/Aircraft/X15/Models/X15_flight.ac -share/FlightGear/Aircraft/X15/Models/X15_landing.ac -share/FlightGear/Aircraft/X15/Models/X15_readme.txt -share/FlightGear/Aircraft/X15/Models/x150.rgb -share/FlightGear/Aircraft/X15/Models/x151.rgb -share/FlightGear/Aircraft/X15/Models/x152.rgb -share/FlightGear/Aircraft/X15/Models/x153.rgb -share/FlightGear/Aircraft/X15/Models/x154.rgb -share/FlightGear/Aircraft/X15/Models/x155.rgb -share/FlightGear/Aircraft/X15/Models/x156.rgb -share/FlightGear/Aircraft/X15/Models/x157.rgb -share/FlightGear/Aircraft/X15/Models/x158.rgb -share/FlightGear/Aircraft/X15/Panels/Textures/x15-bg.rgb -share/FlightGear/Aircraft/X15/Panels/X15-panel.xml -share/FlightGear/Aircraft/X15/X15-jsbsim-set.xml -share/FlightGear/Aircraft/X15/X15-set.xml -share/FlightGear/Aircraft/X15/X15.xml -share/FlightGear/Aircraft/a10/Huds/a10-fgtbi.xml -share/FlightGear/Aircraft/a10/Huds/a10-hud1.xml -share/FlightGear/Aircraft/a10/Huds/a10-hudcard.xml -share/FlightGear/Aircraft/a10/Huds/a10-hudladder.xml -share/FlightGear/Aircraft/a10/Huds/a10-instrlabel.xml -share/FlightGear/Aircraft/a10/Models/A10cl.3ds -share/FlightGear/Aircraft/a10/Models/A10fl.3ds -share/FlightGear/Aircraft/a10/Models/A10wl.3ds -share/FlightGear/Aircraft/a10/Models/a10cl-model.xml -share/FlightGear/Aircraft/a10/Models/a10fl-model.xml -share/FlightGear/Aircraft/a10/Models/a10wl-model.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE2-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE2.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE3-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE3.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/faces-LE4.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/plusminus.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/a10/Panels/Instruments/a10-attitude-indicator.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/altimeter.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/aoa.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/asi-1k-knot-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/asi-1k-knot.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-elev-adj-factor.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-max-aileron.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-max-roll-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-roll-out-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-roll-out-smooth-deg.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-target-climb-rate.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot-target-descent-rate.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-egt-degf-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-egt-degf.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-fuel-flow-gph-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-fuel-flow-gph.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-n1-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-n2-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-prop-thrust-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/engine-prop-thrust.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fuel-tot-gal-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fuel-tot-gal.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/fueltank-gal_us.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/mach-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/pilot-g.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/a10/Panels/Instruments/vertical.xml -share/FlightGear/Aircraft/a10/Panels/Textures/a10-panel-bg.rgb -share/FlightGear/Aircraft/a10/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/a10/Panels/a10-mini-panel.xml -share/FlightGear/Aircraft/a10/Panels/a10-vfr-panel.xml -share/FlightGear/Aircraft/a10/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/a10/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/a10/Sounds/a10-sound.xml -share/FlightGear/Aircraft/a10/Systems/a10-electrical.xml -share/FlightGear/Aircraft/a10/a10-readme.txt -share/FlightGear/Aircraft/a10/a10-yasim-set.xml -share/FlightGear/Aircraft/a10/a10-yasim.xml -share/FlightGear/Aircraft/a10/a10cl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10cl-yasim.xml -share/FlightGear/Aircraft/a10/a10fl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10fl-yasim.xml -share/FlightGear/Aircraft/a10/a10wl-yasim-set.xml -share/FlightGear/Aircraft/a10/a10wl-yasim.xml -share/FlightGear/Aircraft/a4/Models/READMEmodel.txt -share/FlightGear/Aircraft/a4/Models/a4-blue-0.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-1.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-2.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-3.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-4.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-5.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-6.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-7.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-8.rgb -share/FlightGear/Aircraft/a4/Models/a4-blue-uiuc.xml -share/FlightGear/Aircraft/a4/Models/a4-blue.ac -share/FlightGear/Aircraft/a4/Models/a4-blue.xml -share/FlightGear/Aircraft/a4/Models/attitude-detail.rgb -share/FlightGear/Aircraft/a4/Models/attitude.ac -share/FlightGear/Aircraft/a4/Models/attitude.rgb -share/FlightGear/Aircraft/a4/Models/attitude.xml -share/FlightGear/Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml -share/FlightGear/Aircraft/a4/a4-3d-set.xml -share/FlightGear/Aircraft/a4/a4-panel.xml -share/FlightGear/Aircraft/a4/a4-set.xml -share/FlightGear/Aircraft/a4/a4-sound.xml -share/FlightGear/Aircraft/a4/a4-sound.xml.new -share/FlightGear/Aircraft/a4/a4-uiuc-set.xml -share/FlightGear/Aircraft/a4/a4-yasim-set.xml -share/FlightGear/Aircraft/a4/a4.xml -share/FlightGear/Aircraft/a4/aoa-panel.xml -share/FlightGear/Aircraft/a4/fuel-gauge.rgb -share/FlightGear/Aircraft/a4/fuel-gauge.xml -share/FlightGear/Aircraft/a4/transparent-bg.rgb -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/README.TXT -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr-cs-model.xml -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.0af -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.1af -share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr_cs.mdl -share/FlightGear/Aircraft/airwaveXtreme150/Sounds/uiuc/airwaveXtreme150-sound.xml -share/FlightGear/Aircraft/airwaveXtreme150/airwaveXtreme150-set.xml -share/FlightGear/Aircraft/airwaveXtreme150/airwaveXtreme150-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/an225/Huds/an225-fgtbi.xml -share/FlightGear/Aircraft/an225/Huds/an225-hud1.xml -share/FlightGear/Aircraft/an225/Huds/an225-hudcard.xml -share/FlightGear/Aircraft/an225/Huds/an225-hudladder.xml -share/FlightGear/Aircraft/an225/Huds/an225-instrlabel.xml -share/FlightGear/Aircraft/an225/Models/AN225-003-002d11.ac -share/FlightGear/Aircraft/an225/Models/AN225-tx-001.rgb -share/FlightGear/Aircraft/an225/Models/an225-model.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/an225/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/four-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/four-step-flap-quadrant.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/an225/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/an225/Panels/Textures/an225-panel-bg.rgb -share/FlightGear/Aircraft/an225/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/an225/Panels/an225-mini-panel.xml -share/FlightGear/Aircraft/an225/Panels/an225-vfr-panel.xml -share/FlightGear/Aircraft/an225/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/an225/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/an225/Sounds/an225-sound.xml -share/FlightGear/Aircraft/an225/Systems/an225-electrical.xml -share/FlightGear/Aircraft/an225/an225-yasim-set.xml -share/FlightGear/Aircraft/an225/an225-yasim.xml -share/FlightGear/Aircraft/as350/as350-set.xml -share/FlightGear/Aircraft/as350/as350-yasim-set.xml -share/FlightGear/Aircraft/as350/as350.xml -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/README.TXT -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20-stuck-model.xml -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20.mdl -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.0af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.1af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.2af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.3af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.4af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.5af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.6af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.7af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.8af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.9af -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.aaf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.baf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.caf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.daf -share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck/asw20mp_.eaf -share/FlightGear/Aircraft/asw20/Sounds/uiuc/asw20-sound.xml -share/FlightGear/Aircraft/asw20/asw20-set.xml -share/FlightGear/Aircraft/asw20/asw20-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/b52/Huds/b52-fgtbi.xml -share/FlightGear/Aircraft/b52/Huds/b52-hud1.xml -share/FlightGear/Aircraft/b52/Huds/b52-hudcard.xml -share/FlightGear/Aircraft/b52/Huds/b52-hudladder.xml -share/FlightGear/Aircraft/b52/Huds/b52-instrlabel.xml -share/FlightGear/Aircraft/b52/Models/B52-F-020a.ac -share/FlightGear/Aircraft/b52/Models/B52-F-L-Plan.rgb -share/FlightGear/Aircraft/b52/Models/B52-F-R-Plan.rgb -share/FlightGear/Aircraft/b52/Models/B52-F-Side.rgb -share/FlightGear/Aircraft/b52/Models/b52-model.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/b52/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-step-flap-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/b52/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/b52/Panels/Textures/b52-panel-bg.rgb -share/FlightGear/Aircraft/b52/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/b52/Panels/b52-mini-panel.xml -share/FlightGear/Aircraft/b52/Panels/b52-vfr-panel.xml -share/FlightGear/Aircraft/b52/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/b52/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/b52/Sounds/b52-sound.xml -share/FlightGear/Aircraft/b52/Systems/b52-electrical.xml -share/FlightGear/Aircraft/b52/b52-readme.txt -share/FlightGear/Aircraft/b52/b52-yasim-set.xml -share/FlightGear/Aircraft/b52/b52-yasim.xml -share/FlightGear/Aircraft/beech99/Models/READMEmodel.txt -share/FlightGear/Aircraft/beech99/Models/beech99-model.xml -share/FlightGear/Aircraft/beech99/Models/beech99.ac -share/FlightGear/Aircraft/beech99/Models/beech_990.rgb -share/FlightGear/Aircraft/beech99/Models/beech_991.rgb -share/FlightGear/Aircraft/beech99/Models/beech_992.rgb -share/FlightGear/Aircraft/beech99/Models/beech_993.rgb -share/FlightGear/Aircraft/beech99/Models/beech_994.rgb -share/FlightGear/Aircraft/beech99/Models/beech_995.rgb -share/FlightGear/Aircraft/beech99/Models/beech_996.rgb -share/FlightGear/Aircraft/beech99/Models/beech_997.rgb -share/FlightGear/Aircraft/beech99/Models/beech_998.rgb -share/FlightGear/Aircraft/beech99/Models/beech_999.rgb -share/FlightGear/Aircraft/beech99/Models/uiuc/beech99/beech99-model.xml -share/FlightGear/Aircraft/beech99/Sounds/uiuc/beech99-sound.xml -share/FlightGear/Aircraft/beech99/beech99-v1-uiuc-set.xml -share/FlightGear/Aircraft/bell206/bell206-set.xml -share/FlightGear/Aircraft/bell206/bell206-yasim-set.xml -share/FlightGear/Aircraft/bell206/bell206.xml -share/FlightGear/Aircraft/bo105/Models/bo105.ac -share/FlightGear/Aircraft/bo105/Models/bo105.xml -share/FlightGear/Aircraft/bo105/bo105-set.xml -share/FlightGear/Aircraft/bo105/bo105-yasim-set.xml -share/FlightGear/Aircraft/bo105/bo105.xml -share/FlightGear/Aircraft/c172-fs-set.xml -share/FlightGear/Aircraft/c172/Instruments.high/Textures/blister.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/brake.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/compass-ribbon.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/egauge.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-2.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-3.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-4.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-5.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/faces-6.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/flaps.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/knobs.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/led.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/logo.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/misc-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/panel-bg-2.rgb -share/FlightGear/Aircraft/c172/Instruments.high/Textures/radios-1.rgb -share/FlightGear/Aircraft/c172/Instruments.high/adf-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/adf.xml -share/FlightGear/Aircraft/c172/Instruments.high/airspeed.xml -share/FlightGear/Aircraft/c172/Instruments.high/altimeter.xml -share/FlightGear/Aircraft/c172/Instruments.high/autopilot.xml -share/FlightGear/Aircraft/c172/Instruments.high/brakes.xml -share/FlightGear/Aircraft/c172/Instruments.high/clock.xml -share/FlightGear/Aircraft/c172/Instruments.high/controls.xml -share/FlightGear/Aircraft/c172/Instruments.high/dme.xml -share/FlightGear/Aircraft/c172/Instruments.high/egt.xml -share/FlightGear/Aircraft/c172/Instruments.high/flap.xml -share/FlightGear/Aircraft/c172/Instruments.high/fuel.xml -share/FlightGear/Aircraft/c172/Instruments.high/gyro.xml -share/FlightGear/Aircraft/c172/Instruments.high/horizon.xml -share/FlightGear/Aircraft/c172/Instruments.high/logo.xml -share/FlightGear/Aircraft/c172/Instruments.high/magcompass.xml -share/FlightGear/Aircraft/c172/Instruments.high/manifold-press.xml -share/FlightGear/Aircraft/c172/Instruments.high/markerbeacon.xml -share/FlightGear/Aircraft/c172/Instruments.high/mixture-knob.xml -share/FlightGear/Aircraft/c172/Instruments.high/nav1.xml -share/FlightGear/Aircraft/c172/Instruments.high/nav2.xml -share/FlightGear/Aircraft/c172/Instruments.high/navcom1-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/navcom2-radio.xml -share/FlightGear/Aircraft/c172/Instruments.high/oil.xml -share/FlightGear/Aircraft/c172/Instruments.high/rpm.xml -share/FlightGear/Aircraft/c172/Instruments.high/throttle-knob.xml -share/FlightGear/Aircraft/c172/Instruments.high/turn.xml -share/FlightGear/Aircraft/c172/Instruments.high/vacamp.xml -share/FlightGear/Aircraft/c172/Instruments.high/vertical.xml -share/FlightGear/Aircraft/c172/Models/c172-01.rgb -share/FlightGear/Aircraft/c172/Models/c172-02.rgb -share/FlightGear/Aircraft/c172/Models/c172-car.xml -share/FlightGear/Aircraft/c172/Models/c172-dpm.ac -share/FlightGear/Aircraft/c172/Models/c172-dpm.xml -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-01.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-02.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-03.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-04.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-07.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/c172r-panel-08.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-610x-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-c172r-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/shaped-bg.rgb -share/FlightGear/Aircraft/c172/Panels/Textures/transparent-bg.rgb -share/FlightGear/Aircraft/c172/Panels/c172-610x-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-fullscr.xml -share/FlightGear/Aircraft/c172/Panels/c172-fullscreen.xml -share/FlightGear/Aircraft/c172/Panels/c172-ifr-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-mini-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-trans-mini-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-trans-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172-vfr-panel.xml -share/FlightGear/Aircraft/c172/Panels/c172r-panel.xml -share/FlightGear/Aircraft/c172/README.c172 -share/FlightGear/Aircraft/c172/c172-3d-set.xml -share/FlightGear/Aircraft/c172/c172-3d-yasim-set.xml -share/FlightGear/Aircraft/c172/c172-610x-jsbsim-set.xml -share/FlightGear/Aircraft/c172/c172-610x-set.xml -share/FlightGear/Aircraft/c172/c172-base.xml -share/FlightGear/Aircraft/c172/c172-electrical.xml -share/FlightGear/Aircraft/c172/c172-ifr-set.xml -share/FlightGear/Aircraft/c172/c172-larcsim-set.xml -share/FlightGear/Aircraft/c172/c172-set.xml -share/FlightGear/Aircraft/c172/c172-sound.xml -share/FlightGear/Aircraft/c172/c172-yasim-set.xml -share/FlightGear/Aircraft/c172/c172-yasim.xml -share/FlightGear/Aircraft/c172p/Models/c172p-01.rgb -share/FlightGear/Aircraft/c172p/Models/c172p-02.rgb -share/FlightGear/Aircraft/c172p/Models/c172p-2d-panel.xml -share/FlightGear/Aircraft/c172p/Models/c172p-int-01.rgb -share/FlightGear/Aircraft/c172p/Models/c172p.ac -share/FlightGear/Aircraft/c172p/Models/c172p.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelbcn.xml -share/FlightGear/Aircraft/c172p/Models/labels/labellng.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelnav.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelpto.xml -share/FlightGear/Aircraft/c172p/Models/labels/labelsto.xml -share/FlightGear/Aircraft/c172p/Models/labels/labeltax.xml -share/FlightGear/Aircraft/c172p/c172p-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c172p/c172p-3d-set.xml -share/FlightGear/Aircraft/c172p/c172p-base.xml -share/FlightGear/Aircraft/c172p/c172p-jsbsim-base.xml -share/FlightGear/Aircraft/c172p/c172p-jsbsim-set.xml -share/FlightGear/Aircraft/c172p/c172p-set.xml -share/FlightGear/Aircraft/c172p/c172p.xml -share/FlightGear/Aircraft/c172r/README.c172r -share/FlightGear/Aircraft/c172r/c172r-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c172r/c172r-3d-set.xml -share/FlightGear/Aircraft/c172r/c172r-3d-yasim-set.xml -share/FlightGear/Aircraft/c172r/c172r-base.xml -share/FlightGear/Aircraft/c172r/c172r-jsbsim-base.xml -share/FlightGear/Aircraft/c172r/c172r-jsbsim-set.xml -share/FlightGear/Aircraft/c172r/c172r-set.xml -share/FlightGear/Aircraft/c172r/c172r-yasim-base.xml -share/FlightGear/Aircraft/c172r/c172r-yasim-set.xml -share/FlightGear/Aircraft/c172r/c172r.xml -share/FlightGear/Aircraft/c172x/c172x-set.xml -share/FlightGear/Aircraft/c172x/c172x.xml -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-01.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-02.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-03.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-04.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-05.rgb -share/FlightGear/Aircraft/c182/Panels/Textures/c182s-panel-06.rgb -share/FlightGear/Aircraft/c182/Panels/c182s-panel.xml -share/FlightGear/Aircraft/c182/README.c182 -share/FlightGear/Aircraft/c182/c182-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c182/c182-jsbsim-set.xml -share/FlightGear/Aircraft/c182/c182-set.xml -share/FlightGear/Aircraft/c182/c182-sound.xml -share/FlightGear/Aircraft/c182/c182.xml -share/FlightGear/Aircraft/c310/310-panel-bg.rgb -share/FlightGear/Aircraft/c310/Models/c310-01.rgb -share/FlightGear/Aircraft/c310/Models/c310-02.rgb -share/FlightGear/Aircraft/c310/Models/c310-2d-panel.xml -share/FlightGear/Aircraft/c310/Models/c310-dpm.ac -share/FlightGear/Aircraft/c310/Models/c310-dpm.xml -share/FlightGear/Aircraft/c310/README.c310 -share/FlightGear/Aircraft/c310/c310-base.xml -share/FlightGear/Aircraft/c310/c310-electrical.xml -share/FlightGear/Aircraft/c310/c310-ifr-panel.xml -share/FlightGear/Aircraft/c310/c310-jsbsim-base.xml -share/FlightGear/Aircraft/c310/c310-mini-panel.xml -share/FlightGear/Aircraft/c310/c310-panel-01.rgb -share/FlightGear/Aircraft/c310/c310-panel-02.rgb -share/FlightGear/Aircraft/c310/c310-panel-03.rgb -share/FlightGear/Aircraft/c310/c310-panel-04.rgb -share/FlightGear/Aircraft/c310/c310-panel-11.rgb -share/FlightGear/Aircraft/c310/c310-panel-12.rgb -share/FlightGear/Aircraft/c310/c310-sound.xml -share/FlightGear/Aircraft/c310/c310-sound.xml.new -share/FlightGear/Aircraft/c310/c310-vfr-panel.xml -share/FlightGear/Aircraft/c310/c310-yasim-base.xml -share/FlightGear/Aircraft/c310/c310-yasim-set.xml -share/FlightGear/Aircraft/c310/c310-yasim.xml -share/FlightGear/Aircraft/c310/c310.xml -share/FlightGear/Aircraft/c310/c310dpm-3d-set.xml -share/FlightGear/Aircraft/c310u3a/Models/READMEmodel.txt -share/FlightGear/Aircraft/c310u3a/Models/c310u3a.ac -share/FlightGear/Aircraft/c310u3a/Models/c310u3a.xml -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a0.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a1.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a2.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a3.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a4.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a5.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a6.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a7.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a8.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3a9.rgb -share/FlightGear/Aircraft/c310u3a/Models/cess_u3aa.rgb -share/FlightGear/Aircraft/c310u3a/c310-3d-set.xml -share/FlightGear/Aircraft/c310u3a/c310-ifr-set.xml -share/FlightGear/Aircraft/c310u3a/c310-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-jsbsim-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-panel.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-3d-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-jsbsim-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-jsbsim.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-01.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-02.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-03.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-04.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-05.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-06.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-07.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel-08.rgb -share/FlightGear/Aircraft/c310u3a/c310u3a-panel.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-set.xml -share/FlightGear/Aircraft/c310u3a/c310u3a-yasim-set.xml -share/FlightGear/Aircraft/c310u3a/transparent-bg.rgb -share/FlightGear/Aircraft/ch47/ch47-set.xml -share/FlightGear/Aircraft/ch47/ch47-yasim-set.xml -share/FlightGear/Aircraft/ch47/ch47.xml -share/FlightGear/Aircraft/dc3/Models/dc3-01.rgb -share/FlightGear/Aircraft/dc3/Models/dc3-02.rgb -share/FlightGear/Aircraft/dc3/Models/dc3-dpm.ac -share/FlightGear/Aircraft/dc3/Models/dc3-dpm.xml -share/FlightGear/Aircraft/dc3/dc3-set.xml -share/FlightGear/Aircraft/dc3/dc3-yasim-set.xml -share/FlightGear/Aircraft/dc3/dc3.xml -share/FlightGear/Aircraft/f104/Models/f104.ac -share/FlightGear/Aircraft/f104/Models/f104.rgb -share/FlightGear/Aircraft/f104/Models/f104.xml -share/FlightGear/Aircraft/f104/f104-jsbsim-set.xml -share/FlightGear/Aircraft/f104/f104-set.xml -share/FlightGear/Aircraft/f104/f104.xml -share/FlightGear/Aircraft/f15/f15-jsbsim-set.xml -share/FlightGear/Aircraft/f15/f15-set.xml -share/FlightGear/Aircraft/f15/f15.xml -share/FlightGear/Aircraft/f16/Hud/default.xml -share/FlightGear/Aircraft/f16/Hud/hudcard.xml -share/FlightGear/Aircraft/f16/Hud/hudladder.xml -share/FlightGear/Aircraft/f16/Hud/instrlabel.xml -share/FlightGear/Aircraft/f16/Hud/tbi.xml -share/FlightGear/Aircraft/f16/Models/f16.ac -share/FlightGear/Aircraft/f16/Models/f16.rgb -share/FlightGear/Aircraft/f16/Models/f16.xml -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-00.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-01.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-02.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-03.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-04.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-06.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/f16panel-07.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/faces1.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/icp.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/misc1.rgb -share/FlightGear/Aircraft/f16/Panels/Textures/misc2.rgb -share/FlightGear/Aircraft/f16/Panels/alt.xml -share/FlightGear/Aircraft/f16/Panels/aoa.xml -share/FlightGear/Aircraft/f16/Panels/ded.xml -share/FlightGear/Aircraft/f16/Panels/f16-2d-panel.xml -share/FlightGear/Aircraft/f16/Panels/icp.xml -share/FlightGear/Aircraft/f16/Panels/kias.xml -share/FlightGear/Aircraft/f16/Panels/nozzle.xml -share/FlightGear/Aircraft/f16/Panels/oil.xml -share/FlightGear/Aircraft/f16/Panels/rpm.xml -share/FlightGear/Aircraft/f16/f16-jsbsim-set.xml -share/FlightGear/Aircraft/f16/f16-set.xml -share/FlightGear/Aircraft/f16/f16.xml -share/FlightGear/Aircraft/fkdr1/Sounds/fkdr1-sound.xml -share/FlightGear/Aircraft/fkdr1/fkdr1-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/fokker100/Models/fokker100.ac -share/FlightGear/Aircraft/fokker100/Models/fokker100.rgb -share/FlightGear/Aircraft/fokker100/Models/fokker100.xml -share/FlightGear/Aircraft/fokker100/fokker100-jsbsim-set.xml -share/FlightGear/Aircraft/fokker100/fokker100.xml -share/FlightGear/Aircraft/fokker50/Models/fokker50.ac -share/FlightGear/Aircraft/fokker50/Models/fokker50.rgb -share/FlightGear/Aircraft/fokker50/Models/fokker50.xml -share/FlightGear/Aircraft/fokker50/Models/propeller.rgb -share/FlightGear/Aircraft/fokker50/fokker50-jsbsim-set.xml -share/FlightGear/Aircraft/fokker50/fokker50.xml -share/FlightGear/Aircraft/harrier/harrier-set.xml -share/FlightGear/Aircraft/harrier/harrier-yasim-set.xml -share/FlightGear/Aircraft/harrier/harrier.xml -share/FlightGear/Aircraft/j22/Huds/j22-fgtbi.xml -share/FlightGear/Aircraft/j22/Huds/j22-hud1.xml -share/FlightGear/Aircraft/j22/Huds/j22-hudcard.xml -share/FlightGear/Aircraft/j22/Huds/j22-hudladder.xml -share/FlightGear/Aircraft/j22/Huds/j22-instrlabel.xml -share/FlightGear/Aircraft/j22/Models/gear.rgb -share/FlightGear/Aircraft/j22/Models/interior.rgb -share/FlightGear/Aircraft/j22/Models/j22.ac -share/FlightGear/Aircraft/j22/Models/j22.xml -share/FlightGear/Aircraft/j22/Models/pilot.head.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-body.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-tail.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-wing.above.rgb -share/FlightGear/Aircraft/j22/Models/skin-green-gray-wing.under.rgb -share/FlightGear/Aircraft/j22/j22-readme.txt -share/FlightGear/Aircraft/j22/j22-set.xml -share/FlightGear/Aircraft/j22/j22-yasim.xml -share/FlightGear/Aircraft/j3cub/Models/j3alt.ac -share/FlightGear/Aircraft/j3cub/Models/j3alt.rgb -share/FlightGear/Aircraft/j3cub/Models/j3alt.xml -share/FlightGear/Aircraft/j3cub/Models/j3altpress.rgb -share/FlightGear/Aircraft/j3cub/Models/j3asi.ac -share/FlightGear/Aircraft/j3cub/Models/j3asi.rgb -share/FlightGear/Aircraft/j3cub/Models/j3asi.xml -share/FlightGear/Aircraft/j3cub/Models/j3compass.ac -share/FlightGear/Aircraft/j3cub/Models/j3compass.rgb -share/FlightGear/Aircraft/j3cub/Models/j3compass.xml -share/FlightGear/Aircraft/j3cub/Models/j3cub-01.rgb -share/FlightGear/Aircraft/j3cub/Models/j3cub-02.rgb -share/FlightGear/Aircraft/j3cub/Models/j3cub.ac -share/FlightGear/Aircraft/j3cub/Models/j3cub.xml -share/FlightGear/Aircraft/j3cub/Models/j3oil.ac -share/FlightGear/Aircraft/j3cub/Models/j3oil.rgb -share/FlightGear/Aircraft/j3cub/Models/j3oil.xml -share/FlightGear/Aircraft/j3cub/Models/j3tach.ac -share/FlightGear/Aircraft/j3cub/Models/j3tach.rgb -share/FlightGear/Aircraft/j3cub/Models/j3tach.xml -share/FlightGear/Aircraft/j3cub/README.j3cub -share/FlightGear/Aircraft/j3cub/cub-electrical.xml -share/FlightGear/Aircraft/j3cub/cub-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-3d-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-3d-yasim-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-set.xml -share/FlightGear/Aircraft/j3cub/j3cub-yasim-set.xml -share/FlightGear/Aircraft/j3cub/j3cub.xml -share/FlightGear/Aircraft/marchetti/Sounds/uiuc/marchetti-sound.xml -share/FlightGear/Aircraft/marchetti/marchetti-set.xml -share/FlightGear/Aircraft/marchetti/marchetti-v1-uiuc-set.xml -share/FlightGear/Aircraft/ornithopter/Models/C-GPTR-003.rgb -share/FlightGear/Aircraft/ornithopter/Models/C-GPTR-8-4.ac -share/FlightGear/Aircraft/ornithopter/Models/ornithopter-8-4-model.xml -share/FlightGear/Aircraft/ornithopter/Sounds/ornithopter-sound.xml -share/FlightGear/Aircraft/ornithopter/ornithopter-uiuc-set.xml -share/FlightGear/Aircraft/p51d/Models/hotspotgrid.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-01.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-01.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-02.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-02.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-03.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-03.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-05.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-05.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-acc.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-alt.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-altpress.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-arrows.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-asi.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-attitude.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-carbtemp.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-clock.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-compass.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-cooltemp.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-engine.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gearwarn.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-gunsight.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-ignition.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-large-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-magcompass.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-man.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-med-bezel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-panel-hotspots.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remote.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-remotearrow.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-tach.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-temp.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-temp.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-throttle.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknob.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobaileron.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobaileron.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobrudder.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimknobrudder.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheel.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheel.xcf -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-turn.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vac.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.rgb -share/FlightGear/Aircraft/p51d/Models/p51d-jw-vsi.xml -share/FlightGear/Aircraft/p51d/Models/p51d-jw.ac -share/FlightGear/Aircraft/p51d/Models/p51d-jw.xml -share/FlightGear/Aircraft/p51d/Models/transparent-bg.rgb -share/FlightGear/Aircraft/p51d/README.p51d -share/FlightGear/Aircraft/p51d/Sounds/p51d_rpm1.wav -share/FlightGear/Aircraft/p51d/Sounds/p51d_starter.wav -share/FlightGear/Aircraft/p51d/Sounds/p51d_startup.wav -share/FlightGear/Aircraft/p51d/p51d-set.xml -share/FlightGear/Aircraft/p51d/p51d-sound.xml -share/FlightGear/Aircraft/p51d/p51d-yasim-set.xml -share/FlightGear/Aircraft/p51d/p51d.xml -share/FlightGear/Aircraft/pa28-161/Models/pa28-161.ac -share/FlightGear/Aircraft/pa28-161/Models/pa28-161.xml -share/FlightGear/Aircraft/pa28-161/Models/panel-2d.xml -share/FlightGear/Aircraft/pa28-161/README.pa28-161 -share/FlightGear/Aircraft/pa28-161/pa28-161-base.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-set.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-yasim-base.xml -share/FlightGear/Aircraft/pa28-161/pa28-161-yasim-set.xml -share/FlightGear/Aircraft/pa28-161/pa28-161.xml -share/FlightGear/Aircraft/pa28-161/pa28-base.xml -share/FlightGear/Aircraft/paraglider/Models/paraglider_model.xml -share/FlightGear/Aircraft/paraglider/Models/pg.ac -share/FlightGear/Aircraft/paraglider/Models/pglid_cs0.rgb -share/FlightGear/Aircraft/paraglider/Models/pglid_cs1.rgb -share/FlightGear/Aircraft/paraglider/Models/pglid_cs2.rgb -share/FlightGear/Aircraft/paraglider/para -share/FlightGear/Aircraft/paraglider/paraglider-jsbsim-set.xml -share/FlightGear/Aircraft/paraglider/paraglider-set.xml -share/FlightGear/Aircraft/paraglider/paraglider.xml -share/FlightGear/Aircraft/seahawk/SeaHawk-WV908.ac -share/FlightGear/Aircraft/seahawk/SeaHawk.3ds -share/FlightGear/Aircraft/seahawk/SeaHawk.ac -share/FlightGear/Aircraft/seahawk/SeaHawkpair.3ds -share/FlightGear/Aircraft/seahawk/seahawk-WV908-model.xml -share/FlightGear/Aircraft/seahawk/seahawk-WV908-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawk-WV908-yasim.xml -share/FlightGear/Aircraft/seahawk/seahawk-mini-panel.xml -share/FlightGear/Aircraft/seahawk/seahawk-model.xml -share/FlightGear/Aircraft/seahawk/seahawk-panel-01.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-02.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-03.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-04.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-11.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-12.rgb -share/FlightGear/Aircraft/seahawk/seahawk-panel-bg.rgb -share/FlightGear/Aircraft/seahawk/seahawk-readme.txt -share/FlightGear/Aircraft/seahawk/seahawk-tx-00.rgb -share/FlightGear/Aircraft/seahawk/seahawk-tx-01.rgb -share/FlightGear/Aircraft/seahawk/seahawk-vfr-panel.xml -share/FlightGear/Aircraft/seahawk/seahawk-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawk-yasim.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-model.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-yasim-set.xml -share/FlightGear/Aircraft/seahawk/seahawkpair-yasim.xml -share/FlightGear/Aircraft/sgs126/Instruments/Textures/glider-misc.rgb -share/FlightGear/Aircraft/sgs126/Instruments/yaw-string.xml -share/FlightGear/Aircraft/sgs126/Panels/Textures/glider-panel.rgb -share/FlightGear/Aircraft/sgs126/Panels/glider-panel.xml -share/FlightGear/Aircraft/sgs126/glider-sound.xml -share/FlightGear/Aircraft/sgs126/null-electrical.xml -share/FlightGear/Aircraft/sgs126/sgs126-jsbsim-set.xml -share/FlightGear/Aircraft/sgs126/sgs126.xml -share/FlightGear/Aircraft/shuttle/shuttle-jsbsim-set.xml -share/FlightGear/Aircraft/shuttle/shuttle-set.xml -share/FlightGear/Aircraft/shuttle/shuttle.xml -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/README.TXT -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/Sop-panel.bmp -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg.ac -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg.mdl -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg0.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg1.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg2.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg3.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg4.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg5.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg6.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg7.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg8.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/cambelg9.rgb -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/camel.txt -share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel/sopwithCamel-model.xml -share/FlightGear/Aircraft/sopwithCamel/Sounds/uiuc/sopwithCamel-sound.xml -share/FlightGear/Aircraft/sopwithCamel/sopwithCamel-set.xml -share/FlightGear/Aircraft/sopwithCamel/sopwithCamel-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/t6texan2/Models/T6Texan2.mdl -share/FlightGear/Aircraft/t6texan2/Models/t62_0.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_1.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_2.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_3.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_4.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_5.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_6.rgb -share/FlightGear/Aircraft/t6texan2/Models/t62_7.rgb -share/FlightGear/Aircraft/t6texan2/Sounds/t6texan2-sound.xml -share/FlightGear/Aircraft/t6texan2/Sounds/turboprop1.wav -share/FlightGear/Aircraft/t6texan2/t6 -share/FlightGear/Aircraft/t6texan2/t6texan2-jsbsim-set.xml -share/FlightGear/Aircraft/t6texan2/t6texan2-read-me.html -share/FlightGear/Aircraft/t6texan2/t6texan2-set.xml -share/FlightGear/Aircraft/t6texan2/t6texan2.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-fgtbi.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hud1.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hudcard.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-hudladder.xml -share/FlightGear/Aircraft/tsr2/Huds/tsr2-instrlabel.xml -share/FlightGear/Aircraft/tsr2/Models/TSR2-009-031e.ac -share/FlightGear/Aircraft/tsr2/Models/TSR2-tx-001.rgb -share/FlightGear/Aircraft/tsr2/Models/tsr2-model.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/tsr2/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/tsr2/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/tsr2/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/Textures/tsr2-panel-bg.rgb -share/FlightGear/Aircraft/tsr2/Panels/tsr2-mini-panel.xml -share/FlightGear/Aircraft/tsr2/Panels/tsr2-vfr-panel.xml -share/FlightGear/Aircraft/tsr2/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/tsr2/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/tsr2/Sounds/tsr2-sound.xml -share/FlightGear/Aircraft/tsr2/Systems/tsr2-electrical.xml -share/FlightGear/Aircraft/tsr2/tsr2-readme.txt -share/FlightGear/Aircraft/tsr2/tsr2-yasim-set.xml -share/FlightGear/Aircraft/tsr2/tsr2-yasim.xml -share/FlightGear/Aircraft/ufo/Models/ufo.ac -share/FlightGear/Aircraft/ufo/Models/ufo.xml -share/FlightGear/Aircraft/ufo/ufo-set.xml -share/FlightGear/Aircraft/ufo/ufo-sound.xml -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-01.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-02.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-03.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-04.rgb -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.ac -share/FlightGear/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.xml -share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer/03Flyer-model.xml -share/FlightGear/Aircraft/wrightFlyer1903/Sounds/uiuc/wrightFlyer1903-sound.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-3d-set.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-set.xml -share/FlightGear/Aircraft/wrightFlyer1903/wrightFlyer1903-v1-nl-uiuc-set.xml -share/FlightGear/Aircraft/x24b/x24-set.xml -share/FlightGear/Aircraft/x24b/x24b-jsbsim-set.xml -share/FlightGear/Aircraft/x24b/x24b-set.xml -share/FlightGear/Aircraft/x24b/x24b.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-fgtbi.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hud1.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hudcard.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-hudladder.xml -share/FlightGear/Aircraft/yf23/Huds/yf23-instrlabel.xml -share/FlightGear/Aircraft/yf23/Models/YF23-5-1h4.ac -share/FlightGear/Aircraft/yf23/Models/YF23-tx-002.rgb -share/FlightGear/Aircraft/yf23/Models/yf23-model.xml -share/FlightGear/Aircraft/yf23/Models/yf23-model.xml.new -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/accel.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/aoa-indexer.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/aoa.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/attitude-indicator.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bendix-kx155.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bezel.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/bezel1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/blister.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-3-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-3.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-6.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/faces-LE-misc1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/flaps.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/gyro-fronts.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/handles-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/handles.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/hsi.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/led.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/maintc.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/misc-1-trans.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/misc-1.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/navcom-radios.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/switches.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-green-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-orange-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-purple-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/trans-yellow-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures/warning-lamps.rgb -share/FlightGear/Aircraft/yf23/Panels/Instruments/adf-radio.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/aoa-indexer.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/attitude-indicator.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/autopilot.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/brakes.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/clock.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/controls-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/controls.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-accl.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-agl.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-alt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-aoa.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-elev-adj-factor.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-max-roll-deg.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-speed-kt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-target-climb-rate.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-ap-target-descent-rate.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-engine.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-fuel-tank.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-fuel-tot.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-kias.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-mach.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-reheat.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-vsi.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/digital-wgt.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/dme.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/gear-indicator.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/gyro.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/hsi.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/magcompass.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/markerbeacon.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/nav1.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/navcom-kx155.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-reheat-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-reheat-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-throttle-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/single-throttle-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/three-step-flap-quadrant-trans.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/three-step-flap-quadrant.xml -share/FlightGear/Aircraft/yf23/Panels/Instruments/turn.xml -share/FlightGear/Aircraft/yf23/Panels/Textures/panel-trans-mini-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/Textures/yf23-panel-bg.rgb -share/FlightGear/Aircraft/yf23/Panels/yf23-mini-panel.xml -share/FlightGear/Aircraft/yf23/Panels/yf23-vfr-panel.xml -share/FlightGear/Aircraft/yf23/Sounds/Samples/flaps.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/gear-lck.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/gear.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/jet.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/rumble.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/squeal.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/stall.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/whine.wav -share/FlightGear/Aircraft/yf23/Sounds/Samples/wind.wav -share/FlightGear/Aircraft/yf23/Sounds/yf23-sound.xml -share/FlightGear/Aircraft/yf23/Systems/yf23-electrical.xml -share/FlightGear/Aircraft/yf23/yf23-readme.txt -share/FlightGear/Aircraft/yf23/yf23-yasim-set.xml -share/FlightGear/Aircraft/yf23/yf23-yasim.xml -share/FlightGear/Airports/basic.dat.gz -share/FlightGear/Airports/runways.dat.gz -share/FlightGear/Astro/planets.gz -share/FlightGear/Astro/stars -share/FlightGear/AtlasPalette -share/FlightGear/COPYING -share/FlightGear/ChangeLog -share/FlightGear/Data/SkyClouds/cloud1.cld -share/FlightGear/Data/SkyClouds/cloud10.cld -share/FlightGear/Data/SkyClouds/cloud11.cld -share/FlightGear/Data/SkyClouds/cloud12.cld -share/FlightGear/Data/SkyClouds/cloud2.cld -share/FlightGear/Data/SkyClouds/cloud3.cld -share/FlightGear/Data/SkyClouds/cloud4.cld -share/FlightGear/Data/SkyClouds/cloud5.cld -share/FlightGear/Data/SkyClouds/cloud6.cld -share/FlightGear/Data/SkyClouds/cloud7.cld -share/FlightGear/Data/SkyClouds/cloud8.cld -share/FlightGear/Data/SkyClouds/cloud9.cld -share/FlightGear/Data/SkyClouds/field37.cld -share/FlightGear/Data/SkyClouds/field56.cld -share/FlightGear/Data/SkyClouds/valley.cld -share/FlightGear/Docs-mini/AptNavFAQ.FlightGear.html -share/FlightGear/Docs-mini/FG-FAQ.v3 -share/FlightGear/Docs-mini/FlightGear-FAQ.html -share/FlightGear/Docs-mini/README.Cygwin -share/FlightGear/Docs-mini/README.IO -share/FlightGear/Docs-mini/README.IRIX -share/FlightGear/Docs-mini/README.IRIX.new -share/FlightGear/Docs-mini/README.JSBSim -share/FlightGear/Docs-mini/README.JSBsim -share/FlightGear/Docs-mini/README.Joystick -share/FlightGear/Docs-mini/README.Linux -share/FlightGear/Docs-mini/README.MSVC -share/FlightGear/Docs-mini/README.MacOS -share/FlightGear/Docs-mini/README.SimGear -share/FlightGear/Docs-mini/README.Unix -share/FlightGear/Docs-mini/README.Win32 -share/FlightGear/Docs-mini/README.Win32-X -share/FlightGear/Docs-mini/README.anoncvs -share/FlightGear/Docs-mini/README.autoconf -share/FlightGear/Docs-mini/README.commands -share/FlightGear/Docs-mini/README.conditions -share/FlightGear/Docs-mini/README.cygwin -share/FlightGear/Docs-mini/README.electrical -share/FlightGear/Docs-mini/README.extensions -share/FlightGear/Docs-mini/README.fgjs -share/FlightGear/Docs-mini/README.gui -share/FlightGear/Docs-mini/README.logging -share/FlightGear/Docs-mini/README.msvc -share/FlightGear/Docs-mini/README.multiplayer -share/FlightGear/Docs-mini/README.plib -share/FlightGear/Docs-mini/README.properties -share/FlightGear/Docs-mini/README.protocol -share/FlightGear/Docs-mini/README.running -share/FlightGear/Docs-mini/README.src -share/FlightGear/Docs-mini/README.uiuc -share/FlightGear/Docs-mini/README.xmlhud -share/FlightGear/Docs-mini/README.xmlpanel -share/FlightGear/Docs-mini/README.xmlsound -share/FlightGear/Docs-mini/README.xmlsyntax -share/FlightGear/Docs-mini/model-howto.html -share/FlightGear/Docs-mini/model.jpg -share/FlightGear/Docs-mini/properties.txt -share/FlightGear/Docs/FGShortRef.css -share/FlightGear/Docs/FGShortRef.html -share/FlightGear/Docs/FGShortRef.pdf -share/FlightGear/Docs/FlightGear-FAQ.html -share/FlightGear/Docs/InstallGuide/html/cmsy10-29.gif -share/FlightGear/Docs/InstallGuide/html/getstart.css -share/FlightGear/Docs/InstallGuide/html/getstart.html -share/FlightGear/Docs/InstallGuide/html/getstart0x.gif -share/FlightGear/Docs/InstallGuide/html/getstart10x.gif -share/FlightGear/Docs/InstallGuide/html/getstart11x.gif -share/FlightGear/Docs/InstallGuide/html/getstart12x.gif -share/FlightGear/Docs/InstallGuide/html/getstart13x.gif -share/FlightGear/Docs/InstallGuide/html/getstart14x.gif -share/FlightGear/Docs/InstallGuide/html/getstart15x.gif -share/FlightGear/Docs/InstallGuide/html/getstart16x.gif -share/FlightGear/Docs/InstallGuide/html/getstart17x.gif -share/FlightGear/Docs/InstallGuide/html/getstart18x.gif -share/FlightGear/Docs/InstallGuide/html/getstart19x.gif -share/FlightGear/Docs/InstallGuide/html/getstart1x.gif -share/FlightGear/Docs/InstallGuide/html/getstart2x.gif -share/FlightGear/Docs/InstallGuide/html/getstart3x.gif -share/FlightGear/Docs/InstallGuide/html/getstart4x.gif -share/FlightGear/Docs/InstallGuide/html/getstart5x.gif -share/FlightGear/Docs/InstallGuide/html/getstart6x.gif -share/FlightGear/Docs/InstallGuide/html/getstart7x.gif -share/FlightGear/Docs/InstallGuide/html/getstart8x.gif -share/FlightGear/Docs/InstallGuide/html/getstart9x.gif -share/FlightGear/Docs/InstallGuide/html/getstartap1.html -share/FlightGear/Docs/InstallGuide/html/getstartap2.html -share/FlightGear/Docs/InstallGuide/html/getstartap3.html -share/FlightGear/Docs/InstallGuide/html/getstartch1.html -share/FlightGear/Docs/InstallGuide/html/getstartch2.html -share/FlightGear/Docs/InstallGuide/html/getstartch3.html -share/FlightGear/Docs/InstallGuide/html/getstartch4.html -share/FlightGear/Docs/InstallGuide/html/getstartch5.html -share/FlightGear/Docs/InstallGuide/html/getstartli1.html -share/FlightGear/Docs/InstallGuide/html/getstartli2.html -share/FlightGear/Docs/InstallGuide/html/getstartli3.html -share/FlightGear/Docs/InstallGuide/html/getstartpa1.html -share/FlightGear/Docs/InstallGuide/html/getstartpa2.html -share/FlightGear/Docs/InstallGuide/html/getstartpa3.html -share/FlightGear/Docs/README -share/FlightGear/Docs/README.IO -share/FlightGear/Docs/README.JSBsim -share/FlightGear/Docs/README.Joystick.html -share/FlightGear/Docs/README.fgjs -share/FlightGear/Docs/README.minipanel -share/FlightGear/Docs/README.xmlhud -share/FlightGear/Docs/README.xmlpanel.html -share/FlightGear/Docs/Serial/nmeafaq.txt -share/FlightGear/Docs/fschool_0.0.3.pdf -share/FlightGear/Docs/getstart.pdf -share/FlightGear/Docs/index.html -share/FlightGear/Docs/model-howto.html -share/FlightGear/Docs/source/FGShortRef.tex -share/FlightGear/Docs/source/FlightGearSchool/GNU_FDL.pdf.gz -share/FlightGear/Docs/source/FlightGearSchool/en/GSIndex.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/aircrafts.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/atc.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/b747.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/basics.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/bibliography.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/brevs.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/charts.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/communications.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/fdl.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/flying.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/fschool.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/history.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/ifr.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/jets.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/lights.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/links.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/maneuvers.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/morse.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/navi.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/navii.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/naviii.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/naviv.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/notams.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/phonetic.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/preface.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/properties.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/steps.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/title.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/twins.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/units.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/vfr.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/war.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/en/weather.tex.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart1a.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart1b.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart3.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart4.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart5.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart6.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts/chart7.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/airspeed_indicator.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/altimeter.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/artificial_horizon.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/attitude.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/cw.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/gyro_instr.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/iso1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/iso2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/lift_1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/overview.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/plane_side1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/pressure_instr.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/tails.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament/wings.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off1.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off2.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps/take_off3.jpg.gz -share/FlightGear/Docs/source/FlightGearSchool/pics/start.jpg.gz -share/FlightGear/Docs/source/GSIndex.tex -share/FlightGear/Docs/source/KSFOapp.eps -share/FlightGear/Docs/source/KSFOapp.jpg -share/FlightGear/Docs/source/building.tex -share/FlightGear/Docs/source/flight.tex -share/FlightGear/Docs/source/free.tex -share/FlightGear/Docs/source/getstart.tex -share/FlightGear/Docs/source/hud2.eps -share/FlightGear/Docs/source/hud2.jpg -share/FlightGear/Docs/source/ksfo.eps -share/FlightGear/Docs/source/ksfo.jpg -share/FlightGear/Docs/source/landing.tex -share/FlightGear/Docs/source/magnet2.eps -share/FlightGear/Docs/source/magnet2.jpg -share/FlightGear/Docs/source/makedoku.bat -share/FlightGear/Docs/source/makeshortref.bat -share/FlightGear/Docs/source/missed.tex -share/FlightGear/Docs/source/opengl.tex -share/FlightGear/Docs/source/packing.bat -share/FlightGear/Docs/source/panel3d.eps -share/FlightGear/Docs/source/panel3d.jpg -share/FlightGear/Docs/source/panel5.eps -share/FlightGear/Docs/source/panel5.jpg -share/FlightGear/Docs/source/preface.tex -share/FlightGear/Docs/source/prefligh.tex -share/FlightGear/Docs/source/start.eps -share/FlightGear/Docs/source/start2.eps -share/FlightGear/Docs/source/start2.jpg -share/FlightGear/Docs/source/tab1.tex -share/FlightGear/Docs/source/tab2.tex -share/FlightGear/Docs/source/tab3.tex -share/FlightGear/Docs/source/tab4.tex -share/FlightGear/Docs/source/tab5.tex -share/FlightGear/Docs/source/tab6.tex -share/FlightGear/Docs/source/tab7.tex -share/FlightGear/Docs/source/tab8.tex -share/FlightGear/Docs/source/takeoff.tex -share/FlightGear/Docs/source/title.tex -share/FlightGear/Engine/CFM56.xml -share/FlightGear/Engine/CFM56_5_sim.xml -share/FlightGear/Engine/CFM56_nozzle.xml -share/FlightGear/Engine/CFM56_sim.xml -share/FlightGear/Engine/F100-PW-229_sim.xml -share/FlightGear/Engine/J85-GE-5.xml -share/FlightGear/Engine/J85-GE-5_sim.xml -share/FlightGear/Engine/J85_nozzle.xml -share/FlightGear/Engine/PT6A-68_sim.xml -share/FlightGear/Engine/PW125B_sim.xml -share/FlightGear/Engine/T76_sim.xml -share/FlightGear/Engine/Tay-651_sim.xml -share/FlightGear/Engine/XLR99.xml -share/FlightGear/Engine/direct.xml -share/FlightGear/Engine/engIO360C.xml -share/FlightGear/Engine/engIO470D.xml -share/FlightGear/Engine/engIO470M.xml -share/FlightGear/Engine/engIO540AB1A5.xml -share/FlightGear/Engine/eng_io320.xml -share/FlightGear/Engine/low_bypass_turbofan.xml -share/FlightGear/Engine/prop30FP2B.xml -share/FlightGear/Engine/propC10v.xml -share/FlightGear/Engine/propC6v.xml -share/FlightGear/Engine/propC8v.xml -share/FlightGear/Engine/propDA-R352_6-123-F_2.xml -share/FlightGear/Engine/prop_75in2f.xml -share/FlightGear/Engine/prop_81in2v.xml -share/FlightGear/Engine/prop_generic2f.xml -share/FlightGear/Engine/xlr99_nozzle.xml -share/FlightGear/Fonts/Helvetica.txf -share/FlightGear/Fonts/README -share/FlightGear/Fonts/charter.txf -share/FlightGear/Fonts/courier-bold.txf -share/FlightGear/Fonts/courier_medium.txf -share/FlightGear/Fonts/curlfont.txf -share/FlightGear/Fonts/default.txf -share/FlightGear/Fonts/haeberli.txf -share/FlightGear/Fonts/helvetica_bold.txf -share/FlightGear/Fonts/helvetica_medium.txf -share/FlightGear/Fonts/led.txf -share/FlightGear/Fonts/lucida.txf -share/FlightGear/Fonts/lucidabright_bold.txf -share/FlightGear/Fonts/schoolbook_bold.txf -share/FlightGear/Fonts/schoolbook_medium.txf -share/FlightGear/Fonts/sorority.txf -share/FlightGear/Fonts/symbol.txf -share/FlightGear/Fonts/times_bold.txf -share/FlightGear/Fonts/times_medium.txf -share/FlightGear/Fonts/typewriter.txf -share/FlightGear/Huds/Custom/default.xml -share/FlightGear/Huds/Default/default.xml -share/FlightGear/Huds/Engineering/default.xml -share/FlightGear/Huds/Instruments/Custom/fgtbi.xml -share/FlightGear/Huds/Instruments/Custom/hudcard.xml -share/FlightGear/Huds/Instruments/Custom/hudladder.xml -share/FlightGear/Huds/Instruments/Custom/instrlabel.xml -share/FlightGear/Huds/Instruments/Default/fgtbi.xml -share/FlightGear/Huds/Instruments/Default/gload.xml -share/FlightGear/Huds/Instruments/Default/hudcard.xml -share/FlightGear/Huds/Instruments/Default/hudladder.xml -share/FlightGear/Huds/Instruments/Default/instrlabel.xml -share/FlightGear/Huds/Instruments/Engineering/fgtbi.xml -share/FlightGear/Huds/Instruments/Engineering/hudcard.xml -share/FlightGear/Huds/Instruments/Engineering/hudladder.xml -share/FlightGear/Huds/Instruments/Engineering/instrlabel.xml -share/FlightGear/Huds/Instruments/Minimal/fgtbi.xml -share/FlightGear/Huds/Instruments/Minimal/gload.xml -share/FlightGear/Huds/Instruments/Minimal/hudcard.xml -share/FlightGear/Huds/Instruments/Minimal/hudladder.xml -share/FlightGear/Huds/Instruments/Minimal/instrlabel.xml -share/FlightGear/Huds/Minimal/default.xml -share/FlightGear/Input/Joysticks/CH/pro-pedals-usb.xml -share/FlightGear/Input/Joysticks/CH/pro-yoke-usb.xml -share/FlightGear/Input/Joysticks/Default/four-axis-joystick.xml -share/FlightGear/Input/Joysticks/Default/joystick.xml -share/FlightGear/Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-force.xml -share/FlightGear/Input/Joysticks/Logitech/wingman-rumblepad-usb.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-force-feed.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder-precision-pro.xml -share/FlightGear/Input/Joysticks/Microsoft/sidewinder.xml -share/FlightGear/Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml -share/FlightGear/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml -share/FlightGear/Input/Joysticks/Saitek/X45.xml -share/FlightGear/Input/Joysticks/Saitek/X8-30.xml -share/FlightGear/Input/Joysticks/ThrustMaster/Attack-Throttle.xml -share/FlightGear/Input/Joysticks/ThrustMaster/FCS.xml -share/FlightGear/Lighting/ambient -share/FlightGear/Lighting/diffuse -share/FlightGear/Lighting/sky -share/FlightGear/Lighting/specular -share/FlightGear/Models/3ds/Bridge3.3ds -share/FlightGear/Models/3ds/Bridgea.3ds -share/FlightGear/Models/3ds/Bridgeb.3ds -share/FlightGear/Models/3ds/Building.3ds -share/FlightGear/Models/3ds/Bunk.3ds -share/FlightGear/Models/3ds/Com.3ds -share/FlightGear/Models/3ds/Hang.3ds -share/FlightGear/Models/3ds/Hanger1.3ds -share/FlightGear/Models/3ds/Ob.3ds -share/FlightGear/Models/3ds/Osever2.3ds -share/FlightGear/Models/3ds/Patssm.3ds -share/FlightGear/Models/3ds/Radar1.3ds -share/FlightGear/Models/3ds/Stick1.3ds -share/FlightGear/Models/3ds/Twin.3ds -share/FlightGear/Models/3ds/kingair.3ds -share/FlightGear/Models/Airport/README -share/FlightGear/Models/Airport/hangar.ac -share/FlightGear/Models/Airport/hangar.rgb -share/FlightGear/Models/Airport/windsock.ac -share/FlightGear/Models/Airport/windsock.rgb -share/FlightGear/Models/Airport/windsock.xml -share/FlightGear/Models/Bridges/arch-bridge-span.ac -share/FlightGear/Models/Bridges/arch-bridge-span.xml -share/FlightGear/Models/Buildings/big-apartment.ac -share/FlightGear/Models/Buildings/big-apartment.rgb -share/FlightGear/Models/Buildings/big-apartment.xml -share/FlightGear/Models/Buildings/big-church.ac -share/FlightGear/Models/Buildings/big-church.rgb -share/FlightGear/Models/Buildings/brick-school.ac -share/FlightGear/Models/Buildings/brick-school.rgb -share/FlightGear/Models/Buildings/cube-21.rgb -share/FlightGear/Models/Buildings/cube-22.rgb -share/FlightGear/Models/Buildings/cube-23.rgb -share/FlightGear/Models/Buildings/cube-apartment.ac -share/FlightGear/Models/Buildings/hosshop.ac -share/FlightGear/Models/Buildings/hosshop.rgb -share/FlightGear/Models/Buildings/oil-tanks.ac -share/FlightGear/Models/Buildings/oil-tanks.rgb -share/FlightGear/Models/Buildings/red-barn.ac -share/FlightGear/Models/Buildings/red-barn.rgb -share/FlightGear/Models/Buildings/shop.ac -share/FlightGear/Models/Buildings/shop.rgb -share/FlightGear/Models/Buildings/silo.ac -share/FlightGear/Models/Buildings/silo.rgb -share/FlightGear/Models/Buildings/small-glass-office-building.ac -share/FlightGear/Models/Buildings/small-glass-office-building.rgb -share/FlightGear/Models/Buildings/tower-hexa-1.rgb -share/FlightGear/Models/Buildings/tower-hexa-2.rgb -share/FlightGear/Models/Buildings/tower-hexa-3.rgb -share/FlightGear/Models/Buildings/tower-hexa.ac -share/FlightGear/Models/Buildings/water-tower.ac -share/FlightGear/Models/Buildings/water-tower.rgb -share/FlightGear/Models/Buildings/weapshop.ac -share/FlightGear/Models/Buildings/weapshop.rgb -share/FlightGear/Models/Fauna/cow.ac -share/FlightGear/Models/Fauna/cow.rgb -share/FlightGear/Models/Geometry/Aim91x.ac -share/FlightGear/Models/Geometry/Sunit1x.ac -share/FlightGear/Models/Geometry/Tower1x.ac -share/FlightGear/Models/Geometry/Towerax.ac -share/FlightGear/Models/Geometry/glider.ac -share/FlightGear/Models/Geometry/rocket.ac -share/FlightGear/Models/Geometry/saratoga.ac -share/FlightGear/Models/Geometry/saratoga.rgb -share/FlightGear/Models/Geometry/tuxcopter.ac -share/FlightGear/Models/Trees/billboard-tree.ac -share/FlightGear/Models/Trees/billboard-tree.xml -share/FlightGear/Models/Trees/coniferous-tree.ac -share/FlightGear/Models/Trees/coniferous-tree.rgb -share/FlightGear/Models/Trees/coniferous-tree2.ac -share/FlightGear/Models/Trees/deciduous-tree.ac -share/FlightGear/Models/Trees/deciduous-tree.rgb -share/FlightGear/Models/Trees/deciduous-tree2.ac -share/FlightGear/Models/Trees/deciduous-tree2.rgb -share/FlightGear/Models/Trees/deciduous-tree3.ac -share/FlightGear/NEWS -share/FlightGear/Navaids/ReadMe.FG226.txt -share/FlightGear/Navaids/default.fix.gz -share/FlightGear/Navaids/default.ils.gz -share/FlightGear/Navaids/default.ils.old.gz -share/FlightGear/Navaids/default.nav.gz -share/FlightGear/Navaids/default.nav.old.gz -share/FlightGear/Navaids/range.high -share/FlightGear/Navaids/range.low -share/FlightGear/Navaids/range.term -share/FlightGear/Protocol/README.Protocol -share/FlightGear/Protocol/f1serial.xml -share/FlightGear/README -share/FlightGear/Scenery/w130n30/w122n37/1Q4.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/23Q.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/2CL1.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/4CA3.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/4CA8.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/5CL2.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/5CL3.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/8Q1.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958400.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958400.stg -share/FlightGear/Scenery/w130n30/w122n37/958401.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958401.stg -share/FlightGear/Scenery/w130n30/w122n37/958402.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958402.stg -share/FlightGear/Scenery/w130n30/w122n37/958403.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958403.stg -share/FlightGear/Scenery/w130n30/w122n37/958408.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958408.stg -share/FlightGear/Scenery/w130n30/w122n37/958409.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958409.stg -share/FlightGear/Scenery/w130n30/w122n37/958410.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958410.stg -share/FlightGear/Scenery/w130n30/w122n37/958411.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958411.stg -share/FlightGear/Scenery/w130n30/w122n37/958416.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958416.stg -share/FlightGear/Scenery/w130n30/w122n37/958417.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958417.stg -share/FlightGear/Scenery/w130n30/w122n37/958418.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958418.stg -share/FlightGear/Scenery/w130n30/w122n37/958419.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958419.stg -share/FlightGear/Scenery/w130n30/w122n37/958424.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958424.stg -share/FlightGear/Scenery/w130n30/w122n37/958425.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958425.stg -share/FlightGear/Scenery/w130n30/w122n37/958426.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958426.stg -share/FlightGear/Scenery/w130n30/w122n37/958427.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958427.stg -share/FlightGear/Scenery/w130n30/w122n37/958432.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958432.stg -share/FlightGear/Scenery/w130n30/w122n37/958433.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958433.stg -share/FlightGear/Scenery/w130n30/w122n37/958434.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958434.stg -share/FlightGear/Scenery/w130n30/w122n37/958435.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958435.stg -share/FlightGear/Scenery/w130n30/w122n37/958440.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958440.stg -share/FlightGear/Scenery/w130n30/w122n37/958441.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958441.stg -share/FlightGear/Scenery/w130n30/w122n37/958442.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958442.stg -share/FlightGear/Scenery/w130n30/w122n37/958443.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958443.stg -share/FlightGear/Scenery/w130n30/w122n37/958448.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958448.stg -share/FlightGear/Scenery/w130n30/w122n37/958449.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958449.stg -share/FlightGear/Scenery/w130n30/w122n37/958450.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958450.stg -share/FlightGear/Scenery/w130n30/w122n37/958451.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958451.stg -share/FlightGear/Scenery/w130n30/w122n37/958456.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958456.stg -share/FlightGear/Scenery/w130n30/w122n37/958457.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958457.stg -share/FlightGear/Scenery/w130n30/w122n37/958458.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958458.stg -share/FlightGear/Scenery/w130n30/w122n37/958459.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/958459.stg -share/FlightGear/Scenery/w130n30/w122n37/C83.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA33.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA34.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA48.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA54.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA67.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CA70.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL05.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL52.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL64.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/CL86.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KLVK.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KNRC.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KRHV.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KSCK.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KSJC.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/KTCY.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/O29.btg.gz -share/FlightGear/Scenery/w130n30/w122n37/Q99.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/02Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/0Q2.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/1-mar-plz-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/1-maritime-plz-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/1-maritime-plz-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/1-market-plz-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/1-market-plz-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/101-cal-st-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/15CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/16CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/17CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/1CL3.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/333-bush-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/333-bush-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/333-bush-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/425-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/425-mkt-st-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/425-mkt-st-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/44-mont-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/44-montgomery-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/44Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/45Q.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/4Q2.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/50-fremont-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/50-frmnt-wall-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/525-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/525-mkt-st-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/555-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/55CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/575-market-st-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/575-mkt-st-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/59CA.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/5CA3.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/6Q6.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/737-01.rgb -share/FlightGear/Scenery/w130n30/w123n37/737-static.ac -share/FlightGear/Scenery/w130n30/w123n37/942018.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942018.stg -share/FlightGear/Scenery/w130n30/w123n37/942019.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942019.stg -share/FlightGear/Scenery/w130n30/w123n37/942026.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942026.stg -share/FlightGear/Scenery/w130n30/w123n37/942027.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942027.stg -share/FlightGear/Scenery/w130n30/w123n37/942034.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942034.stg -share/FlightGear/Scenery/w130n30/w123n37/942035.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942035.stg -share/FlightGear/Scenery/w130n30/w123n37/942041.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942041.stg -share/FlightGear/Scenery/w130n30/w123n37/942042.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942042.stg -share/FlightGear/Scenery/w130n30/w123n37/942043.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942043.stg -share/FlightGear/Scenery/w130n30/w123n37/942049.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942049.stg -share/FlightGear/Scenery/w130n30/w123n37/942050.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942050.stg -share/FlightGear/Scenery/w130n30/w123n37/942051.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942051.stg -share/FlightGear/Scenery/w130n30/w123n37/942056.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942056.stg -share/FlightGear/Scenery/w130n30/w123n37/942057.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942057.stg -share/FlightGear/Scenery/w130n30/w123n37/942058.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942058.stg -share/FlightGear/Scenery/w130n30/w123n37/942059.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942059.stg -share/FlightGear/Scenery/w130n30/w123n37/942065.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942065.stg -share/FlightGear/Scenery/w130n30/w123n37/942066.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942066.stg -share/FlightGear/Scenery/w130n30/w123n37/942067.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942067.stg -share/FlightGear/Scenery/w130n30/w123n37/942072.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942072.stg -share/FlightGear/Scenery/w130n30/w123n37/942073.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942073.stg -share/FlightGear/Scenery/w130n30/w123n37/942074.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942074.stg -share/FlightGear/Scenery/w130n30/w123n37/942075.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/942075.stg -share/FlightGear/Scenery/w130n30/w123n37/CA14.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA26.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA27.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA30.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CA63.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CL41.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/CL77.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KCCR.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KCSY.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KHAF.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KHWD.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KJMC.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KNUQ.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KOAK.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KPAO.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KSFO-maint-1-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/KSFO-terminal-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/KSFO.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/KSQL.btg.gz -share/FlightGear/Scenery/w130n30/w123n37/baybridge-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/baybridge-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/bb-mixedforest.rgb -share/FlightGear/Scenery/w130n30/w123n37/bb-side.rgb -share/FlightGear/Scenery/w130n30/w123n37/bb-susp.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/bofa-sf.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/calcent-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/candlestickpark-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/candlestickpark-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/citicorp-center-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/citicorp-top.rgb -share/FlightGear/Scenery/w130n30/w123n37/citicorp-wall.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-1-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-1-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-2-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-2-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-3-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-3-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-4-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/emb-4-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/emb-cell-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-cell-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/emb-top-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/ggb-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/ggb-road-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-struct-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-struct-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-susp.rgb -share/FlightGear/Scenery/w130n30/w123n37/ggb-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/ksfo-international-terminal.ac -share/FlightGear/Scenery/w130n30/w123n37/road-3-fb.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-bld-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/russ-bld-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-3.rgb -share/FlightGear/Scenery/w130n30/w123n37/russ-wall-4.rgb -share/FlightGear/Scenery/w130n30/w123n37/sanmateo-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.rgb -share/FlightGear/Scenery/w130n30/w123n37/sutro-fb.xml -share/FlightGear/Scenery/w130n30/w123n37/telesis-tower-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/telesis-wall-1.rgb -share/FlightGear/Scenery/w130n30/w123n37/telesis-wall-2.rgb -share/FlightGear/Scenery/w130n30/w123n37/terminal.rgb -share/FlightGear/Scenery/w130n30/w123n37/transamerica-fb.ac -share/FlightGear/Scenery/w130n30/w123n37/transamerica-fb.rgb -share/FlightGear/Sounds/coughing.wav -share/FlightGear/Sounds/cranking.wav -share/FlightGear/Sounds/engstart.wav -share/FlightGear/Sounds/fan.wav -share/FlightGear/Sounds/flaps.wav -share/FlightGear/Sounds/gear-hrn.wav -share/FlightGear/Sounds/gear-lck.wav -share/FlightGear/Sounds/gear.wav -share/FlightGear/Sounds/intro.mp3 -share/FlightGear/Sounds/jet.wav -share/FlightGear/Sounds/rumble.wav -share/FlightGear/Sounds/squeal.wav -share/FlightGear/Sounds/stall.wav -share/FlightGear/Sounds/thunder.wav -share/FlightGear/Sounds/wasp.wav -share/FlightGear/Sounds/whine.wav -share/FlightGear/Sounds/wind.wav -share/FlightGear/Textures.high/Runway/.xvpics/asphalt.rgb -share/FlightGear/Textures.high/Runway/.xvpics/concrete.rgb -share/FlightGear/Textures.high/Runway/.xvpics/pa_taxiway.rgb -share/FlightGear/Textures.high/Runway/.xvpics/pc_taxiway.rgb -share/FlightGear/Textures.high/Runway/pa_0r.rgb -share/FlightGear/Textures.high/Runway/pa_11.rgb -share/FlightGear/Textures.high/Runway/pa_1c.rgb -share/FlightGear/Textures.high/Runway/pa_1l.rgb -share/FlightGear/Textures.high/Runway/pa_1r.rgb -share/FlightGear/Textures.high/Runway/pa_2c.rgb -share/FlightGear/Textures.high/Runway/pa_2l.rgb -share/FlightGear/Textures.high/Runway/pa_2r.rgb -share/FlightGear/Textures.high/Runway/pa_3c.rgb -share/FlightGear/Textures.high/Runway/pa_3l.rgb -share/FlightGear/Textures.high/Runway/pa_3r.rgb -share/FlightGear/Textures.high/Runway/pa_4c.rgb -share/FlightGear/Textures.high/Runway/pa_4r.rgb -share/FlightGear/Textures.high/Runway/pa_5c.rgb -share/FlightGear/Textures.high/Runway/pa_5r.rgb -share/FlightGear/Textures.high/Runway/pa_6c.rgb -share/FlightGear/Textures.high/Runway/pa_6r.rgb -share/FlightGear/Textures.high/Runway/pa_7c.rgb -share/FlightGear/Textures.high/Runway/pa_7r.rgb -share/FlightGear/Textures.high/Runway/pa_8c.rgb -share/FlightGear/Textures.high/Runway/pa_8r.rgb -share/FlightGear/Textures.high/Runway/pa_9c.rgb -share/FlightGear/Textures.high/Runway/pa_9r.rgb -share/FlightGear/Textures.high/Runway/pa_C.rgb -share/FlightGear/Textures.high/Runway/pa_L.rgb -share/FlightGear/Textures.high/Runway/pa_R.rgb -share/FlightGear/Textures.high/Runway/pa_aim.rgb -share/FlightGear/Textures.high/Runway/pa_centerline.rgb -share/FlightGear/Textures.high/Runway/pa_dspl_arrows.rgb -share/FlightGear/Textures.high/Runway/pa_dspl_thresh.rgb -share/FlightGear/Textures.high/Runway/pa_rest.rgb -share/FlightGear/Textures.high/Runway/pa_taxiway.rgb -share/FlightGear/Textures.high/Runway/pa_threshold.rgb -share/FlightGear/Textures.high/Runway/pa_tz_one_a.rgb -share/FlightGear/Textures.high/Runway/pa_tz_one_b.rgb -share/FlightGear/Textures.high/Runway/pa_tz_three.rgb -share/FlightGear/Textures.high/Runway/pa_tz_two_a.rgb -share/FlightGear/Textures.high/Runway/pa_tz_two_b.rgb -share/FlightGear/Textures.high/Runway/pc_0r.rgb -share/FlightGear/Textures.high/Runway/pc_11.rgb -share/FlightGear/Textures.high/Runway/pc_1c.rgb -share/FlightGear/Textures.high/Runway/pc_1l.rgb -share/FlightGear/Textures.high/Runway/pc_1r.rgb -share/FlightGear/Textures.high/Runway/pc_2c.rgb -share/FlightGear/Textures.high/Runway/pc_2l.rgb -share/FlightGear/Textures.high/Runway/pc_2r.rgb -share/FlightGear/Textures.high/Runway/pc_3c.rgb -share/FlightGear/Textures.high/Runway/pc_3l.rgb -share/FlightGear/Textures.high/Runway/pc_3r.rgb -share/FlightGear/Textures.high/Runway/pc_4c.rgb -share/FlightGear/Textures.high/Runway/pc_4r.rgb -share/FlightGear/Textures.high/Runway/pc_5c.rgb -share/FlightGear/Textures.high/Runway/pc_5r.rgb -share/FlightGear/Textures.high/Runway/pc_6c.rgb -share/FlightGear/Textures.high/Runway/pc_6r.rgb -share/FlightGear/Textures.high/Runway/pc_7c.rgb -share/FlightGear/Textures.high/Runway/pc_7r.rgb -share/FlightGear/Textures.high/Runway/pc_8c.rgb -share/FlightGear/Textures.high/Runway/pc_8r.rgb -share/FlightGear/Textures.high/Runway/pc_9c.rgb -share/FlightGear/Textures.high/Runway/pc_9r.rgb -share/FlightGear/Textures.high/Runway/pc_C.rgb -share/FlightGear/Textures.high/Runway/pc_L.rgb -share/FlightGear/Textures.high/Runway/pc_R.rgb -share/FlightGear/Textures.high/Runway/pc_aim.rgb -share/FlightGear/Textures.high/Runway/pc_centerline.rgb -share/FlightGear/Textures.high/Runway/pc_dspl_arrows.rgb -share/FlightGear/Textures.high/Runway/pc_dspl_thresh.rgb -share/FlightGear/Textures.high/Runway/pc_rest.rgb -share/FlightGear/Textures.high/Runway/pc_taxiway.rgb -share/FlightGear/Textures.high/Runway/pc_threshold.rgb -share/FlightGear/Textures.high/Runway/pc_tiedown.rgb -share/FlightGear/Textures.high/Runway/pc_tz_one_a.rgb -share/FlightGear/Textures.high/Runway/pc_tz_one_b.rgb -share/FlightGear/Textures.high/Runway/pc_tz_three.rgb -share/FlightGear/Textures.high/Runway/pc_tz_two_a.rgb -share/FlightGear/Textures.high/Runway/pc_tz_two_b.rgb -share/FlightGear/Textures.high/Sky.save/cirrus.rgba -share/FlightGear/Textures.high/Sky.save/mostlycloudy.rgba -share/FlightGear/Textures.high/Sky.save/mostlysunny.rgba -share/FlightGear/Textures.high/Sky.save/overcast.rgb -share/FlightGear/Textures.high/Terrain/builtup.rgb -share/FlightGear/Textures.high/Terrain/irrcrop.rgb -share/FlightGear/Textures.high/Terrain/mixedcrop.rgb -share/FlightGear/Textures/.xvpics/Splash4.rgb -share/FlightGear/Textures/Credits -share/FlightGear/Textures/Runway/dirt_rwy.rgb -share/FlightGear/Textures/Runway/grass_rwy.rgb -share/FlightGear/Textures/Runway/lakebed_taxiway.rgb -share/FlightGear/Textures/Runway/pa_0r.rgb -share/FlightGear/Textures/Runway/pa_11.rgb -share/FlightGear/Textures/Runway/pa_1c.rgb -share/FlightGear/Textures/Runway/pa_1l.rgb -share/FlightGear/Textures/Runway/pa_1r.rgb -share/FlightGear/Textures/Runway/pa_2c.rgb -share/FlightGear/Textures/Runway/pa_2l.rgb -share/FlightGear/Textures/Runway/pa_2r.rgb -share/FlightGear/Textures/Runway/pa_3c.rgb -share/FlightGear/Textures/Runway/pa_3l.rgb -share/FlightGear/Textures/Runway/pa_3r.rgb -share/FlightGear/Textures/Runway/pa_4c.rgb -share/FlightGear/Textures/Runway/pa_4r.rgb -share/FlightGear/Textures/Runway/pa_5c.rgb -share/FlightGear/Textures/Runway/pa_5r.rgb -share/FlightGear/Textures/Runway/pa_6c.rgb -share/FlightGear/Textures/Runway/pa_6r.rgb -share/FlightGear/Textures/Runway/pa_7c.rgb -share/FlightGear/Textures/Runway/pa_7r.rgb -share/FlightGear/Textures/Runway/pa_8c.rgb -share/FlightGear/Textures/Runway/pa_8r.rgb -share/FlightGear/Textures/Runway/pa_9c.rgb -share/FlightGear/Textures/Runway/pa_9r.rgb -share/FlightGear/Textures/Runway/pa_C.rgb -share/FlightGear/Textures/Runway/pa_L.rgb -share/FlightGear/Textures/Runway/pa_R.rgb -share/FlightGear/Textures/Runway/pa_aim.rgb -share/FlightGear/Textures/Runway/pa_centerline.rgb -share/FlightGear/Textures/Runway/pa_dspl_arrows.rgb -share/FlightGear/Textures/Runway/pa_dspl_thresh.rgb -share/FlightGear/Textures/Runway/pa_rest.rgb -share/FlightGear/Textures/Runway/pa_taxiway.rgb -share/FlightGear/Textures/Runway/pa_threshold.rgb -share/FlightGear/Textures/Runway/pa_tz_one_a.rgb -share/FlightGear/Textures/Runway/pa_tz_one_b.rgb -share/FlightGear/Textures/Runway/pa_tz_three.rgb -share/FlightGear/Textures/Runway/pa_tz_two_a.rgb -share/FlightGear/Textures/Runway/pa_tz_two_b.rgb -share/FlightGear/Textures/Runway/pc_0r.rgb -share/FlightGear/Textures/Runway/pc_11.rgb -share/FlightGear/Textures/Runway/pc_1c.rgb -share/FlightGear/Textures/Runway/pc_1l.rgb -share/FlightGear/Textures/Runway/pc_1r.rgb -share/FlightGear/Textures/Runway/pc_2c.rgb -share/FlightGear/Textures/Runway/pc_2l.rgb -share/FlightGear/Textures/Runway/pc_2r.rgb -share/FlightGear/Textures/Runway/pc_3c.rgb -share/FlightGear/Textures/Runway/pc_3l.rgb -share/FlightGear/Textures/Runway/pc_3r.rgb -share/FlightGear/Textures/Runway/pc_4c.rgb -share/FlightGear/Textures/Runway/pc_4r.rgb -share/FlightGear/Textures/Runway/pc_5c.rgb -share/FlightGear/Textures/Runway/pc_5r.rgb -share/FlightGear/Textures/Runway/pc_6c.rgb -share/FlightGear/Textures/Runway/pc_6r.rgb -share/FlightGear/Textures/Runway/pc_7c.rgb -share/FlightGear/Textures/Runway/pc_7r.rgb -share/FlightGear/Textures/Runway/pc_8c.rgb -share/FlightGear/Textures/Runway/pc_8r.rgb -share/FlightGear/Textures/Runway/pc_9c.rgb -share/FlightGear/Textures/Runway/pc_9r.rgb -share/FlightGear/Textures/Runway/pc_C.rgb -share/FlightGear/Textures/Runway/pc_L.rgb -share/FlightGear/Textures/Runway/pc_R.rgb -share/FlightGear/Textures/Runway/pc_aim.rgb -share/FlightGear/Textures/Runway/pc_centerline.rgb -share/FlightGear/Textures/Runway/pc_dspl_arrows.rgb -share/FlightGear/Textures/Runway/pc_dspl_thresh.rgb -share/FlightGear/Textures/Runway/pc_rest.rgb -share/FlightGear/Textures/Runway/pc_taxiway.rgb -share/FlightGear/Textures/Runway/pc_threshold.rgb -share/FlightGear/Textures/Runway/pc_tiedown.rgb -share/FlightGear/Textures/Runway/pc_tz_one_a.rgb -share/FlightGear/Textures/Runway/pc_tz_one_b.rgb -share/FlightGear/Textures/Runway/pc_tz_three.rgb -share/FlightGear/Textures/Runway/pc_tz_two_a.rgb -share/FlightGear/Textures/Runway/pc_tz_two_b.rgb -share/FlightGear/Textures/Sky/broken.rgba -share/FlightGear/Textures/Sky/cirrus.rgba -share/FlightGear/Textures/Sky/cloud.rgba -share/FlightGear/Textures/Sky/few.rgba -share/FlightGear/Textures/Sky/halo.rgba -share/FlightGear/Textures/Sky/halo.rgba.old -share/FlightGear/Textures/Sky/moon.rgba -share/FlightGear/Textures/Sky/mostlysunny.rgba.save -share/FlightGear/Textures/Sky/overcast.rgb -share/FlightGear/Textures/Sky/scattered.rgba -share/FlightGear/Textures/Splash1.rgb -share/FlightGear/Textures/Splash2.rgb -share/FlightGear/Textures/Splash3.rgb -share/FlightGear/Textures/Splash4.rgb -share/FlightGear/Textures/Splash5.rgb -share/FlightGear/Textures/Terrain/.xvpics/wash.rgb -share/FlightGear/Textures/Terrain/Town.rgb -share/FlightGear/Textures/Terrain/airport.rgb -share/FlightGear/Textures/Terrain/asphault.rgb -share/FlightGear/Textures/Terrain/builtup.rgb -share/FlightGear/Textures/Terrain/cropgrass.rgb -share/FlightGear/Textures/Terrain/cropwood.rgb -share/FlightGear/Textures/Terrain/dec_evergreen.rgb -share/FlightGear/Textures/Terrain/deciduous.rgb -share/FlightGear/Textures/Terrain/desert.rgb -share/FlightGear/Textures/Terrain/desert1.rgb -share/FlightGear/Textures/Terrain/drycrop.rgb -share/FlightGear/Textures/Terrain/evergreen.rgb -share/FlightGear/Textures/Terrain/forest1.rgb -share/FlightGear/Textures/Terrain/glacier.rgb -share/FlightGear/Textures/Terrain/grass.rgb -share/FlightGear/Textures/Terrain/gravel.rgb -share/FlightGear/Textures/Terrain/irrcrop.rgb -share/FlightGear/Textures/Terrain/marsh1.rgb -share/FlightGear/Textures/Terrain/mixedcrop.rgb -share/FlightGear/Textures/Terrain/mixedforest.rgb -share/FlightGear/Textures/Terrain/resgrid.rgb -share/FlightGear/Textures/Terrain/rock.rgb -share/FlightGear/Textures/Terrain/rocks-desert.rgb -share/FlightGear/Textures/Terrain/sand.rgb -share/FlightGear/Textures/Terrain/shrub.rgb -share/FlightGear/Textures/Terrain/snow.rgb -share/FlightGear/Textures/Terrain/tidal.rgb -share/FlightGear/Textures/Terrain/unknown.rgb -share/FlightGear/Textures/Terrain/wash.rgb -share/FlightGear/Textures/Terrain/water-lake.rgb -share/FlightGear/Textures/Terrain/water.rgb -share/FlightGear/Textures/splash.rgb -share/FlightGear/Thanks -share/FlightGear/Timezone/Africa/Abidjan -share/FlightGear/Timezone/Africa/Accra -share/FlightGear/Timezone/Africa/Addis_Ababa -share/FlightGear/Timezone/Africa/Algiers -share/FlightGear/Timezone/Africa/Asmera -share/FlightGear/Timezone/Africa/Bamako -share/FlightGear/Timezone/Africa/Bangui -share/FlightGear/Timezone/Africa/Banjul -share/FlightGear/Timezone/Africa/Bissau -share/FlightGear/Timezone/Africa/Blantyre -share/FlightGear/Timezone/Africa/Brazzaville -share/FlightGear/Timezone/Africa/Bujumbura -share/FlightGear/Timezone/Africa/Cairo -share/FlightGear/Timezone/Africa/Casablanca -share/FlightGear/Timezone/Africa/Ceuta -share/FlightGear/Timezone/Africa/Conakry -share/FlightGear/Timezone/Africa/Dakar -share/FlightGear/Timezone/Africa/Dar_es_Salaam -share/FlightGear/Timezone/Africa/Djibouti -share/FlightGear/Timezone/Africa/Douala -share/FlightGear/Timezone/Africa/El_Aaiun -share/FlightGear/Timezone/Africa/Freetown -share/FlightGear/Timezone/Africa/Gaborone -share/FlightGear/Timezone/Africa/Harare -share/FlightGear/Timezone/Africa/Johannesburg -share/FlightGear/Timezone/Africa/Kampala -share/FlightGear/Timezone/Africa/Khartoum -share/FlightGear/Timezone/Africa/Kigali -share/FlightGear/Timezone/Africa/Kinshasa -share/FlightGear/Timezone/Africa/Lagos -share/FlightGear/Timezone/Africa/Libreville -share/FlightGear/Timezone/Africa/Lome -share/FlightGear/Timezone/Africa/Luanda -share/FlightGear/Timezone/Africa/Lubumbashi -share/FlightGear/Timezone/Africa/Lusaka -share/FlightGear/Timezone/Africa/Malabo -share/FlightGear/Timezone/Africa/Maputo -share/FlightGear/Timezone/Africa/Maseru -share/FlightGear/Timezone/Africa/Mbabane -share/FlightGear/Timezone/Africa/Mogadishu -share/FlightGear/Timezone/Africa/Monrovia -share/FlightGear/Timezone/Africa/Nairobi -share/FlightGear/Timezone/Africa/Ndjamena -share/FlightGear/Timezone/Africa/Niamey -share/FlightGear/Timezone/Africa/Nouakchott -share/FlightGear/Timezone/Africa/Ouagadougou -share/FlightGear/Timezone/Africa/Porto-Novo -share/FlightGear/Timezone/Africa/Sao_Tome -share/FlightGear/Timezone/Africa/Timbuktu -share/FlightGear/Timezone/Africa/Tripoli -share/FlightGear/Timezone/Africa/Tunis -share/FlightGear/Timezone/Africa/Windhoek -share/FlightGear/Timezone/America/Adak -share/FlightGear/Timezone/America/Anchorage -share/FlightGear/Timezone/America/Anguilla -share/FlightGear/Timezone/America/Antigua -share/FlightGear/Timezone/America/Araguaina -share/FlightGear/Timezone/America/Aruba -share/FlightGear/Timezone/America/Asuncion -share/FlightGear/Timezone/America/Atka -share/FlightGear/Timezone/America/Barbados -share/FlightGear/Timezone/America/Belem -share/FlightGear/Timezone/America/Belize -share/FlightGear/Timezone/America/Boa_Vista -share/FlightGear/Timezone/America/Bogota -share/FlightGear/Timezone/America/Boise -share/FlightGear/Timezone/America/Buenos_Aires -share/FlightGear/Timezone/America/Cambridge_Bay -share/FlightGear/Timezone/America/Cancun -share/FlightGear/Timezone/America/Caracas -share/FlightGear/Timezone/America/Catamarca -share/FlightGear/Timezone/America/Cayenne -share/FlightGear/Timezone/America/Cayman -share/FlightGear/Timezone/America/Chicago -share/FlightGear/Timezone/America/Chihuahua -share/FlightGear/Timezone/America/Cordoba -share/FlightGear/Timezone/America/Costa_Rica -share/FlightGear/Timezone/America/Cuiaba -share/FlightGear/Timezone/America/Curacao -share/FlightGear/Timezone/America/Dawson -share/FlightGear/Timezone/America/Dawson_Creek -share/FlightGear/Timezone/America/Denver -share/FlightGear/Timezone/America/Detroit -share/FlightGear/Timezone/America/Dominica -share/FlightGear/Timezone/America/Edmonton -share/FlightGear/Timezone/America/El_Salvador -share/FlightGear/Timezone/America/Ensenada -share/FlightGear/Timezone/America/Fort_Wayne -share/FlightGear/Timezone/America/Fortaleza -share/FlightGear/Timezone/America/Glace_Bay -share/FlightGear/Timezone/America/Godthab -share/FlightGear/Timezone/America/Goose_Bay -share/FlightGear/Timezone/America/Grand_Turk -share/FlightGear/Timezone/America/Grenada -share/FlightGear/Timezone/America/Guadeloupe -share/FlightGear/Timezone/America/Guatemala -share/FlightGear/Timezone/America/Guayaquil -share/FlightGear/Timezone/America/Guyana -share/FlightGear/Timezone/America/Halifax -share/FlightGear/Timezone/America/Havana -share/FlightGear/Timezone/America/Hermosillo -share/FlightGear/Timezone/America/Indiana/Indianapolis -share/FlightGear/Timezone/America/Indiana/Knox -share/FlightGear/Timezone/America/Indiana/Marengo -share/FlightGear/Timezone/America/Indiana/Vevay -share/FlightGear/Timezone/America/Indianapolis -share/FlightGear/Timezone/America/Inuvik -share/FlightGear/Timezone/America/Iqaluit -share/FlightGear/Timezone/America/Jamaica -share/FlightGear/Timezone/America/Jujuy -share/FlightGear/Timezone/America/Juneau -share/FlightGear/Timezone/America/Knox_IN -share/FlightGear/Timezone/America/La_Paz -share/FlightGear/Timezone/America/Lima -share/FlightGear/Timezone/America/Los_Angeles -share/FlightGear/Timezone/America/Louisville -share/FlightGear/Timezone/America/Maceio -share/FlightGear/Timezone/America/Managua -share/FlightGear/Timezone/America/Manaus -share/FlightGear/Timezone/America/Martinique -share/FlightGear/Timezone/America/Mazatlan -share/FlightGear/Timezone/America/Mendoza -share/FlightGear/Timezone/America/Menominee -share/FlightGear/Timezone/America/Mexico_City -share/FlightGear/Timezone/America/Miquelon -share/FlightGear/Timezone/America/Montevideo -share/FlightGear/Timezone/America/Montreal -share/FlightGear/Timezone/America/Montserrat -share/FlightGear/Timezone/America/Nassau -share/FlightGear/Timezone/America/New_York -share/FlightGear/Timezone/America/Nipigon -share/FlightGear/Timezone/America/Nome -share/FlightGear/Timezone/America/Noronha -share/FlightGear/Timezone/America/Panama -share/FlightGear/Timezone/America/Pangnirtung -share/FlightGear/Timezone/America/Paramaribo -share/FlightGear/Timezone/America/Phoenix -share/FlightGear/Timezone/America/Port-au-Prince -share/FlightGear/Timezone/America/Port_of_Spain -share/FlightGear/Timezone/America/Porto_Acre -share/FlightGear/Timezone/America/Porto_Velho -share/FlightGear/Timezone/America/Puerto_Rico -share/FlightGear/Timezone/America/Rainy_River -share/FlightGear/Timezone/America/Rankin_Inlet -share/FlightGear/Timezone/America/Regina -share/FlightGear/Timezone/America/Rosario -share/FlightGear/Timezone/America/Santiago -share/FlightGear/Timezone/America/Santo_Domingo -share/FlightGear/Timezone/America/Sao_Paulo -share/FlightGear/Timezone/America/Scoresbysund -share/FlightGear/Timezone/America/Shiprock -share/FlightGear/Timezone/America/St_Johns -share/FlightGear/Timezone/America/St_Kitts -share/FlightGear/Timezone/America/St_Lucia -share/FlightGear/Timezone/America/St_Thomas -share/FlightGear/Timezone/America/St_Vincent -share/FlightGear/Timezone/America/Swift_Current -share/FlightGear/Timezone/America/Tegucigalpa -share/FlightGear/Timezone/America/Thule -share/FlightGear/Timezone/America/Thunder_Bay -share/FlightGear/Timezone/America/Tijuana -share/FlightGear/Timezone/America/Tortola -share/FlightGear/Timezone/America/Vancouver -share/FlightGear/Timezone/America/Virgin -share/FlightGear/Timezone/America/Whitehorse -share/FlightGear/Timezone/America/Winnipeg -share/FlightGear/Timezone/America/Yakutat -share/FlightGear/Timezone/America/Yellowknife -share/FlightGear/Timezone/Antarctica/Casey -share/FlightGear/Timezone/Antarctica/Davis -share/FlightGear/Timezone/Antarctica/DumontDUrville -share/FlightGear/Timezone/Antarctica/Mawson -share/FlightGear/Timezone/Antarctica/McMurdo -share/FlightGear/Timezone/Antarctica/Palmer -share/FlightGear/Timezone/Antarctica/South_Pole -share/FlightGear/Timezone/Antarctica/Syowa -share/FlightGear/Timezone/Arctic/Longyearbyen -share/FlightGear/Timezone/Asia/Aden -share/FlightGear/Timezone/Asia/Almaty -share/FlightGear/Timezone/Asia/Amman -share/FlightGear/Timezone/Asia/Anadyr -share/FlightGear/Timezone/Asia/Aqtau -share/FlightGear/Timezone/Asia/Aqtobe -share/FlightGear/Timezone/Asia/Ashkhabad -share/FlightGear/Timezone/Asia/Baghdad -share/FlightGear/Timezone/Asia/Bahrain -share/FlightGear/Timezone/Asia/Baku -share/FlightGear/Timezone/Asia/Bangkok -share/FlightGear/Timezone/Asia/Beirut -share/FlightGear/Timezone/Asia/Bishkek -share/FlightGear/Timezone/Asia/Brunei -share/FlightGear/Timezone/Asia/Calcutta -share/FlightGear/Timezone/Asia/Chungking -share/FlightGear/Timezone/Asia/Colombo -share/FlightGear/Timezone/Asia/Dacca -share/FlightGear/Timezone/Asia/Damascus -share/FlightGear/Timezone/Asia/Dili -share/FlightGear/Timezone/Asia/Dubai -share/FlightGear/Timezone/Asia/Dushanbe -share/FlightGear/Timezone/Asia/Gaza -share/FlightGear/Timezone/Asia/Harbin -share/FlightGear/Timezone/Asia/Hong_Kong -share/FlightGear/Timezone/Asia/Hovd -share/FlightGear/Timezone/Asia/Irkutsk -share/FlightGear/Timezone/Asia/Istanbul -share/FlightGear/Timezone/Asia/Jakarta -share/FlightGear/Timezone/Asia/Jayapura -share/FlightGear/Timezone/Asia/Jerusalem -share/FlightGear/Timezone/Asia/Kabul -share/FlightGear/Timezone/Asia/Kamchatka -share/FlightGear/Timezone/Asia/Karachi -share/FlightGear/Timezone/Asia/Kashgar -share/FlightGear/Timezone/Asia/Katmandu -share/FlightGear/Timezone/Asia/Krasnoyarsk -share/FlightGear/Timezone/Asia/Kuala_Lumpur -share/FlightGear/Timezone/Asia/Kuching -share/FlightGear/Timezone/Asia/Kuwait -share/FlightGear/Timezone/Asia/Macao -share/FlightGear/Timezone/Asia/Magadan -share/FlightGear/Timezone/Asia/Manila -share/FlightGear/Timezone/Asia/Muscat -share/FlightGear/Timezone/Asia/Nicosia -share/FlightGear/Timezone/Asia/Novosibirsk -share/FlightGear/Timezone/Asia/Omsk -share/FlightGear/Timezone/Asia/Phnom_Penh -share/FlightGear/Timezone/Asia/Pyongyang -share/FlightGear/Timezone/Asia/Qatar -share/FlightGear/Timezone/Asia/Rangoon -share/FlightGear/Timezone/Asia/Riyadh -share/FlightGear/Timezone/Asia/Riyadh87 -share/FlightGear/Timezone/Asia/Riyadh88 -share/FlightGear/Timezone/Asia/Riyadh89 -share/FlightGear/Timezone/Asia/Saigon -share/FlightGear/Timezone/Asia/Samarkand -share/FlightGear/Timezone/Asia/Seoul -share/FlightGear/Timezone/Asia/Shanghai -share/FlightGear/Timezone/Asia/Singapore -share/FlightGear/Timezone/Asia/Taipei -share/FlightGear/Timezone/Asia/Tashkent -share/FlightGear/Timezone/Asia/Tbilisi -share/FlightGear/Timezone/Asia/Tehran -share/FlightGear/Timezone/Asia/Tel_Aviv -share/FlightGear/Timezone/Asia/Thimbu -share/FlightGear/Timezone/Asia/Tokyo -share/FlightGear/Timezone/Asia/Ujung_Pandang -share/FlightGear/Timezone/Asia/Ulaanbaatar -share/FlightGear/Timezone/Asia/Ulan_Bator -share/FlightGear/Timezone/Asia/Urumqi -share/FlightGear/Timezone/Asia/Vientiane -share/FlightGear/Timezone/Asia/Vladivostok -share/FlightGear/Timezone/Asia/Yakutsk -share/FlightGear/Timezone/Asia/Yekaterinburg -share/FlightGear/Timezone/Asia/Yerevan -share/FlightGear/Timezone/Atlantic/Azores -share/FlightGear/Timezone/Atlantic/Bermuda -share/FlightGear/Timezone/Atlantic/Canary -share/FlightGear/Timezone/Atlantic/Cape_Verde -share/FlightGear/Timezone/Atlantic/Faeroe -share/FlightGear/Timezone/Atlantic/Jan_Mayen -share/FlightGear/Timezone/Atlantic/Madeira -share/FlightGear/Timezone/Atlantic/Reykjavik -share/FlightGear/Timezone/Atlantic/South_Georgia -share/FlightGear/Timezone/Atlantic/St_Helena -share/FlightGear/Timezone/Atlantic/Stanley -share/FlightGear/Timezone/Australia/ACT -share/FlightGear/Timezone/Australia/Adelaide -share/FlightGear/Timezone/Australia/Brisbane -share/FlightGear/Timezone/Australia/Broken_Hill -share/FlightGear/Timezone/Australia/Canberra -share/FlightGear/Timezone/Australia/Darwin -share/FlightGear/Timezone/Australia/Hobart -share/FlightGear/Timezone/Australia/LHI -share/FlightGear/Timezone/Australia/Lindeman -share/FlightGear/Timezone/Australia/Lord_Howe -share/FlightGear/Timezone/Australia/Melbourne -share/FlightGear/Timezone/Australia/NSW -share/FlightGear/Timezone/Australia/North -share/FlightGear/Timezone/Australia/Perth -share/FlightGear/Timezone/Australia/Queensland -share/FlightGear/Timezone/Australia/South -share/FlightGear/Timezone/Australia/Sydney -share/FlightGear/Timezone/Australia/Tasmania -share/FlightGear/Timezone/Australia/Victoria -share/FlightGear/Timezone/Australia/West -share/FlightGear/Timezone/Australia/Yancowinna -share/FlightGear/Timezone/Brazil/Acre -share/FlightGear/Timezone/Brazil/DeNoronha -share/FlightGear/Timezone/Brazil/East -share/FlightGear/Timezone/Brazil/West -share/FlightGear/Timezone/CET -share/FlightGear/Timezone/CST6CDT -share/FlightGear/Timezone/Canada/Atlantic -share/FlightGear/Timezone/Canada/Central -share/FlightGear/Timezone/Canada/East-Saskatchewan -share/FlightGear/Timezone/Canada/Eastern -share/FlightGear/Timezone/Canada/Mountain -share/FlightGear/Timezone/Canada/Newfoundland -share/FlightGear/Timezone/Canada/Pacific -share/FlightGear/Timezone/Canada/Saskatchewan -share/FlightGear/Timezone/Canada/Yukon -share/FlightGear/Timezone/Chile/Continental -share/FlightGear/Timezone/Chile/EasterIsland -share/FlightGear/Timezone/Cuba -share/FlightGear/Timezone/EET -share/FlightGear/Timezone/EST -share/FlightGear/Timezone/EST5EDT -share/FlightGear/Timezone/Egypt -share/FlightGear/Timezone/Eire -share/FlightGear/Timezone/Etc/GMT -share/FlightGear/Timezone/Etc/GMT+0 -share/FlightGear/Timezone/Etc/GMT+1 -share/FlightGear/Timezone/Etc/GMT+10 -share/FlightGear/Timezone/Etc/GMT+11 -share/FlightGear/Timezone/Etc/GMT+12 -share/FlightGear/Timezone/Etc/GMT+2 -share/FlightGear/Timezone/Etc/GMT+3 -share/FlightGear/Timezone/Etc/GMT+4 -share/FlightGear/Timezone/Etc/GMT+5 -share/FlightGear/Timezone/Etc/GMT+6 -share/FlightGear/Timezone/Etc/GMT+7 -share/FlightGear/Timezone/Etc/GMT+8 -share/FlightGear/Timezone/Etc/GMT+9 -share/FlightGear/Timezone/Etc/GMT-0 -share/FlightGear/Timezone/Etc/GMT-1 -share/FlightGear/Timezone/Etc/GMT-10 -share/FlightGear/Timezone/Etc/GMT-11 -share/FlightGear/Timezone/Etc/GMT-12 -share/FlightGear/Timezone/Etc/GMT-13 -share/FlightGear/Timezone/Etc/GMT-14 -share/FlightGear/Timezone/Etc/GMT-2 -share/FlightGear/Timezone/Etc/GMT-3 -share/FlightGear/Timezone/Etc/GMT-4 -share/FlightGear/Timezone/Etc/GMT-5 -share/FlightGear/Timezone/Etc/GMT-6 -share/FlightGear/Timezone/Etc/GMT-7 -share/FlightGear/Timezone/Etc/GMT-8 -share/FlightGear/Timezone/Etc/GMT-9 -share/FlightGear/Timezone/Etc/GMT0 -share/FlightGear/Timezone/Etc/Greenwich -share/FlightGear/Timezone/Etc/UCT -share/FlightGear/Timezone/Etc/UTC -share/FlightGear/Timezone/Etc/Universal -share/FlightGear/Timezone/Etc/Zulu -share/FlightGear/Timezone/Europe/Amsterdam -share/FlightGear/Timezone/Europe/Andorra -share/FlightGear/Timezone/Europe/Athens -share/FlightGear/Timezone/Europe/Belfast -share/FlightGear/Timezone/Europe/Belgrade -share/FlightGear/Timezone/Europe/Berlin -share/FlightGear/Timezone/Europe/Bratislava -share/FlightGear/Timezone/Europe/Brussels -share/FlightGear/Timezone/Europe/Bucharest -share/FlightGear/Timezone/Europe/Budapest -share/FlightGear/Timezone/Europe/Chisinau -share/FlightGear/Timezone/Europe/Copenhagen -share/FlightGear/Timezone/Europe/Dublin -share/FlightGear/Timezone/Europe/Gibraltar -share/FlightGear/Timezone/Europe/Helsinki -share/FlightGear/Timezone/Europe/Istanbul -share/FlightGear/Timezone/Europe/Kaliningrad -share/FlightGear/Timezone/Europe/Kiev -share/FlightGear/Timezone/Europe/Lisbon -share/FlightGear/Timezone/Europe/Ljubljana -share/FlightGear/Timezone/Europe/London -share/FlightGear/Timezone/Europe/Luxembourg -share/FlightGear/Timezone/Europe/Madrid -share/FlightGear/Timezone/Europe/Malta -share/FlightGear/Timezone/Europe/Minsk -share/FlightGear/Timezone/Europe/Monaco -share/FlightGear/Timezone/Europe/Moscow -share/FlightGear/Timezone/Europe/Oslo -share/FlightGear/Timezone/Europe/Paris -share/FlightGear/Timezone/Europe/Prague -share/FlightGear/Timezone/Europe/Riga -share/FlightGear/Timezone/Europe/Rome -share/FlightGear/Timezone/Europe/Samara -share/FlightGear/Timezone/Europe/San_Marino -share/FlightGear/Timezone/Europe/Sarajevo -share/FlightGear/Timezone/Europe/Simferopol -share/FlightGear/Timezone/Europe/Skopje -share/FlightGear/Timezone/Europe/Sofia -share/FlightGear/Timezone/Europe/Stockholm -share/FlightGear/Timezone/Europe/Tallinn -share/FlightGear/Timezone/Europe/Tirane -share/FlightGear/Timezone/Europe/Tiraspol -share/FlightGear/Timezone/Europe/Uzhgorod -share/FlightGear/Timezone/Europe/Vaduz -share/FlightGear/Timezone/Europe/Vatican -share/FlightGear/Timezone/Europe/Vienna -share/FlightGear/Timezone/Europe/Vilnius -share/FlightGear/Timezone/Europe/Warsaw -share/FlightGear/Timezone/Europe/Zagreb -share/FlightGear/Timezone/Europe/Zaporozhye -share/FlightGear/Timezone/Europe/Zurich -share/FlightGear/Timezone/Factory -share/FlightGear/Timezone/GB -share/FlightGear/Timezone/GB-Eire -share/FlightGear/Timezone/GMT -share/FlightGear/Timezone/GMT+0 -share/FlightGear/Timezone/GMT-0 -share/FlightGear/Timezone/GMT0 -share/FlightGear/Timezone/Greenwich -share/FlightGear/Timezone/HST -share/FlightGear/Timezone/Hongkong -share/FlightGear/Timezone/Iceland -share/FlightGear/Timezone/Indian/Antananarivo -share/FlightGear/Timezone/Indian/Chagos -share/FlightGear/Timezone/Indian/Christmas -share/FlightGear/Timezone/Indian/Cocos -share/FlightGear/Timezone/Indian/Comoro -share/FlightGear/Timezone/Indian/Kerguelen -share/FlightGear/Timezone/Indian/Mahe -share/FlightGear/Timezone/Indian/Maldives -share/FlightGear/Timezone/Indian/Mauritius -share/FlightGear/Timezone/Indian/Mayotte -share/FlightGear/Timezone/Indian/Reunion -share/FlightGear/Timezone/Iran -share/FlightGear/Timezone/Israel -share/FlightGear/Timezone/Jamaica -share/FlightGear/Timezone/Japan -share/FlightGear/Timezone/Kwajalein -share/FlightGear/Timezone/Libya -share/FlightGear/Timezone/MET -share/FlightGear/Timezone/MST -share/FlightGear/Timezone/MST7MDT -share/FlightGear/Timezone/Mexico/BajaNorte -share/FlightGear/Timezone/Mexico/BajaSur -share/FlightGear/Timezone/Mexico/General -share/FlightGear/Timezone/Mideast/Riyadh87 -share/FlightGear/Timezone/Mideast/Riyadh88 -share/FlightGear/Timezone/Mideast/Riyadh89 -share/FlightGear/Timezone/NZ -share/FlightGear/Timezone/NZ-CHAT -share/FlightGear/Timezone/Navajo -share/FlightGear/Timezone/PRC -share/FlightGear/Timezone/PST8PDT -share/FlightGear/Timezone/Pacific/Apia -share/FlightGear/Timezone/Pacific/Auckland -share/FlightGear/Timezone/Pacific/Chatham -share/FlightGear/Timezone/Pacific/Easter -share/FlightGear/Timezone/Pacific/Efate -share/FlightGear/Timezone/Pacific/Enderbury -share/FlightGear/Timezone/Pacific/Fakaofo -share/FlightGear/Timezone/Pacific/Fiji -share/FlightGear/Timezone/Pacific/Funafuti -share/FlightGear/Timezone/Pacific/Galapagos -share/FlightGear/Timezone/Pacific/Gambier -share/FlightGear/Timezone/Pacific/Guadalcanal -share/FlightGear/Timezone/Pacific/Guam -share/FlightGear/Timezone/Pacific/Honolulu -share/FlightGear/Timezone/Pacific/Johnston -share/FlightGear/Timezone/Pacific/Kiritimati -share/FlightGear/Timezone/Pacific/Kosrae -share/FlightGear/Timezone/Pacific/Kwajalein -share/FlightGear/Timezone/Pacific/Majuro -share/FlightGear/Timezone/Pacific/Marquesas -share/FlightGear/Timezone/Pacific/Midway -share/FlightGear/Timezone/Pacific/Nauru -share/FlightGear/Timezone/Pacific/Niue -share/FlightGear/Timezone/Pacific/Norfolk -share/FlightGear/Timezone/Pacific/Noumea -share/FlightGear/Timezone/Pacific/Pago_Pago -share/FlightGear/Timezone/Pacific/Palau -share/FlightGear/Timezone/Pacific/Pitcairn -share/FlightGear/Timezone/Pacific/Ponape -share/FlightGear/Timezone/Pacific/Port_Moresby -share/FlightGear/Timezone/Pacific/Rarotonga -share/FlightGear/Timezone/Pacific/Saipan -share/FlightGear/Timezone/Pacific/Samoa -share/FlightGear/Timezone/Pacific/Tahiti -share/FlightGear/Timezone/Pacific/Tarawa -share/FlightGear/Timezone/Pacific/Tongatapu -share/FlightGear/Timezone/Pacific/Truk -share/FlightGear/Timezone/Pacific/Wake -share/FlightGear/Timezone/Pacific/Wallis -share/FlightGear/Timezone/Pacific/Yap -share/FlightGear/Timezone/Poland -share/FlightGear/Timezone/Portugal -share/FlightGear/Timezone/ROC -share/FlightGear/Timezone/ROK -share/FlightGear/Timezone/Singapore -share/FlightGear/Timezone/SystemV/AST4 -share/FlightGear/Timezone/SystemV/AST4ADT -share/FlightGear/Timezone/SystemV/CST6 -share/FlightGear/Timezone/SystemV/CST6CDT -share/FlightGear/Timezone/SystemV/EST5 -share/FlightGear/Timezone/SystemV/EST5EDT -share/FlightGear/Timezone/SystemV/HST10 -share/FlightGear/Timezone/SystemV/MST7 -share/FlightGear/Timezone/SystemV/MST7MDT -share/FlightGear/Timezone/SystemV/PST8 -share/FlightGear/Timezone/SystemV/PST8PDT -share/FlightGear/Timezone/SystemV/YST9 -share/FlightGear/Timezone/SystemV/YST9YDT -share/FlightGear/Timezone/Turkey -share/FlightGear/Timezone/UCT -share/FlightGear/Timezone/US/Alaska -share/FlightGear/Timezone/US/Aleutian -share/FlightGear/Timezone/US/Arizona -share/FlightGear/Timezone/US/Central -share/FlightGear/Timezone/US/East-Indiana -share/FlightGear/Timezone/US/Eastern -share/FlightGear/Timezone/US/Hawaii -share/FlightGear/Timezone/US/Indiana-Starke -share/FlightGear/Timezone/US/Michigan -share/FlightGear/Timezone/US/Mountain -share/FlightGear/Timezone/US/Pacific -share/FlightGear/Timezone/US/Samoa -share/FlightGear/Timezone/UTC -share/FlightGear/Timezone/Universal -share/FlightGear/Timezone/W-SU -share/FlightGear/Timezone/WET -share/FlightGear/Timezone/Zulu -share/FlightGear/Timezone/iso3166.tab -share/FlightGear/Timezone/posix/Africa/Abidjan -share/FlightGear/Timezone/posix/Africa/Accra -share/FlightGear/Timezone/posix/Africa/Addis_Ababa -share/FlightGear/Timezone/posix/Africa/Algiers -share/FlightGear/Timezone/posix/Africa/Asmera -share/FlightGear/Timezone/posix/Africa/Bamako -share/FlightGear/Timezone/posix/Africa/Bangui -share/FlightGear/Timezone/posix/Africa/Banjul -share/FlightGear/Timezone/posix/Africa/Bissau -share/FlightGear/Timezone/posix/Africa/Blantyre -share/FlightGear/Timezone/posix/Africa/Brazzaville -share/FlightGear/Timezone/posix/Africa/Bujumbura -share/FlightGear/Timezone/posix/Africa/Cairo -share/FlightGear/Timezone/posix/Africa/Casablanca -share/FlightGear/Timezone/posix/Africa/Ceuta -share/FlightGear/Timezone/posix/Africa/Conakry -share/FlightGear/Timezone/posix/Africa/Dakar -share/FlightGear/Timezone/posix/Africa/Dar_es_Salaam -share/FlightGear/Timezone/posix/Africa/Djibouti -share/FlightGear/Timezone/posix/Africa/Douala -share/FlightGear/Timezone/posix/Africa/El_Aaiun -share/FlightGear/Timezone/posix/Africa/Freetown -share/FlightGear/Timezone/posix/Africa/Gaborone -share/FlightGear/Timezone/posix/Africa/Harare -share/FlightGear/Timezone/posix/Africa/Johannesburg -share/FlightGear/Timezone/posix/Africa/Kampala -share/FlightGear/Timezone/posix/Africa/Khartoum -share/FlightGear/Timezone/posix/Africa/Kigali -share/FlightGear/Timezone/posix/Africa/Kinshasa -share/FlightGear/Timezone/posix/Africa/Lagos -share/FlightGear/Timezone/posix/Africa/Libreville -share/FlightGear/Timezone/posix/Africa/Lome -share/FlightGear/Timezone/posix/Africa/Luanda -share/FlightGear/Timezone/posix/Africa/Lubumbashi -share/FlightGear/Timezone/posix/Africa/Lusaka -share/FlightGear/Timezone/posix/Africa/Malabo -share/FlightGear/Timezone/posix/Africa/Maputo -share/FlightGear/Timezone/posix/Africa/Maseru -share/FlightGear/Timezone/posix/Africa/Mbabane -share/FlightGear/Timezone/posix/Africa/Mogadishu -share/FlightGear/Timezone/posix/Africa/Monrovia -share/FlightGear/Timezone/posix/Africa/Nairobi -share/FlightGear/Timezone/posix/Africa/Ndjamena -share/FlightGear/Timezone/posix/Africa/Niamey -share/FlightGear/Timezone/posix/Africa/Nouakchott -share/FlightGear/Timezone/posix/Africa/Ouagadougou -share/FlightGear/Timezone/posix/Africa/Porto-Novo -share/FlightGear/Timezone/posix/Africa/Sao_Tome -share/FlightGear/Timezone/posix/Africa/Timbuktu -share/FlightGear/Timezone/posix/Africa/Tripoli -share/FlightGear/Timezone/posix/Africa/Tunis -share/FlightGear/Timezone/posix/Africa/Windhoek -share/FlightGear/Timezone/posix/America/Adak -share/FlightGear/Timezone/posix/America/Anchorage -share/FlightGear/Timezone/posix/America/Anguilla -share/FlightGear/Timezone/posix/America/Antigua -share/FlightGear/Timezone/posix/America/Araguaina -share/FlightGear/Timezone/posix/America/Aruba -share/FlightGear/Timezone/posix/America/Asuncion -share/FlightGear/Timezone/posix/America/Atka -share/FlightGear/Timezone/posix/America/Barbados -share/FlightGear/Timezone/posix/America/Belem -share/FlightGear/Timezone/posix/America/Belize -share/FlightGear/Timezone/posix/America/Boa_Vista -share/FlightGear/Timezone/posix/America/Bogota -share/FlightGear/Timezone/posix/America/Boise -share/FlightGear/Timezone/posix/America/Buenos_Aires -share/FlightGear/Timezone/posix/America/Cambridge_Bay -share/FlightGear/Timezone/posix/America/Cancun -share/FlightGear/Timezone/posix/America/Caracas -share/FlightGear/Timezone/posix/America/Catamarca -share/FlightGear/Timezone/posix/America/Cayenne -share/FlightGear/Timezone/posix/America/Cayman -share/FlightGear/Timezone/posix/America/Chicago -share/FlightGear/Timezone/posix/America/Chihuahua -share/FlightGear/Timezone/posix/America/Cordoba -share/FlightGear/Timezone/posix/America/Costa_Rica -share/FlightGear/Timezone/posix/America/Cuiaba -share/FlightGear/Timezone/posix/America/Curacao -share/FlightGear/Timezone/posix/America/Dawson -share/FlightGear/Timezone/posix/America/Dawson_Creek -share/FlightGear/Timezone/posix/America/Denver -share/FlightGear/Timezone/posix/America/Detroit -share/FlightGear/Timezone/posix/America/Dominica -share/FlightGear/Timezone/posix/America/Edmonton -share/FlightGear/Timezone/posix/America/El_Salvador -share/FlightGear/Timezone/posix/America/Ensenada -share/FlightGear/Timezone/posix/America/Fort_Wayne -share/FlightGear/Timezone/posix/America/Fortaleza -share/FlightGear/Timezone/posix/America/Glace_Bay -share/FlightGear/Timezone/posix/America/Godthab -share/FlightGear/Timezone/posix/America/Goose_Bay -share/FlightGear/Timezone/posix/America/Grand_Turk -share/FlightGear/Timezone/posix/America/Grenada -share/FlightGear/Timezone/posix/America/Guadeloupe -share/FlightGear/Timezone/posix/America/Guatemala -share/FlightGear/Timezone/posix/America/Guayaquil -share/FlightGear/Timezone/posix/America/Guyana -share/FlightGear/Timezone/posix/America/Halifax -share/FlightGear/Timezone/posix/America/Havana -share/FlightGear/Timezone/posix/America/Hermosillo -share/FlightGear/Timezone/posix/America/Indiana/Indianapolis -share/FlightGear/Timezone/posix/America/Indiana/Knox -share/FlightGear/Timezone/posix/America/Indiana/Marengo -share/FlightGear/Timezone/posix/America/Indiana/Vevay -share/FlightGear/Timezone/posix/America/Indianapolis -share/FlightGear/Timezone/posix/America/Inuvik -share/FlightGear/Timezone/posix/America/Iqaluit -share/FlightGear/Timezone/posix/America/Jamaica -share/FlightGear/Timezone/posix/America/Jujuy -share/FlightGear/Timezone/posix/America/Juneau -share/FlightGear/Timezone/posix/America/Knox_IN -share/FlightGear/Timezone/posix/America/La_Paz -share/FlightGear/Timezone/posix/America/Lima -share/FlightGear/Timezone/posix/America/Los_Angeles -share/FlightGear/Timezone/posix/America/Louisville -share/FlightGear/Timezone/posix/America/Maceio -share/FlightGear/Timezone/posix/America/Managua -share/FlightGear/Timezone/posix/America/Manaus -share/FlightGear/Timezone/posix/America/Martinique -share/FlightGear/Timezone/posix/America/Mazatlan -share/FlightGear/Timezone/posix/America/Mendoza -share/FlightGear/Timezone/posix/America/Menominee -share/FlightGear/Timezone/posix/America/Mexico_City -share/FlightGear/Timezone/posix/America/Miquelon -share/FlightGear/Timezone/posix/America/Montevideo -share/FlightGear/Timezone/posix/America/Montreal -share/FlightGear/Timezone/posix/America/Montserrat -share/FlightGear/Timezone/posix/America/Nassau -share/FlightGear/Timezone/posix/America/New_York -share/FlightGear/Timezone/posix/America/Nipigon -share/FlightGear/Timezone/posix/America/Nome -share/FlightGear/Timezone/posix/America/Noronha -share/FlightGear/Timezone/posix/America/Panama -share/FlightGear/Timezone/posix/America/Pangnirtung -share/FlightGear/Timezone/posix/America/Paramaribo -share/FlightGear/Timezone/posix/America/Phoenix -share/FlightGear/Timezone/posix/America/Port-au-Prince -share/FlightGear/Timezone/posix/America/Port_of_Spain -share/FlightGear/Timezone/posix/America/Porto_Acre -share/FlightGear/Timezone/posix/America/Porto_Velho -share/FlightGear/Timezone/posix/America/Puerto_Rico -share/FlightGear/Timezone/posix/America/Rainy_River -share/FlightGear/Timezone/posix/America/Rankin_Inlet -share/FlightGear/Timezone/posix/America/Regina -share/FlightGear/Timezone/posix/America/Rosario -share/FlightGear/Timezone/posix/America/Santiago -share/FlightGear/Timezone/posix/America/Santo_Domingo -share/FlightGear/Timezone/posix/America/Sao_Paulo -share/FlightGear/Timezone/posix/America/Scoresbysund -share/FlightGear/Timezone/posix/America/Shiprock -share/FlightGear/Timezone/posix/America/St_Johns -share/FlightGear/Timezone/posix/America/St_Kitts -share/FlightGear/Timezone/posix/America/St_Lucia -share/FlightGear/Timezone/posix/America/St_Thomas -share/FlightGear/Timezone/posix/America/St_Vincent -share/FlightGear/Timezone/posix/America/Swift_Current -share/FlightGear/Timezone/posix/America/Tegucigalpa -share/FlightGear/Timezone/posix/America/Thule -share/FlightGear/Timezone/posix/America/Thunder_Bay -share/FlightGear/Timezone/posix/America/Tijuana -share/FlightGear/Timezone/posix/America/Tortola -share/FlightGear/Timezone/posix/America/Vancouver -share/FlightGear/Timezone/posix/America/Virgin -share/FlightGear/Timezone/posix/America/Whitehorse -share/FlightGear/Timezone/posix/America/Winnipeg -share/FlightGear/Timezone/posix/America/Yakutat -share/FlightGear/Timezone/posix/America/Yellowknife -share/FlightGear/Timezone/posix/Antarctica/Casey -share/FlightGear/Timezone/posix/Antarctica/Davis -share/FlightGear/Timezone/posix/Antarctica/DumontDUrville -share/FlightGear/Timezone/posix/Antarctica/Mawson -share/FlightGear/Timezone/posix/Antarctica/McMurdo -share/FlightGear/Timezone/posix/Antarctica/Palmer -share/FlightGear/Timezone/posix/Antarctica/South_Pole -share/FlightGear/Timezone/posix/Antarctica/Syowa -share/FlightGear/Timezone/posix/Arctic/Longyearbyen -share/FlightGear/Timezone/posix/Asia/Aden -share/FlightGear/Timezone/posix/Asia/Almaty -share/FlightGear/Timezone/posix/Asia/Amman -share/FlightGear/Timezone/posix/Asia/Anadyr -share/FlightGear/Timezone/posix/Asia/Aqtau -share/FlightGear/Timezone/posix/Asia/Aqtobe -share/FlightGear/Timezone/posix/Asia/Ashkhabad -share/FlightGear/Timezone/posix/Asia/Baghdad -share/FlightGear/Timezone/posix/Asia/Bahrain -share/FlightGear/Timezone/posix/Asia/Baku -share/FlightGear/Timezone/posix/Asia/Bangkok -share/FlightGear/Timezone/posix/Asia/Beirut -share/FlightGear/Timezone/posix/Asia/Bishkek -share/FlightGear/Timezone/posix/Asia/Brunei -share/FlightGear/Timezone/posix/Asia/Calcutta -share/FlightGear/Timezone/posix/Asia/Chungking -share/FlightGear/Timezone/posix/Asia/Colombo -share/FlightGear/Timezone/posix/Asia/Dacca -share/FlightGear/Timezone/posix/Asia/Damascus -share/FlightGear/Timezone/posix/Asia/Dili -share/FlightGear/Timezone/posix/Asia/Dubai -share/FlightGear/Timezone/posix/Asia/Dushanbe -share/FlightGear/Timezone/posix/Asia/Gaza -share/FlightGear/Timezone/posix/Asia/Harbin -share/FlightGear/Timezone/posix/Asia/Hong_Kong -share/FlightGear/Timezone/posix/Asia/Hovd -share/FlightGear/Timezone/posix/Asia/Irkutsk -share/FlightGear/Timezone/posix/Asia/Istanbul -share/FlightGear/Timezone/posix/Asia/Jakarta -share/FlightGear/Timezone/posix/Asia/Jayapura -share/FlightGear/Timezone/posix/Asia/Jerusalem -share/FlightGear/Timezone/posix/Asia/Kabul -share/FlightGear/Timezone/posix/Asia/Kamchatka -share/FlightGear/Timezone/posix/Asia/Karachi -share/FlightGear/Timezone/posix/Asia/Kashgar -share/FlightGear/Timezone/posix/Asia/Katmandu -share/FlightGear/Timezone/posix/Asia/Krasnoyarsk -share/FlightGear/Timezone/posix/Asia/Kuala_Lumpur -share/FlightGear/Timezone/posix/Asia/Kuching -share/FlightGear/Timezone/posix/Asia/Kuwait -share/FlightGear/Timezone/posix/Asia/Macao -share/FlightGear/Timezone/posix/Asia/Magadan -share/FlightGear/Timezone/posix/Asia/Manila -share/FlightGear/Timezone/posix/Asia/Muscat -share/FlightGear/Timezone/posix/Asia/Nicosia -share/FlightGear/Timezone/posix/Asia/Novosibirsk -share/FlightGear/Timezone/posix/Asia/Omsk -share/FlightGear/Timezone/posix/Asia/Phnom_Penh -share/FlightGear/Timezone/posix/Asia/Pyongyang -share/FlightGear/Timezone/posix/Asia/Qatar -share/FlightGear/Timezone/posix/Asia/Rangoon -share/FlightGear/Timezone/posix/Asia/Riyadh -share/FlightGear/Timezone/posix/Asia/Riyadh87 -share/FlightGear/Timezone/posix/Asia/Riyadh88 -share/FlightGear/Timezone/posix/Asia/Riyadh89 -share/FlightGear/Timezone/posix/Asia/Saigon -share/FlightGear/Timezone/posix/Asia/Samarkand -share/FlightGear/Timezone/posix/Asia/Seoul -share/FlightGear/Timezone/posix/Asia/Shanghai -share/FlightGear/Timezone/posix/Asia/Singapore -share/FlightGear/Timezone/posix/Asia/Taipei -share/FlightGear/Timezone/posix/Asia/Tashkent -share/FlightGear/Timezone/posix/Asia/Tbilisi -share/FlightGear/Timezone/posix/Asia/Tehran -share/FlightGear/Timezone/posix/Asia/Tel_Aviv -share/FlightGear/Timezone/posix/Asia/Thimbu -share/FlightGear/Timezone/posix/Asia/Tokyo -share/FlightGear/Timezone/posix/Asia/Ujung_Pandang -share/FlightGear/Timezone/posix/Asia/Ulaanbaatar -share/FlightGear/Timezone/posix/Asia/Ulan_Bator -share/FlightGear/Timezone/posix/Asia/Urumqi -share/FlightGear/Timezone/posix/Asia/Vientiane -share/FlightGear/Timezone/posix/Asia/Vladivostok -share/FlightGear/Timezone/posix/Asia/Yakutsk -share/FlightGear/Timezone/posix/Asia/Yekaterinburg -share/FlightGear/Timezone/posix/Asia/Yerevan -share/FlightGear/Timezone/posix/Atlantic/Azores -share/FlightGear/Timezone/posix/Atlantic/Bermuda -share/FlightGear/Timezone/posix/Atlantic/Canary -share/FlightGear/Timezone/posix/Atlantic/Cape_Verde -share/FlightGear/Timezone/posix/Atlantic/Faeroe -share/FlightGear/Timezone/posix/Atlantic/Jan_Mayen -share/FlightGear/Timezone/posix/Atlantic/Madeira -share/FlightGear/Timezone/posix/Atlantic/Reykjavik -share/FlightGear/Timezone/posix/Atlantic/South_Georgia -share/FlightGear/Timezone/posix/Atlantic/St_Helena -share/FlightGear/Timezone/posix/Atlantic/Stanley -share/FlightGear/Timezone/posix/Australia/ACT -share/FlightGear/Timezone/posix/Australia/Adelaide -share/FlightGear/Timezone/posix/Australia/Brisbane -share/FlightGear/Timezone/posix/Australia/Broken_Hill -share/FlightGear/Timezone/posix/Australia/Canberra -share/FlightGear/Timezone/posix/Australia/Darwin -share/FlightGear/Timezone/posix/Australia/Hobart -share/FlightGear/Timezone/posix/Australia/LHI -share/FlightGear/Timezone/posix/Australia/Lindeman -share/FlightGear/Timezone/posix/Australia/Lord_Howe -share/FlightGear/Timezone/posix/Australia/Melbourne -share/FlightGear/Timezone/posix/Australia/NSW -share/FlightGear/Timezone/posix/Australia/North -share/FlightGear/Timezone/posix/Australia/Perth -share/FlightGear/Timezone/posix/Australia/Queensland -share/FlightGear/Timezone/posix/Australia/South -share/FlightGear/Timezone/posix/Australia/Sydney -share/FlightGear/Timezone/posix/Australia/Tasmania -share/FlightGear/Timezone/posix/Australia/Victoria -share/FlightGear/Timezone/posix/Australia/West -share/FlightGear/Timezone/posix/Australia/Yancowinna -share/FlightGear/Timezone/posix/Brazil/Acre -share/FlightGear/Timezone/posix/Brazil/DeNoronha -share/FlightGear/Timezone/posix/Brazil/East -share/FlightGear/Timezone/posix/Brazil/West -share/FlightGear/Timezone/posix/CET -share/FlightGear/Timezone/posix/CST6CDT -share/FlightGear/Timezone/posix/Canada/Atlantic -share/FlightGear/Timezone/posix/Canada/Central -share/FlightGear/Timezone/posix/Canada/East-Saskatchewan -share/FlightGear/Timezone/posix/Canada/Eastern -share/FlightGear/Timezone/posix/Canada/Mountain -share/FlightGear/Timezone/posix/Canada/Newfoundland -share/FlightGear/Timezone/posix/Canada/Pacific -share/FlightGear/Timezone/posix/Canada/Saskatchewan -share/FlightGear/Timezone/posix/Canada/Yukon -share/FlightGear/Timezone/posix/Chile/Continental -share/FlightGear/Timezone/posix/Chile/EasterIsland -share/FlightGear/Timezone/posix/Cuba -share/FlightGear/Timezone/posix/EET -share/FlightGear/Timezone/posix/EST -share/FlightGear/Timezone/posix/EST5EDT -share/FlightGear/Timezone/posix/Egypt -share/FlightGear/Timezone/posix/Eire -share/FlightGear/Timezone/posix/Etc/GMT -share/FlightGear/Timezone/posix/Etc/GMT+0 -share/FlightGear/Timezone/posix/Etc/GMT+1 -share/FlightGear/Timezone/posix/Etc/GMT+10 -share/FlightGear/Timezone/posix/Etc/GMT+11 -share/FlightGear/Timezone/posix/Etc/GMT+12 -share/FlightGear/Timezone/posix/Etc/GMT+2 -share/FlightGear/Timezone/posix/Etc/GMT+3 -share/FlightGear/Timezone/posix/Etc/GMT+4 -share/FlightGear/Timezone/posix/Etc/GMT+5 -share/FlightGear/Timezone/posix/Etc/GMT+6 -share/FlightGear/Timezone/posix/Etc/GMT+7 -share/FlightGear/Timezone/posix/Etc/GMT+8 -share/FlightGear/Timezone/posix/Etc/GMT+9 -share/FlightGear/Timezone/posix/Etc/GMT-0 -share/FlightGear/Timezone/posix/Etc/GMT-1 -share/FlightGear/Timezone/posix/Etc/GMT-10 -share/FlightGear/Timezone/posix/Etc/GMT-11 -share/FlightGear/Timezone/posix/Etc/GMT-12 -share/FlightGear/Timezone/posix/Etc/GMT-13 -share/FlightGear/Timezone/posix/Etc/GMT-14 -share/FlightGear/Timezone/posix/Etc/GMT-2 -share/FlightGear/Timezone/posix/Etc/GMT-3 -share/FlightGear/Timezone/posix/Etc/GMT-4 -share/FlightGear/Timezone/posix/Etc/GMT-5 -share/FlightGear/Timezone/posix/Etc/GMT-6 -share/FlightGear/Timezone/posix/Etc/GMT-7 -share/FlightGear/Timezone/posix/Etc/GMT-8 -share/FlightGear/Timezone/posix/Etc/GMT-9 -share/FlightGear/Timezone/posix/Etc/GMT0 -share/FlightGear/Timezone/posix/Etc/Greenwich -share/FlightGear/Timezone/posix/Etc/UCT -share/FlightGear/Timezone/posix/Etc/UTC -share/FlightGear/Timezone/posix/Etc/Universal -share/FlightGear/Timezone/posix/Etc/Zulu -share/FlightGear/Timezone/posix/Europe/Amsterdam -share/FlightGear/Timezone/posix/Europe/Andorra -share/FlightGear/Timezone/posix/Europe/Athens -share/FlightGear/Timezone/posix/Europe/Belfast -share/FlightGear/Timezone/posix/Europe/Belgrade -share/FlightGear/Timezone/posix/Europe/Berlin -share/FlightGear/Timezone/posix/Europe/Bratislava -share/FlightGear/Timezone/posix/Europe/Brussels -share/FlightGear/Timezone/posix/Europe/Bucharest -share/FlightGear/Timezone/posix/Europe/Budapest -share/FlightGear/Timezone/posix/Europe/Chisinau -share/FlightGear/Timezone/posix/Europe/Copenhagen -share/FlightGear/Timezone/posix/Europe/Dublin -share/FlightGear/Timezone/posix/Europe/Gibraltar -share/FlightGear/Timezone/posix/Europe/Helsinki -share/FlightGear/Timezone/posix/Europe/Istanbul -share/FlightGear/Timezone/posix/Europe/Kaliningrad -share/FlightGear/Timezone/posix/Europe/Kiev -share/FlightGear/Timezone/posix/Europe/Lisbon -share/FlightGear/Timezone/posix/Europe/Ljubljana -share/FlightGear/Timezone/posix/Europe/London -share/FlightGear/Timezone/posix/Europe/Luxembourg -share/FlightGear/Timezone/posix/Europe/Madrid -share/FlightGear/Timezone/posix/Europe/Malta -share/FlightGear/Timezone/posix/Europe/Minsk -share/FlightGear/Timezone/posix/Europe/Monaco -share/FlightGear/Timezone/posix/Europe/Moscow -share/FlightGear/Timezone/posix/Europe/Oslo -share/FlightGear/Timezone/posix/Europe/Paris -share/FlightGear/Timezone/posix/Europe/Prague -share/FlightGear/Timezone/posix/Europe/Riga -share/FlightGear/Timezone/posix/Europe/Rome -share/FlightGear/Timezone/posix/Europe/Samara -share/FlightGear/Timezone/posix/Europe/San_Marino -share/FlightGear/Timezone/posix/Europe/Sarajevo -share/FlightGear/Timezone/posix/Europe/Simferopol -share/FlightGear/Timezone/posix/Europe/Skopje -share/FlightGear/Timezone/posix/Europe/Sofia -share/FlightGear/Timezone/posix/Europe/Stockholm -share/FlightGear/Timezone/posix/Europe/Tallinn -share/FlightGear/Timezone/posix/Europe/Tirane -share/FlightGear/Timezone/posix/Europe/Tiraspol -share/FlightGear/Timezone/posix/Europe/Uzhgorod -share/FlightGear/Timezone/posix/Europe/Vaduz -share/FlightGear/Timezone/posix/Europe/Vatican -share/FlightGear/Timezone/posix/Europe/Vienna -share/FlightGear/Timezone/posix/Europe/Vilnius -share/FlightGear/Timezone/posix/Europe/Warsaw -share/FlightGear/Timezone/posix/Europe/Zagreb -share/FlightGear/Timezone/posix/Europe/Zaporozhye -share/FlightGear/Timezone/posix/Europe/Zurich -share/FlightGear/Timezone/posix/Factory -share/FlightGear/Timezone/posix/GB -share/FlightGear/Timezone/posix/GB-Eire -share/FlightGear/Timezone/posix/GMT -share/FlightGear/Timezone/posix/GMT+0 -share/FlightGear/Timezone/posix/GMT-0 -share/FlightGear/Timezone/posix/GMT0 -share/FlightGear/Timezone/posix/Greenwich -share/FlightGear/Timezone/posix/HST -share/FlightGear/Timezone/posix/Hongkong -share/FlightGear/Timezone/posix/Iceland -share/FlightGear/Timezone/posix/Indian/Antananarivo -share/FlightGear/Timezone/posix/Indian/Chagos -share/FlightGear/Timezone/posix/Indian/Christmas -share/FlightGear/Timezone/posix/Indian/Cocos -share/FlightGear/Timezone/posix/Indian/Comoro -share/FlightGear/Timezone/posix/Indian/Kerguelen -share/FlightGear/Timezone/posix/Indian/Mahe -share/FlightGear/Timezone/posix/Indian/Maldives -share/FlightGear/Timezone/posix/Indian/Mauritius -share/FlightGear/Timezone/posix/Indian/Mayotte -share/FlightGear/Timezone/posix/Indian/Reunion -share/FlightGear/Timezone/posix/Iran -share/FlightGear/Timezone/posix/Israel -share/FlightGear/Timezone/posix/Jamaica -share/FlightGear/Timezone/posix/Japan -share/FlightGear/Timezone/posix/Kwajalein -share/FlightGear/Timezone/posix/Libya -share/FlightGear/Timezone/posix/MET -share/FlightGear/Timezone/posix/MST -share/FlightGear/Timezone/posix/MST7MDT -share/FlightGear/Timezone/posix/Mexico/BajaNorte -share/FlightGear/Timezone/posix/Mexico/BajaSur -share/FlightGear/Timezone/posix/Mexico/General -share/FlightGear/Timezone/posix/Mideast/Riyadh87 -share/FlightGear/Timezone/posix/Mideast/Riyadh88 -share/FlightGear/Timezone/posix/Mideast/Riyadh89 -share/FlightGear/Timezone/posix/NZ -share/FlightGear/Timezone/posix/NZ-CHAT -share/FlightGear/Timezone/posix/Navajo -share/FlightGear/Timezone/posix/PRC -share/FlightGear/Timezone/posix/PST8PDT -share/FlightGear/Timezone/posix/Pacific/Apia -share/FlightGear/Timezone/posix/Pacific/Auckland -share/FlightGear/Timezone/posix/Pacific/Chatham -share/FlightGear/Timezone/posix/Pacific/Easter -share/FlightGear/Timezone/posix/Pacific/Efate -share/FlightGear/Timezone/posix/Pacific/Enderbury -share/FlightGear/Timezone/posix/Pacific/Fakaofo -share/FlightGear/Timezone/posix/Pacific/Fiji -share/FlightGear/Timezone/posix/Pacific/Funafuti -share/FlightGear/Timezone/posix/Pacific/Galapagos -share/FlightGear/Timezone/posix/Pacific/Gambier -share/FlightGear/Timezone/posix/Pacific/Guadalcanal -share/FlightGear/Timezone/posix/Pacific/Guam -share/FlightGear/Timezone/posix/Pacific/Honolulu -share/FlightGear/Timezone/posix/Pacific/Johnston -share/FlightGear/Timezone/posix/Pacific/Kiritimati -share/FlightGear/Timezone/posix/Pacific/Kosrae -share/FlightGear/Timezone/posix/Pacific/Kwajalein -share/FlightGear/Timezone/posix/Pacific/Majuro -share/FlightGear/Timezone/posix/Pacific/Marquesas -share/FlightGear/Timezone/posix/Pacific/Midway -share/FlightGear/Timezone/posix/Pacific/Nauru -share/FlightGear/Timezone/posix/Pacific/Niue -share/FlightGear/Timezone/posix/Pacific/Norfolk -share/FlightGear/Timezone/posix/Pacific/Noumea -share/FlightGear/Timezone/posix/Pacific/Pago_Pago -share/FlightGear/Timezone/posix/Pacific/Palau -share/FlightGear/Timezone/posix/Pacific/Pitcairn -share/FlightGear/Timezone/posix/Pacific/Ponape -share/FlightGear/Timezone/posix/Pacific/Port_Moresby -share/FlightGear/Timezone/posix/Pacific/Rarotonga -share/FlightGear/Timezone/posix/Pacific/Saipan -share/FlightGear/Timezone/posix/Pacific/Samoa -share/FlightGear/Timezone/posix/Pacific/Tahiti -share/FlightGear/Timezone/posix/Pacific/Tarawa -share/FlightGear/Timezone/posix/Pacific/Tongatapu -share/FlightGear/Timezone/posix/Pacific/Truk -share/FlightGear/Timezone/posix/Pacific/Wake -share/FlightGear/Timezone/posix/Pacific/Wallis -share/FlightGear/Timezone/posix/Pacific/Yap -share/FlightGear/Timezone/posix/Poland -share/FlightGear/Timezone/posix/Portugal -share/FlightGear/Timezone/posix/ROC -share/FlightGear/Timezone/posix/ROK -share/FlightGear/Timezone/posix/Singapore -share/FlightGear/Timezone/posix/SystemV/AST4 -share/FlightGear/Timezone/posix/SystemV/AST4ADT -share/FlightGear/Timezone/posix/SystemV/CST6 -share/FlightGear/Timezone/posix/SystemV/CST6CDT -share/FlightGear/Timezone/posix/SystemV/EST5 -share/FlightGear/Timezone/posix/SystemV/EST5EDT -share/FlightGear/Timezone/posix/SystemV/HST10 -share/FlightGear/Timezone/posix/SystemV/MST7 -share/FlightGear/Timezone/posix/SystemV/MST7MDT -share/FlightGear/Timezone/posix/SystemV/PST8 -share/FlightGear/Timezone/posix/SystemV/PST8PDT -share/FlightGear/Timezone/posix/SystemV/YST9 -share/FlightGear/Timezone/posix/SystemV/YST9YDT -share/FlightGear/Timezone/posix/Turkey -share/FlightGear/Timezone/posix/UCT -share/FlightGear/Timezone/posix/US/Alaska -share/FlightGear/Timezone/posix/US/Aleutian -share/FlightGear/Timezone/posix/US/Arizona -share/FlightGear/Timezone/posix/US/Central -share/FlightGear/Timezone/posix/US/East-Indiana -share/FlightGear/Timezone/posix/US/Eastern -share/FlightGear/Timezone/posix/US/Hawaii -share/FlightGear/Timezone/posix/US/Indiana-Starke -share/FlightGear/Timezone/posix/US/Michigan -share/FlightGear/Timezone/posix/US/Mountain -share/FlightGear/Timezone/posix/US/Pacific -share/FlightGear/Timezone/posix/US/Samoa -share/FlightGear/Timezone/posix/UTC -share/FlightGear/Timezone/posix/Universal -share/FlightGear/Timezone/posix/W-SU -share/FlightGear/Timezone/posix/WET -share/FlightGear/Timezone/posix/Zulu -share/FlightGear/Timezone/posixrules -share/FlightGear/Timezone/right/Africa/Abidjan -share/FlightGear/Timezone/right/Africa/Accra -share/FlightGear/Timezone/right/Africa/Addis_Ababa -share/FlightGear/Timezone/right/Africa/Algiers -share/FlightGear/Timezone/right/Africa/Asmera -share/FlightGear/Timezone/right/Africa/Bamako -share/FlightGear/Timezone/right/Africa/Bangui -share/FlightGear/Timezone/right/Africa/Banjul -share/FlightGear/Timezone/right/Africa/Bissau -share/FlightGear/Timezone/right/Africa/Blantyre -share/FlightGear/Timezone/right/Africa/Brazzaville -share/FlightGear/Timezone/right/Africa/Bujumbura -share/FlightGear/Timezone/right/Africa/Cairo -share/FlightGear/Timezone/right/Africa/Casablanca -share/FlightGear/Timezone/right/Africa/Ceuta -share/FlightGear/Timezone/right/Africa/Conakry -share/FlightGear/Timezone/right/Africa/Dakar -share/FlightGear/Timezone/right/Africa/Dar_es_Salaam -share/FlightGear/Timezone/right/Africa/Djibouti -share/FlightGear/Timezone/right/Africa/Douala -share/FlightGear/Timezone/right/Africa/El_Aaiun -share/FlightGear/Timezone/right/Africa/Freetown -share/FlightGear/Timezone/right/Africa/Gaborone -share/FlightGear/Timezone/right/Africa/Harare -share/FlightGear/Timezone/right/Africa/Johannesburg -share/FlightGear/Timezone/right/Africa/Kampala -share/FlightGear/Timezone/right/Africa/Khartoum -share/FlightGear/Timezone/right/Africa/Kigali -share/FlightGear/Timezone/right/Africa/Kinshasa -share/FlightGear/Timezone/right/Africa/Lagos -share/FlightGear/Timezone/right/Africa/Libreville -share/FlightGear/Timezone/right/Africa/Lome -share/FlightGear/Timezone/right/Africa/Luanda -share/FlightGear/Timezone/right/Africa/Lubumbashi -share/FlightGear/Timezone/right/Africa/Lusaka -share/FlightGear/Timezone/right/Africa/Malabo -share/FlightGear/Timezone/right/Africa/Maputo -share/FlightGear/Timezone/right/Africa/Maseru -share/FlightGear/Timezone/right/Africa/Mbabane -share/FlightGear/Timezone/right/Africa/Mogadishu -share/FlightGear/Timezone/right/Africa/Monrovia -share/FlightGear/Timezone/right/Africa/Nairobi -share/FlightGear/Timezone/right/Africa/Ndjamena -share/FlightGear/Timezone/right/Africa/Niamey -share/FlightGear/Timezone/right/Africa/Nouakchott -share/FlightGear/Timezone/right/Africa/Ouagadougou -share/FlightGear/Timezone/right/Africa/Porto-Novo -share/FlightGear/Timezone/right/Africa/Sao_Tome -share/FlightGear/Timezone/right/Africa/Timbuktu -share/FlightGear/Timezone/right/Africa/Tripoli -share/FlightGear/Timezone/right/Africa/Tunis -share/FlightGear/Timezone/right/Africa/Windhoek -share/FlightGear/Timezone/right/America/Adak -share/FlightGear/Timezone/right/America/Anchorage -share/FlightGear/Timezone/right/America/Anguilla -share/FlightGear/Timezone/right/America/Antigua -share/FlightGear/Timezone/right/America/Araguaina -share/FlightGear/Timezone/right/America/Aruba -share/FlightGear/Timezone/right/America/Asuncion -share/FlightGear/Timezone/right/America/Atka -share/FlightGear/Timezone/right/America/Barbados -share/FlightGear/Timezone/right/America/Belem -share/FlightGear/Timezone/right/America/Belize -share/FlightGear/Timezone/right/America/Boa_Vista -share/FlightGear/Timezone/right/America/Bogota -share/FlightGear/Timezone/right/America/Boise -share/FlightGear/Timezone/right/America/Buenos_Aires -share/FlightGear/Timezone/right/America/Cambridge_Bay -share/FlightGear/Timezone/right/America/Cancun -share/FlightGear/Timezone/right/America/Caracas -share/FlightGear/Timezone/right/America/Catamarca -share/FlightGear/Timezone/right/America/Cayenne -share/FlightGear/Timezone/right/America/Cayman -share/FlightGear/Timezone/right/America/Chicago -share/FlightGear/Timezone/right/America/Chihuahua -share/FlightGear/Timezone/right/America/Cordoba -share/FlightGear/Timezone/right/America/Costa_Rica -share/FlightGear/Timezone/right/America/Cuiaba -share/FlightGear/Timezone/right/America/Curacao -share/FlightGear/Timezone/right/America/Dawson -share/FlightGear/Timezone/right/America/Dawson_Creek -share/FlightGear/Timezone/right/America/Denver -share/FlightGear/Timezone/right/America/Detroit -share/FlightGear/Timezone/right/America/Dominica -share/FlightGear/Timezone/right/America/Edmonton -share/FlightGear/Timezone/right/America/El_Salvador -share/FlightGear/Timezone/right/America/Ensenada -share/FlightGear/Timezone/right/America/Fort_Wayne -share/FlightGear/Timezone/right/America/Fortaleza -share/FlightGear/Timezone/right/America/Glace_Bay -share/FlightGear/Timezone/right/America/Godthab -share/FlightGear/Timezone/right/America/Goose_Bay -share/FlightGear/Timezone/right/America/Grand_Turk -share/FlightGear/Timezone/right/America/Grenada -share/FlightGear/Timezone/right/America/Guadeloupe -share/FlightGear/Timezone/right/America/Guatemala -share/FlightGear/Timezone/right/America/Guayaquil -share/FlightGear/Timezone/right/America/Guyana -share/FlightGear/Timezone/right/America/Halifax -share/FlightGear/Timezone/right/America/Havana -share/FlightGear/Timezone/right/America/Hermosillo -share/FlightGear/Timezone/right/America/Indiana/Indianapolis -share/FlightGear/Timezone/right/America/Indiana/Knox -share/FlightGear/Timezone/right/America/Indiana/Marengo -share/FlightGear/Timezone/right/America/Indiana/Vevay -share/FlightGear/Timezone/right/America/Indianapolis -share/FlightGear/Timezone/right/America/Inuvik -share/FlightGear/Timezone/right/America/Iqaluit -share/FlightGear/Timezone/right/America/Jamaica -share/FlightGear/Timezone/right/America/Jujuy -share/FlightGear/Timezone/right/America/Juneau -share/FlightGear/Timezone/right/America/Knox_IN -share/FlightGear/Timezone/right/America/La_Paz -share/FlightGear/Timezone/right/America/Lima -share/FlightGear/Timezone/right/America/Los_Angeles -share/FlightGear/Timezone/right/America/Louisville -share/FlightGear/Timezone/right/America/Maceio -share/FlightGear/Timezone/right/America/Managua -share/FlightGear/Timezone/right/America/Manaus -share/FlightGear/Timezone/right/America/Martinique -share/FlightGear/Timezone/right/America/Mazatlan -share/FlightGear/Timezone/right/America/Mendoza -share/FlightGear/Timezone/right/America/Menominee -share/FlightGear/Timezone/right/America/Mexico_City -share/FlightGear/Timezone/right/America/Miquelon -share/FlightGear/Timezone/right/America/Montevideo -share/FlightGear/Timezone/right/America/Montreal -share/FlightGear/Timezone/right/America/Montserrat -share/FlightGear/Timezone/right/America/Nassau -share/FlightGear/Timezone/right/America/New_York -share/FlightGear/Timezone/right/America/Nipigon -share/FlightGear/Timezone/right/America/Nome -share/FlightGear/Timezone/right/America/Noronha -share/FlightGear/Timezone/right/America/Panama -share/FlightGear/Timezone/right/America/Pangnirtung -share/FlightGear/Timezone/right/America/Paramaribo -share/FlightGear/Timezone/right/America/Phoenix -share/FlightGear/Timezone/right/America/Port-au-Prince -share/FlightGear/Timezone/right/America/Port_of_Spain -share/FlightGear/Timezone/right/America/Porto_Acre -share/FlightGear/Timezone/right/America/Porto_Velho -share/FlightGear/Timezone/right/America/Puerto_Rico -share/FlightGear/Timezone/right/America/Rainy_River -share/FlightGear/Timezone/right/America/Rankin_Inlet -share/FlightGear/Timezone/right/America/Regina -share/FlightGear/Timezone/right/America/Rosario -share/FlightGear/Timezone/right/America/Santiago -share/FlightGear/Timezone/right/America/Santo_Domingo -share/FlightGear/Timezone/right/America/Sao_Paulo -share/FlightGear/Timezone/right/America/Scoresbysund -share/FlightGear/Timezone/right/America/Shiprock -share/FlightGear/Timezone/right/America/St_Johns -share/FlightGear/Timezone/right/America/St_Kitts -share/FlightGear/Timezone/right/America/St_Lucia -share/FlightGear/Timezone/right/America/St_Thomas -share/FlightGear/Timezone/right/America/St_Vincent -share/FlightGear/Timezone/right/America/Swift_Current -share/FlightGear/Timezone/right/America/Tegucigalpa -share/FlightGear/Timezone/right/America/Thule -share/FlightGear/Timezone/right/America/Thunder_Bay -share/FlightGear/Timezone/right/America/Tijuana -share/FlightGear/Timezone/right/America/Tortola -share/FlightGear/Timezone/right/America/Vancouver -share/FlightGear/Timezone/right/America/Virgin -share/FlightGear/Timezone/right/America/Whitehorse -share/FlightGear/Timezone/right/America/Winnipeg -share/FlightGear/Timezone/right/America/Yakutat -share/FlightGear/Timezone/right/America/Yellowknife -share/FlightGear/Timezone/right/Antarctica/Casey -share/FlightGear/Timezone/right/Antarctica/Davis -share/FlightGear/Timezone/right/Antarctica/DumontDUrville -share/FlightGear/Timezone/right/Antarctica/Mawson -share/FlightGear/Timezone/right/Antarctica/McMurdo -share/FlightGear/Timezone/right/Antarctica/Palmer -share/FlightGear/Timezone/right/Antarctica/South_Pole -share/FlightGear/Timezone/right/Antarctica/Syowa -share/FlightGear/Timezone/right/Arctic/Longyearbyen -share/FlightGear/Timezone/right/Asia/Aden -share/FlightGear/Timezone/right/Asia/Almaty -share/FlightGear/Timezone/right/Asia/Amman -share/FlightGear/Timezone/right/Asia/Anadyr -share/FlightGear/Timezone/right/Asia/Aqtau -share/FlightGear/Timezone/right/Asia/Aqtobe -share/FlightGear/Timezone/right/Asia/Ashkhabad -share/FlightGear/Timezone/right/Asia/Baghdad -share/FlightGear/Timezone/right/Asia/Bahrain -share/FlightGear/Timezone/right/Asia/Baku -share/FlightGear/Timezone/right/Asia/Bangkok -share/FlightGear/Timezone/right/Asia/Beirut -share/FlightGear/Timezone/right/Asia/Bishkek -share/FlightGear/Timezone/right/Asia/Brunei -share/FlightGear/Timezone/right/Asia/Calcutta -share/FlightGear/Timezone/right/Asia/Chungking -share/FlightGear/Timezone/right/Asia/Colombo -share/FlightGear/Timezone/right/Asia/Dacca -share/FlightGear/Timezone/right/Asia/Damascus -share/FlightGear/Timezone/right/Asia/Dili -share/FlightGear/Timezone/right/Asia/Dubai -share/FlightGear/Timezone/right/Asia/Dushanbe -share/FlightGear/Timezone/right/Asia/Gaza -share/FlightGear/Timezone/right/Asia/Harbin -share/FlightGear/Timezone/right/Asia/Hong_Kong -share/FlightGear/Timezone/right/Asia/Hovd -share/FlightGear/Timezone/right/Asia/Irkutsk -share/FlightGear/Timezone/right/Asia/Istanbul -share/FlightGear/Timezone/right/Asia/Jakarta -share/FlightGear/Timezone/right/Asia/Jayapura -share/FlightGear/Timezone/right/Asia/Jerusalem -share/FlightGear/Timezone/right/Asia/Kabul -share/FlightGear/Timezone/right/Asia/Kamchatka -share/FlightGear/Timezone/right/Asia/Karachi -share/FlightGear/Timezone/right/Asia/Kashgar -share/FlightGear/Timezone/right/Asia/Katmandu -share/FlightGear/Timezone/right/Asia/Krasnoyarsk -share/FlightGear/Timezone/right/Asia/Kuala_Lumpur -share/FlightGear/Timezone/right/Asia/Kuching -share/FlightGear/Timezone/right/Asia/Kuwait -share/FlightGear/Timezone/right/Asia/Macao -share/FlightGear/Timezone/right/Asia/Magadan -share/FlightGear/Timezone/right/Asia/Manila -share/FlightGear/Timezone/right/Asia/Muscat -share/FlightGear/Timezone/right/Asia/Nicosia -share/FlightGear/Timezone/right/Asia/Novosibirsk -share/FlightGear/Timezone/right/Asia/Omsk -share/FlightGear/Timezone/right/Asia/Phnom_Penh -share/FlightGear/Timezone/right/Asia/Pyongyang -share/FlightGear/Timezone/right/Asia/Qatar -share/FlightGear/Timezone/right/Asia/Rangoon -share/FlightGear/Timezone/right/Asia/Riyadh -share/FlightGear/Timezone/right/Asia/Riyadh87 -share/FlightGear/Timezone/right/Asia/Riyadh88 -share/FlightGear/Timezone/right/Asia/Riyadh89 -share/FlightGear/Timezone/right/Asia/Saigon -share/FlightGear/Timezone/right/Asia/Samarkand -share/FlightGear/Timezone/right/Asia/Seoul -share/FlightGear/Timezone/right/Asia/Shanghai -share/FlightGear/Timezone/right/Asia/Singapore -share/FlightGear/Timezone/right/Asia/Taipei -share/FlightGear/Timezone/right/Asia/Tashkent -share/FlightGear/Timezone/right/Asia/Tbilisi -share/FlightGear/Timezone/right/Asia/Tehran -share/FlightGear/Timezone/right/Asia/Tel_Aviv -share/FlightGear/Timezone/right/Asia/Thimbu -share/FlightGear/Timezone/right/Asia/Tokyo -share/FlightGear/Timezone/right/Asia/Ujung_Pandang -share/FlightGear/Timezone/right/Asia/Ulaanbaatar -share/FlightGear/Timezone/right/Asia/Ulan_Bator -share/FlightGear/Timezone/right/Asia/Urumqi -share/FlightGear/Timezone/right/Asia/Vientiane -share/FlightGear/Timezone/right/Asia/Vladivostok -share/FlightGear/Timezone/right/Asia/Yakutsk -share/FlightGear/Timezone/right/Asia/Yekaterinburg -share/FlightGear/Timezone/right/Asia/Yerevan -share/FlightGear/Timezone/right/Atlantic/Azores -share/FlightGear/Timezone/right/Atlantic/Bermuda -share/FlightGear/Timezone/right/Atlantic/Canary -share/FlightGear/Timezone/right/Atlantic/Cape_Verde -share/FlightGear/Timezone/right/Atlantic/Faeroe -share/FlightGear/Timezone/right/Atlantic/Jan_Mayen -share/FlightGear/Timezone/right/Atlantic/Madeira -share/FlightGear/Timezone/right/Atlantic/Reykjavik -share/FlightGear/Timezone/right/Atlantic/South_Georgia -share/FlightGear/Timezone/right/Atlantic/St_Helena -share/FlightGear/Timezone/right/Atlantic/Stanley -share/FlightGear/Timezone/right/Australia/ACT -share/FlightGear/Timezone/right/Australia/Adelaide -share/FlightGear/Timezone/right/Australia/Brisbane -share/FlightGear/Timezone/right/Australia/Broken_Hill -share/FlightGear/Timezone/right/Australia/Canberra -share/FlightGear/Timezone/right/Australia/Darwin -share/FlightGear/Timezone/right/Australia/Hobart -share/FlightGear/Timezone/right/Australia/LHI -share/FlightGear/Timezone/right/Australia/Lindeman -share/FlightGear/Timezone/right/Australia/Lord_Howe -share/FlightGear/Timezone/right/Australia/Melbourne -share/FlightGear/Timezone/right/Australia/NSW -share/FlightGear/Timezone/right/Australia/North -share/FlightGear/Timezone/right/Australia/Perth -share/FlightGear/Timezone/right/Australia/Queensland -share/FlightGear/Timezone/right/Australia/South -share/FlightGear/Timezone/right/Australia/Sydney -share/FlightGear/Timezone/right/Australia/Tasmania -share/FlightGear/Timezone/right/Australia/Victoria -share/FlightGear/Timezone/right/Australia/West -share/FlightGear/Timezone/right/Australia/Yancowinna -share/FlightGear/Timezone/right/Brazil/Acre -share/FlightGear/Timezone/right/Brazil/DeNoronha -share/FlightGear/Timezone/right/Brazil/East -share/FlightGear/Timezone/right/Brazil/West -share/FlightGear/Timezone/right/CET -share/FlightGear/Timezone/right/CST6CDT -share/FlightGear/Timezone/right/Canada/Atlantic -share/FlightGear/Timezone/right/Canada/Central -share/FlightGear/Timezone/right/Canada/East-Saskatchewan -share/FlightGear/Timezone/right/Canada/Eastern -share/FlightGear/Timezone/right/Canada/Mountain -share/FlightGear/Timezone/right/Canada/Newfoundland -share/FlightGear/Timezone/right/Canada/Pacific -share/FlightGear/Timezone/right/Canada/Saskatchewan -share/FlightGear/Timezone/right/Canada/Yukon -share/FlightGear/Timezone/right/Chile/Continental -share/FlightGear/Timezone/right/Chile/EasterIsland -share/FlightGear/Timezone/right/Cuba -share/FlightGear/Timezone/right/EET -share/FlightGear/Timezone/right/EST -share/FlightGear/Timezone/right/EST5EDT -share/FlightGear/Timezone/right/Egypt -share/FlightGear/Timezone/right/Eire -share/FlightGear/Timezone/right/Etc/GMT -share/FlightGear/Timezone/right/Etc/GMT+0 -share/FlightGear/Timezone/right/Etc/GMT+1 -share/FlightGear/Timezone/right/Etc/GMT+10 -share/FlightGear/Timezone/right/Etc/GMT+11 -share/FlightGear/Timezone/right/Etc/GMT+12 -share/FlightGear/Timezone/right/Etc/GMT+2 -share/FlightGear/Timezone/right/Etc/GMT+3 -share/FlightGear/Timezone/right/Etc/GMT+4 -share/FlightGear/Timezone/right/Etc/GMT+5 -share/FlightGear/Timezone/right/Etc/GMT+6 -share/FlightGear/Timezone/right/Etc/GMT+7 -share/FlightGear/Timezone/right/Etc/GMT+8 -share/FlightGear/Timezone/right/Etc/GMT+9 -share/FlightGear/Timezone/right/Etc/GMT-0 -share/FlightGear/Timezone/right/Etc/GMT-1 -share/FlightGear/Timezone/right/Etc/GMT-10 -share/FlightGear/Timezone/right/Etc/GMT-11 -share/FlightGear/Timezone/right/Etc/GMT-12 -share/FlightGear/Timezone/right/Etc/GMT-13 -share/FlightGear/Timezone/right/Etc/GMT-14 -share/FlightGear/Timezone/right/Etc/GMT-2 -share/FlightGear/Timezone/right/Etc/GMT-3 -share/FlightGear/Timezone/right/Etc/GMT-4 -share/FlightGear/Timezone/right/Etc/GMT-5 -share/FlightGear/Timezone/right/Etc/GMT-6 -share/FlightGear/Timezone/right/Etc/GMT-7 -share/FlightGear/Timezone/right/Etc/GMT-8 -share/FlightGear/Timezone/right/Etc/GMT-9 -share/FlightGear/Timezone/right/Etc/GMT0 -share/FlightGear/Timezone/right/Etc/Greenwich -share/FlightGear/Timezone/right/Etc/UCT -share/FlightGear/Timezone/right/Etc/UTC -share/FlightGear/Timezone/right/Etc/Universal -share/FlightGear/Timezone/right/Etc/Zulu -share/FlightGear/Timezone/right/Europe/Amsterdam -share/FlightGear/Timezone/right/Europe/Andorra -share/FlightGear/Timezone/right/Europe/Athens -share/FlightGear/Timezone/right/Europe/Belfast -share/FlightGear/Timezone/right/Europe/Belgrade -share/FlightGear/Timezone/right/Europe/Berlin -share/FlightGear/Timezone/right/Europe/Bratislava -share/FlightGear/Timezone/right/Europe/Brussels -share/FlightGear/Timezone/right/Europe/Bucharest -share/FlightGear/Timezone/right/Europe/Budapest -share/FlightGear/Timezone/right/Europe/Chisinau -share/FlightGear/Timezone/right/Europe/Copenhagen -share/FlightGear/Timezone/right/Europe/Dublin -share/FlightGear/Timezone/right/Europe/Gibraltar -share/FlightGear/Timezone/right/Europe/Helsinki -share/FlightGear/Timezone/right/Europe/Istanbul -share/FlightGear/Timezone/right/Europe/Kaliningrad -share/FlightGear/Timezone/right/Europe/Kiev -share/FlightGear/Timezone/right/Europe/Lisbon -share/FlightGear/Timezone/right/Europe/Ljubljana -share/FlightGear/Timezone/right/Europe/London -share/FlightGear/Timezone/right/Europe/Luxembourg -share/FlightGear/Timezone/right/Europe/Madrid -share/FlightGear/Timezone/right/Europe/Malta -share/FlightGear/Timezone/right/Europe/Minsk -share/FlightGear/Timezone/right/Europe/Monaco -share/FlightGear/Timezone/right/Europe/Moscow -share/FlightGear/Timezone/right/Europe/Oslo -share/FlightGear/Timezone/right/Europe/Paris -share/FlightGear/Timezone/right/Europe/Prague -share/FlightGear/Timezone/right/Europe/Riga -share/FlightGear/Timezone/right/Europe/Rome -share/FlightGear/Timezone/right/Europe/Samara -share/FlightGear/Timezone/right/Europe/San_Marino -share/FlightGear/Timezone/right/Europe/Sarajevo -share/FlightGear/Timezone/right/Europe/Simferopol -share/FlightGear/Timezone/right/Europe/Skopje -share/FlightGear/Timezone/right/Europe/Sofia -share/FlightGear/Timezone/right/Europe/Stockholm -share/FlightGear/Timezone/right/Europe/Tallinn -share/FlightGear/Timezone/right/Europe/Tirane -share/FlightGear/Timezone/right/Europe/Tiraspol -share/FlightGear/Timezone/right/Europe/Uzhgorod -share/FlightGear/Timezone/right/Europe/Vaduz -share/FlightGear/Timezone/right/Europe/Vatican -share/FlightGear/Timezone/right/Europe/Vienna -share/FlightGear/Timezone/right/Europe/Vilnius -share/FlightGear/Timezone/right/Europe/Warsaw -share/FlightGear/Timezone/right/Europe/Zagreb -share/FlightGear/Timezone/right/Europe/Zaporozhye -share/FlightGear/Timezone/right/Europe/Zurich -share/FlightGear/Timezone/right/Factory -share/FlightGear/Timezone/right/GB -share/FlightGear/Timezone/right/GB-Eire -share/FlightGear/Timezone/right/GMT -share/FlightGear/Timezone/right/GMT+0 -share/FlightGear/Timezone/right/GMT-0 -share/FlightGear/Timezone/right/GMT0 -share/FlightGear/Timezone/right/Greenwich -share/FlightGear/Timezone/right/HST -share/FlightGear/Timezone/right/Hongkong -share/FlightGear/Timezone/right/Iceland -share/FlightGear/Timezone/right/Indian/Antananarivo -share/FlightGear/Timezone/right/Indian/Chagos -share/FlightGear/Timezone/right/Indian/Christmas -share/FlightGear/Timezone/right/Indian/Cocos -share/FlightGear/Timezone/right/Indian/Comoro -share/FlightGear/Timezone/right/Indian/Kerguelen -share/FlightGear/Timezone/right/Indian/Mahe -share/FlightGear/Timezone/right/Indian/Maldives -share/FlightGear/Timezone/right/Indian/Mauritius -share/FlightGear/Timezone/right/Indian/Mayotte -share/FlightGear/Timezone/right/Indian/Reunion -share/FlightGear/Timezone/right/Iran -share/FlightGear/Timezone/right/Israel -share/FlightGear/Timezone/right/Jamaica -share/FlightGear/Timezone/right/Japan -share/FlightGear/Timezone/right/Kwajalein -share/FlightGear/Timezone/right/Libya -share/FlightGear/Timezone/right/MET -share/FlightGear/Timezone/right/MST -share/FlightGear/Timezone/right/MST7MDT -share/FlightGear/Timezone/right/Mexico/BajaNorte -share/FlightGear/Timezone/right/Mexico/BajaSur -share/FlightGear/Timezone/right/Mexico/General -share/FlightGear/Timezone/right/Mideast/Riyadh87 -share/FlightGear/Timezone/right/Mideast/Riyadh88 -share/FlightGear/Timezone/right/Mideast/Riyadh89 -share/FlightGear/Timezone/right/NZ -share/FlightGear/Timezone/right/NZ-CHAT -share/FlightGear/Timezone/right/Navajo -share/FlightGear/Timezone/right/PRC -share/FlightGear/Timezone/right/PST8PDT -share/FlightGear/Timezone/right/Pacific/Apia -share/FlightGear/Timezone/right/Pacific/Auckland -share/FlightGear/Timezone/right/Pacific/Chatham -share/FlightGear/Timezone/right/Pacific/Easter -share/FlightGear/Timezone/right/Pacific/Efate -share/FlightGear/Timezone/right/Pacific/Enderbury -share/FlightGear/Timezone/right/Pacific/Fakaofo -share/FlightGear/Timezone/right/Pacific/Fiji -share/FlightGear/Timezone/right/Pacific/Funafuti -share/FlightGear/Timezone/right/Pacific/Galapagos -share/FlightGear/Timezone/right/Pacific/Gambier -share/FlightGear/Timezone/right/Pacific/Guadalcanal -share/FlightGear/Timezone/right/Pacific/Guam -share/FlightGear/Timezone/right/Pacific/Honolulu -share/FlightGear/Timezone/right/Pacific/Johnston -share/FlightGear/Timezone/right/Pacific/Kiritimati -share/FlightGear/Timezone/right/Pacific/Kosrae -share/FlightGear/Timezone/right/Pacific/Kwajalein -share/FlightGear/Timezone/right/Pacific/Majuro -share/FlightGear/Timezone/right/Pacific/Marquesas -share/FlightGear/Timezone/right/Pacific/Midway -share/FlightGear/Timezone/right/Pacific/Nauru -share/FlightGear/Timezone/right/Pacific/Niue -share/FlightGear/Timezone/right/Pacific/Norfolk -share/FlightGear/Timezone/right/Pacific/Noumea -share/FlightGear/Timezone/right/Pacific/Pago_Pago -share/FlightGear/Timezone/right/Pacific/Palau -share/FlightGear/Timezone/right/Pacific/Pitcairn -share/FlightGear/Timezone/right/Pacific/Ponape -share/FlightGear/Timezone/right/Pacific/Port_Moresby -share/FlightGear/Timezone/right/Pacific/Rarotonga -share/FlightGear/Timezone/right/Pacific/Saipan -share/FlightGear/Timezone/right/Pacific/Samoa -share/FlightGear/Timezone/right/Pacific/Tahiti -share/FlightGear/Timezone/right/Pacific/Tarawa -share/FlightGear/Timezone/right/Pacific/Tongatapu -share/FlightGear/Timezone/right/Pacific/Truk -share/FlightGear/Timezone/right/Pacific/Wake -share/FlightGear/Timezone/right/Pacific/Wallis -share/FlightGear/Timezone/right/Pacific/Yap -share/FlightGear/Timezone/right/Poland -share/FlightGear/Timezone/right/Portugal -share/FlightGear/Timezone/right/ROC -share/FlightGear/Timezone/right/ROK -share/FlightGear/Timezone/right/Singapore -share/FlightGear/Timezone/right/SystemV/AST4 -share/FlightGear/Timezone/right/SystemV/AST4ADT -share/FlightGear/Timezone/right/SystemV/CST6 -share/FlightGear/Timezone/right/SystemV/CST6CDT -share/FlightGear/Timezone/right/SystemV/EST5 -share/FlightGear/Timezone/right/SystemV/EST5EDT -share/FlightGear/Timezone/right/SystemV/HST10 -share/FlightGear/Timezone/right/SystemV/MST7 -share/FlightGear/Timezone/right/SystemV/MST7MDT -share/FlightGear/Timezone/right/SystemV/PST8 -share/FlightGear/Timezone/right/SystemV/PST8PDT -share/FlightGear/Timezone/right/SystemV/YST9 -share/FlightGear/Timezone/right/SystemV/YST9YDT -share/FlightGear/Timezone/right/Turkey -share/FlightGear/Timezone/right/UCT -share/FlightGear/Timezone/right/US/Alaska -share/FlightGear/Timezone/right/US/Aleutian -share/FlightGear/Timezone/right/US/Arizona -share/FlightGear/Timezone/right/US/Central -share/FlightGear/Timezone/right/US/East-Indiana -share/FlightGear/Timezone/right/US/Eastern -share/FlightGear/Timezone/right/US/Hawaii -share/FlightGear/Timezone/right/US/Indiana-Starke -share/FlightGear/Timezone/right/US/Michigan -share/FlightGear/Timezone/right/US/Mountain -share/FlightGear/Timezone/right/US/Pacific -share/FlightGear/Timezone/right/US/Samoa -share/FlightGear/Timezone/right/UTC -share/FlightGear/Timezone/right/Universal -share/FlightGear/Timezone/right/W-SU -share/FlightGear/Timezone/right/WET -share/FlightGear/Timezone/right/Zulu -share/FlightGear/Timezone/zone.tab -share/FlightGear/Translations/locale.xml -share/FlightGear/Translations/strings-de.xml -share/FlightGear/Translations/strings-default.xml -share/FlightGear/Translations/strings-fr.xml -share/FlightGear/Translations/strings-it.xml -share/FlightGear/Translations/strings-nl.xml -share/FlightGear/Translations/strings-pl-win.xml -share/FlightGear/Translations/strings-pl.xml -share/FlightGear/Weather/MetarObs.txt.test -share/FlightGear/Weather/MetarStations -share/FlightGear/gui/dialogs/air.xml -share/FlightGear/gui/dialogs/aircraft.xml -share/FlightGear/gui/dialogs/atc-ai.xml -share/FlightGear/gui/dialogs/autopilot.xml -share/FlightGear/gui/dialogs/clouds.xml -share/FlightGear/gui/dialogs/exit.xml -share/FlightGear/gui/dialogs/instrument-failures.xml -share/FlightGear/gui/dialogs/location.xml -share/FlightGear/gui/dialogs/logging.xml -share/FlightGear/gui/dialogs/presets.xml -share/FlightGear/gui/dialogs/radios.xml -share/FlightGear/gui/dialogs/rendering.xml -share/FlightGear/gui/dialogs/replay.xml -share/FlightGear/gui/dialogs/system-failures.xml -share/FlightGear/gui/dialogs/timeofday.xml -share/FlightGear/gui/dialogs/weather.xml -share/FlightGear/gui/dialogs/winds.xml -share/FlightGear/gui/menubar.xml -share/FlightGear/joysticks.xml -share/FlightGear/keyboard.xml -share/FlightGear/large.sky -share/FlightGear/materials.dtd -share/FlightGear/materials.xml -share/FlightGear/menu.xml -share/FlightGear/mice.xml -share/FlightGear/options.xml -share/FlightGear/preferences.xml -share/FlightGear/runfgfs.bat -share/FlightGear/version -@dirrm share/FlightGear/man -@dirrm share/FlightGear/gui/dialogs -@dirrm share/FlightGear/gui -@dirrm share/FlightGear/Weather -@dirrm share/FlightGear/Translations -@dirrm share/FlightGear/Timezone/right/US -@dirrm share/FlightGear/Timezone/right/SystemV -@dirrm share/FlightGear/Timezone/right/Pacific -@dirrm share/FlightGear/Timezone/right/Mideast -@dirrm share/FlightGear/Timezone/right/Mexico -@dirrm share/FlightGear/Timezone/right/Indian -@dirrm share/FlightGear/Timezone/right/Europe -@dirrm share/FlightGear/Timezone/right/Etc -@dirrm share/FlightGear/Timezone/right/Chile -@dirrm share/FlightGear/Timezone/right/Canada -@dirrm share/FlightGear/Timezone/right/Brazil -@dirrm share/FlightGear/Timezone/right/Australia -@dirrm share/FlightGear/Timezone/right/Atlantic -@dirrm share/FlightGear/Timezone/right/Asia -@dirrm share/FlightGear/Timezone/right/Arctic -@dirrm share/FlightGear/Timezone/right/Antarctica -@dirrm share/FlightGear/Timezone/right/America/Indiana -@dirrm share/FlightGear/Timezone/right/America -@dirrm share/FlightGear/Timezone/right/Africa -@dirrm share/FlightGear/Timezone/right -@dirrm share/FlightGear/Timezone/posix/US -@dirrm share/FlightGear/Timezone/posix/SystemV -@dirrm share/FlightGear/Timezone/posix/Pacific -@dirrm share/FlightGear/Timezone/posix/Mideast -@dirrm share/FlightGear/Timezone/posix/Mexico -@dirrm share/FlightGear/Timezone/posix/Indian -@dirrm share/FlightGear/Timezone/posix/Europe -@dirrm share/FlightGear/Timezone/posix/Etc -@dirrm share/FlightGear/Timezone/posix/Chile -@dirrm share/FlightGear/Timezone/posix/Canada -@dirrm share/FlightGear/Timezone/posix/Brazil -@dirrm share/FlightGear/Timezone/posix/Australia -@dirrm share/FlightGear/Timezone/posix/Atlantic -@dirrm share/FlightGear/Timezone/posix/Asia -@dirrm share/FlightGear/Timezone/posix/Arctic -@dirrm share/FlightGear/Timezone/posix/Antarctica -@dirrm share/FlightGear/Timezone/posix/America/Indiana -@dirrm share/FlightGear/Timezone/posix/America -@dirrm share/FlightGear/Timezone/posix/Africa -@dirrm share/FlightGear/Timezone/posix -@dirrm share/FlightGear/Timezone/US -@dirrm share/FlightGear/Timezone/SystemV -@dirrm share/FlightGear/Timezone/Pacific -@dirrm share/FlightGear/Timezone/Mideast -@dirrm share/FlightGear/Timezone/Mexico -@dirrm share/FlightGear/Timezone/Indian -@dirrm share/FlightGear/Timezone/Europe -@dirrm share/FlightGear/Timezone/Etc -@dirrm share/FlightGear/Timezone/Chile -@dirrm share/FlightGear/Timezone/Canada -@dirrm share/FlightGear/Timezone/Brazil -@dirrm share/FlightGear/Timezone/Australia -@dirrm share/FlightGear/Timezone/Atlantic -@dirrm share/FlightGear/Timezone/Asia -@dirrm share/FlightGear/Timezone/Arctic -@dirrm share/FlightGear/Timezone/Antarctica -@dirrm share/FlightGear/Timezone/America/Indiana -@dirrm share/FlightGear/Timezone/America -@dirrm share/FlightGear/Timezone/Africa -@dirrm share/FlightGear/Timezone -@dirrm share/FlightGear/Textures/Terrain/.xvpics -@dirrm share/FlightGear/Textures/Terrain -@dirrm share/FlightGear/Textures/Sky -@dirrm share/FlightGear/Textures/Runway -@dirrm share/FlightGear/Textures/Panel -@dirrm share/FlightGear/Textures/.xvpics -@dirrm share/FlightGear/Textures.high/Terrain -@dirrm share/FlightGear/Textures.high/Sky.save -@dirrm share/FlightGear/Textures.high/Sky -@dirrm share/FlightGear/Textures.high/Runway/.xvpics -@dirrm share/FlightGear/Textures.high/Runway -@dirrm share/FlightGear/Textures.high -@dirrm share/FlightGear/Textures -@dirrm share/FlightGear/Sounds -@dirrm share/FlightGear/Scenery/w130n30/w123n37 -@dirrm share/FlightGear/Scenery/w130n30/w122n37 -@dirrm share/FlightGear/Scenery/w130n30 -@dirrm share/FlightGear/Scenery -@dirrm share/FlightGear/Protocol -@dirrm share/FlightGear/Navaids -@dirrm share/FlightGear/Models/Trees -@dirrm share/FlightGear/Models/Textures -@dirrm share/FlightGear/Models/Geometry -@dirrm share/FlightGear/Models/Fauna -@dirrm share/FlightGear/Models/Buildings -@dirrm share/FlightGear/Models/Bridges -@dirrm share/FlightGear/Models/Airport -@dirrm share/FlightGear/Models/3ds -@dirrm share/FlightGear/Models -@dirrm share/FlightGear/Lighting -@dirrm share/FlightGear/Instruments/Default/Textures -@dirrm share/FlightGear/Instruments/Default -@dirrm share/FlightGear/Instruments -@dirrm share/FlightGear/Input/Joysticks/ThrustMaster -@dirrm share/FlightGear/Input/Joysticks/Saitek -@dirrm share/FlightGear/Input/Joysticks/Microsoft -@dirrm share/FlightGear/Input/Joysticks/Logitech -@dirrm share/FlightGear/Input/Joysticks/LewEngineering -@dirrm share/FlightGear/Input/Joysticks/Default -@dirrm share/FlightGear/Input/Joysticks/CH -@dirrm share/FlightGear/Input/Joysticks -@dirrm share/FlightGear/Input -@dirrm share/FlightGear/Huds/Minimal -@dirrm share/FlightGear/Huds/Instruments/Minimal -@dirrm share/FlightGear/Huds/Instruments/Engineering -@dirrm share/FlightGear/Huds/Instruments/Default -@dirrm share/FlightGear/Huds/Instruments/Custom -@dirrm share/FlightGear/Huds/Instruments -@dirrm share/FlightGear/Huds/Engineering -@dirrm share/FlightGear/Huds/Default -@dirrm share/FlightGear/Huds/Custom -@dirrm share/FlightGear/Huds -@dirrm share/FlightGear/Fonts -@dirrm share/FlightGear/Engine -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/chap_first_steps -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/chap_basics_fundament -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics/app_charts -@dirrm share/FlightGear/Docs/source/FlightGearSchool/pics -@dirrm share/FlightGear/Docs/source/FlightGearSchool/en -@dirrm share/FlightGear/Docs/source/FlightGearSchool/de -@dirrm share/FlightGear/Docs/source/FlightGearSchool -@dirrm share/FlightGear/Docs/source -@dirrm share/FlightGear/Docs/Serial -@dirrm share/FlightGear/Docs/InstallGuide/html -@dirrm share/FlightGear/Docs/InstallGuide -@dirrm share/FlightGear/Docs-mini -@dirrm share/FlightGear/Docs -@dirrm share/FlightGear/Data/Terrain -@dirrm share/FlightGear/Data/SkyClouds -@dirrm share/FlightGear/Data/SkyBoxes -@dirrm share/FlightGear/Data/Models/PittsBiplane -@dirrm share/FlightGear/Data/Models -@dirrm share/FlightGear/Data -@dirrm share/FlightGear/Atlas -@dirrm share/FlightGear/Astro -@dirrm share/FlightGear/Airports -@dirrm share/FlightGear/Aircraft/yf23/Systems -@dirrm share/FlightGear/Aircraft/yf23/Sounds/Samples -@dirrm share/FlightGear/Aircraft/yf23/Sounds -@dirrm share/FlightGear/Aircraft/yf23/Panels/Textures -@dirrm share/FlightGear/Aircraft/yf23/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/yf23/Panels/Instruments -@dirrm share/FlightGear/Aircraft/yf23/Panels -@dirrm share/FlightGear/Aircraft/yf23/Models -@dirrm share/FlightGear/Aircraft/yf23/Huds -@dirrm share/FlightGear/Aircraft/yf23 -@dirrm share/FlightGear/Aircraft/x24b -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Sounds -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models/uiuc -@dirrm share/FlightGear/Aircraft/wrightFlyer1903/Models -@dirrm share/FlightGear/Aircraft/wrightFlyer1903 -@dirrm share/FlightGear/Aircraft/ufo/Models -@dirrm share/FlightGear/Aircraft/ufo -@dirrm share/FlightGear/Aircraft/tsr2/Systems -@dirrm share/FlightGear/Aircraft/tsr2/Sounds/Samples -@dirrm share/FlightGear/Aircraft/tsr2/Sounds -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Textures -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/tsr2/Panels/Instruments -@dirrm share/FlightGear/Aircraft/tsr2/Panels -@dirrm share/FlightGear/Aircraft/tsr2/Models -@dirrm share/FlightGear/Aircraft/tsr2/Huds -@dirrm share/FlightGear/Aircraft/tsr2 -@dirrm share/FlightGear/Aircraft/t6texan2/Sounds -@dirrm share/FlightGear/Aircraft/t6texan2/Models -@dirrm share/FlightGear/Aircraft/t6texan2 -@dirrm share/FlightGear/Aircraft/sopwithCamel/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/sopwithCamel/Sounds -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models/uiuc/sopwithCamel -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models/uiuc -@dirrm share/FlightGear/Aircraft/sopwithCamel/Models -@dirrm share/FlightGear/Aircraft/sopwithCamel -@dirrm share/FlightGear/Aircraft/shuttle -@dirrm share/FlightGear/Aircraft/sgs126/Panels/Textures -@dirrm share/FlightGear/Aircraft/sgs126/Panels -@dirrm share/FlightGear/Aircraft/sgs126/Instruments/Textures -@dirrm share/FlightGear/Aircraft/sgs126/Instruments -@dirrm share/FlightGear/Aircraft/sgs126 -@dirrm share/FlightGear/Aircraft/seahawk -@dirrm share/FlightGear/Aircraft/paraglider/Models -@dirrm share/FlightGear/Aircraft/paraglider -@dirrm share/FlightGear/Aircraft/pa28-161/Models -@dirrm share/FlightGear/Aircraft/pa28-161 -@dirrm share/FlightGear/Aircraft/p51d/Sounds -@dirrm share/FlightGear/Aircraft/p51d/Models -@dirrm share/FlightGear/Aircraft/p51d -@dirrm share/FlightGear/Aircraft/ornithopter/Sounds -@dirrm share/FlightGear/Aircraft/ornithopter/Models -@dirrm share/FlightGear/Aircraft/ornithopter -@dirrm share/FlightGear/Aircraft/marchetti/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/marchetti/Sounds -@dirrm share/FlightGear/Aircraft/marchetti -@dirrm share/FlightGear/Aircraft/j3cub/Models -@dirrm share/FlightGear/Aircraft/j3cub -@dirrm share/FlightGear/Aircraft/j22/Models -@dirrm share/FlightGear/Aircraft/j22/Huds -@dirrm share/FlightGear/Aircraft/j22 -@dirrm share/FlightGear/Aircraft/harrier -@dirrm share/FlightGear/Aircraft/fokker50/Models -@dirrm share/FlightGear/Aircraft/fokker50 -@dirrm share/FlightGear/Aircraft/fokker100/Models -@dirrm share/FlightGear/Aircraft/fokker100 -@dirrm share/FlightGear/Aircraft/fkdr1/Sounds -@dirrm share/FlightGear/Aircraft/fkdr1/Models -@dirrm share/FlightGear/Aircraft/fkdr1 -@dirrm share/FlightGear/Aircraft/f16/Panels/Textures -@dirrm share/FlightGear/Aircraft/f16/Panels -@dirrm share/FlightGear/Aircraft/f16/Models -@dirrm share/FlightGear/Aircraft/f16/Hud -@dirrm share/FlightGear/Aircraft/f16 -@dirrm share/FlightGear/Aircraft/f15 -@dirrm share/FlightGear/Aircraft/f104/Models -@dirrm share/FlightGear/Aircraft/f104 -@dirrm share/FlightGear/Aircraft/dc3/Models -@dirrm share/FlightGear/Aircraft/dc3 -@dirrm share/FlightGear/Aircraft/ch47 -@dirrm share/FlightGear/Aircraft/c310u3a/Models -@dirrm share/FlightGear/Aircraft/c310u3a -@dirrm share/FlightGear/Aircraft/c310/Models -@dirrm share/FlightGear/Aircraft/c310 -@dirrm share/FlightGear/Aircraft/c182/Panels/Textures -@dirrm share/FlightGear/Aircraft/c182/Panels -@dirrm share/FlightGear/Aircraft/c182 -@dirrm share/FlightGear/Aircraft/c172x -@dirrm share/FlightGear/Aircraft/c172r -@dirrm share/FlightGear/Aircraft/c172p/Models/labels -@dirrm share/FlightGear/Aircraft/c172p/Models -@dirrm share/FlightGear/Aircraft/c172p -@dirrm share/FlightGear/Aircraft/c172/Panels/Textures -@dirrm share/FlightGear/Aircraft/c172/Panels -@dirrm share/FlightGear/Aircraft/c172/Models -@dirrm share/FlightGear/Aircraft/c172/Instruments.high/Textures -@dirrm share/FlightGear/Aircraft/c172/Instruments.high -@dirrm share/FlightGear/Aircraft/c172 -@dirrm share/FlightGear/Aircraft/bo105/Models -@dirrm share/FlightGear/Aircraft/bo105 -@dirrm share/FlightGear/Aircraft/bell206 -@dirrm share/FlightGear/Aircraft/beech99/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/beech99/Sounds -@dirrm share/FlightGear/Aircraft/beech99/Models/uiuc/beech99 -@dirrm share/FlightGear/Aircraft/beech99/Models/uiuc -@dirrm share/FlightGear/Aircraft/beech99/Models -@dirrm share/FlightGear/Aircraft/beech99 -@dirrm share/FlightGear/Aircraft/b52/Systems -@dirrm share/FlightGear/Aircraft/b52/Sounds/Samples -@dirrm share/FlightGear/Aircraft/b52/Sounds -@dirrm share/FlightGear/Aircraft/b52/Panels/Textures -@dirrm share/FlightGear/Aircraft/b52/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/b52/Panels/Instruments -@dirrm share/FlightGear/Aircraft/b52/Panels -@dirrm share/FlightGear/Aircraft/b52/Models -@dirrm share/FlightGear/Aircraft/b52/Huds -@dirrm share/FlightGear/Aircraft/b52 -@dirrm share/FlightGear/Aircraft/asw20/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/asw20/Sounds -@dirrm share/FlightGear/Aircraft/asw20/Models/uiuc/asw20-stuck -@dirrm share/FlightGear/Aircraft/asw20/Models/uiuc -@dirrm share/FlightGear/Aircraft/asw20/Models -@dirrm share/FlightGear/Aircraft/asw20 -@dirrm share/FlightGear/Aircraft/as350 -@dirrm share/FlightGear/Aircraft/an225/Systems -@dirrm share/FlightGear/Aircraft/an225/Sounds/Samples -@dirrm share/FlightGear/Aircraft/an225/Sounds -@dirrm share/FlightGear/Aircraft/an225/Panels/Textures -@dirrm share/FlightGear/Aircraft/an225/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/an225/Panels/Instruments -@dirrm share/FlightGear/Aircraft/an225/Panels -@dirrm share/FlightGear/Aircraft/an225/Models -@dirrm share/FlightGear/Aircraft/an225/Huds -@dirrm share/FlightGear/Aircraft/an225 -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Sounds -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models/uiuc -@dirrm share/FlightGear/Aircraft/airwaveXtreme150/Models -@dirrm share/FlightGear/Aircraft/airwaveXtreme150 -@dirrm share/FlightGear/Aircraft/a4/Sounds/uiuc -@dirrm share/FlightGear/Aircraft/a4/Sounds -@dirrm share/FlightGear/Aircraft/a4/Models -@dirrm share/FlightGear/Aircraft/a4 -@dirrm share/FlightGear/Aircraft/a10/Systems -@dirrm share/FlightGear/Aircraft/a10/Sounds/Samples -@dirrm share/FlightGear/Aircraft/a10/Sounds -@dirrm share/FlightGear/Aircraft/a10/Panels/Textures -@dirrm share/FlightGear/Aircraft/a10/Panels/Instruments/Textures -@dirrm share/FlightGear/Aircraft/a10/Panels/Instruments -@dirrm share/FlightGear/Aircraft/a10/Panels -@dirrm share/FlightGear/Aircraft/a10/Models -@dirrm share/FlightGear/Aircraft/a10/Huds -@dirrm share/FlightGear/Aircraft/a10 -@dirrm share/FlightGear/Aircraft/X15/Panels/Textures -@dirrm share/FlightGear/Aircraft/X15/Panels -@dirrm share/FlightGear/Aircraft/X15/Models -@dirrm share/FlightGear/Aircraft/X15/Instruments/Textures -@dirrm share/FlightGear/Aircraft/X15/Instruments -@dirrm share/FlightGear/Aircraft/X15 -@dirrm share/FlightGear/Aircraft/UIUC/wrightFlyer1903-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/sopwithCamel-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/ornithopter -@dirrm share/FlightGear/Aircraft/UIUC/marchetti-v1 -@dirrm share/FlightGear/Aircraft/UIUC/fkdr1-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/beech99-v1/doc -@dirrm share/FlightGear/Aircraft/UIUC/beech99-v1 -@dirrm share/FlightGear/Aircraft/UIUC/asw20-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/airwaveXtreme150-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/a4-v1-nl -@dirrm share/FlightGear/Aircraft/UIUC/Models/opus -@dirrm share/FlightGear/Aircraft/UIUC/Models -@dirrm share/FlightGear/Aircraft/UIUC -@dirrm share/FlightGear/Aircraft/T38/Sounds -@dirrm share/FlightGear/Aircraft/T38/Panels/Textures -@dirrm share/FlightGear/Aircraft/T38/Panels -@dirrm share/FlightGear/Aircraft/T38/Models -@dirrm share/FlightGear/Aircraft/T38/Instruments/Textures -@dirrm share/FlightGear/Aircraft/T38/Instruments -@dirrm share/FlightGear/Aircraft/T38 -@dirrm share/FlightGear/Aircraft/OV10/Sounds -@dirrm share/FlightGear/Aircraft/OV10/Models -@dirrm share/FlightGear/Aircraft/OV10 -@dirrm share/FlightGear/Aircraft/Instruments/Textures -@dirrm share/FlightGear/Aircraft/Instruments-3d -@dirrm share/FlightGear/Aircraft/Instruments -@dirrm share/FlightGear/Aircraft/Generic -@dirrm share/FlightGear/Aircraft/A320/Models -@dirrm share/FlightGear/Aircraft/A320 -@dirrm share/FlightGear/Aircraft/747/Models -@dirrm share/FlightGear/Aircraft/747 -@dirrm share/FlightGear/Aircraft/737/Panels -@dirrm share/FlightGear/Aircraft/737/Instruments/Textures -@dirrm share/FlightGear/Aircraft/737/Instruments -@dirrm share/FlightGear/Aircraft/737 -@dirrm share/FlightGear/Aircraft-yasim -@dirrm share/FlightGear/Aircraft-uiuc/models/x15 -@dirrm share/FlightGear/Aircraft-uiuc/models/t37 -@dirrm share/FlightGear/Aircraft-uiuc/models/pioneer -@dirrm share/FlightGear/Aircraft-uiuc/models/marchetti -@dirrm share/FlightGear/Aircraft-uiuc/models/learjet24 -@dirrm share/FlightGear/Aircraft-uiuc/models/images -@dirrm share/FlightGear/Aircraft-uiuc/models/f4 -@dirrm share/FlightGear/Aircraft-uiuc/models/f104 -@dirrm share/FlightGear/Aircraft-uiuc/models/convair880 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna620 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna310 -@dirrm share/FlightGear/Aircraft-uiuc/models/cessna172 -@dirrm share/FlightGear/Aircraft-uiuc/models/boeing747 -@dirrm share/FlightGear/Aircraft-uiuc/models/beech99 -@dirrm share/FlightGear/Aircraft-uiuc/models -@dirrm share/FlightGear/Aircraft-uiuc/X15 -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterWingIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterTailIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtterAllIce -@dirrm share/FlightGear/Aircraft-uiuc/TwinOtter -@dirrm share/FlightGear/Aircraft-uiuc/T37 -@dirrm share/FlightGear/Aircraft-uiuc/Pioneer-TD -@dirrm share/FlightGear/Aircraft-uiuc/Pioneer -@dirrm share/FlightGear/Aircraft-uiuc/Marchetti -@dirrm share/FlightGear/Aircraft-uiuc/Learjet24 -@dirrm share/FlightGear/Aircraft-uiuc/F4 -@dirrm share/FlightGear/Aircraft-uiuc/F104 -@dirrm share/FlightGear/Aircraft-uiuc/Convair880 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna620 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna310 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172-73 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172-71 -@dirrm share/FlightGear/Aircraft-uiuc/Cessna172 -@dirrm share/FlightGear/Aircraft-uiuc/Boeing747 -@dirrm share/FlightGear/Aircraft-uiuc/Beech99 -@dirrm share/FlightGear/Aircraft-uiuc -@dirrm share/FlightGear/Aircraft -@dirrm share/FlightGear/ATC -@dirrm share/FlightGear +%%DATADIR%%/ATC/KEMT.taxi +%%DATADIR%%/ATC/default.approach +%%DATADIR%%/ATC/default.atis +%%DATADIR%%/ATC/default.ground +%%DATADIR%%/ATC/default.tower +%%DATADIR%%/ATC/default.transmissions +%%DATADIR%%/ATC/default.vce +%%DATADIR%%/ATC/default.wav +%%DATADIR%%/AUTHORS +%%DATADIR%%/Aircraft/737/737-set.xml +%%DATADIR%%/Aircraft/737/737.xml +%%DATADIR%%/Aircraft/737/Engines/CFM56.xml +%%DATADIR%%/Aircraft/737/Engines/direct.xml +%%DATADIR%%/Aircraft/737/Instruments/737-engines.xml +%%DATADIR%%/Aircraft/737/Instruments/737-flaps.xml +%%DATADIR%%/Aircraft/737/Instruments/737-gear.xml +%%DATADIR%%/Aircraft/737/Instruments/EADI.xml +%%DATADIR%%/Aircraft/737/Instruments/Textures/737-engines.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/737-flaps.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/adihsi.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face1.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face2.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face3.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face4.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-face.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-needle.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-brake.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-throttle-arm.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-pnl.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-sw.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/blank-256x256.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/clock.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/compass-face.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel-rh.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eadi_ladder.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas background.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas-guages.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-egt.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-n1.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/flap-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-flow-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-guage.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-handle.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-lights.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/master-caution-lite.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/mfd-bezel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/pfd-background.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/ptorst-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/radio-panel.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-ah.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-combo.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-vor-adf.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/to-from.rgb +%%DATADIR%%/Aircraft/737/Instruments/Textures/weather-radar.rgb +%%DATADIR%%/Aircraft/737/Instruments/auto-brake.xml +%%DATADIR%%/Aircraft/737/Instruments/autopilot-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/clock.xml +%%DATADIR%%/Aircraft/737/Instruments/du-panel-rh.xml +%%DATADIR%%/Aircraft/737/Instruments/du-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/eicas.xml +%%DATADIR%%/Aircraft/737/Instruments/flap-guage.xml +%%DATADIR%%/Aircraft/737/Instruments/fuel-quantity.xml +%%DATADIR%%/Aircraft/737/Instruments/gear-handle.xml +%%DATADIR%%/Aircraft/737/Instruments/gear-lights.xml +%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights.xml +%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights1.xml +%%DATADIR%%/Aircraft/737/Instruments/master-caution.xml +%%DATADIR%%/Aircraft/737/Instruments/pfd1.xml +%%DATADIR%%/Aircraft/737/Instruments/pfd2.xml +%%DATADIR%%/Aircraft/737/Instruments/ptorst-panel.xml +%%DATADIR%%/Aircraft/737/Instruments/radiopanel.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-ah.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-combo.xml +%%DATADIR%%/Aircraft/737/Instruments/standby-vor-adf.xml +%%DATADIR%%/Aircraft/737/Instruments/weather-radar.xml +%%DATADIR%%/Aircraft/737/Models/733UA.rgb +%%DATADIR%%/Aircraft/737/Models/B737-300.ac +%%DATADIR%%/Aircraft/737/Models/boeing733.xml +%%DATADIR%%/Aircraft/737/Panels/737-ifr-panel.xml +%%DATADIR%%/Aircraft/737/Panels/737-invis-1024x1024.rgb +%%DATADIR%%/Aircraft/737/Panels/737-invis-panel.xml +%%DATADIR%%/Aircraft/737/Panels/737300.rgb +%%DATADIR%%/Aircraft/737/Panels/README.txt +%%DATADIR%%/Aircraft/737/Sounds/737-sound.xml +%%DATADIR%%/Aircraft/737/Systems/737-autopilot.xml +%%DATADIR%%/Aircraft/747/747-100-set.xml +%%DATADIR%%/Aircraft/747/747-100.xml +%%DATADIR%%/Aircraft/747/747-autopilot.xml +%%DATADIR%%/Aircraft/747/747-base.xml +%%DATADIR%%/Aircraft/747/747-panel.xml +%%DATADIR%%/Aircraft/747/747-set.xml +%%DATADIR%%/Aircraft/747/747-sound.xml +%%DATADIR%%/Aircraft/747/747.xml +%%DATADIR%%/Aircraft/747/Engines/JT9D-3.xml +%%DATADIR%%/Aircraft/747/Engines/direct.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-ai-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-alt-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-asi-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-bezel-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efis-common-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-efisp-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-enav-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw-03.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-mcp-jw.xml +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-01.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-02.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-03.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw-04.rgb +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw.ac +%%DATADIR%%/Aircraft/747/Models/boeing747-400-pfd-jw.xml +%%DATADIR%%/Aircraft/747/Models/digits.rgb +%%DATADIR%%/Aircraft/A-10/A-10-readme.txt +%%DATADIR%%/Aircraft/A-10/A-10-yasim.xml +%%DATADIR%%/Aircraft/A-10/A-10cl-set.xml +%%DATADIR%%/Aircraft/A-10/A-10fl-set.xml +%%DATADIR%%/Aircraft/A-10/COPYING +%%DATADIR%%/Aircraft/A-10/Huds/A-10-fgtbi.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hud1.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudcard.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudladder.xml +%%DATADIR%%/Aircraft/A-10/Huds/A-10-instrlabel.xml +%%DATADIR%%/Aircraft/A-10/Models/A-10-000.rgb +%%DATADIR%%/Aircraft/A-10/Models/A-10-model.xml +%%DATADIR%%/Aircraft/A-10/Models/A10-004-014h.ac +%%DATADIR%%/Aircraft/A-10/Nasal/A-10.nas +%%DATADIR%%/Aircraft/A-10/Panels/A-10-mini-panel.xml +%%DATADIR%%/Aircraft/A-10/Panels/A-10-vfr-panel.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-brake.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/A-10/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/A-10/Panels/Textures/A-10-panel-bg.rgb +%%DATADIR%%/Aircraft/A-10/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/A-10/Sounds/A-10-sound.xml +%%DATADIR%%/Aircraft/A-10/Systems/A-10-autopilot.xml +%%DATADIR%%/Aircraft/A-10/Systems/A-10-electrical.xml +%%DATADIR%%/Aircraft/A320/A320-set.xml +%%DATADIR%%/Aircraft/A320/A320-sound.xml +%%DATADIR%%/Aircraft/A320/A320.xml +%%DATADIR%%/Aircraft/A320/Engines/CFM56_5.xml +%%DATADIR%%/Aircraft/A320/Engines/direct.xml +%%DATADIR%%/Aircraft/A320/Models/a320-fb-af-01.rgb +%%DATADIR%%/Aircraft/A320/Models/a320-fb.ac +%%DATADIR%%/Aircraft/A320/Models/a320-fb.xml +%%DATADIR%%/Aircraft/A320/Sounds/gear-lock.wav +%%DATADIR%%/Aircraft/AN-225/AN-225-readme.txt +%%DATADIR%%/Aircraft/AN-225/AN-225-set.xml +%%DATADIR%%/Aircraft/AN-225/AN-225-yasim.xml +%%DATADIR%%/Aircraft/AN-225/COPYING +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-fgtbi.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hud1.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hudcard.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-hudladder.xml +%%DATADIR%%/Aircraft/AN-225/Huds/AN-225-instrlabel.xml +%%DATADIR%%/Aircraft/AN-225/Models/AN-225-model.xml +%%DATADIR%%/Aircraft/AN-225/Models/AN225-003-002d13.ac +%%DATADIR%%/Aircraft/AN-225/Models/AN225-tx-001.rgb +%%DATADIR%%/Aircraft/AN-225/Nasal/AN-225.nas +%%DATADIR%%/Aircraft/AN-225/Panels/AN-225-mini-panel.xml +%%DATADIR%%/Aircraft/AN-225/Panels/AN-225-vfr-panel.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/AN-225/Panels/Textures/AN-225-panel-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/AN-225/Sounds/AN-225-sound.xml +%%DATADIR%%/Aircraft/AN-225/Systems/AN-225-autopilot.xml +%%DATADIR%%/Aircraft/AN-225/Systems/AN-225-electrical.xml +%%DATADIR%%/Aircraft/B-52F/B-52F-readme.txt +%%DATADIR%%/Aircraft/B-52F/B-52F-set.xml +%%DATADIR%%/Aircraft/B-52F/B-52F-yasim.xml +%%DATADIR%%/Aircraft/B-52F/COPYING +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-fgtbi.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hud1.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hudcard.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-hudladder.xml +%%DATADIR%%/Aircraft/B-52F/Huds/B-52F-instrlabel.xml +%%DATADIR%%/Aircraft/B-52F/Models/B-52F-002-026b.ac +%%DATADIR%%/Aircraft/B-52F/Models/B-52F-model.xml +%%DATADIR%%/Aircraft/B-52F/Models/B52-F-Side-01.rgb +%%DATADIR%%/Aircraft/B-52F/Models/B52-F-Top-01.rgb +%%DATADIR%%/Aircraft/B-52F/Nasal/B-52F.nas +%%DATADIR%%/Aircraft/B-52F/Panels/B-52F-mini-panel.xml +%%DATADIR%%/Aircraft/B-52F/Panels/B-52F-vfr-panel.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/reheat-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/B-52F/Panels/Textures/B-52F-panel-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/B-52F/Sounds/B-52F-sound.xml +%%DATADIR%%/Aircraft/B-52F/Systems/B-52F-autopilot.xml +%%DATADIR%%/Aircraft/B-52F/Systems/B-52F-electrical.xml +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-readme.txt +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-set.xml +%%DATADIR%%/Aircraft/BAC-TSR2/BAC-TSR2-yasim.xml +%%DATADIR%%/Aircraft/BAC-TSR2/COPYING +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-fgtbi.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hud1.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hudcard.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-hudladder.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Huds/BAC-TSR2-instrlabel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Models/BAC-TSR2-model.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Models/TSR2-009-041e.ac +%%DATADIR%%/Aircraft/BAC-TSR2/Models/TSR2-tx-002.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Nasal/BAC-TSR2.nas +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/BAC-TSR2-mini-panel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/BAC-TSR2-vfr-panel.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/reheat-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures/BAC-TSR2-panel-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/BAC-TSR2/Sounds/BAC-TSR2-sound.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Systems/BAC-TSR2-autopilot.xml +%%DATADIR%%/Aircraft/BAC-TSR2/Systems/BAC-TSR2-electrical.xml +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-readme.txt +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-set.xml +%%DATADIR%%/Aircraft/ComperSwift/ComperSwift-yasim.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-fgtbi.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hud1.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hudcard.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-hudladder.xml +%%DATADIR%%/Aircraft/ComperSwift/Huds/ComperSwift-instrlabel.xml +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-000-038i.ac +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-model.xml +%%DATADIR%%/Aircraft/ComperSwift/Models/ComperSwift-tx-00.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/ComperSwift-mini-panel.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/aoa-indexer.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/blister.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-3-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/faces-LE-misc1-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/handles-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/maintc.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/misc-1-trans.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/aoa-indexer.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/controls-trans.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-aileron-trim.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-mixture.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/hsi.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/single-throttle-quadrant-trans.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/turn.xml +%%DATADIR%%/Aircraft/ComperSwift/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/ComperSwift/Sounds/ComperSwift-sound.xml +%%DATADIR%%/Aircraft/ComperSwift/Systems/ComperSwift-autopilot.xml +%%DATADIR%%/Aircraft/ComperSwift/Systems/ComperSwift-electrical.xml +%%DATADIR%%/Aircraft/Generic/README +%%DATADIR%%/Aircraft/Generic/generic-autopilot.xml +%%DATADIR%%/Aircraft/Generic/generic-electrical.xml +%%DATADIR%%/Aircraft/Hunter/Models/HelmetMk1a-ver6.rgb +%%DATADIR%%/Aircraft/Hunter/Models/accel.ac +%%DATADIR%%/Aircraft/Hunter/Models/adf.ac +%%DATADIR%%/Aircraft/Hunter/Models/adf.xml +%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.ac +%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.xml +%%DATADIR%%/Aircraft/Hunter/Models/altimeter.ac +%%DATADIR%%/Aircraft/Hunter/Models/altimeter.xml +%%DATADIR%%/Aircraft/Hunter/Models/asi-old.ac +%%DATADIR%%/Aircraft/Hunter/Models/asi.ac +%%DATADIR%%/Aircraft/Hunter/Models/asi.xml +%%DATADIR%%/Aircraft/Hunter/Models/attitude-mod1.ac +%%DATADIR%%/Aircraft/Hunter/Models/attitude.xml +%%DATADIR%%/Aircraft/Hunter/Models/dme.ac +%%DATADIR%%/Aircraft/Hunter/Models/dme.xml +%%DATADIR%%/Aircraft/Hunter/Models/droptank-100gal.ac +%%DATADIR%%/Aircraft/Hunter/Models/droptank.xml +%%DATADIR%%/Aircraft/Hunter/Models/egt.ac +%%DATADIR%%/Aircraft/Hunter/Models/egt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/egt.xml +%%DATADIR%%/Aircraft/Hunter/Models/flap-emrgy-lowering.xml +%%DATADIR%%/Aircraft/Hunter/Models/flap-test.rgb +%%DATADIR%%/Aircraft/Hunter/Models/flap.ac +%%DATADIR%%/Aircraft/Hunter/Models/flap.xml +%%DATADIR%%/Aircraft/Hunter/Models/flaps.ac +%%DATADIR%%/Aircraft/Hunter/Models/flaps.rgb +%%DATADIR%%/Aircraft/Hunter/Models/flaps.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.ac +%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.ac +%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.xml +%%DATADIR%%/Aircraft/Hunter/Models/fuel.ac +%%DATADIR%%/Aircraft/Hunter/Models/gear.ac +%%DATADIR%%/Aircraft/Hunter/Models/gear.xml +%%DATADIR%%/Aircraft/Hunter/Models/ggs-mod1.ac +%%DATADIR%%/Aircraft/Hunter/Models/ggs.ac +%%DATADIR%%/Aircraft/Hunter/Models/ggs.xml +%%DATADIR%%/Aircraft/Hunter/Models/handle-flap-emergy.ac +%%DATADIR%%/Aircraft/Hunter/Models/helmet-Mk1a.ac +%%DATADIR%%/Aircraft/Hunter/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.dat +%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.tif +%%DATADIR%%/Aircraft/Hunter/Models/hsi.ac +%%DATADIR%%/Aircraft/Hunter/Models/hsi.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-accel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-adf.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-airbrake.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-asi.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude-bezel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-dme.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-egt.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-emgy-flap.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-flap-emgy-lbl.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-flaps.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.nas +%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ga11.ac +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gear.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gearwarn.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs-02.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-gui.nas +%%DATADIR%%/Aircraft/Hunter/Models/hunter-large-bezel.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-mach.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-model-2t.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-model.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-panel-hotspots.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-remote.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-remotearrow.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-rpm.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-submodels.xml +%%DATADIR%%/Aircraft/Hunter/Models/hunter-trim.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-tx-01c.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/Hunter/Models/hunter__a.rgb +%%DATADIR%%/Aircraft/Hunter/Models/mach.ac +%%DATADIR%%/Aircraft/Hunter/Models/mach.xml +%%DATADIR%%/Aircraft/Hunter/Models/pilot-g.xml +%%DATADIR%%/Aircraft/Hunter/Models/pilots-notes.txt +%%DATADIR%%/Aircraft/Hunter/Models/plot.log +%%DATADIR%%/Aircraft/Hunter/Models/rpm.ac +%%DATADIR%%/Aircraft/Hunter/Models/rpm.rgb +%%DATADIR%%/Aircraft/Hunter/Models/rpm.xml +%%DATADIR%%/Aircraft/Hunter/Models/sig.xml +%%DATADIR%%/Aircraft/Hunter/Models/signature.ac +%%DATADIR%%/Aircraft/Hunter/Models/signature.rgb +%%DATADIR%%/Aircraft/Hunter/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/Hunter/Models/trim.ac +%%DATADIR%%/Aircraft/Hunter/Models/trim.xml +%%DATADIR%%/Aircraft/Hunter/Models/turn.ac +%%DATADIR%%/Aircraft/Hunter/Models/turn.xml +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.rgb +%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/Hunter/Models/vsi.ac +%%DATADIR%%/Aircraft/Hunter/Models/vsi.xml +%%DATADIR%%/Aircraft/Hunter/Models/warning.ac +%%DATADIR%%/Aircraft/Hunter/Sounds/hunter-sound.xml +%%DATADIR%%/Aircraft/Hunter/Systems/hunter-autopilot.xml +%%DATADIR%%/Aircraft/Hunter/Systems/hunter-electrical.xml +%%DATADIR%%/Aircraft/Hunter/hpothb07.dat +%%DATADIR%%/Aircraft/Hunter/hpothb07.tif +%%DATADIR%%/Aircraft/Hunter/hunter-2tanks-set.xml +%%DATADIR%%/Aircraft/Hunter/hunter-set.xml +%%DATADIR%%/Aircraft/Hunter/hunter-sound.xml +%%DATADIR%%/Aircraft/Hunter/hunter-yasim-2t.xml +%%DATADIR%%/Aircraft/Hunter/hunter-yasim.xml +%%DATADIR%%/Aircraft/Hunter/pilots-notes.txt +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.ac +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.xml +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/adf/adf02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.ac +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.xml +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai04.rgb +%%DATADIR%%/Aircraft/Instruments-3d/ai/ai05.rgb +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.ac +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.rgb +%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.xml +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.ac +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.rgb +%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.xml +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.ac +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.rgb +%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.xml +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.ac +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.xml +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.ac +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.rgb +%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.xml +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.ac +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.rgb +%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.xml +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-cylinder.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-plus.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-rnd-lever.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/knob.rgb +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-rnd.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-flat.ac +%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-rnd.ac +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt-01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.ac +%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.xml +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.ac +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.xml +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/hi/hi02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b-01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.ac +%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.xml +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.ac +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.rgb +%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.xml +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/fuel-oil.rgb +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.ac +%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.xml +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.ac +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.xml +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.ac +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.xml +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/tc/tc03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.ac +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.xml +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor01.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor02.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vor/vor03.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.ac +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.rgb +%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.xml +%%DATADIR%%/Aircraft/Instruments/KAP140TwoAxis.xml +%%DATADIR%%/Aircraft/Instruments/Textures/KAP140.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/accel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airsp4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/airspeed-160-knot.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/alt3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ann-c172s.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/aoa-indexer.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/aoa.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-260-knot.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi-c310.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/asi2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/ati3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/attitude5.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bendix-kx155.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/bezel3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/blister.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/compass-ribbon.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/default-attitude-indicator.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/egt-fuel.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/egt1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-1-hi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-3-hi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/faces-6.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/flaps.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/fuel1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/glareshield1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/gyro-fronts.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/handles.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hdg1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hdg2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/hsi4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/kr-87adf.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/led.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/logo.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/madr-misc1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/maintc.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/misc3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav2.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav3.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav4.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/nav5.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/navcom-radios.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/oil1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/panel-mini-bg.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/percent.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/plusminus.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_background.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_frame.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/radar_misc.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/rpm1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/smlf.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/switches.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/tach-2700-redline.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/trn1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp-oil.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vertical-speed-6kfpm.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/vsi1.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/warning-lamps.rgb +%%DATADIR%%/Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb +%%DATADIR%%/Aircraft/Instruments/accel.xml +%%DATADIR%%/Aircraft/Instruments/adf-c172s.xml +%%DATADIR%%/Aircraft/Instruments/adf-hi.xml +%%DATADIR%%/Aircraft/Instruments/adf-radio.xml +%%DATADIR%%/Aircraft/Instruments/adf.xml +%%DATADIR%%/Aircraft/Instruments/alt-c172s.xml +%%DATADIR%%/Aircraft/Instruments/altimeter-hi.xml +%%DATADIR%%/Aircraft/Instruments/altimeter.xml +%%DATADIR%%/Aircraft/Instruments/ann-c172s.xml +%%DATADIR%%/Aircraft/Instruments/aoa-indexer.xml +%%DATADIR%%/Aircraft/Instruments/aoa.xml +%%DATADIR%%/Aircraft/Instruments/aoaL.xml +%%DATADIR%%/Aircraft/Instruments/asi-160-knot-hi.xml +%%DATADIR%%/Aircraft/Instruments/asi-160-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-1k-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-260-knot.xml +%%DATADIR%%/Aircraft/Instruments/asi-590-knot-a4c.xml +%%DATADIR%%/Aircraft/Instruments/asi-c172s.xml +%%DATADIR%%/Aircraft/Instruments/asi-c310.xml +%%DATADIR%%/Aircraft/Instruments/asi.xml +%%DATADIR%%/Aircraft/Instruments/ati-c172s.xml +%%DATADIR%%/Aircraft/Instruments/ati.xml +%%DATADIR%%/Aircraft/Instruments/attitude-indicator-hi.xml +%%DATADIR%%/Aircraft/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/Instruments/brakes.xml +%%DATADIR%%/Aircraft/Instruments/clock.xml +%%DATADIR%%/Aircraft/Instruments/controls.xml +%%DATADIR%%/Aircraft/Instruments/default-160Knot-airspeed.xml +%%DATADIR%%/Aircraft/Instruments/dme.xml +%%DATADIR%%/Aircraft/Instruments/dual-manifold-pressure.xml +%%DATADIR%%/Aircraft/Instruments/egt-dual.xml +%%DATADIR%%/Aircraft/Instruments/egt-ff-c172s.xml +%%DATADIR%%/Aircraft/Instruments/egt.xml +%%DATADIR%%/Aircraft/Instruments/flap.xml +%%DATADIR%%/Aircraft/Instruments/fuel-c172s.xml +%%DATADIR%%/Aircraft/Instruments/fuel.xml +%%DATADIR%%/Aircraft/Instruments/gear-indicator.xml +%%DATADIR%%/Aircraft/Instruments/gear.xml +%%DATADIR%%/Aircraft/Instruments/gyro.xml +%%DATADIR%%/Aircraft/Instruments/hdg-c172s.xml +%%DATADIR%%/Aircraft/Instruments/hdg.xml +%%DATADIR%%/Aircraft/Instruments/hsi-bk-hi.xml +%%DATADIR%%/Aircraft/Instruments/hsi-hi.xml +%%DATADIR%%/Aircraft/Instruments/hsi.xml +%%DATADIR%%/Aircraft/Instruments/hsi2.xml +%%DATADIR%%/Aircraft/Instruments/jet-throttle-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/kr-87adf.xml +%%DATADIR%%/Aircraft/Instruments/logo.xml +%%DATADIR%%/Aircraft/Instruments/magcompass.xml +%%DATADIR%%/Aircraft/Instruments/magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/markerbeacon.xml +%%DATADIR%%/Aircraft/Instruments/mixture-knob.xml +%%DATADIR%%/Aircraft/Instruments/n1.xml +%%DATADIR%%/Aircraft/Instruments/nav1-hi.xml +%%DATADIR%%/Aircraft/Instruments/nav1.xml +%%DATADIR%%/Aircraft/Instruments/nav3.xml +%%DATADIR%%/Aircraft/Instruments/navcom-kx155.xml +%%DATADIR%%/Aircraft/Instruments/navcom-radio.xml +%%DATADIR%%/Aircraft/Instruments/oat.xml +%%DATADIR%%/Aircraft/Instruments/oil-c172s.xml +%%DATADIR%%/Aircraft/Instruments/oil.xml +%%DATADIR%%/Aircraft/Instruments/pilot-g.xml +%%DATADIR%%/Aircraft/Instruments/propeller-knob.xml +%%DATADIR%%/Aircraft/Instruments/radar-minimized.xml +%%DATADIR%%/Aircraft/Instruments/radar.xml +%%DATADIR%%/Aircraft/Instruments/rmi.xml +%%DATADIR%%/Aircraft/Instruments/rpm-c172s.xml +%%DATADIR%%/Aircraft/Instruments/rpm-hi.xml +%%DATADIR%%/Aircraft/Instruments/rpm.xml +%%DATADIR%%/Aircraft/Instruments/single-magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/single-manifold-pressure.xml +%%DATADIR%%/Aircraft/Instruments/switch.xml +%%DATADIR%%/Aircraft/Instruments/tach-2700-redline.xml +%%DATADIR%%/Aircraft/Instruments/three-step-flap-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/throttle-knob.xml +%%DATADIR%%/Aircraft/Instruments/throttle-quadrant.xml +%%DATADIR%%/Aircraft/Instruments/trn-c172s.xml +%%DATADIR%%/Aircraft/Instruments/trn.xml +%%DATADIR%%/Aircraft/Instruments/turn-hi.xml +%%DATADIR%%/Aircraft/Instruments/turn.xml +%%DATADIR%%/Aircraft/Instruments/twin-magneto-switch.xml +%%DATADIR%%/Aircraft/Instruments/vac-amp-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vacamp.xml +%%DATADIR%%/Aircraft/Instruments/vertical-hi.xml +%%DATADIR%%/Aircraft/Instruments/vertical-speed-6kfpm.xml +%%DATADIR%%/Aircraft/Instruments/vertical.xml +%%DATADIR%%/Aircraft/Instruments/vertical1k.xml +%%DATADIR%%/Aircraft/Instruments/vor1-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vor2-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vsi-c172s.xml +%%DATADIR%%/Aircraft/Instruments/vsi.xml +%%DATADIR%%/Aircraft/Instruments/wxradar.xml +%%DATADIR%%/Aircraft/Instruments/xpdr-kt76c.xml +%%DATADIR%%/Aircraft/OV10/Engines/T76.xml +%%DATADIR%%/Aircraft/OV10/Engines/direct.xml +%%DATADIR%%/Aircraft/OV10/Models/OV10.ac +%%DATADIR%%/Aircraft/OV10/Models/OV10.mdl +%%DATADIR%%/Aircraft/OV10/Models/ov10.xml +%%DATADIR%%/Aircraft/OV10/Models/ov10_0.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_1.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_2.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_3.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_4.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_5.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_6.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_7.rgb +%%DATADIR%%/Aircraft/OV10/Models/ov10_8.rgb +%%DATADIR%%/Aircraft/OV10/OV10-read-me.html +%%DATADIR%%/Aircraft/OV10/OV10-set.xml +%%DATADIR%%/Aircraft/OV10/OV10.xml +%%DATADIR%%/Aircraft/OV10/Panels/T38-panel-with-wxradar.xml +%%DATADIR%%/Aircraft/OV10/Sounds/OV10-sound.xml +%%DATADIR%%/Aircraft/OV10/Sounds/turboprop1.wav +%%DATADIR%%/Aircraft/OV10/ov10 +%%DATADIR%%/Aircraft/Spitfire/Electrical/electrical.xml +%%DATADIR%%/Aircraft/Spitfire/Models/Pilot_1.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/Pilot_2.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/UC-up-down.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/altimeter.ac +%%DATADIR%%/Aircraft/Spitfire/Models/altimeter.xml +%%DATADIR%%/Aircraft/Spitfire/Models/asi.ac +%%DATADIR%%/Aircraft/Spitfire/Models/asi.xml +%%DATADIR%%/Aircraft/Spitfire/Models/attitude-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.ac +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/attitude.xml +%%DATADIR%%/Aircraft/Spitfire/Models/boost.ac +%%DATADIR%%/Aircraft/Spitfire/Models/boost.xml +%%DATADIR%%/Aircraft/Spitfire/Models/clock.ac +%%DATADIR%%/Aircraft/Spitfire/Models/clock.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/clock.xml +%%DATADIR%%/Aircraft/Spitfire/Models/compass-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/compass.ac +%%DATADIR%%/Aircraft/Spitfire/Models/compass.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/compass.xml +%%DATADIR%%/Aircraft/Spitfire/Models/control-stick.ac +%%DATADIR%%/Aircraft/Spitfire/Models/control-stick.xml +%%DATADIR%%/Aircraft/Spitfire/Models/cut-off.ac +%%DATADIR%%/Aircraft/Spitfire/Models/cut-off.xml +%%DATADIR%%/Aircraft/Spitfire/Models/engine-start.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.ac +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/flaps.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.nas +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-cocks.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/fuel-pressure.xml +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.ac +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/fuel.xml +%%DATADIR%%/Aircraft/Spitfire/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/large-bezel.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magcompass.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.ac +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/magneto.xml +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.ac +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/oil-pressure.xml +%%DATADIR%%/Aircraft/Spitfire/Models/panel-hotspots.xml +%%DATADIR%%/Aircraft/Spitfire/Models/primer.ac +%%DATADIR%%/Aircraft/Spitfire/Models/primer.xml +%%DATADIR%%/Aircraft/Spitfire/Models/reflector_gun_sight-01.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/reflector_gun_sight.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-dimmer-switch.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/rgs-main-switch.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rgs.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rgs.xml +%%DATADIR%%/Aircraft/Spitfire/Models/ring-pull.ac +%%DATADIR%%/Aircraft/Spitfire/Models/ring-pull.xml +%%DATADIR%%/Aircraft/Spitfire/Models/rpm.ac +%%DATADIR%%/Aircraft/Spitfire/Models/rpm.xml +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-asi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-attitude.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-boost.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-rpm.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-submodels.xml +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-trim.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-triple.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-turn.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-00.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-01.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-02.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-03.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-04.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-tx-05.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire-vsi.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire.nas +%%DATADIR%%/Aircraft/Spitfire/Models/spitfireIIa.ac +%%DATADIR%%/Aircraft/Spitfire/Models/spitfire_model.xml +%%DATADIR%%/Aircraft/Spitfire/Models/starter.ac +%%DATADIR%%/Aircraft/Spitfire/Models/starter.xml +%%DATADIR%%/Aircraft/Spitfire/Models/submodels.xml +%%DATADIR%%/Aircraft/Spitfire/Models/throttle.ac +%%DATADIR%%/Aircraft/Spitfire/Models/throttle.xml +%%DATADIR%%/Aircraft/Spitfire/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob-rudder.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob-rudder.xml +%%DATADIR%%/Aircraft/Spitfire/Models/trim-knob.rgb +%%DATADIR%%/Aircraft/Spitfire/Models/trim-wheel-elev.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim-wheel-elev.xml +%%DATADIR%%/Aircraft/Spitfire/Models/trim.ac +%%DATADIR%%/Aircraft/Spitfire/Models/trim.xml +%%DATADIR%%/Aircraft/Spitfire/Models/triple.ac +%%DATADIR%%/Aircraft/Spitfire/Models/triple.xml +%%DATADIR%%/Aircraft/Spitfire/Models/turn.ac +%%DATADIR%%/Aircraft/Spitfire/Models/turn.xml +%%DATADIR%%/Aircraft/Spitfire/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/Spitfire/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/Spitfire/Models/vsi.ac +%%DATADIR%%/Aircraft/Spitfire/Models/vsi.xml +%%DATADIR%%/Aircraft/Spitfire/Sounds/Spitfire Flyby.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/Spitfire MK IX.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/canopy_slide.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/click.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/flaps.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/gear.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/gunfire_1.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm1.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm2.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm3.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_rpm4.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_shutdown.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/merlin_starter.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/spita.wav +%%DATADIR%%/Aircraft/Spitfire/Sounds/spitfire-sound.xml +%%DATADIR%%/Aircraft/Spitfire/Spitfire_Pilots_Notes.pdf +%%DATADIR%%/Aircraft/Spitfire/Spitfire_Pilots_Notes.rtf +%%DATADIR%%/Aircraft/Spitfire/spitfireIIa-set.xml +%%DATADIR%%/Aircraft/Spitfire/spitfireIIa.xml +%%DATADIR%%/Aircraft/T38/Engines/J85-GE-5.xml +%%DATADIR%%/Aircraft/T38/Engines/direct.xml +%%DATADIR%%/Aircraft/T38/Instruments/IVSI-6kfpm.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-ADI.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-HSI.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-airspeed.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-altimeter.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-flaps.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-gear.xml +%%DATADIR%%/Aircraft/T38/Instruments/T38-throttle.xml +%%DATADIR%%/Aircraft/T38/Instruments/Textures/ADI.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/T38-altimeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/aero.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/airspeed.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/altimeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/egt.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/engine.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/fuel.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/fuelflow.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/gmeter.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/ivsi-6kfpm.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/n1.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/nozzle.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/oilpressure.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-ADI.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-airspeed.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-flaps.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-gear.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/t38-hsi.rgb +%%DATADIR%%/Aircraft/T38/Instruments/Textures/throttle.rgb +%%DATADIR%%/Aircraft/T38/Instruments/aero.xml +%%DATADIR%%/Aircraft/T38/Instruments/egt-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/egt-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/engine.xml +%%DATADIR%%/Aircraft/T38/Instruments/ff-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/ff-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/fuel-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/fuel-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/gmeter.xml +%%DATADIR%%/Aircraft/T38/Instruments/n1-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/n1-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/nozzle-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/nozzle-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/oilpressure-0.xml +%%DATADIR%%/Aircraft/T38/Instruments/oilpressure-1.xml +%%DATADIR%%/Aircraft/T38/Instruments/refuel.xml +%%DATADIR%%/Aircraft/T38/Models/T38-model.xml +%%DATADIR%%/Aircraft/T38/Models/T38.ac +%%DATADIR%%/Aircraft/T38/Models/t38.rgb +%%DATADIR%%/Aircraft/T38/Panels/T38-panel.xml +%%DATADIR%%/Aircraft/T38/Panels/Textures/T38-panel.rgb +%%DATADIR%%/Aircraft/T38/Sounds/T38-engines.wav +%%DATADIR%%/Aircraft/T38/Sounds/T38-sound.xml +%%DATADIR%%/Aircraft/T38/T38-electrical.xml +%%DATADIR%%/Aircraft/T38/T38-read-me.html +%%DATADIR%%/Aircraft/T38/T38-set.xml +%%DATADIR%%/Aircraft/T38/T38-splash.rgb +%%DATADIR%%/Aircraft/T38/T38.xml +%%DATADIR%%/Aircraft/UIUC/Models/opus/opus-model.xml +%%DATADIR%%/Aircraft/UIUC/Models/opus/opus.mdl +%%DATADIR%%/Aircraft/UIUC/README.uiuc.html +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/README.a4.html +%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CDfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CLfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html +%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CDfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CLfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfa-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfade-01.dat +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/README.asw20.html +%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/beech99-v1/README.beech99.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/index.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/linear.html +%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/refs.html +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/README.fkdr1.html +%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/marchetti-v1/README.marchetti.html +%%DATADIR%%/Aircraft/UIUC/marchetti-v1/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/ornithopter/README.orni.html +%%DATADIR%%/Aircraft/UIUC/ornithopter/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/ornithopter/flap.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CLfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfa.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfade.dat +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/README.sopwithCamel.html +%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CDfa.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CLfade.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfa2.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfade6.dat +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/README.wrightFlyer1903.html +%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/aircraft.dat +%%DATADIR%%/Aircraft/X15/Engines/XLR99.xml +%%DATADIR%%/Aircraft/X15/Engines/xlr99_nozzle.xml +%%DATADIR%%/Aircraft/X15/Instruments/Textures/x15-faces-1.rgb +%%DATADIR%%/Aircraft/X15/Instruments/Textures/x15-faces-2.rgb +%%DATADIR%%/Aircraft/X15/Instruments/X15-accelerometer-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-airspeed-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-altimeter-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-climb-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-height-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-inertial-speed-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/X15-roll-indicator-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/accelerometer.xml +%%DATADIR%%/Aircraft/X15/Instruments/airspeed.xml +%%DATADIR%%/Aircraft/X15/Instruments/altimeter.xml +%%DATADIR%%/Aircraft/X15/Instruments/aoa-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/aoa.xml +%%DATADIR%%/Aircraft/X15/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/X15/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/X15/Instruments/center-cap.xml +%%DATADIR%%/Aircraft/X15/Instruments/clock.xml +%%DATADIR%%/Aircraft/X15/Instruments/controls.xml +%%DATADIR%%/Aircraft/X15/Instruments/dynamic-pressure-face.xml +%%DATADIR%%/Aircraft/X15/Instruments/dynamic_press.xml +%%DATADIR%%/Aircraft/X15/Instruments/flaps.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialclimb.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialheight.xml +%%DATADIR%%/Aircraft/X15/Instruments/inertialspeed.xml +%%DATADIR%%/Aircraft/X15/Instruments/nav1.xml +%%DATADIR%%/Aircraft/X15/Instruments/needle.xml +%%DATADIR%%/Aircraft/X15/Instruments/roll.xml +%%DATADIR%%/Aircraft/X15/Models/X15_flight.ac +%%DATADIR%%/Aircraft/X15/Models/X15_landing.ac +%%DATADIR%%/Aircraft/X15/Models/X15_readme.txt +%%DATADIR%%/Aircraft/X15/Models/x150.rgb +%%DATADIR%%/Aircraft/X15/Models/x151.rgb +%%DATADIR%%/Aircraft/X15/Models/x152.rgb +%%DATADIR%%/Aircraft/X15/Models/x153.rgb +%%DATADIR%%/Aircraft/X15/Models/x154.rgb +%%DATADIR%%/Aircraft/X15/Models/x155.rgb +%%DATADIR%%/Aircraft/X15/Models/x156.rgb +%%DATADIR%%/Aircraft/X15/Models/x157.rgb +%%DATADIR%%/Aircraft/X15/Models/x158.rgb +%%DATADIR%%/Aircraft/X15/Panels/Textures/x15-bg.rgb +%%DATADIR%%/Aircraft/X15/Panels/X15-panel.xml +%%DATADIR%%/Aircraft/X15/X15-set.xml +%%DATADIR%%/Aircraft/X15/X15.xml +%%DATADIR%%/Aircraft/YF-23/COPYING +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-fgtbi.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hud1.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hudcard.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-hudladder.xml +%%DATADIR%%/Aircraft/YF-23/Huds/YF-23-instrlabel.xml +%%DATADIR%%/Aircraft/YF-23/Models/YF-23-model.xml +%%DATADIR%%/Aircraft/YF-23/Models/YF23-5-1h7.ac +%%DATADIR%%/Aircraft/YF-23/Models/YF23-tx-002.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/faces-LE-misc1.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-green-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-orange-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-purple-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures/trans-yellow-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/attitude-indicator.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-accl.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-agl.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-alt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-aoa.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-ap-speed-kt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-engine.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-flap.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-fuel-tank.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-fuel-tot.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-kias.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-mach.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-reheat.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-roll.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-vsi.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/digital-wgt.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/flap-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/single-reheat-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/single-throttle-quadrant.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Instruments/text-autopilot.xml +%%DATADIR%%/Aircraft/YF-23/Panels/Textures/YF-23-panel-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/YF-23/Panels/YF-23-mini-panel.xml +%%DATADIR%%/Aircraft/YF-23/Panels/YF-23-vfr-panel.xml +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/flaps.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/gear-lck.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/gear.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/jet.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/rumble.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/squeal.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/stall.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/whine.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/Samples/wind.wav +%%DATADIR%%/Aircraft/YF-23/Sounds/YF-23-sound.xml +%%DATADIR%%/Aircraft/YF-23/Systems/YF-23-autopilot.xml +%%DATADIR%%/Aircraft/YF-23/Systems/YF-23-electrical.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-readme.txt +%%DATADIR%%/Aircraft/YF-23/YF-23-set.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-yasim-set.xml +%%DATADIR%%/Aircraft/YF-23/YF-23-yasim.xml +%%DATADIR%%/Aircraft/a4/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/a4/Models/a4-blue-0.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-1.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-2.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-3.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-4.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-5.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-6.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-7.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-8.rgb +%%DATADIR%%/Aircraft/a4/Models/a4-blue-uiuc.xml +%%DATADIR%%/Aircraft/a4/Models/a4-blue.ac +%%DATADIR%%/Aircraft/a4/Models/a4-blue.xml +%%DATADIR%%/Aircraft/a4/Models/attitude-detail.rgb +%%DATADIR%%/Aircraft/a4/Models/attitude.ac +%%DATADIR%%/Aircraft/a4/Models/attitude.rgb +%%DATADIR%%/Aircraft/a4/Models/attitude.xml +%%DATADIR%%/Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml +%%DATADIR%%/Aircraft/a4/a4-panel.xml +%%DATADIR%%/Aircraft/a4/a4-set.xml +%%DATADIR%%/Aircraft/a4/a4-sound.xml +%%DATADIR%%/Aircraft/a4/a4-sound.xml.new +%%DATADIR%%/Aircraft/a4/a4-uiuc-set.xml +%%DATADIR%%/Aircraft/a4/a4.xml +%%DATADIR%%/Aircraft/a4/aoa-panel.xml +%%DATADIR%%/Aircraft/a4/fuel-gauge.rgb +%%DATADIR%%/Aircraft/a4/fuel-gauge.xml +%%DATADIR%%/Aircraft/a4/transparent-bg.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-altimeter-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-asi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-attitude-indicator.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-bezel-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-blister.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-compass-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-faces-3.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-faces-6.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-flaps-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-fuelflow-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-geardn-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearind-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearind-nslr-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-gearup-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-handles.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi2.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi3.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-hsi4.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-itt-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-led.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-maintc.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-misc-1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-misc1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-navcom-radios.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-i-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-m-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-omi-o-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-prop-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-quadrant-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-rpm-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-switcheddn-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-switchedup-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tailnumber-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tc-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-tc-needle-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-temp-pressure-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-torque-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-trn1.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/b99-vsi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/Textures/old_b99-asi-256.rgb +%%DATADIR%%/Aircraft/beech99/Instruments/b99-adf-radio.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-altimeter.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-antiice-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-antiice-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-asi.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-attitude-indicator.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-autopilot.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-brakes.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-clock.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-dme.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-enginerpm-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-enginerpm-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-flaps.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-fuelflow-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-fuelflow-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-gear-indicator.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-gear.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-hsi-bk-hi.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-itt-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-itt-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-landing-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-landing-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-markerbeacon.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-mixture-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-nav2.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-navcom-kx155.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-navlight.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-oil-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-oil-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-pitot-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-pitot-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-auto.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-prop-manual.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-propeller-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-tailflood.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-tailnumber.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-taxilight.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-throttle-knob.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-throttle-quadrant.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-torque-0.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-torque-1.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-turn.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-vertical.xml +%%DATADIR%%/Aircraft/beech99/Instruments/b99-xpdr-kt76c.xml +%%DATADIR%%/Aircraft/beech99/Models.old/READMEmodel.txt +%%DATADIR%%/Aircraft/beech99/Models.old/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models.old/beech99.ac +%%DATADIR%%/Aircraft/beech99/Models.old/beech_990.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_991.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_992.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_993.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_994.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_995.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_996.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_997.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_998.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/beech_999.rgb +%%DATADIR%%/Aircraft/beech99/Models.old/uiuc/beech99/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/beech99/Models/backup_beech99.ac +%%DATADIR%%/Aircraft/beech99/Models/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Models/beech99.ac +%%DATADIR%%/Aircraft/beech99/Models/beech_990.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_991.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_992.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_993.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_994.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_995.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_996.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_997.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_998.rgb +%%DATADIR%%/Aircraft/beech99/Models/beech_999.rgb +%%DATADIR%%/Aircraft/beech99/Models/uiuc/beech99/beech99-model.xml +%%DATADIR%%/Aircraft/beech99/Sounds/beech99-sound.xml +%%DATADIR%%/Aircraft/beech99/b99p1.rgb +%%DATADIR%%/Aircraft/beech99/b99p2.rgb +%%DATADIR%%/Aircraft/beech99/b99p3.rgb +%%DATADIR%%/Aircraft/beech99/b99p4.rgb +%%DATADIR%%/Aircraft/beech99/b99p5.rgb +%%DATADIR%%/Aircraft/beech99/b99p6.rgb +%%DATADIR%%/Aircraft/beech99/b99p7.rgb +%%DATADIR%%/Aircraft/beech99/b99p8.rgb +%%DATADIR%%/Aircraft/beech99/b99panel.rgb +%%DATADIR%%/Aircraft/beech99/beech99-electrical.xml +%%DATADIR%%/Aircraft/beech99/beech99-electrical.xml.old +%%DATADIR%%/Aircraft/beech99/beech99-panel.xml +%%DATADIR%%/Aircraft/beech99/beech99-v1-uiuc-set.xml +%%DATADIR%%/Aircraft/beech99/beech99-yasim-set.xml +%%DATADIR%%/Aircraft/beech99/beech99-yasim.xml +%%DATADIR%%/Aircraft/beech99/old_b99p1.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.ac +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.xml +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.ac +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.rgb +%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.xml +%%DATADIR%%/Aircraft/bo105/Models/README +%%DATADIR%%/Aircraft/bo105/Models/bo105-1.rgb +%%DATADIR%%/Aircraft/bo105/Models/bo105.ac +%%DATADIR%%/Aircraft/bo105/Models/bo105.nas +%%DATADIR%%/Aircraft/bo105/Models/bo105.xml +%%DATADIR%%/Aircraft/bo105/bo105-set.xml +%%DATADIR%%/Aircraft/bo105/bo105-sound.xml +%%DATADIR%%/Aircraft/bo105/bo105.xml +%%DATADIR%%/Aircraft/c172-fs-set.xml +%%DATADIR%%/Aircraft/c172-le/Models/c172-le-02.ac +%%DATADIR%%/Aircraft/c172-le/Models/c172-leee.xml +%%DATADIR%%/Aircraft/c172-le/c172-le-set.xml +%%DATADIR%%/Aircraft/c172/610x-autopilot.xml +%%DATADIR%%/Aircraft/c172/Engines/eng_io320.xml +%%DATADIR%%/Aircraft/c172/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172/Models/c172-01.rgb +%%DATADIR%%/Aircraft/c172/Models/c172-02.rgb +%%DATADIR%%/Aircraft/c172/Models/c172-car.xml +%%DATADIR%%/Aircraft/c172/Models/c172-dpm.ac +%%DATADIR%%/Aircraft/c172/Models/c172-dpm.xml +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-01.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-02.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-03.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-04.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-07.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-08.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-610x-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-c172r-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/shaped-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/Textures/transparent-bg.rgb +%%DATADIR%%/Aircraft/c172/Panels/c172-610x-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-fullscr.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-fullscreen.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-ifr-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-mini-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-trans-mini-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-trans-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172-vfr-panel.xml +%%DATADIR%%/Aircraft/c172/Panels/c172r-panel.xml +%%DATADIR%%/Aircraft/c172/README.c172 +%%DATADIR%%/Aircraft/c172/c172-610x-null-set.xml +%%DATADIR%%/Aircraft/c172/c172-610x-null.xml +%%DATADIR%%/Aircraft/c172/c172-base.xml +%%DATADIR%%/Aircraft/c172/c172-electrical.xml +%%DATADIR%%/Aircraft/c172/c172-ifr-set.xml +%%DATADIR%%/Aircraft/c172/c172-sound.xml +%%DATADIR%%/Aircraft/c172/c172-yasim.xml +%%DATADIR%%/Aircraft/c172p/Engines/eng_io320.xml +%%DATADIR%%/Aircraft/c172p/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172p/Models/c172p-01.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p-02.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p-2d-panel.xml +%%DATADIR%%/Aircraft/c172p/Models/c172p-int-01.rgb +%%DATADIR%%/Aircraft/c172p/Models/c172p.ac +%%DATADIR%%/Aircraft/c172p/Models/c172p.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelbcn.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labellng.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelnav.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelpto.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labelsto.xml +%%DATADIR%%/Aircraft/c172p/Models/labels/labeltax.xml +%%DATADIR%%/Aircraft/c172p/Systems/KAP140.xml +%%DATADIR%%/Aircraft/c172p/c172-3d-set.xml +%%DATADIR%%/Aircraft/c172p/c172-larcsim-set.xml +%%DATADIR%%/Aircraft/c172p/c172-set.xml +%%DATADIR%%/Aircraft/c172p/c172p-2dpanel-set.xml +%%DATADIR%%/Aircraft/c172p/c172p-set.xml +%%DATADIR%%/Aircraft/c172p/c172p.xml +%%DATADIR%%/Aircraft/c172r/Engines/engIO360C.xml +%%DATADIR%%/Aircraft/c172r/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172r/README.c172r +%%DATADIR%%/Aircraft/c172r/c172-3d-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172-610x-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172-610x-set.xml +%%DATADIR%%/Aircraft/c172r/c172-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-3d-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-jsbsim-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-jsbsim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-set.xml +%%DATADIR%%/Aircraft/c172r/c172r-yasim-base.xml +%%DATADIR%%/Aircraft/c172r/c172r-yasim-set.xml +%%DATADIR%%/Aircraft/c172r/c172r.xml +%%DATADIR%%/Aircraft/c172x/Engines/engIO360C.xml +%%DATADIR%%/Aircraft/c172x/Engines/prop_75in2f.xml +%%DATADIR%%/Aircraft/c172x/c172x-set.xml +%%DATADIR%%/Aircraft/c172x/c172x.xml +%%DATADIR%%/Aircraft/c182/Engines/engIO540AB1A5.xml +%%DATADIR%%/Aircraft/c182/Engines/prop_81in2v.xml +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-01.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-02.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-03.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-04.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-05.rgb +%%DATADIR%%/Aircraft/c182/Panels/Textures/c182s-panel-06.rgb +%%DATADIR%%/Aircraft/c182/Panels/c182s-panel.xml +%%DATADIR%%/Aircraft/c182/README.c182 +%%DATADIR%%/Aircraft/c182/c182-2dpanel-set.xml +%%DATADIR%%/Aircraft/c182/c182-set.xml +%%DATADIR%%/Aircraft/c182/c182-sound.xml +%%DATADIR%%/Aircraft/c182/c182.xml +%%DATADIR%%/Aircraft/c310/310-panel-bg.rgb +%%DATADIR%%/Aircraft/c310/Engines/engIO470D.xml +%%DATADIR%%/Aircraft/c310/Engines/propC10v.xml +%%DATADIR%%/Aircraft/c310/Models/c310-01.rgb +%%DATADIR%%/Aircraft/c310/Models/c310-02.rgb +%%DATADIR%%/Aircraft/c310/Models/c310-2d-panel.xml +%%DATADIR%%/Aircraft/c310/Models/c310-dpm.ac +%%DATADIR%%/Aircraft/c310/Models/c310-dpm.xml +%%DATADIR%%/Aircraft/c310/README.c310 +%%DATADIR%%/Aircraft/c310/c310-base.xml +%%DATADIR%%/Aircraft/c310/c310-electrical.xml +%%DATADIR%%/Aircraft/c310/c310-ifr-panel.xml +%%DATADIR%%/Aircraft/c310/c310-jsbsim-base.xml +%%DATADIR%%/Aircraft/c310/c310-mini-panel.xml +%%DATADIR%%/Aircraft/c310/c310-panel-01.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-02.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-03.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-04.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-11.rgb +%%DATADIR%%/Aircraft/c310/c310-panel-12.rgb +%%DATADIR%%/Aircraft/c310/c310-sound.xml +%%DATADIR%%/Aircraft/c310/c310-sound.xml.new +%%DATADIR%%/Aircraft/c310/c310-vfr-panel.xml +%%DATADIR%%/Aircraft/c310/c310-yasim-base.xml +%%DATADIR%%/Aircraft/c310/c310-yasim-set.xml +%%DATADIR%%/Aircraft/c310/c310-yasim.xml +%%DATADIR%%/Aircraft/c310/c310.xml +%%DATADIR%%/Aircraft/c310/c310dpm-3d-set.xml +%%DATADIR%%/Aircraft/c310u3a/Engines/engIO470D.xml +%%DATADIR%%/Aircraft/c310u3a/Engines/propC10v.xml +%%DATADIR%%/Aircraft/c310u3a/Models/READMEmodel.txt +%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.ac +%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.xml +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a0.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a1.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a2.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a3.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a4.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a5.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a6.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a7.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a8.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a9.rgb +%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3aa.rgb +%%DATADIR%%/Aircraft/c310u3a/c310-3d-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310-ifr-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-3d-panel.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim-set.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-01.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-02.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-03.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-04.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-05.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-06.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-07.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-08.rgb +%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel.xml +%%DATADIR%%/Aircraft/c310u3a/c310u3a-set.xml +%%DATADIR%%/Aircraft/c310u3a/transparent-bg.rgb +%%DATADIR%%/Aircraft/dc3/Models/Image1.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-01.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-02.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-03.rgb +%%DATADIR%%/Aircraft/dc3/Models/dc3-2d-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-cockpit.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-cockpit.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm-3d-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-dpm.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-flaps-indicator.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-flaps-indicator.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-overhead-panel.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-overhead-panel.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-pedals.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-pedals.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-pilot-seat.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-pilot-seat.xml +%%DATADIR%%/Aircraft/dc3/Models/dc3-throttle.ac +%%DATADIR%%/Aircraft/dc3/Models/dc3-throttle.xml +%%DATADIR%%/Aircraft/dc3/Models/floor.rgb +%%DATADIR%%/Aircraft/dc3/Models/seat.rgb +%%DATADIR%%/Aircraft/dc3/Models/textur.rgb +%%DATADIR%%/Aircraft/dc3/Sounds/engine_idle.wav +%%DATADIR%%/Aircraft/dc3/Sounds/engine_running.wav +%%DATADIR%%/Aircraft/dc3/Sounds/flap_move.wav +%%DATADIR%%/Aircraft/dc3/Sounds/gear_move.wav +%%DATADIR%%/Aircraft/dc3/Sounds/lock.wav +%%DATADIR%%/Aircraft/dc3/Sounds/read-trev.txt +%%DATADIR%%/Aircraft/dc3/Sounds/stall_horn.wav +%%DATADIR%%/Aircraft/dc3/dc3-set.xml +%%DATADIR%%/Aircraft/dc3/dc3-sound.xml +%%DATADIR%%/Aircraft/dc3/dc3.xml +%%DATADIR%%/Aircraft/f16/Engines/F100-PW-229.xml +%%DATADIR%%/Aircraft/f16/Engines/direct.xml +%%DATADIR%%/Aircraft/f16/Hud/default.xml +%%DATADIR%%/Aircraft/f16/Hud/hudcard.xml +%%DATADIR%%/Aircraft/f16/Hud/hudladder.xml +%%DATADIR%%/Aircraft/f16/Hud/instrlabel.xml +%%DATADIR%%/Aircraft/f16/Hud/tbi.xml +%%DATADIR%%/Aircraft/f16/Models/README +%%DATADIR%%/Aircraft/f16/Models/ded.ac +%%DATADIR%%/Aircraft/f16/Models/ejection_handle.ac +%%DATADIR%%/Aircraft/f16/Models/engine.ac +%%DATADIR%%/Aircraft/f16/Models/f16-shadows.rgb +%%DATADIR%%/Aircraft/f16/Models/f16.ac +%%DATADIR%%/Aircraft/f16/Models/f16.rgb +%%DATADIR%%/Aircraft/f16/Models/f16.xml +%%DATADIR%%/Aircraft/f16/Models/f16klu.ac +%%DATADIR%%/Aircraft/f16/Models/f16klu.rgb +%%DATADIR%%/Aircraft/f16/Models/f16klu.xml +%%DATADIR%%/Aircraft/f16/Models/icp.ac +%%DATADIR%%/Aircraft/f16/Models/icp.rgb +%%DATADIR%%/Aircraft/f16/Models/knob.rgb +%%DATADIR%%/Aircraft/f16/Models/left_front.ac +%%DATADIR%%/Aircraft/f16/Models/left_front.xml +%%DATADIR%%/Aircraft/f16/Models/mfd.ac +%%DATADIR%%/Aircraft/f16/Models/misc.ac +%%DATADIR%%/Aircraft/f16/Models/panels1.rgb +%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.ac +%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.xml +%%DATADIR%%/Aircraft/f16/Models/threat.ac +%%DATADIR%%/Aircraft/f16/Models/throttle.ac +%%DATADIR%%/Aircraft/f16/Models/throttle.xml +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-00.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-01.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-02.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-03.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-04.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-06.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-07.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/faces1.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/icp.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/misc1.rgb +%%DATADIR%%/Aircraft/f16/Panels/Textures/misc2.rgb +%%DATADIR%%/Aircraft/f16/Panels/alt.xml +%%DATADIR%%/Aircraft/f16/Panels/aoa.xml +%%DATADIR%%/Aircraft/f16/Panels/ded.xml +%%DATADIR%%/Aircraft/f16/Panels/f16-2d-panel.xml +%%DATADIR%%/Aircraft/f16/Panels/icp.xml +%%DATADIR%%/Aircraft/f16/Panels/kias.xml +%%DATADIR%%/Aircraft/f16/Panels/nozzle.xml +%%DATADIR%%/Aircraft/f16/Panels/oil.xml +%%DATADIR%%/Aircraft/f16/Panels/rpm.xml +%%DATADIR%%/Aircraft/f16/f16-3d-set.xml +%%DATADIR%%/Aircraft/f16/f16-mlu-set.xml +%%DATADIR%%/Aircraft/f16/f16-set.xml +%%DATADIR%%/Aircraft/f16/f16-sound.xml +%%DATADIR%%/Aircraft/f16/f16-splash.rgb +%%DATADIR%%/Aircraft/f16/f16-submodels.xml +%%DATADIR%%/Aircraft/f16/f16.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-fgtbi.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hud1.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hudcard.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-hudladder.xml +%%DATADIR%%/Aircraft/j22/Huds/j22-instrlabel.xml +%%DATADIR%%/Aircraft/j22/Models/gear.rgb +%%DATADIR%%/Aircraft/j22/Models/interior.rgb +%%DATADIR%%/Aircraft/j22/Models/j22.ac +%%DATADIR%%/Aircraft/j22/Models/j22.xml +%%DATADIR%%/Aircraft/j22/Models/pilot.head.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-body.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-tail.rgb +%%DATADIR%%/Aircraft/j22/Models/skin-green-gray-wing.above.rgb +%%DATADIR%%/Aircraft/j22/j22-readme.txt +%%DATADIR%%/Aircraft/j22/j22-set.xml +%%DATADIR%%/Aircraft/j22/j22-yasim.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3alt.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3altpress.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3asi.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3compass.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3cub-01.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3cub-02.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3cub.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3cub.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3oil.xml +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.ac +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.rgb +%%DATADIR%%/Aircraft/j3cub/Models/j3tach.xml +%%DATADIR%%/Aircraft/j3cub/README.j3cub +%%DATADIR%%/Aircraft/j3cub/cub-electrical.xml +%%DATADIR%%/Aircraft/j3cub/j3cub-set.xml +%%DATADIR%%/Aircraft/j3cub/j3cub.xml +%%DATADIR%%/Aircraft/ornithopter/Models/C-GPTR-003.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/C-GPTR-8-4.ac +%%DATADIR%%/Aircraft/ornithopter/Models/alt.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/asi.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/bezelgrey.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/compass.ac +%%DATADIR%%/Aircraft/ornithopter/Models/compass.rgb +%%DATADIR%%/Aircraft/ornithopter/Models/compass.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopter-8-4-model.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopteralt.ac +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopteralt.xml +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopterasi.ac +%%DATADIR%%/Aircraft/ornithopter/Models/ornithopterasi.xml +%%DATADIR%%/Aircraft/ornithopter/Models/press.rgb +%%DATADIR%%/Aircraft/ornithopter/Sounds/ornithopter-sound.xml +%%DATADIR%%/Aircraft/ornithopter/ornithopter-set.xml +%%DATADIR%%/Aircraft/p51d/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-01.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-02.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-03.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-05.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-altpress.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-arrows.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-carbtemp.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-cooltemp.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-large-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-med-bezel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-panel-hotspots.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remotearrow.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknob.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheel.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.rgb +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.xml +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.ac +%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.xml +%%DATADIR%%/Aircraft/p51d/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/p51d/README.p51d +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_rpm1.wav +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_starter.wav +%%DATADIR%%/Aircraft/p51d/Sounds/p51d_startup.wav +%%DATADIR%%/Aircraft/p51d/p51d-set.xml +%%DATADIR%%/Aircraft/p51d/p51d-sound.xml +%%DATADIR%%/Aircraft/p51d/p51d.xml +%%DATADIR%%/Aircraft/pa28-161/Models/bench-back.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/glareshield.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161-01.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.ac +%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.xml +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex01.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex02.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex03.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/panel.rgb +%%DATADIR%%/Aircraft/pa28-161/Models/placards.rgb +%%DATADIR%%/Aircraft/pa28-161/README.pa28-161 +%%DATADIR%%/Aircraft/pa28-161/pa28-161-set.xml +%%DATADIR%%/Aircraft/pa28-161/pa28-161.xml +%%DATADIR%%/Aircraft/seahawk/Models/HelmetMk1a-ver6.rgb +%%DATADIR%%/Aircraft/seahawk/Models/SeaHawk-FGA6-WV859.ac +%%DATADIR%%/Aircraft/seahawk/Models/adf.ac +%%DATADIR%%/Aircraft/seahawk/Models/adf.xml +%%DATADIR%%/Aircraft/seahawk/Models/airbrake-warning.ac +%%DATADIR%%/Aircraft/seahawk/Models/airbrake-warning.xml +%%DATADIR%%/Aircraft/seahawk/Models/airbrake.xml +%%DATADIR%%/Aircraft/seahawk/Models/altimeter.ac +%%DATADIR%%/Aircraft/seahawk/Models/altimeter.xml +%%DATADIR%%/Aircraft/seahawk/Models/asi-deck.ac +%%DATADIR%%/Aircraft/seahawk/Models/asi-deck.xml +%%DATADIR%%/Aircraft/seahawk/Models/asi.ac +%%DATADIR%%/Aircraft/seahawk/Models/asi.xml +%%DATADIR%%/Aircraft/seahawk/Models/attitude-mod1.ac +%%DATADIR%%/Aircraft/seahawk/Models/attitude.xml +%%DATADIR%%/Aircraft/seahawk/Models/dme.ac +%%DATADIR%%/Aircraft/seahawk/Models/dme.xml +%%DATADIR%%/Aircraft/seahawk/Models/egt.ac +%%DATADIR%%/Aircraft/seahawk/Models/egt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/egt.xml +%%DATADIR%%/Aircraft/seahawk/Models/flap-emrgy-lowering.xml +%%DATADIR%%/Aircraft/seahawk/Models/flap.ac +%%DATADIR%%/Aircraft/seahawk/Models/flap.xml +%%DATADIR%%/Aircraft/seahawk/Models/flaps.ac +%%DATADIR%%/Aircraft/seahawk/Models/flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/flaps.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel-aft.ac +%%DATADIR%%/Aircraft/seahawk/Models/fuel-aft.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel-fwd.ac +%%DATADIR%%/Aircraft/seahawk/Models/fuel-fwd.xml +%%DATADIR%%/Aircraft/seahawk/Models/fuel.ac +%%DATADIR%%/Aircraft/seahawk/Models/gear.ac +%%DATADIR%%/Aircraft/seahawk/Models/gear.xml +%%DATADIR%%/Aircraft/seahawk/Models/ggs-mod1.ac +%%DATADIR%%/Aircraft/seahawk/Models/ggs.xml +%%DATADIR%%/Aircraft/seahawk/Models/handle-flap-emergy.ac +%%DATADIR%%/Aircraft/seahawk/Models/helmet-Mk1a.ac +%%DATADIR%%/Aircraft/seahawk/Models/hook-green.ac +%%DATADIR%%/Aircraft/seahawk/Models/hook-green.xml +%%DATADIR%%/Aircraft/seahawk/Models/hotspotgrid.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hsi.ac +%%DATADIR%%/Aircraft/seahawk/Models/hsi.xml +%%DATADIR%%/Aircraft/seahawk/Models/hunter-adf.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-airbrake.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-alt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-altpress.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-asi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-attitude-bezel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-attitude.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-dme.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-egt.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-emgy-flap.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-flap-emgy-lbl.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-fuel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-gear.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-gearwarn.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-ggs-02.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-ggs.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-large-bezel.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-mach.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-remote.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-remotearrow.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-rpm.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-trim.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-turn-face.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-turn.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter-vsi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/hunter__a.rgb +%%DATADIR%%/Aircraft/seahawk/Models/mach.ac +%%DATADIR%%/Aircraft/seahawk/Models/mach.xml +%%DATADIR%%/Aircraft/seahawk/Models/rpm.ac +%%DATADIR%%/Aircraft/seahawk/Models/rpm.rgb +%%DATADIR%%/Aircraft/seahawk/Models/rpm.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-3d-model.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-airbrake.ac +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-airbrakes.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-deck-asi.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-flap.ac +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-flaps.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-gear.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-hook-down.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-mach.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-panel-hotspots.xml +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-tx-00-1.rgb +%%DATADIR%%/Aircraft/seahawk/Models/seahawk-tx-01-1.rgb +%%DATADIR%%/Aircraft/seahawk/Models/sig.xml +%%DATADIR%%/Aircraft/seahawk/Models/signature.ac +%%DATADIR%%/Aircraft/seahawk/Models/signature.rgb +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.ac +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.rgb +%%DATADIR%%/Aircraft/seahawk/Models/switch-hook.xml +%%DATADIR%%/Aircraft/seahawk/Models/transparent-bg.rgb +%%DATADIR%%/Aircraft/seahawk/Models/trim.ac +%%DATADIR%%/Aircraft/seahawk/Models/trim.xml +%%DATADIR%%/Aircraft/seahawk/Models/turn.ac +%%DATADIR%%/Aircraft/seahawk/Models/turn.xml +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.ac +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.rgb +%%DATADIR%%/Aircraft/seahawk/Models/undercarriage-up-down.xml +%%DATADIR%%/Aircraft/seahawk/Models/vsi.ac +%%DATADIR%%/Aircraft/seahawk/Models/vsi.xml +%%DATADIR%%/Aircraft/seahawk/Models/warning.ac +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-mini-panel.xml +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-01.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-02.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-03.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-04.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-11.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-12.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-panel-bg.rgb +%%DATADIR%%/Aircraft/seahawk/Panel/seahawk-vfr-panel.xml +%%DATADIR%%/Aircraft/seahawk/SeaHawk-WV908.ac +%%DATADIR%%/Aircraft/seahawk/SeaHawk.3ds +%%DATADIR%%/Aircraft/seahawk/SeaHawk.ac +%%DATADIR%%/Aircraft/seahawk/SeaHawkpair.3ds +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/flaps.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/gear-lck.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/gear.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/jet.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/rumble.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/squeal.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/stall.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/whine.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/Samples/wind.wav +%%DATADIR%%/Aircraft/seahawk/Sounds/seahawk-sound.xml +%%DATADIR%%/Aircraft/seahawk/Systems/seahawk-autopilot.xml +%%DATADIR%%/Aircraft/seahawk/Systems/seahawk-electrical.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-3d-yasim.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-model.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-readme.txt +%%DATADIR%%/Aircraft/seahawk/seahawk-set.xml +%%DATADIR%%/Aircraft/seahawk/seahawk-yasim.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/Textures/glider-misc.rgb +%%DATADIR%%/Aircraft/sgs233/Instruments/netto-vario.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/vario.xml +%%DATADIR%%/Aircraft/sgs233/Instruments/yaw-string.xml +%%DATADIR%%/Aircraft/sgs233/Models/readme.txt +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_00.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_01.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_02.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_03.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_04.rgb +%%DATADIR%%/Aircraft/sgs233/Models/s2-33_05.rgb +%%DATADIR%%/Aircraft/sgs233/Models/sgs233.ac +%%DATADIR%%/Aircraft/sgs233/Panels/Textures/glider-panel.rgb +%%DATADIR%%/Aircraft/sgs233/Panels/glider-panel.xml +%%DATADIR%%/Aircraft/sgs233/glider-sound.xml +%%DATADIR%%/Aircraft/sgs233/null-electrical.xml +%%DATADIR%%/Aircraft/sgs233/sgs233-set.xml +%%DATADIR%%/Aircraft/sgs233/sgs233.xml +%%DATADIR%%/Aircraft/tu154/Models/3d-instruments.xml +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.ac +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.rgb +%%DATADIR%%/Aircraft/tu154/Models/alt-metric.xml +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.ac +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.rgb +%%DATADIR%%/Aircraft/tu154/Models/asi-metric.xml +%%DATADIR%%/Aircraft/tu154/Models/main-ai.ac +%%DATADIR%%/Aircraft/tu154/Models/main-ai.rgb +%%DATADIR%%/Aircraft/tu154/Models/main-ai.xml +%%DATADIR%%/Aircraft/tu154/Models/rud.ac +%%DATADIR%%/Aircraft/tu154/Models/rud1.xml +%%DATADIR%%/Aircraft/tu154/Models/rud2.xml +%%DATADIR%%/Aircraft/tu154/Models/rud3.xml +%%DATADIR%%/Aircraft/tu154/Models/tu154-cockpit.ac +%%DATADIR%%/Aircraft/tu154/Models/tu154B-1.rgb +%%DATADIR%%/Aircraft/tu154/Models/tu154B-2.rgb +%%DATADIR%%/Aircraft/tu154/Models/tu154B.ac +%%DATADIR%%/Aircraft/tu154/Models/tu154B.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/asi-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/attitude-indicator.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/auasp-back.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/bezel3.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/compass-ribbon.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/faces-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/faces-3.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/flaps.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/handles.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/hsi.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/mach-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/misc-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/misc1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/radios-1.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/switches.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/tach-2700-redline.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/tach-tu154.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures/warning-lamps.rgb +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/alt-switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/altimeter-tu154-feet.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/altimeter-tu154-metric.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/asi-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/attitude-indicator-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/auasp.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/autopilot.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/brakes.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/clock.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/controls.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/digi-clock.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/flap-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/gear-indicator.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/gear.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/horizon-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/horizon.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/hsi-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/light.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/mach-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/magneto-switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n0-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n1-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n1.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/n2-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/nav1.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/rpm-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/rud-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/switch.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/tach-tu154.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/turn.xml +%%DATADIR%%/Aircraft/tu154/Panels/Instruments/vertical.xml +%%DATADIR%%/Aircraft/tu154/Panels/panel-bg.rgb +%%DATADIR%%/Aircraft/tu154/Panels/tu154-panel.xml +%%DATADIR%%/Aircraft/tu154/Sounds/fan.wav +%%DATADIR%%/Aircraft/tu154/Sounds/flaps.wav +%%DATADIR%%/Aircraft/tu154/Sounds/gear-lck.wav +%%DATADIR%%/Aircraft/tu154/Sounds/gear.wav +%%DATADIR%%/Aircraft/tu154/Sounds/rumble.wav +%%DATADIR%%/Aircraft/tu154/Sounds/squeal.wav +%%DATADIR%%/Aircraft/tu154/Sounds/stall.wav +%%DATADIR%%/Aircraft/tu154/Sounds/whine.wav +%%DATADIR%%/Aircraft/tu154/Sounds/wind.wav +%%DATADIR%%/Aircraft/tu154/Systems/tu154-electrical.xml +%%DATADIR%%/Aircraft/tu154/changelog +%%DATADIR%%/Aircraft/tu154/readme +%%DATADIR%%/Aircraft/tu154/tu154-panel.xml +%%DATADIR%%/Aircraft/tu154/tu154-set.xml +%%DATADIR%%/Aircraft/tu154/tu154-sound.xml +%%DATADIR%%/Aircraft/tu154/tu154.xml +%%DATADIR%%/Aircraft/ufo/Models/ufo.ac +%%DATADIR%%/Aircraft/ufo/Models/ufo.xml +%%DATADIR%%/Aircraft/ufo/ufo-set.xml +%%DATADIR%%/Aircraft/ufo/ufo-sound.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-01.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-02.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-03.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-04.rgb +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.ac +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer/03Flyer-model.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc/wrightFlyer1903-sound.xml +%%DATADIR%%/Aircraft/wrightFlyer1903/wrightFlyer1903-set.xml +%%DATADIR%%/Airports/basic.dat.gz +%%DATADIR%%/Airports/metar.dat.gz +%%DATADIR%%/Airports/runways.dat.gz +%%DATADIR%%/Astro/planets.gz +%%DATADIR%%/Astro/stars.gz +%%DATADIR%%/COPYING +%%DATADIR%%/ChangeLog +%%DATADIR%%/Data/AI/FlightPlans/KSFO_ILS28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_bigsur28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_east_01R.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_01L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_goldengate28L.xml +%%DATADIR%%/Data/AI/FlightPlans/KSFO_modesto28R.xml +%%DATADIR%%/Data/AI/aircraft_demo.xml +%%DATADIR%%/Data/AI/ballistic_demo.xml +%%DATADIR%%/Data/AI/refueling_demo.xml +%%DATADIR%%/Data/AI/ship_demo.xml +%%DATADIR%%/Data/AI/thermal_demo.xml +%%DATADIR%%/Data/AI/thunderstorm_demo.xml +%%DATADIR%%/Data/SkyClouds/cloud1.cld +%%DATADIR%%/Data/SkyClouds/cloud10.cld +%%DATADIR%%/Data/SkyClouds/cloud11.cld +%%DATADIR%%/Data/SkyClouds/cloud12.cld +%%DATADIR%%/Data/SkyClouds/cloud2.cld +%%DATADIR%%/Data/SkyClouds/cloud3.cld +%%DATADIR%%/Data/SkyClouds/cloud4.cld +%%DATADIR%%/Data/SkyClouds/cloud5.cld +%%DATADIR%%/Data/SkyClouds/cloud6.cld +%%DATADIR%%/Data/SkyClouds/cloud7.cld +%%DATADIR%%/Data/SkyClouds/cloud8.cld +%%DATADIR%%/Data/SkyClouds/cloud9.cld +%%DATADIR%%/Data/SkyClouds/field37.cld +%%DATADIR%%/Data/SkyClouds/field56.cld +%%DATADIR%%/Data/SkyClouds/valley.cld +%%DATADIR%%/Docs-mini/AptNavFAQ.FlightGear.html +%%DATADIR%%/Docs-mini/FG-FAQ.v3 +%%DATADIR%%/Docs-mini/FlightGear-FAQ.html +%%DATADIR%%/Docs-mini/README.Cygwin +%%DATADIR%%/Docs-mini/README.IO +%%DATADIR%%/Docs-mini/README.IRIX +%%DATADIR%%/Docs-mini/README.IRIX.new +%%DATADIR%%/Docs-mini/README.JSBSim +%%DATADIR%%/Docs-mini/README.JSBsim +%%DATADIR%%/Docs-mini/README.Joystick +%%DATADIR%%/Docs-mini/README.Linux +%%DATADIR%%/Docs-mini/README.MSVC +%%DATADIR%%/Docs-mini/README.MacOS +%%DATADIR%%/Docs-mini/README.SimGear +%%DATADIR%%/Docs-mini/README.Unix +%%DATADIR%%/Docs-mini/README.Win32 +%%DATADIR%%/Docs-mini/README.Win32-X +%%DATADIR%%/Docs-mini/README.anoncvs +%%DATADIR%%/Docs-mini/README.autoconf +%%DATADIR%%/Docs-mini/README.commands +%%DATADIR%%/Docs-mini/README.conditions +%%DATADIR%%/Docs-mini/README.cygwin +%%DATADIR%%/Docs-mini/README.electrical +%%DATADIR%%/Docs-mini/README.extensions +%%DATADIR%%/Docs-mini/README.fgjs +%%DATADIR%%/Docs-mini/README.gui +%%DATADIR%%/Docs-mini/README.introduction +%%DATADIR%%/Docs-mini/README.jsclient +%%DATADIR%%/Docs-mini/README.logging +%%DATADIR%%/Docs-mini/README.msvc +%%DATADIR%%/Docs-mini/README.multiplayer +%%DATADIR%%/Docs-mini/README.plib +%%DATADIR%%/Docs-mini/README.properties +%%DATADIR%%/Docs-mini/README.protocol +%%DATADIR%%/Docs-mini/README.running +%%DATADIR%%/Docs-mini/README.sound +%%DATADIR%%/Docs-mini/README.src +%%DATADIR%%/Docs-mini/README.submodels +%%DATADIR%%/Docs-mini/README.uiuc +%%DATADIR%%/Docs-mini/README.xmlhud +%%DATADIR%%/Docs-mini/README.xmlpanel +%%DATADIR%%/Docs-mini/README.xmlsound +%%DATADIR%%/Docs-mini/README.xmlsyntax +%%DATADIR%%/Docs-mini/model-howto.html +%%DATADIR%%/Docs-mini/model.jpg +%%DATADIR%%/Docs-mini/properties.txt +%%DATADIR%%/Docs/AI_doc.html +%%DATADIR%%/Docs/FGShortRef.css +%%DATADIR%%/Docs/FGShortRef.html +%%DATADIR%%/Docs/FGShortRef.pdf +%%DATADIR%%/Docs/FlightGear-FAQ.html +%%DATADIR%%/Docs/InstallGuide/html/cmsy10-29.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart.css +%%DATADIR%%/Docs/InstallGuide/html/getstart.html +%%DATADIR%%/Docs/InstallGuide/html/getstart0x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart10x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart11x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart12x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart13x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart14x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart15x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart16x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart17x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart18x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart19x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart1x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart2x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart3x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart4x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart5x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart6x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart7x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart8x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstart9x.gif +%%DATADIR%%/Docs/InstallGuide/html/getstartap1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartap2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartap3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch4.html +%%DATADIR%%/Docs/InstallGuide/html/getstartch5.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartli3.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa1.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa2.html +%%DATADIR%%/Docs/InstallGuide/html/getstartpa3.html +%%DATADIR%%/Docs/README +%%DATADIR%%/Docs/README.IO +%%DATADIR%%/Docs/README.JSBsim +%%DATADIR%%/Docs/README.Joystick +%%DATADIR%%/Docs/README.Joystick.html +%%DATADIR%%/Docs/README.commands +%%DATADIR%%/Docs/README.conditions +%%DATADIR%%/Docs/README.electrical +%%DATADIR%%/Docs/README.fgjs +%%DATADIR%%/Docs/README.gui +%%DATADIR%%/Docs/README.introduction +%%DATADIR%%/Docs/README.jsclient +%%DATADIR%%/Docs/README.layout +%%DATADIR%%/Docs/README.logging +%%DATADIR%%/Docs/README.minipanel +%%DATADIR%%/Docs/README.multiplayer +%%DATADIR%%/Docs/README.properties +%%DATADIR%%/Docs/README.protocol +%%DATADIR%%/Docs/README.sound +%%DATADIR%%/Docs/README.submodels +%%DATADIR%%/Docs/README.xmlhud +%%DATADIR%%/Docs/README.xmlpanel +%%DATADIR%%/Docs/README.xmlpanel.html +%%DATADIR%%/Docs/README.xmlsound +%%DATADIR%%/Docs/README.xmlsyntax +%%DATADIR%%/Docs/README.yasim +%%DATADIR%%/Docs/Serial/nmeafaq.txt +%%DATADIR%%/Docs/fschool_0.0.3.pdf +%%DATADIR%%/Docs/getstart.pdf +%%DATADIR%%/Docs/index.html +%%DATADIR%%/Docs/keyboard/VERSION +%%DATADIR%%/Docs/keyboard/map.pdf +%%DATADIR%%/Docs/model-howto.html +%%DATADIR%%/Fonts/Helvetica.txf +%%DATADIR%%/Fonts/README +%%DATADIR%%/Fonts/charter.txf +%%DATADIR%%/Fonts/courier-bold.txf +%%DATADIR%%/Fonts/courier_medium.txf +%%DATADIR%%/Fonts/curlfont.txf +%%DATADIR%%/Fonts/default.txf +%%DATADIR%%/Fonts/haeberli.txf +%%DATADIR%%/Fonts/helvetica_bold.txf +%%DATADIR%%/Fonts/helvetica_medium.txf +%%DATADIR%%/Fonts/led.txf +%%DATADIR%%/Fonts/lucida.txf +%%DATADIR%%/Fonts/lucidabright_bold.txf +%%DATADIR%%/Fonts/schoolbook_bold.txf +%%DATADIR%%/Fonts/schoolbook_medium.txf +%%DATADIR%%/Fonts/sorority.txf +%%DATADIR%%/Fonts/symbol.txf +%%DATADIR%%/Fonts/times_bold.txf +%%DATADIR%%/Fonts/times_medium.txf +%%DATADIR%%/Fonts/typewriter.txf +%%DATADIR%%/Huds/Custom/default.xml +%%DATADIR%%/Huds/Default/default.xml +%%DATADIR%%/Huds/Engineering/default.xml +%%DATADIR%%/Huds/Instruments/Custom/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Custom/hudcard.xml +%%DATADIR%%/Huds/Instruments/Custom/hudladder.xml +%%DATADIR%%/Huds/Instruments/Custom/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Default/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Default/gload.xml +%%DATADIR%%/Huds/Instruments/Default/hudcard.xml +%%DATADIR%%/Huds/Instruments/Default/hudladder.xml +%%DATADIR%%/Huds/Instruments/Default/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Engineering/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Engineering/hudcard.xml +%%DATADIR%%/Huds/Instruments/Engineering/hudladder.xml +%%DATADIR%%/Huds/Instruments/Engineering/instrlabel.xml +%%DATADIR%%/Huds/Instruments/Minimal/fgtbi.xml +%%DATADIR%%/Huds/Instruments/Minimal/gload.xml +%%DATADIR%%/Huds/Instruments/Minimal/hudcard.xml +%%DATADIR%%/Huds/Instruments/Minimal/hudladder.xml +%%DATADIR%%/Huds/Instruments/Minimal/instrlabel.xml +%%DATADIR%%/Huds/Minimal/default.xml +%%DATADIR%%/Input/Joysticks/CH/pro-pedals-usb.xml +%%DATADIR%%/Input/Joysticks/CH/pro-yoke-usb.xml +%%DATADIR%%/Input/Joysticks/Default/four-axis-joystick.xml +%%DATADIR%%/Input/Joysticks/Default/joystick.xml +%%DATADIR%%/Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml +%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-pro.xml +%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-win.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-force-3d.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-force.xml +%%DATADIR%%/Input/Joysticks/Logitech/wingman-rumblepad-usb.xml +%%DATADIR%%/Input/Joysticks/Macally/istick-usb.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-3d-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-precision-pro.xml +%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Evo.xml +%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml +%%DATADIR%%/Input/Joysticks/Saitek/X45.xml +%%DATADIR%%/Input/Joysticks/Saitek/X8-30.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Attack-Throttle.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/FCS.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Afterburner.xml +%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Fox2-Pro-USB.xml +%%DATADIR%%/Lighting/ambient +%%DATADIR%%/Lighting/diffuse +%%DATADIR%%/Lighting/sky +%%DATADIR%%/Lighting/specular +%%DATADIR%%/Models/3ds/Bridge3.3ds +%%DATADIR%%/Models/3ds/Bridgea.3ds +%%DATADIR%%/Models/3ds/Bridgeb.3ds +%%DATADIR%%/Models/3ds/Building.3ds +%%DATADIR%%/Models/3ds/Bunk.3ds +%%DATADIR%%/Models/3ds/Com.3ds +%%DATADIR%%/Models/3ds/Hang.3ds +%%DATADIR%%/Models/3ds/Hanger1.3ds +%%DATADIR%%/Models/3ds/Ob.3ds +%%DATADIR%%/Models/3ds/Osever2.3ds +%%DATADIR%%/Models/3ds/Patssm.3ds +%%DATADIR%%/Models/3ds/Radar1.3ds +%%DATADIR%%/Models/3ds/Stick1.3ds +%%DATADIR%%/Models/3ds/Twin.3ds +%%DATADIR%%/Models/3ds/kingair.3ds +%%DATADIR%%/Models/Airport/README +%%DATADIR%%/Models/Airport/beacon.ac +%%DATADIR%%/Models/Airport/beacon.xml +%%DATADIR%%/Models/Airport/big-hangar.ac +%%DATADIR%%/Models/Airport/chessboard.rgb +%%DATADIR%%/Models/Airport/grid.rgb +%%DATADIR%%/Models/Airport/hangar.ac +%%DATADIR%%/Models/Airport/hangar.rgb +%%DATADIR%%/Models/Airport/hangar2.ac +%%DATADIR%%/Models/Airport/hangar2.rgb +%%DATADIR%%/Models/Airport/ils.ac +%%DATADIR%%/Models/Airport/ils.xml +%%DATADIR%%/Models/Airport/rad-struct-1.rgb +%%DATADIR%%/Models/Airport/radar.ac +%%DATADIR%%/Models/Airport/radar.rgb +%%DATADIR%%/Models/Airport/radar.xml +%%DATADIR%%/Models/Airport/rot-bcn-1.rgb +%%DATADIR%%/Models/Airport/rot-bcn-2.rgb +%%DATADIR%%/Models/Airport/shelter.ac +%%DATADIR%%/Models/Airport/tacan.ac +%%DATADIR%%/Models/Airport/tacan.xml +%%DATADIR%%/Models/Airport/tower.ac +%%DATADIR%%/Models/Airport/tower.xml +%%DATADIR%%/Models/Airport/windsock.ac +%%DATADIR%%/Models/Airport/windsock.rgb +%%DATADIR%%/Models/Airport/windsock.xml +%%DATADIR%%/Models/Airport/windsock_lit.ac +%%DATADIR%%/Models/Airport/windsock_lit.xml +%%DATADIR%%/Models/Bridges/arch-bridge-span.ac +%%DATADIR%%/Models/Bridges/arch-bridge-span.xml +%%DATADIR%%/Models/Buildings/bank-building.ac +%%DATADIR%%/Models/Buildings/bank-building.rgb +%%DATADIR%%/Models/Buildings/big-apartment.ac +%%DATADIR%%/Models/Buildings/big-apartment.rgb +%%DATADIR%%/Models/Buildings/big-apartment.xml +%%DATADIR%%/Models/Buildings/big-church.ac +%%DATADIR%%/Models/Buildings/big-church.rgb +%%DATADIR%%/Models/Buildings/black-roof-tiles.rgb +%%DATADIR%%/Models/Buildings/brick-school.ac +%%DATADIR%%/Models/Buildings/brick-school.rgb +%%DATADIR%%/Models/Buildings/container.rgb +%%DATADIR%%/Models/Buildings/cow-stable.ac +%%DATADIR%%/Models/Buildings/cube-21.rgb +%%DATADIR%%/Models/Buildings/cube-22.rgb +%%DATADIR%%/Models/Buildings/cube-23.rgb +%%DATADIR%%/Models/Buildings/cube-apartment.ac +%%DATADIR%%/Models/Buildings/factory.ac +%%DATADIR%%/Models/Buildings/factory.rgb +%%DATADIR%%/Models/Buildings/farmhouse1.ac +%%DATADIR%%/Models/Buildings/farmhouse2.ac +%%DATADIR%%/Models/Buildings/farmhouse3.ac +%%DATADIR%%/Models/Buildings/horse-stable.ac +%%DATADIR%%/Models/Buildings/hosshop.ac +%%DATADIR%%/Models/Buildings/hosshop.rgb +%%DATADIR%%/Models/Buildings/house1.rgb +%%DATADIR%%/Models/Buildings/house2.rgb +%%DATADIR%%/Models/Buildings/house3.rgb +%%DATADIR%%/Models/Buildings/medium-apartment-front.rgb +%%DATADIR%%/Models/Buildings/medium-apartment-side.rgb +%%DATADIR%%/Models/Buildings/medium-apartment.ac +%%DATADIR%%/Models/Buildings/medium-glass-office-building.ac +%%DATADIR%%/Models/Buildings/medium-glass-office-building.rgb +%%DATADIR%%/Models/Buildings/oil-tanks.ac +%%DATADIR%%/Models/Buildings/oil-tanks.rgb +%%DATADIR%%/Models/Buildings/red-barn.ac +%%DATADIR%%/Models/Buildings/red-barn.rgb +%%DATADIR%%/Models/Buildings/red-roof-tiles.rgb +%%DATADIR%%/Models/Buildings/renovated-apartment.ac +%%DATADIR%%/Models/Buildings/renovated-apartment.rgb +%%DATADIR%%/Models/Buildings/roof-windows.rgb +%%DATADIR%%/Models/Buildings/shop.ac +%%DATADIR%%/Models/Buildings/shop.rgb +%%DATADIR%%/Models/Buildings/silo.ac +%%DATADIR%%/Models/Buildings/silo.rgb +%%DATADIR%%/Models/Buildings/small-glass-office-building.ac +%%DATADIR%%/Models/Buildings/small-glass-office-building.rgb +%%DATADIR%%/Models/Buildings/small-modern-office.ac +%%DATADIR%%/Models/Buildings/small-modern-office.rgb +%%DATADIR%%/Models/Buildings/small-office.ac +%%DATADIR%%/Models/Buildings/small-office.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-1.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-2.rgb +%%DATADIR%%/Models/Buildings/tower-hexa-3.rgb +%%DATADIR%%/Models/Buildings/tower-hexa.ac +%%DATADIR%%/Models/Buildings/water-tower.ac +%%DATADIR%%/Models/Buildings/water-tower.rgb +%%DATADIR%%/Models/Buildings/weapshop.ac +%%DATADIR%%/Models/Buildings/weapshop.rgb +%%DATADIR%%/Models/Fauna/cow.ac +%%DATADIR%%/Models/Fauna/cow.rgb +%%DATADIR%%/Models/Geometry/Aim91x.ac +%%DATADIR%%/Models/Geometry/Sunit1x.ac +%%DATADIR%%/Models/Geometry/Tower1x.ac +%%DATADIR%%/Models/Geometry/Towerax.ac +%%DATADIR%%/Models/Geometry/container.rgb +%%DATADIR%%/Models/Geometry/container_carrier.ac +%%DATADIR%%/Models/Geometry/crashtender.ac +%%DATADIR%%/Models/Geometry/flare.ac +%%DATADIR%%/Models/Geometry/flare.rgb +%%DATADIR%%/Models/Geometry/flare.xml +%%DATADIR%%/Models/Geometry/freighter.ac +%%DATADIR%%/Models/Geometry/glider.ac +%%DATADIR%%/Models/Geometry/puff.ac +%%DATADIR%%/Models/Geometry/puff.rgb +%%DATADIR%%/Models/Geometry/puff.xml +%%DATADIR%%/Models/Geometry/rocket.ac +%%DATADIR%%/Models/Geometry/sailboat.ac +%%DATADIR%%/Models/Geometry/sailboat.xml +%%DATADIR%%/Models/Geometry/saratoga.ac +%%DATADIR%%/Models/Geometry/saratoga.rgb +%%DATADIR%%/Models/Geometry/thunderstorm.ac +%%DATADIR%%/Models/Geometry/thunderstorm.rgb +%%DATADIR%%/Models/Geometry/thunderstorm.xml +%%DATADIR%%/Models/Geometry/tracer.ac +%%DATADIR%%/Models/Geometry/tracer.rgb +%%DATADIR%%/Models/Geometry/tuxcopter.ac +%%DATADIR%%/Models/Structures/observatory.ac +%%DATADIR%%/Models/Structures/observatory.rgb +%%DATADIR%%/Models/Structures/rad-light.rgb +%%DATADIR%%/Models/Structures/rad-struct-1.rgb +%%DATADIR%%/Models/Structures/rad-struct-2.rgb +%%DATADIR%%/Models/Structures/radio-medium.ac +%%DATADIR%%/Models/Structures/radio-medium.xml +%%DATADIR%%/Models/Structures/radio-tall.ac +%%DATADIR%%/Models/Structures/radio-tall.xml +%%DATADIR%%/Models/Structures/vordme.ac +%%DATADIR%%/Models/Structures/vordme.xml +%%DATADIR%%/Models/Trees/billboard-tree.ac +%%DATADIR%%/Models/Trees/billboard-tree.xml +%%DATADIR%%/Models/Trees/coniferous-tree.ac +%%DATADIR%%/Models/Trees/coniferous-tree.rgb +%%DATADIR%%/Models/Trees/coniferous-tree2.ac +%%DATADIR%%/Models/Trees/coniferous-tree2.rgb +%%DATADIR%%/Models/Trees/coniferous-tree3.ac +%%DATADIR%%/Models/Trees/deciduous-tree.ac +%%DATADIR%%/Models/Trees/deciduous-tree.rgb +%%DATADIR%%/Models/Trees/deciduous-tree2.ac +%%DATADIR%%/Models/Trees/deciduous-tree2.rgb +%%DATADIR%%/Models/Trees/deciduous-tree3.ac +%%DATADIR%%/NEWS +%%DATADIR%%/Nasal/autopilot.nas +%%DATADIR%%/Nasal/controls.nas +%%DATADIR%%/Nasal/fuel.nas +%%DATADIR%%/Nasal/globals.nas +%%DATADIR%%/Nasal/gui.nas +%%DATADIR%%/Nasal/kap140.nas +%%DATADIR%%/Nasal/props.nas +%%DATADIR%%/Nasal/view.nas +%%DATADIR%%/Navaids/ReadMe.FG226.txt +%%DATADIR%%/Navaids/awy.dat.gz +%%DATADIR%%/Navaids/fix.dat.gz +%%DATADIR%%/Navaids/nav.dat.gz +%%DATADIR%%/Navaids/range.high +%%DATADIR%%/Navaids/range.low +%%DATADIR%%/Navaids/range.term +%%DATADIR%%/Protocol/README.Protocol +%%DATADIR%%/Protocol/f1serial.xml +%%DATADIR%%/README +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-mar-plz-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-mont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-mkt-st-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-mkt-st-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-mkt-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-01.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-static.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-01.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-static.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942049.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942050.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942058.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942066.stg +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-maint-1-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-terminal-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-mixedforest.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-side.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-susp.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bbe-side-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-top.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-wall.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-top-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-top-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-tex-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-road-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-susp.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ksfo-international-terminal.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/light-pat-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mc-kesson-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/red-light.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/road-3-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-3.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-4.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-light.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-1.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-2.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/terminal.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.ac +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.rgb +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.xml +%%DATADIR%%/Scenery/Objects/w130n30/w123n37/yellow-light.rgb +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/1Q4.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/23Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/2CL1.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA8.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/8Q1.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/C83.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA33.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA34.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA48.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA54.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA67.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA70.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL05.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL52.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL64.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL86.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KLVK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KNRC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KRHV.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSCK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSJC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KTCY.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/O29.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/Q99.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/02Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/0Q2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/15CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/16CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/17CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/1CL3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/44Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/45Q.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/4Q2.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/55CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/59CA.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/5CA3.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/6Q6.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.stg +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA14.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA26.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA27.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA30.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA63.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL41.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL77.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCCR.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCSY.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHAF.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHWD.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KJMC.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KNUQ.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KOAK.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KPAO.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSFO.btg.gz +%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSQL.btg.gz +%%DATADIR%%/Sounds/coughing.wav +%%DATADIR%%/Sounds/cranking.wav +%%DATADIR%%/Sounds/crash.wav +%%DATADIR%%/Sounds/door_close.wav +%%DATADIR%%/Sounds/engstart.wav +%%DATADIR%%/Sounds/exhaust_loop.wav +%%DATADIR%%/Sounds/exhaust_shutdown.wav +%%DATADIR%%/Sounds/exhaust_start.wav +%%DATADIR%%/Sounds/fan.wav +%%DATADIR%%/Sounds/flaps.wav +%%DATADIR%%/Sounds/gear-hrn.wav +%%DATADIR%%/Sounds/gear-lck.wav +%%DATADIR%%/Sounds/gear.wav +%%DATADIR%%/Sounds/helicopter-skid.wav +%%DATADIR%%/Sounds/helicopter.wav +%%DATADIR%%/Sounds/intro.mp3 +%%DATADIR%%/Sounds/jet.wav +%%DATADIR%%/Sounds/overspeed.wav +%%DATADIR%%/Sounds/rotor.wav +%%DATADIR%%/Sounds/rumble.wav +%%DATADIR%%/Sounds/squeal.wav +%%DATADIR%%/Sounds/stall.wav +%%DATADIR%%/Sounds/thunder.wav +%%DATADIR%%/Sounds/turbine_loop.wav +%%DATADIR%%/Sounds/turbine_shutdown.wav +%%DATADIR%%/Sounds/turbine_start.wav +%%DATADIR%%/Sounds/turboprop1.wav +%%DATADIR%%/Sounds/wasp.wav +%%DATADIR%%/Sounds/whine.wav +%%DATADIR%%/Sounds/wind.wav +%%DATADIR%%/Textures.high/Runway/pa_0r.rgb +%%DATADIR%%/Textures.high/Runway/pa_11.rgb +%%DATADIR%%/Textures.high/Runway/pa_1c.rgb +%%DATADIR%%/Textures.high/Runway/pa_1l.rgb +%%DATADIR%%/Textures.high/Runway/pa_1r.rgb +%%DATADIR%%/Textures.high/Runway/pa_2c.rgb +%%DATADIR%%/Textures.high/Runway/pa_2l.rgb +%%DATADIR%%/Textures.high/Runway/pa_2r.rgb +%%DATADIR%%/Textures.high/Runway/pa_3c.rgb +%%DATADIR%%/Textures.high/Runway/pa_3l.rgb +%%DATADIR%%/Textures.high/Runway/pa_3r.rgb +%%DATADIR%%/Textures.high/Runway/pa_4c.rgb +%%DATADIR%%/Textures.high/Runway/pa_4r.rgb +%%DATADIR%%/Textures.high/Runway/pa_5c.rgb +%%DATADIR%%/Textures.high/Runway/pa_5r.rgb +%%DATADIR%%/Textures.high/Runway/pa_6c.rgb +%%DATADIR%%/Textures.high/Runway/pa_6r.rgb +%%DATADIR%%/Textures.high/Runway/pa_7c.rgb +%%DATADIR%%/Textures.high/Runway/pa_7r.rgb +%%DATADIR%%/Textures.high/Runway/pa_8c.rgb +%%DATADIR%%/Textures.high/Runway/pa_8r.rgb +%%DATADIR%%/Textures.high/Runway/pa_9c.rgb +%%DATADIR%%/Textures.high/Runway/pa_9r.rgb +%%DATADIR%%/Textures.high/Runway/pa_C.rgb +%%DATADIR%%/Textures.high/Runway/pa_L.rgb +%%DATADIR%%/Textures.high/Runway/pa_R.rgb +%%DATADIR%%/Textures.high/Runway/pa_aim.rgb +%%DATADIR%%/Textures.high/Runway/pa_centerline.rgb +%%DATADIR%%/Textures.high/Runway/pa_dspl_arrows.rgb +%%DATADIR%%/Textures.high/Runway/pa_dspl_thresh.rgb +%%DATADIR%%/Textures.high/Runway/pa_rest.rgb +%%DATADIR%%/Textures.high/Runway/pa_taxiway.rgb +%%DATADIR%%/Textures.high/Runway/pa_threshold.rgb +%%DATADIR%%/Textures.high/Runway/pa_tiedown.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_one_a.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_one_b.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_three.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_two_a.rgb +%%DATADIR%%/Textures.high/Runway/pa_tz_two_b.rgb +%%DATADIR%%/Textures.high/Runway/pc_0r.rgb +%%DATADIR%%/Textures.high/Runway/pc_11.rgb +%%DATADIR%%/Textures.high/Runway/pc_1c.rgb +%%DATADIR%%/Textures.high/Runway/pc_1l.rgb +%%DATADIR%%/Textures.high/Runway/pc_1r.rgb +%%DATADIR%%/Textures.high/Runway/pc_2c.rgb +%%DATADIR%%/Textures.high/Runway/pc_2l.rgb +%%DATADIR%%/Textures.high/Runway/pc_2r.rgb +%%DATADIR%%/Textures.high/Runway/pc_3c.rgb +%%DATADIR%%/Textures.high/Runway/pc_3l.rgb +%%DATADIR%%/Textures.high/Runway/pc_3r.rgb +%%DATADIR%%/Textures.high/Runway/pc_4c.rgb +%%DATADIR%%/Textures.high/Runway/pc_4r.rgb +%%DATADIR%%/Textures.high/Runway/pc_5c.rgb +%%DATADIR%%/Textures.high/Runway/pc_5r.rgb +%%DATADIR%%/Textures.high/Runway/pc_6c.rgb +%%DATADIR%%/Textures.high/Runway/pc_6r.rgb +%%DATADIR%%/Textures.high/Runway/pc_7c.rgb +%%DATADIR%%/Textures.high/Runway/pc_7r.rgb +%%DATADIR%%/Textures.high/Runway/pc_8c.rgb +%%DATADIR%%/Textures.high/Runway/pc_8r.rgb +%%DATADIR%%/Textures.high/Runway/pc_9c.rgb +%%DATADIR%%/Textures.high/Runway/pc_9r.rgb +%%DATADIR%%/Textures.high/Runway/pc_C.rgb +%%DATADIR%%/Textures.high/Runway/pc_L.rgb +%%DATADIR%%/Textures.high/Runway/pc_R.rgb +%%DATADIR%%/Textures.high/Runway/pc_aim.rgb +%%DATADIR%%/Textures.high/Runway/pc_centerline.rgb +%%DATADIR%%/Textures.high/Runway/pc_dspl_arrows.rgb +%%DATADIR%%/Textures.high/Runway/pc_dspl_thresh.rgb +%%DATADIR%%/Textures.high/Runway/pc_rest.rgb +%%DATADIR%%/Textures.high/Runway/pc_taxiway.rgb +%%DATADIR%%/Textures.high/Runway/pc_threshold.rgb +%%DATADIR%%/Textures.high/Runway/pc_tiedown.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_one_a.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_one_b.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_three.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_two_a.rgb +%%DATADIR%%/Textures.high/Runway/pc_tz_two_b.rgb +%%DATADIR%%/Textures.high/Terrain/18th_century_city.rgb +%%DATADIR%%/Textures.high/Terrain/builtup.rgb +%%DATADIR%%/Textures.high/Terrain/drycrop.rgb +%%DATADIR%%/Textures.high/Terrain/irrcrop.rgb +%%DATADIR%%/Textures.high/Terrain/mixedcrop.rgb +%%DATADIR%%/Textures.high/Terrain/resgrid.rgb +%%DATADIR%%/Textures/Credits +%%DATADIR%%/Textures/Runway/dirt_rwy.rgb +%%DATADIR%%/Textures/Runway/grass_rwy.rgb +%%DATADIR%%/Textures/Runway/lakebed_taxiway.rgb +%%DATADIR%%/Textures/Runway/pa_0r.rgb +%%DATADIR%%/Textures/Runway/pa_11.rgb +%%DATADIR%%/Textures/Runway/pa_1c.rgb +%%DATADIR%%/Textures/Runway/pa_1l.rgb +%%DATADIR%%/Textures/Runway/pa_1r.rgb +%%DATADIR%%/Textures/Runway/pa_2c.rgb +%%DATADIR%%/Textures/Runway/pa_2l.rgb +%%DATADIR%%/Textures/Runway/pa_2r.rgb +%%DATADIR%%/Textures/Runway/pa_3c.rgb +%%DATADIR%%/Textures/Runway/pa_3l.rgb +%%DATADIR%%/Textures/Runway/pa_3r.rgb +%%DATADIR%%/Textures/Runway/pa_4c.rgb +%%DATADIR%%/Textures/Runway/pa_4r.rgb +%%DATADIR%%/Textures/Runway/pa_5c.rgb +%%DATADIR%%/Textures/Runway/pa_5r.rgb +%%DATADIR%%/Textures/Runway/pa_6c.rgb +%%DATADIR%%/Textures/Runway/pa_6r.rgb +%%DATADIR%%/Textures/Runway/pa_7c.rgb +%%DATADIR%%/Textures/Runway/pa_7r.rgb +%%DATADIR%%/Textures/Runway/pa_8c.rgb +%%DATADIR%%/Textures/Runway/pa_8r.rgb +%%DATADIR%%/Textures/Runway/pa_9c.rgb +%%DATADIR%%/Textures/Runway/pa_9r.rgb +%%DATADIR%%/Textures/Runway/pa_C.rgb +%%DATADIR%%/Textures/Runway/pa_L.rgb +%%DATADIR%%/Textures/Runway/pa_R.rgb +%%DATADIR%%/Textures/Runway/pa_aim.rgb +%%DATADIR%%/Textures/Runway/pa_centerline.rgb +%%DATADIR%%/Textures/Runway/pa_dspl_arrows.rgb +%%DATADIR%%/Textures/Runway/pa_dspl_thresh.rgb +%%DATADIR%%/Textures/Runway/pa_rest.rgb +%%DATADIR%%/Textures/Runway/pa_taxiway.rgb +%%DATADIR%%/Textures/Runway/pa_threshold.rgb +%%DATADIR%%/Textures/Runway/pa_tiedown.rgb +%%DATADIR%%/Textures/Runway/pa_tz_one_a.rgb +%%DATADIR%%/Textures/Runway/pa_tz_one_b.rgb +%%DATADIR%%/Textures/Runway/pa_tz_three.rgb +%%DATADIR%%/Textures/Runway/pa_tz_two_a.rgb +%%DATADIR%%/Textures/Runway/pa_tz_two_b.rgb +%%DATADIR%%/Textures/Runway/pc_0r.rgb +%%DATADIR%%/Textures/Runway/pc_11.rgb +%%DATADIR%%/Textures/Runway/pc_1c.rgb +%%DATADIR%%/Textures/Runway/pc_1l.rgb +%%DATADIR%%/Textures/Runway/pc_1r.rgb +%%DATADIR%%/Textures/Runway/pc_2c.rgb +%%DATADIR%%/Textures/Runway/pc_2l.rgb +%%DATADIR%%/Textures/Runway/pc_2r.rgb +%%DATADIR%%/Textures/Runway/pc_3c.rgb +%%DATADIR%%/Textures/Runway/pc_3l.rgb +%%DATADIR%%/Textures/Runway/pc_3r.rgb +%%DATADIR%%/Textures/Runway/pc_4c.rgb +%%DATADIR%%/Textures/Runway/pc_4r.rgb +%%DATADIR%%/Textures/Runway/pc_5c.rgb +%%DATADIR%%/Textures/Runway/pc_5r.rgb +%%DATADIR%%/Textures/Runway/pc_6c.rgb +%%DATADIR%%/Textures/Runway/pc_6r.rgb +%%DATADIR%%/Textures/Runway/pc_7c.rgb +%%DATADIR%%/Textures/Runway/pc_7r.rgb +%%DATADIR%%/Textures/Runway/pc_8c.rgb +%%DATADIR%%/Textures/Runway/pc_8r.rgb +%%DATADIR%%/Textures/Runway/pc_9c.rgb +%%DATADIR%%/Textures/Runway/pc_9r.rgb +%%DATADIR%%/Textures/Runway/pc_C.rgb +%%DATADIR%%/Textures/Runway/pc_L.rgb +%%DATADIR%%/Textures/Runway/pc_R.rgb +%%DATADIR%%/Textures/Runway/pc_aim.rgb +%%DATADIR%%/Textures/Runway/pc_centerline.rgb +%%DATADIR%%/Textures/Runway/pc_dspl_arrows.rgb +%%DATADIR%%/Textures/Runway/pc_dspl_thresh.rgb +%%DATADIR%%/Textures/Runway/pc_rest.rgb +%%DATADIR%%/Textures/Runway/pc_taxiway.rgb +%%DATADIR%%/Textures/Runway/pc_threshold.rgb +%%DATADIR%%/Textures/Runway/pc_tiedown.rgb +%%DATADIR%%/Textures/Runway/pc_tz_one_a.rgb +%%DATADIR%%/Textures/Runway/pc_tz_one_b.rgb +%%DATADIR%%/Textures/Runway/pc_tz_three.rgb +%%DATADIR%%/Textures/Runway/pc_tz_two_a.rgb +%%DATADIR%%/Textures/Runway/pc_tz_two_b.rgb +%%DATADIR%%/Textures/Sky/broken.rgba +%%DATADIR%%/Textures/Sky/broken_n.rgb +%%DATADIR%%/Textures/Sky/cirrus.rgba +%%DATADIR%%/Textures/Sky/cirrus_n.rgb +%%DATADIR%%/Textures/Sky/cloud.rgba +%%DATADIR%%/Textures/Sky/few.rgba +%%DATADIR%%/Textures/Sky/few_n.rgb +%%DATADIR%%/Textures/Sky/halo.rgba +%%DATADIR%%/Textures/Sky/halo.rgba.old +%%DATADIR%%/Textures/Sky/moon.rgba +%%DATADIR%%/Textures/Sky/mostlysunny.rgba.save +%%DATADIR%%/Textures/Sky/overcast.rgb +%%DATADIR%%/Textures/Sky/overcast_n.rgb +%%DATADIR%%/Textures/Sky/overcast_top.rgb +%%DATADIR%%/Textures/Sky/overcast_top_n.rgb +%%DATADIR%%/Textures/Sky/scattered.rgba +%%DATADIR%%/Textures/Sky/scattered_n.rgb +%%DATADIR%%/Textures/Splash1.rgb +%%DATADIR%%/Textures/Splash2.rgb +%%DATADIR%%/Textures/Splash3.rgb +%%DATADIR%%/Textures/Splash4.rgb +%%DATADIR%%/Textures/Splash5.rgb +%%DATADIR%%/Textures/Terrain/Town.rgb +%%DATADIR%%/Textures/Terrain/airport.rgb +%%DATADIR%%/Textures/Terrain/asphault.rgb +%%DATADIR%%/Textures/Terrain/builtup.rgb +%%DATADIR%%/Textures/Terrain/cropgrass.rgb +%%DATADIR%%/Textures/Terrain/cropwood.rgb +%%DATADIR%%/Textures/Terrain/dec_evergreen.rgb +%%DATADIR%%/Textures/Terrain/deciduous.rgb +%%DATADIR%%/Textures/Terrain/desert.rgb +%%DATADIR%%/Textures/Terrain/desert1.rgb +%%DATADIR%%/Textures/Terrain/drycrop.rgb +%%DATADIR%%/Textures/Terrain/evergreen.rgb +%%DATADIR%%/Textures/Terrain/forest1.rgb +%%DATADIR%%/Textures/Terrain/glacier.rgb +%%DATADIR%%/Textures/Terrain/grass.rgb +%%DATADIR%%/Textures/Terrain/gravel.rgb +%%DATADIR%%/Textures/Terrain/irrcrop.rgb +%%DATADIR%%/Textures/Terrain/marsh1.rgb +%%DATADIR%%/Textures/Terrain/mixedcrop.rgb +%%DATADIR%%/Textures/Terrain/mixedforest.rgb +%%DATADIR%%/Textures/Terrain/packice.rgb +%%DATADIR%%/Textures/Terrain/rock.rgb +%%DATADIR%%/Textures/Terrain/rocks-desert.rgb +%%DATADIR%%/Textures/Terrain/sand.rgb +%%DATADIR%%/Textures/Terrain/savanna.rgb +%%DATADIR%%/Textures/Terrain/shrub.rgb +%%DATADIR%%/Textures/Terrain/snow.rgb +%%DATADIR%%/Textures/Terrain/tidal.rgb +%%DATADIR%%/Textures/Terrain/tundra.rgb +%%DATADIR%%/Textures/Terrain/unknown.rgb +%%DATADIR%%/Textures/Terrain/wash.rgb +%%DATADIR%%/Textures/Terrain/water-lake.rgb +%%DATADIR%%/Textures/Terrain/water.rgb +%%DATADIR%%/Textures/splash.rgb +%%DATADIR%%/Thanks +%%DATADIR%%/Timezone/Africa/Abidjan +%%DATADIR%%/Timezone/Africa/Accra +%%DATADIR%%/Timezone/Africa/Addis_Ababa +%%DATADIR%%/Timezone/Africa/Algiers +%%DATADIR%%/Timezone/Africa/Asmera +%%DATADIR%%/Timezone/Africa/Bamako +%%DATADIR%%/Timezone/Africa/Bangui +%%DATADIR%%/Timezone/Africa/Banjul +%%DATADIR%%/Timezone/Africa/Bissau +%%DATADIR%%/Timezone/Africa/Blantyre +%%DATADIR%%/Timezone/Africa/Brazzaville +%%DATADIR%%/Timezone/Africa/Bujumbura +%%DATADIR%%/Timezone/Africa/Cairo +%%DATADIR%%/Timezone/Africa/Casablanca +%%DATADIR%%/Timezone/Africa/Ceuta +%%DATADIR%%/Timezone/Africa/Conakry +%%DATADIR%%/Timezone/Africa/Dakar +%%DATADIR%%/Timezone/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/Africa/Djibouti +%%DATADIR%%/Timezone/Africa/Douala +%%DATADIR%%/Timezone/Africa/El_Aaiun +%%DATADIR%%/Timezone/Africa/Freetown +%%DATADIR%%/Timezone/Africa/Gaborone +%%DATADIR%%/Timezone/Africa/Harare +%%DATADIR%%/Timezone/Africa/Johannesburg +%%DATADIR%%/Timezone/Africa/Kampala +%%DATADIR%%/Timezone/Africa/Khartoum +%%DATADIR%%/Timezone/Africa/Kigali +%%DATADIR%%/Timezone/Africa/Kinshasa +%%DATADIR%%/Timezone/Africa/Lagos +%%DATADIR%%/Timezone/Africa/Libreville +%%DATADIR%%/Timezone/Africa/Lome +%%DATADIR%%/Timezone/Africa/Luanda +%%DATADIR%%/Timezone/Africa/Lubumbashi +%%DATADIR%%/Timezone/Africa/Lusaka +%%DATADIR%%/Timezone/Africa/Malabo +%%DATADIR%%/Timezone/Africa/Maputo +%%DATADIR%%/Timezone/Africa/Maseru +%%DATADIR%%/Timezone/Africa/Mbabane +%%DATADIR%%/Timezone/Africa/Mogadishu +%%DATADIR%%/Timezone/Africa/Monrovia +%%DATADIR%%/Timezone/Africa/Nairobi +%%DATADIR%%/Timezone/Africa/Ndjamena +%%DATADIR%%/Timezone/Africa/Niamey +%%DATADIR%%/Timezone/Africa/Nouakchott +%%DATADIR%%/Timezone/Africa/Ouagadougou +%%DATADIR%%/Timezone/Africa/Porto-Novo +%%DATADIR%%/Timezone/Africa/Sao_Tome +%%DATADIR%%/Timezone/Africa/Timbuktu +%%DATADIR%%/Timezone/Africa/Tripoli +%%DATADIR%%/Timezone/Africa/Tunis +%%DATADIR%%/Timezone/Africa/Windhoek +%%DATADIR%%/Timezone/America/Adak +%%DATADIR%%/Timezone/America/Anchorage +%%DATADIR%%/Timezone/America/Anguilla +%%DATADIR%%/Timezone/America/Antigua +%%DATADIR%%/Timezone/America/Araguaina +%%DATADIR%%/Timezone/America/Aruba +%%DATADIR%%/Timezone/America/Asuncion +%%DATADIR%%/Timezone/America/Atka +%%DATADIR%%/Timezone/America/Barbados +%%DATADIR%%/Timezone/America/Belem +%%DATADIR%%/Timezone/America/Belize +%%DATADIR%%/Timezone/America/Boa_Vista +%%DATADIR%%/Timezone/America/Bogota +%%DATADIR%%/Timezone/America/Boise +%%DATADIR%%/Timezone/America/Buenos_Aires +%%DATADIR%%/Timezone/America/Cambridge_Bay +%%DATADIR%%/Timezone/America/Cancun +%%DATADIR%%/Timezone/America/Caracas +%%DATADIR%%/Timezone/America/Catamarca +%%DATADIR%%/Timezone/America/Cayenne +%%DATADIR%%/Timezone/America/Cayman +%%DATADIR%%/Timezone/America/Chicago +%%DATADIR%%/Timezone/America/Chihuahua +%%DATADIR%%/Timezone/America/Cordoba +%%DATADIR%%/Timezone/America/Costa_Rica +%%DATADIR%%/Timezone/America/Cuiaba +%%DATADIR%%/Timezone/America/Curacao +%%DATADIR%%/Timezone/America/Dawson +%%DATADIR%%/Timezone/America/Dawson_Creek +%%DATADIR%%/Timezone/America/Denver +%%DATADIR%%/Timezone/America/Detroit +%%DATADIR%%/Timezone/America/Dominica +%%DATADIR%%/Timezone/America/Edmonton +%%DATADIR%%/Timezone/America/El_Salvador +%%DATADIR%%/Timezone/America/Ensenada +%%DATADIR%%/Timezone/America/Fort_Wayne +%%DATADIR%%/Timezone/America/Fortaleza +%%DATADIR%%/Timezone/America/Glace_Bay +%%DATADIR%%/Timezone/America/Godthab +%%DATADIR%%/Timezone/America/Goose_Bay +%%DATADIR%%/Timezone/America/Grand_Turk +%%DATADIR%%/Timezone/America/Grenada +%%DATADIR%%/Timezone/America/Guadeloupe +%%DATADIR%%/Timezone/America/Guatemala +%%DATADIR%%/Timezone/America/Guayaquil +%%DATADIR%%/Timezone/America/Guyana +%%DATADIR%%/Timezone/America/Halifax +%%DATADIR%%/Timezone/America/Havana +%%DATADIR%%/Timezone/America/Hermosillo +%%DATADIR%%/Timezone/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/America/Indiana/Knox +%%DATADIR%%/Timezone/America/Indiana/Marengo +%%DATADIR%%/Timezone/America/Indiana/Vevay +%%DATADIR%%/Timezone/America/Indianapolis +%%DATADIR%%/Timezone/America/Inuvik +%%DATADIR%%/Timezone/America/Iqaluit +%%DATADIR%%/Timezone/America/Jamaica +%%DATADIR%%/Timezone/America/Jujuy +%%DATADIR%%/Timezone/America/Juneau +%%DATADIR%%/Timezone/America/Knox_IN +%%DATADIR%%/Timezone/America/La_Paz +%%DATADIR%%/Timezone/America/Lima +%%DATADIR%%/Timezone/America/Los_Angeles +%%DATADIR%%/Timezone/America/Louisville +%%DATADIR%%/Timezone/America/Maceio +%%DATADIR%%/Timezone/America/Managua +%%DATADIR%%/Timezone/America/Manaus +%%DATADIR%%/Timezone/America/Martinique +%%DATADIR%%/Timezone/America/Mazatlan +%%DATADIR%%/Timezone/America/Mendoza +%%DATADIR%%/Timezone/America/Menominee +%%DATADIR%%/Timezone/America/Mexico_City +%%DATADIR%%/Timezone/America/Miquelon +%%DATADIR%%/Timezone/America/Montevideo +%%DATADIR%%/Timezone/America/Montreal +%%DATADIR%%/Timezone/America/Montserrat +%%DATADIR%%/Timezone/America/Nassau +%%DATADIR%%/Timezone/America/New_York +%%DATADIR%%/Timezone/America/Nipigon +%%DATADIR%%/Timezone/America/Nome +%%DATADIR%%/Timezone/America/Noronha +%%DATADIR%%/Timezone/America/Panama +%%DATADIR%%/Timezone/America/Pangnirtung +%%DATADIR%%/Timezone/America/Paramaribo +%%DATADIR%%/Timezone/America/Phoenix +%%DATADIR%%/Timezone/America/Port-au-Prince +%%DATADIR%%/Timezone/America/Port_of_Spain +%%DATADIR%%/Timezone/America/Porto_Acre +%%DATADIR%%/Timezone/America/Porto_Velho +%%DATADIR%%/Timezone/America/Puerto_Rico +%%DATADIR%%/Timezone/America/Rainy_River +%%DATADIR%%/Timezone/America/Rankin_Inlet +%%DATADIR%%/Timezone/America/Regina +%%DATADIR%%/Timezone/America/Rosario +%%DATADIR%%/Timezone/America/Santiago +%%DATADIR%%/Timezone/America/Santo_Domingo +%%DATADIR%%/Timezone/America/Sao_Paulo +%%DATADIR%%/Timezone/America/Scoresbysund +%%DATADIR%%/Timezone/America/Shiprock +%%DATADIR%%/Timezone/America/St_Johns +%%DATADIR%%/Timezone/America/St_Kitts +%%DATADIR%%/Timezone/America/St_Lucia +%%DATADIR%%/Timezone/America/St_Thomas +%%DATADIR%%/Timezone/America/St_Vincent +%%DATADIR%%/Timezone/America/Swift_Current +%%DATADIR%%/Timezone/America/Tegucigalpa +%%DATADIR%%/Timezone/America/Thule +%%DATADIR%%/Timezone/America/Thunder_Bay +%%DATADIR%%/Timezone/America/Tijuana +%%DATADIR%%/Timezone/America/Tortola +%%DATADIR%%/Timezone/America/Vancouver +%%DATADIR%%/Timezone/America/Virgin +%%DATADIR%%/Timezone/America/Whitehorse +%%DATADIR%%/Timezone/America/Winnipeg +%%DATADIR%%/Timezone/America/Yakutat +%%DATADIR%%/Timezone/America/Yellowknife +%%DATADIR%%/Timezone/Antarctica/Casey +%%DATADIR%%/Timezone/Antarctica/Davis +%%DATADIR%%/Timezone/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/Antarctica/Mawson +%%DATADIR%%/Timezone/Antarctica/McMurdo +%%DATADIR%%/Timezone/Antarctica/Palmer +%%DATADIR%%/Timezone/Antarctica/South_Pole +%%DATADIR%%/Timezone/Antarctica/Syowa +%%DATADIR%%/Timezone/Arctic/Longyearbyen +%%DATADIR%%/Timezone/Asia/Aden +%%DATADIR%%/Timezone/Asia/Almaty +%%DATADIR%%/Timezone/Asia/Amman +%%DATADIR%%/Timezone/Asia/Anadyr +%%DATADIR%%/Timezone/Asia/Aqtau +%%DATADIR%%/Timezone/Asia/Aqtobe +%%DATADIR%%/Timezone/Asia/Ashkhabad +%%DATADIR%%/Timezone/Asia/Baghdad +%%DATADIR%%/Timezone/Asia/Bahrain +%%DATADIR%%/Timezone/Asia/Baku +%%DATADIR%%/Timezone/Asia/Bangkok +%%DATADIR%%/Timezone/Asia/Beirut +%%DATADIR%%/Timezone/Asia/Bishkek +%%DATADIR%%/Timezone/Asia/Brunei +%%DATADIR%%/Timezone/Asia/Calcutta +%%DATADIR%%/Timezone/Asia/Chungking +%%DATADIR%%/Timezone/Asia/Colombo +%%DATADIR%%/Timezone/Asia/Dacca +%%DATADIR%%/Timezone/Asia/Damascus +%%DATADIR%%/Timezone/Asia/Dili +%%DATADIR%%/Timezone/Asia/Dubai +%%DATADIR%%/Timezone/Asia/Dushanbe +%%DATADIR%%/Timezone/Asia/Gaza +%%DATADIR%%/Timezone/Asia/Harbin +%%DATADIR%%/Timezone/Asia/Hong_Kong +%%DATADIR%%/Timezone/Asia/Hovd +%%DATADIR%%/Timezone/Asia/Irkutsk +%%DATADIR%%/Timezone/Asia/Istanbul +%%DATADIR%%/Timezone/Asia/Jakarta +%%DATADIR%%/Timezone/Asia/Jayapura +%%DATADIR%%/Timezone/Asia/Jerusalem +%%DATADIR%%/Timezone/Asia/Kabul +%%DATADIR%%/Timezone/Asia/Kamchatka +%%DATADIR%%/Timezone/Asia/Karachi +%%DATADIR%%/Timezone/Asia/Kashgar +%%DATADIR%%/Timezone/Asia/Katmandu +%%DATADIR%%/Timezone/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/Asia/Kuching +%%DATADIR%%/Timezone/Asia/Kuwait +%%DATADIR%%/Timezone/Asia/Macao +%%DATADIR%%/Timezone/Asia/Magadan +%%DATADIR%%/Timezone/Asia/Manila +%%DATADIR%%/Timezone/Asia/Muscat +%%DATADIR%%/Timezone/Asia/Nicosia +%%DATADIR%%/Timezone/Asia/Novosibirsk +%%DATADIR%%/Timezone/Asia/Omsk +%%DATADIR%%/Timezone/Asia/Phnom_Penh +%%DATADIR%%/Timezone/Asia/Pyongyang +%%DATADIR%%/Timezone/Asia/Qatar +%%DATADIR%%/Timezone/Asia/Rangoon +%%DATADIR%%/Timezone/Asia/Riyadh +%%DATADIR%%/Timezone/Asia/Riyadh87 +%%DATADIR%%/Timezone/Asia/Riyadh88 +%%DATADIR%%/Timezone/Asia/Riyadh89 +%%DATADIR%%/Timezone/Asia/Saigon +%%DATADIR%%/Timezone/Asia/Samarkand +%%DATADIR%%/Timezone/Asia/Seoul +%%DATADIR%%/Timezone/Asia/Shanghai +%%DATADIR%%/Timezone/Asia/Singapore +%%DATADIR%%/Timezone/Asia/Taipei +%%DATADIR%%/Timezone/Asia/Tashkent +%%DATADIR%%/Timezone/Asia/Tbilisi +%%DATADIR%%/Timezone/Asia/Tehran +%%DATADIR%%/Timezone/Asia/Tel_Aviv +%%DATADIR%%/Timezone/Asia/Thimbu +%%DATADIR%%/Timezone/Asia/Tokyo +%%DATADIR%%/Timezone/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/Asia/Ulan_Bator +%%DATADIR%%/Timezone/Asia/Urumqi +%%DATADIR%%/Timezone/Asia/Vientiane +%%DATADIR%%/Timezone/Asia/Vladivostok +%%DATADIR%%/Timezone/Asia/Yakutsk +%%DATADIR%%/Timezone/Asia/Yekaterinburg +%%DATADIR%%/Timezone/Asia/Yerevan +%%DATADIR%%/Timezone/Atlantic/Azores +%%DATADIR%%/Timezone/Atlantic/Bermuda +%%DATADIR%%/Timezone/Atlantic/Canary +%%DATADIR%%/Timezone/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/Atlantic/Faeroe +%%DATADIR%%/Timezone/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/Atlantic/Madeira +%%DATADIR%%/Timezone/Atlantic/Reykjavik +%%DATADIR%%/Timezone/Atlantic/South_Georgia +%%DATADIR%%/Timezone/Atlantic/St_Helena +%%DATADIR%%/Timezone/Atlantic/Stanley +%%DATADIR%%/Timezone/Australia/ACT +%%DATADIR%%/Timezone/Australia/Adelaide +%%DATADIR%%/Timezone/Australia/Brisbane +%%DATADIR%%/Timezone/Australia/Broken_Hill +%%DATADIR%%/Timezone/Australia/Canberra +%%DATADIR%%/Timezone/Australia/Darwin +%%DATADIR%%/Timezone/Australia/Hobart +%%DATADIR%%/Timezone/Australia/LHI +%%DATADIR%%/Timezone/Australia/Lindeman +%%DATADIR%%/Timezone/Australia/Lord_Howe +%%DATADIR%%/Timezone/Australia/Melbourne +%%DATADIR%%/Timezone/Australia/NSW +%%DATADIR%%/Timezone/Australia/North +%%DATADIR%%/Timezone/Australia/Perth +%%DATADIR%%/Timezone/Australia/Queensland +%%DATADIR%%/Timezone/Australia/South +%%DATADIR%%/Timezone/Australia/Sydney +%%DATADIR%%/Timezone/Australia/Tasmania +%%DATADIR%%/Timezone/Australia/Victoria +%%DATADIR%%/Timezone/Australia/West +%%DATADIR%%/Timezone/Australia/Yancowinna +%%DATADIR%%/Timezone/Brazil/Acre +%%DATADIR%%/Timezone/Brazil/DeNoronha +%%DATADIR%%/Timezone/Brazil/East +%%DATADIR%%/Timezone/Brazil/West +%%DATADIR%%/Timezone/CET +%%DATADIR%%/Timezone/CST6CDT +%%DATADIR%%/Timezone/Canada/Atlantic +%%DATADIR%%/Timezone/Canada/Central +%%DATADIR%%/Timezone/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/Canada/Eastern +%%DATADIR%%/Timezone/Canada/Mountain +%%DATADIR%%/Timezone/Canada/Newfoundland +%%DATADIR%%/Timezone/Canada/Pacific +%%DATADIR%%/Timezone/Canada/Saskatchewan +%%DATADIR%%/Timezone/Canada/Yukon +%%DATADIR%%/Timezone/Chile/Continental +%%DATADIR%%/Timezone/Chile/EasterIsland +%%DATADIR%%/Timezone/Cuba +%%DATADIR%%/Timezone/EET +%%DATADIR%%/Timezone/EST +%%DATADIR%%/Timezone/EST5EDT +%%DATADIR%%/Timezone/Egypt +%%DATADIR%%/Timezone/Eire +%%DATADIR%%/Timezone/Etc/GMT +%%DATADIR%%/Timezone/Etc/GMT+0 +%%DATADIR%%/Timezone/Etc/GMT+1 +%%DATADIR%%/Timezone/Etc/GMT+10 +%%DATADIR%%/Timezone/Etc/GMT+11 +%%DATADIR%%/Timezone/Etc/GMT+12 +%%DATADIR%%/Timezone/Etc/GMT+2 +%%DATADIR%%/Timezone/Etc/GMT+3 +%%DATADIR%%/Timezone/Etc/GMT+4 +%%DATADIR%%/Timezone/Etc/GMT+5 +%%DATADIR%%/Timezone/Etc/GMT+6 +%%DATADIR%%/Timezone/Etc/GMT+7 +%%DATADIR%%/Timezone/Etc/GMT+8 +%%DATADIR%%/Timezone/Etc/GMT+9 +%%DATADIR%%/Timezone/Etc/GMT-0 +%%DATADIR%%/Timezone/Etc/GMT-1 +%%DATADIR%%/Timezone/Etc/GMT-10 +%%DATADIR%%/Timezone/Etc/GMT-11 +%%DATADIR%%/Timezone/Etc/GMT-12 +%%DATADIR%%/Timezone/Etc/GMT-13 +%%DATADIR%%/Timezone/Etc/GMT-14 +%%DATADIR%%/Timezone/Etc/GMT-2 +%%DATADIR%%/Timezone/Etc/GMT-3 +%%DATADIR%%/Timezone/Etc/GMT-4 +%%DATADIR%%/Timezone/Etc/GMT-5 +%%DATADIR%%/Timezone/Etc/GMT-6 +%%DATADIR%%/Timezone/Etc/GMT-7 +%%DATADIR%%/Timezone/Etc/GMT-8 +%%DATADIR%%/Timezone/Etc/GMT-9 +%%DATADIR%%/Timezone/Etc/GMT0 +%%DATADIR%%/Timezone/Etc/Greenwich +%%DATADIR%%/Timezone/Etc/UCT +%%DATADIR%%/Timezone/Etc/UTC +%%DATADIR%%/Timezone/Etc/Universal +%%DATADIR%%/Timezone/Etc/Zulu +%%DATADIR%%/Timezone/Europe/Amsterdam +%%DATADIR%%/Timezone/Europe/Andorra +%%DATADIR%%/Timezone/Europe/Athens +%%DATADIR%%/Timezone/Europe/Belfast +%%DATADIR%%/Timezone/Europe/Belgrade +%%DATADIR%%/Timezone/Europe/Berlin +%%DATADIR%%/Timezone/Europe/Bratislava +%%DATADIR%%/Timezone/Europe/Brussels +%%DATADIR%%/Timezone/Europe/Bucharest +%%DATADIR%%/Timezone/Europe/Budapest +%%DATADIR%%/Timezone/Europe/Chisinau +%%DATADIR%%/Timezone/Europe/Copenhagen +%%DATADIR%%/Timezone/Europe/Dublin +%%DATADIR%%/Timezone/Europe/Gibraltar +%%DATADIR%%/Timezone/Europe/Helsinki +%%DATADIR%%/Timezone/Europe/Istanbul +%%DATADIR%%/Timezone/Europe/Kaliningrad +%%DATADIR%%/Timezone/Europe/Kiev +%%DATADIR%%/Timezone/Europe/Lisbon +%%DATADIR%%/Timezone/Europe/Ljubljana +%%DATADIR%%/Timezone/Europe/London +%%DATADIR%%/Timezone/Europe/Luxembourg +%%DATADIR%%/Timezone/Europe/Madrid +%%DATADIR%%/Timezone/Europe/Malta +%%DATADIR%%/Timezone/Europe/Minsk +%%DATADIR%%/Timezone/Europe/Monaco +%%DATADIR%%/Timezone/Europe/Moscow +%%DATADIR%%/Timezone/Europe/Oslo +%%DATADIR%%/Timezone/Europe/Paris +%%DATADIR%%/Timezone/Europe/Prague +%%DATADIR%%/Timezone/Europe/Riga +%%DATADIR%%/Timezone/Europe/Rome +%%DATADIR%%/Timezone/Europe/Samara +%%DATADIR%%/Timezone/Europe/San_Marino +%%DATADIR%%/Timezone/Europe/Sarajevo +%%DATADIR%%/Timezone/Europe/Simferopol +%%DATADIR%%/Timezone/Europe/Skopje +%%DATADIR%%/Timezone/Europe/Sofia +%%DATADIR%%/Timezone/Europe/Stockholm +%%DATADIR%%/Timezone/Europe/Tallinn +%%DATADIR%%/Timezone/Europe/Tirane +%%DATADIR%%/Timezone/Europe/Tiraspol +%%DATADIR%%/Timezone/Europe/Uzhgorod +%%DATADIR%%/Timezone/Europe/Vaduz +%%DATADIR%%/Timezone/Europe/Vatican +%%DATADIR%%/Timezone/Europe/Vienna +%%DATADIR%%/Timezone/Europe/Vilnius +%%DATADIR%%/Timezone/Europe/Warsaw +%%DATADIR%%/Timezone/Europe/Zagreb +%%DATADIR%%/Timezone/Europe/Zaporozhye +%%DATADIR%%/Timezone/Europe/Zurich +%%DATADIR%%/Timezone/Factory +%%DATADIR%%/Timezone/GB +%%DATADIR%%/Timezone/GB-Eire +%%DATADIR%%/Timezone/GMT +%%DATADIR%%/Timezone/GMT+0 +%%DATADIR%%/Timezone/GMT-0 +%%DATADIR%%/Timezone/GMT0 +%%DATADIR%%/Timezone/Greenwich +%%DATADIR%%/Timezone/HST +%%DATADIR%%/Timezone/Hongkong +%%DATADIR%%/Timezone/Iceland +%%DATADIR%%/Timezone/Indian/Antananarivo +%%DATADIR%%/Timezone/Indian/Chagos +%%DATADIR%%/Timezone/Indian/Christmas +%%DATADIR%%/Timezone/Indian/Cocos +%%DATADIR%%/Timezone/Indian/Comoro +%%DATADIR%%/Timezone/Indian/Kerguelen +%%DATADIR%%/Timezone/Indian/Mahe +%%DATADIR%%/Timezone/Indian/Maldives +%%DATADIR%%/Timezone/Indian/Mauritius +%%DATADIR%%/Timezone/Indian/Mayotte +%%DATADIR%%/Timezone/Indian/Reunion +%%DATADIR%%/Timezone/Iran +%%DATADIR%%/Timezone/Israel +%%DATADIR%%/Timezone/Jamaica +%%DATADIR%%/Timezone/Japan +%%DATADIR%%/Timezone/Kwajalein +%%DATADIR%%/Timezone/Libya +%%DATADIR%%/Timezone/MET +%%DATADIR%%/Timezone/MST +%%DATADIR%%/Timezone/MST7MDT +%%DATADIR%%/Timezone/Mexico/BajaNorte +%%DATADIR%%/Timezone/Mexico/BajaSur +%%DATADIR%%/Timezone/Mexico/General +%%DATADIR%%/Timezone/Mideast/Riyadh87 +%%DATADIR%%/Timezone/Mideast/Riyadh88 +%%DATADIR%%/Timezone/Mideast/Riyadh89 +%%DATADIR%%/Timezone/NZ +%%DATADIR%%/Timezone/NZ-CHAT +%%DATADIR%%/Timezone/Navajo +%%DATADIR%%/Timezone/PRC +%%DATADIR%%/Timezone/PST8PDT +%%DATADIR%%/Timezone/Pacific/Apia +%%DATADIR%%/Timezone/Pacific/Auckland +%%DATADIR%%/Timezone/Pacific/Chatham +%%DATADIR%%/Timezone/Pacific/Easter +%%DATADIR%%/Timezone/Pacific/Efate +%%DATADIR%%/Timezone/Pacific/Enderbury +%%DATADIR%%/Timezone/Pacific/Fakaofo +%%DATADIR%%/Timezone/Pacific/Fiji +%%DATADIR%%/Timezone/Pacific/Funafuti +%%DATADIR%%/Timezone/Pacific/Galapagos +%%DATADIR%%/Timezone/Pacific/Gambier +%%DATADIR%%/Timezone/Pacific/Guadalcanal +%%DATADIR%%/Timezone/Pacific/Guam +%%DATADIR%%/Timezone/Pacific/Honolulu +%%DATADIR%%/Timezone/Pacific/Johnston +%%DATADIR%%/Timezone/Pacific/Kiritimati +%%DATADIR%%/Timezone/Pacific/Kosrae +%%DATADIR%%/Timezone/Pacific/Kwajalein +%%DATADIR%%/Timezone/Pacific/Majuro +%%DATADIR%%/Timezone/Pacific/Marquesas +%%DATADIR%%/Timezone/Pacific/Midway +%%DATADIR%%/Timezone/Pacific/Nauru +%%DATADIR%%/Timezone/Pacific/Niue +%%DATADIR%%/Timezone/Pacific/Norfolk +%%DATADIR%%/Timezone/Pacific/Noumea +%%DATADIR%%/Timezone/Pacific/Pago_Pago +%%DATADIR%%/Timezone/Pacific/Palau +%%DATADIR%%/Timezone/Pacific/Pitcairn +%%DATADIR%%/Timezone/Pacific/Ponape +%%DATADIR%%/Timezone/Pacific/Port_Moresby +%%DATADIR%%/Timezone/Pacific/Rarotonga +%%DATADIR%%/Timezone/Pacific/Saipan +%%DATADIR%%/Timezone/Pacific/Samoa +%%DATADIR%%/Timezone/Pacific/Tahiti +%%DATADIR%%/Timezone/Pacific/Tarawa +%%DATADIR%%/Timezone/Pacific/Tongatapu +%%DATADIR%%/Timezone/Pacific/Truk +%%DATADIR%%/Timezone/Pacific/Wake +%%DATADIR%%/Timezone/Pacific/Wallis +%%DATADIR%%/Timezone/Pacific/Yap +%%DATADIR%%/Timezone/Poland +%%DATADIR%%/Timezone/Portugal +%%DATADIR%%/Timezone/ROC +%%DATADIR%%/Timezone/ROK +%%DATADIR%%/Timezone/Singapore +%%DATADIR%%/Timezone/SystemV/AST4 +%%DATADIR%%/Timezone/SystemV/AST4ADT +%%DATADIR%%/Timezone/SystemV/CST6 +%%DATADIR%%/Timezone/SystemV/CST6CDT +%%DATADIR%%/Timezone/SystemV/EST5 +%%DATADIR%%/Timezone/SystemV/EST5EDT +%%DATADIR%%/Timezone/SystemV/HST10 +%%DATADIR%%/Timezone/SystemV/MST7 +%%DATADIR%%/Timezone/SystemV/MST7MDT +%%DATADIR%%/Timezone/SystemV/PST8 +%%DATADIR%%/Timezone/SystemV/PST8PDT +%%DATADIR%%/Timezone/SystemV/YST9 +%%DATADIR%%/Timezone/SystemV/YST9YDT +%%DATADIR%%/Timezone/Turkey +%%DATADIR%%/Timezone/UCT +%%DATADIR%%/Timezone/US/Alaska +%%DATADIR%%/Timezone/US/Aleutian +%%DATADIR%%/Timezone/US/Arizona +%%DATADIR%%/Timezone/US/Central +%%DATADIR%%/Timezone/US/East-Indiana +%%DATADIR%%/Timezone/US/Eastern +%%DATADIR%%/Timezone/US/Hawaii +%%DATADIR%%/Timezone/US/Indiana-Starke +%%DATADIR%%/Timezone/US/Michigan +%%DATADIR%%/Timezone/US/Mountain +%%DATADIR%%/Timezone/US/Pacific +%%DATADIR%%/Timezone/US/Samoa +%%DATADIR%%/Timezone/UTC +%%DATADIR%%/Timezone/Universal +%%DATADIR%%/Timezone/W-SU +%%DATADIR%%/Timezone/WET +%%DATADIR%%/Timezone/Zulu +%%DATADIR%%/Timezone/iso3166.tab +%%DATADIR%%/Timezone/posix/Africa/Abidjan +%%DATADIR%%/Timezone/posix/Africa/Accra +%%DATADIR%%/Timezone/posix/Africa/Addis_Ababa +%%DATADIR%%/Timezone/posix/Africa/Algiers +%%DATADIR%%/Timezone/posix/Africa/Asmera +%%DATADIR%%/Timezone/posix/Africa/Bamako +%%DATADIR%%/Timezone/posix/Africa/Bangui +%%DATADIR%%/Timezone/posix/Africa/Banjul +%%DATADIR%%/Timezone/posix/Africa/Bissau +%%DATADIR%%/Timezone/posix/Africa/Blantyre +%%DATADIR%%/Timezone/posix/Africa/Brazzaville +%%DATADIR%%/Timezone/posix/Africa/Bujumbura +%%DATADIR%%/Timezone/posix/Africa/Cairo +%%DATADIR%%/Timezone/posix/Africa/Casablanca +%%DATADIR%%/Timezone/posix/Africa/Ceuta +%%DATADIR%%/Timezone/posix/Africa/Conakry +%%DATADIR%%/Timezone/posix/Africa/Dakar +%%DATADIR%%/Timezone/posix/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/posix/Africa/Djibouti +%%DATADIR%%/Timezone/posix/Africa/Douala +%%DATADIR%%/Timezone/posix/Africa/El_Aaiun +%%DATADIR%%/Timezone/posix/Africa/Freetown +%%DATADIR%%/Timezone/posix/Africa/Gaborone +%%DATADIR%%/Timezone/posix/Africa/Harare +%%DATADIR%%/Timezone/posix/Africa/Johannesburg +%%DATADIR%%/Timezone/posix/Africa/Kampala +%%DATADIR%%/Timezone/posix/Africa/Khartoum +%%DATADIR%%/Timezone/posix/Africa/Kigali +%%DATADIR%%/Timezone/posix/Africa/Kinshasa +%%DATADIR%%/Timezone/posix/Africa/Lagos +%%DATADIR%%/Timezone/posix/Africa/Libreville +%%DATADIR%%/Timezone/posix/Africa/Lome +%%DATADIR%%/Timezone/posix/Africa/Luanda +%%DATADIR%%/Timezone/posix/Africa/Lubumbashi +%%DATADIR%%/Timezone/posix/Africa/Lusaka +%%DATADIR%%/Timezone/posix/Africa/Malabo +%%DATADIR%%/Timezone/posix/Africa/Maputo +%%DATADIR%%/Timezone/posix/Africa/Maseru +%%DATADIR%%/Timezone/posix/Africa/Mbabane +%%DATADIR%%/Timezone/posix/Africa/Mogadishu +%%DATADIR%%/Timezone/posix/Africa/Monrovia +%%DATADIR%%/Timezone/posix/Africa/Nairobi +%%DATADIR%%/Timezone/posix/Africa/Ndjamena +%%DATADIR%%/Timezone/posix/Africa/Niamey +%%DATADIR%%/Timezone/posix/Africa/Nouakchott +%%DATADIR%%/Timezone/posix/Africa/Ouagadougou +%%DATADIR%%/Timezone/posix/Africa/Porto-Novo +%%DATADIR%%/Timezone/posix/Africa/Sao_Tome +%%DATADIR%%/Timezone/posix/Africa/Timbuktu +%%DATADIR%%/Timezone/posix/Africa/Tripoli +%%DATADIR%%/Timezone/posix/Africa/Tunis +%%DATADIR%%/Timezone/posix/Africa/Windhoek +%%DATADIR%%/Timezone/posix/America/Adak +%%DATADIR%%/Timezone/posix/America/Anchorage +%%DATADIR%%/Timezone/posix/America/Anguilla +%%DATADIR%%/Timezone/posix/America/Antigua +%%DATADIR%%/Timezone/posix/America/Araguaina +%%DATADIR%%/Timezone/posix/America/Aruba +%%DATADIR%%/Timezone/posix/America/Asuncion +%%DATADIR%%/Timezone/posix/America/Atka +%%DATADIR%%/Timezone/posix/America/Barbados +%%DATADIR%%/Timezone/posix/America/Belem +%%DATADIR%%/Timezone/posix/America/Belize +%%DATADIR%%/Timezone/posix/America/Boa_Vista +%%DATADIR%%/Timezone/posix/America/Bogota +%%DATADIR%%/Timezone/posix/America/Boise +%%DATADIR%%/Timezone/posix/America/Buenos_Aires +%%DATADIR%%/Timezone/posix/America/Cambridge_Bay +%%DATADIR%%/Timezone/posix/America/Cancun +%%DATADIR%%/Timezone/posix/America/Caracas +%%DATADIR%%/Timezone/posix/America/Catamarca +%%DATADIR%%/Timezone/posix/America/Cayenne +%%DATADIR%%/Timezone/posix/America/Cayman +%%DATADIR%%/Timezone/posix/America/Chicago +%%DATADIR%%/Timezone/posix/America/Chihuahua +%%DATADIR%%/Timezone/posix/America/Cordoba +%%DATADIR%%/Timezone/posix/America/Costa_Rica +%%DATADIR%%/Timezone/posix/America/Cuiaba +%%DATADIR%%/Timezone/posix/America/Curacao +%%DATADIR%%/Timezone/posix/America/Dawson +%%DATADIR%%/Timezone/posix/America/Dawson_Creek +%%DATADIR%%/Timezone/posix/America/Denver +%%DATADIR%%/Timezone/posix/America/Detroit +%%DATADIR%%/Timezone/posix/America/Dominica +%%DATADIR%%/Timezone/posix/America/Edmonton +%%DATADIR%%/Timezone/posix/America/El_Salvador +%%DATADIR%%/Timezone/posix/America/Ensenada +%%DATADIR%%/Timezone/posix/America/Fort_Wayne +%%DATADIR%%/Timezone/posix/America/Fortaleza +%%DATADIR%%/Timezone/posix/America/Glace_Bay +%%DATADIR%%/Timezone/posix/America/Godthab +%%DATADIR%%/Timezone/posix/America/Goose_Bay +%%DATADIR%%/Timezone/posix/America/Grand_Turk +%%DATADIR%%/Timezone/posix/America/Grenada +%%DATADIR%%/Timezone/posix/America/Guadeloupe +%%DATADIR%%/Timezone/posix/America/Guatemala +%%DATADIR%%/Timezone/posix/America/Guayaquil +%%DATADIR%%/Timezone/posix/America/Guyana +%%DATADIR%%/Timezone/posix/America/Halifax +%%DATADIR%%/Timezone/posix/America/Havana +%%DATADIR%%/Timezone/posix/America/Hermosillo +%%DATADIR%%/Timezone/posix/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/posix/America/Indiana/Knox +%%DATADIR%%/Timezone/posix/America/Indiana/Marengo +%%DATADIR%%/Timezone/posix/America/Indiana/Vevay +%%DATADIR%%/Timezone/posix/America/Indianapolis +%%DATADIR%%/Timezone/posix/America/Inuvik +%%DATADIR%%/Timezone/posix/America/Iqaluit +%%DATADIR%%/Timezone/posix/America/Jamaica +%%DATADIR%%/Timezone/posix/America/Jujuy +%%DATADIR%%/Timezone/posix/America/Juneau +%%DATADIR%%/Timezone/posix/America/Knox_IN +%%DATADIR%%/Timezone/posix/America/La_Paz +%%DATADIR%%/Timezone/posix/America/Lima +%%DATADIR%%/Timezone/posix/America/Los_Angeles +%%DATADIR%%/Timezone/posix/America/Louisville +%%DATADIR%%/Timezone/posix/America/Maceio +%%DATADIR%%/Timezone/posix/America/Managua +%%DATADIR%%/Timezone/posix/America/Manaus +%%DATADIR%%/Timezone/posix/America/Martinique +%%DATADIR%%/Timezone/posix/America/Mazatlan +%%DATADIR%%/Timezone/posix/America/Mendoza +%%DATADIR%%/Timezone/posix/America/Menominee +%%DATADIR%%/Timezone/posix/America/Mexico_City +%%DATADIR%%/Timezone/posix/America/Miquelon +%%DATADIR%%/Timezone/posix/America/Montevideo +%%DATADIR%%/Timezone/posix/America/Montreal +%%DATADIR%%/Timezone/posix/America/Montserrat +%%DATADIR%%/Timezone/posix/America/Nassau +%%DATADIR%%/Timezone/posix/America/New_York +%%DATADIR%%/Timezone/posix/America/Nipigon +%%DATADIR%%/Timezone/posix/America/Nome +%%DATADIR%%/Timezone/posix/America/Noronha +%%DATADIR%%/Timezone/posix/America/Panama +%%DATADIR%%/Timezone/posix/America/Pangnirtung +%%DATADIR%%/Timezone/posix/America/Paramaribo +%%DATADIR%%/Timezone/posix/America/Phoenix +%%DATADIR%%/Timezone/posix/America/Port-au-Prince +%%DATADIR%%/Timezone/posix/America/Port_of_Spain +%%DATADIR%%/Timezone/posix/America/Porto_Acre +%%DATADIR%%/Timezone/posix/America/Porto_Velho +%%DATADIR%%/Timezone/posix/America/Puerto_Rico +%%DATADIR%%/Timezone/posix/America/Rainy_River +%%DATADIR%%/Timezone/posix/America/Rankin_Inlet +%%DATADIR%%/Timezone/posix/America/Regina +%%DATADIR%%/Timezone/posix/America/Rosario +%%DATADIR%%/Timezone/posix/America/Santiago +%%DATADIR%%/Timezone/posix/America/Santo_Domingo +%%DATADIR%%/Timezone/posix/America/Sao_Paulo +%%DATADIR%%/Timezone/posix/America/Scoresbysund +%%DATADIR%%/Timezone/posix/America/Shiprock +%%DATADIR%%/Timezone/posix/America/St_Johns +%%DATADIR%%/Timezone/posix/America/St_Kitts +%%DATADIR%%/Timezone/posix/America/St_Lucia +%%DATADIR%%/Timezone/posix/America/St_Thomas +%%DATADIR%%/Timezone/posix/America/St_Vincent +%%DATADIR%%/Timezone/posix/America/Swift_Current +%%DATADIR%%/Timezone/posix/America/Tegucigalpa +%%DATADIR%%/Timezone/posix/America/Thule +%%DATADIR%%/Timezone/posix/America/Thunder_Bay +%%DATADIR%%/Timezone/posix/America/Tijuana +%%DATADIR%%/Timezone/posix/America/Tortola +%%DATADIR%%/Timezone/posix/America/Vancouver +%%DATADIR%%/Timezone/posix/America/Virgin +%%DATADIR%%/Timezone/posix/America/Whitehorse +%%DATADIR%%/Timezone/posix/America/Winnipeg +%%DATADIR%%/Timezone/posix/America/Yakutat +%%DATADIR%%/Timezone/posix/America/Yellowknife +%%DATADIR%%/Timezone/posix/Antarctica/Casey +%%DATADIR%%/Timezone/posix/Antarctica/Davis +%%DATADIR%%/Timezone/posix/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/posix/Antarctica/Mawson +%%DATADIR%%/Timezone/posix/Antarctica/McMurdo +%%DATADIR%%/Timezone/posix/Antarctica/Palmer +%%DATADIR%%/Timezone/posix/Antarctica/South_Pole +%%DATADIR%%/Timezone/posix/Antarctica/Syowa +%%DATADIR%%/Timezone/posix/Arctic/Longyearbyen +%%DATADIR%%/Timezone/posix/Asia/Aden +%%DATADIR%%/Timezone/posix/Asia/Almaty +%%DATADIR%%/Timezone/posix/Asia/Amman +%%DATADIR%%/Timezone/posix/Asia/Anadyr +%%DATADIR%%/Timezone/posix/Asia/Aqtau +%%DATADIR%%/Timezone/posix/Asia/Aqtobe +%%DATADIR%%/Timezone/posix/Asia/Ashkhabad +%%DATADIR%%/Timezone/posix/Asia/Baghdad +%%DATADIR%%/Timezone/posix/Asia/Bahrain +%%DATADIR%%/Timezone/posix/Asia/Baku +%%DATADIR%%/Timezone/posix/Asia/Bangkok +%%DATADIR%%/Timezone/posix/Asia/Beirut +%%DATADIR%%/Timezone/posix/Asia/Bishkek +%%DATADIR%%/Timezone/posix/Asia/Brunei +%%DATADIR%%/Timezone/posix/Asia/Calcutta +%%DATADIR%%/Timezone/posix/Asia/Chungking +%%DATADIR%%/Timezone/posix/Asia/Colombo +%%DATADIR%%/Timezone/posix/Asia/Dacca +%%DATADIR%%/Timezone/posix/Asia/Damascus +%%DATADIR%%/Timezone/posix/Asia/Dili +%%DATADIR%%/Timezone/posix/Asia/Dubai +%%DATADIR%%/Timezone/posix/Asia/Dushanbe +%%DATADIR%%/Timezone/posix/Asia/Gaza +%%DATADIR%%/Timezone/posix/Asia/Harbin +%%DATADIR%%/Timezone/posix/Asia/Hong_Kong +%%DATADIR%%/Timezone/posix/Asia/Hovd +%%DATADIR%%/Timezone/posix/Asia/Irkutsk +%%DATADIR%%/Timezone/posix/Asia/Istanbul +%%DATADIR%%/Timezone/posix/Asia/Jakarta +%%DATADIR%%/Timezone/posix/Asia/Jayapura +%%DATADIR%%/Timezone/posix/Asia/Jerusalem +%%DATADIR%%/Timezone/posix/Asia/Kabul +%%DATADIR%%/Timezone/posix/Asia/Kamchatka +%%DATADIR%%/Timezone/posix/Asia/Karachi +%%DATADIR%%/Timezone/posix/Asia/Kashgar +%%DATADIR%%/Timezone/posix/Asia/Katmandu +%%DATADIR%%/Timezone/posix/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/posix/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/posix/Asia/Kuching +%%DATADIR%%/Timezone/posix/Asia/Kuwait +%%DATADIR%%/Timezone/posix/Asia/Macao +%%DATADIR%%/Timezone/posix/Asia/Magadan +%%DATADIR%%/Timezone/posix/Asia/Manila +%%DATADIR%%/Timezone/posix/Asia/Muscat +%%DATADIR%%/Timezone/posix/Asia/Nicosia +%%DATADIR%%/Timezone/posix/Asia/Novosibirsk +%%DATADIR%%/Timezone/posix/Asia/Omsk +%%DATADIR%%/Timezone/posix/Asia/Phnom_Penh +%%DATADIR%%/Timezone/posix/Asia/Pyongyang +%%DATADIR%%/Timezone/posix/Asia/Qatar +%%DATADIR%%/Timezone/posix/Asia/Rangoon +%%DATADIR%%/Timezone/posix/Asia/Riyadh +%%DATADIR%%/Timezone/posix/Asia/Riyadh87 +%%DATADIR%%/Timezone/posix/Asia/Riyadh88 +%%DATADIR%%/Timezone/posix/Asia/Riyadh89 +%%DATADIR%%/Timezone/posix/Asia/Saigon +%%DATADIR%%/Timezone/posix/Asia/Samarkand +%%DATADIR%%/Timezone/posix/Asia/Seoul +%%DATADIR%%/Timezone/posix/Asia/Shanghai +%%DATADIR%%/Timezone/posix/Asia/Singapore +%%DATADIR%%/Timezone/posix/Asia/Taipei +%%DATADIR%%/Timezone/posix/Asia/Tashkent +%%DATADIR%%/Timezone/posix/Asia/Tbilisi +%%DATADIR%%/Timezone/posix/Asia/Tehran +%%DATADIR%%/Timezone/posix/Asia/Tel_Aviv +%%DATADIR%%/Timezone/posix/Asia/Thimbu +%%DATADIR%%/Timezone/posix/Asia/Tokyo +%%DATADIR%%/Timezone/posix/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/posix/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/posix/Asia/Ulan_Bator +%%DATADIR%%/Timezone/posix/Asia/Urumqi +%%DATADIR%%/Timezone/posix/Asia/Vientiane +%%DATADIR%%/Timezone/posix/Asia/Vladivostok +%%DATADIR%%/Timezone/posix/Asia/Yakutsk +%%DATADIR%%/Timezone/posix/Asia/Yekaterinburg +%%DATADIR%%/Timezone/posix/Asia/Yerevan +%%DATADIR%%/Timezone/posix/Atlantic/Azores +%%DATADIR%%/Timezone/posix/Atlantic/Bermuda +%%DATADIR%%/Timezone/posix/Atlantic/Canary +%%DATADIR%%/Timezone/posix/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/posix/Atlantic/Faeroe +%%DATADIR%%/Timezone/posix/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/posix/Atlantic/Madeira +%%DATADIR%%/Timezone/posix/Atlantic/Reykjavik +%%DATADIR%%/Timezone/posix/Atlantic/South_Georgia +%%DATADIR%%/Timezone/posix/Atlantic/St_Helena +%%DATADIR%%/Timezone/posix/Atlantic/Stanley +%%DATADIR%%/Timezone/posix/Australia/ACT +%%DATADIR%%/Timezone/posix/Australia/Adelaide +%%DATADIR%%/Timezone/posix/Australia/Brisbane +%%DATADIR%%/Timezone/posix/Australia/Broken_Hill +%%DATADIR%%/Timezone/posix/Australia/Canberra +%%DATADIR%%/Timezone/posix/Australia/Darwin +%%DATADIR%%/Timezone/posix/Australia/Hobart +%%DATADIR%%/Timezone/posix/Australia/LHI +%%DATADIR%%/Timezone/posix/Australia/Lindeman +%%DATADIR%%/Timezone/posix/Australia/Lord_Howe +%%DATADIR%%/Timezone/posix/Australia/Melbourne +%%DATADIR%%/Timezone/posix/Australia/NSW +%%DATADIR%%/Timezone/posix/Australia/North +%%DATADIR%%/Timezone/posix/Australia/Perth +%%DATADIR%%/Timezone/posix/Australia/Queensland +%%DATADIR%%/Timezone/posix/Australia/South +%%DATADIR%%/Timezone/posix/Australia/Sydney +%%DATADIR%%/Timezone/posix/Australia/Tasmania +%%DATADIR%%/Timezone/posix/Australia/Victoria +%%DATADIR%%/Timezone/posix/Australia/West +%%DATADIR%%/Timezone/posix/Australia/Yancowinna +%%DATADIR%%/Timezone/posix/Brazil/Acre +%%DATADIR%%/Timezone/posix/Brazil/DeNoronha +%%DATADIR%%/Timezone/posix/Brazil/East +%%DATADIR%%/Timezone/posix/Brazil/West +%%DATADIR%%/Timezone/posix/CET +%%DATADIR%%/Timezone/posix/CST6CDT +%%DATADIR%%/Timezone/posix/Canada/Atlantic +%%DATADIR%%/Timezone/posix/Canada/Central +%%DATADIR%%/Timezone/posix/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/posix/Canada/Eastern +%%DATADIR%%/Timezone/posix/Canada/Mountain +%%DATADIR%%/Timezone/posix/Canada/Newfoundland +%%DATADIR%%/Timezone/posix/Canada/Pacific +%%DATADIR%%/Timezone/posix/Canada/Saskatchewan +%%DATADIR%%/Timezone/posix/Canada/Yukon +%%DATADIR%%/Timezone/posix/Chile/Continental +%%DATADIR%%/Timezone/posix/Chile/EasterIsland +%%DATADIR%%/Timezone/posix/Cuba +%%DATADIR%%/Timezone/posix/EET +%%DATADIR%%/Timezone/posix/EST +%%DATADIR%%/Timezone/posix/EST5EDT +%%DATADIR%%/Timezone/posix/Egypt +%%DATADIR%%/Timezone/posix/Eire +%%DATADIR%%/Timezone/posix/Etc/GMT +%%DATADIR%%/Timezone/posix/Etc/GMT+0 +%%DATADIR%%/Timezone/posix/Etc/GMT+1 +%%DATADIR%%/Timezone/posix/Etc/GMT+10 +%%DATADIR%%/Timezone/posix/Etc/GMT+11 +%%DATADIR%%/Timezone/posix/Etc/GMT+12 +%%DATADIR%%/Timezone/posix/Etc/GMT+2 +%%DATADIR%%/Timezone/posix/Etc/GMT+3 +%%DATADIR%%/Timezone/posix/Etc/GMT+4 +%%DATADIR%%/Timezone/posix/Etc/GMT+5 +%%DATADIR%%/Timezone/posix/Etc/GMT+6 +%%DATADIR%%/Timezone/posix/Etc/GMT+7 +%%DATADIR%%/Timezone/posix/Etc/GMT+8 +%%DATADIR%%/Timezone/posix/Etc/GMT+9 +%%DATADIR%%/Timezone/posix/Etc/GMT-0 +%%DATADIR%%/Timezone/posix/Etc/GMT-1 +%%DATADIR%%/Timezone/posix/Etc/GMT-10 +%%DATADIR%%/Timezone/posix/Etc/GMT-11 +%%DATADIR%%/Timezone/posix/Etc/GMT-12 +%%DATADIR%%/Timezone/posix/Etc/GMT-13 +%%DATADIR%%/Timezone/posix/Etc/GMT-14 +%%DATADIR%%/Timezone/posix/Etc/GMT-2 +%%DATADIR%%/Timezone/posix/Etc/GMT-3 +%%DATADIR%%/Timezone/posix/Etc/GMT-4 +%%DATADIR%%/Timezone/posix/Etc/GMT-5 +%%DATADIR%%/Timezone/posix/Etc/GMT-6 +%%DATADIR%%/Timezone/posix/Etc/GMT-7 +%%DATADIR%%/Timezone/posix/Etc/GMT-8 +%%DATADIR%%/Timezone/posix/Etc/GMT-9 +%%DATADIR%%/Timezone/posix/Etc/GMT0 +%%DATADIR%%/Timezone/posix/Etc/Greenwich +%%DATADIR%%/Timezone/posix/Etc/UCT +%%DATADIR%%/Timezone/posix/Etc/UTC +%%DATADIR%%/Timezone/posix/Etc/Universal +%%DATADIR%%/Timezone/posix/Etc/Zulu +%%DATADIR%%/Timezone/posix/Europe/Amsterdam +%%DATADIR%%/Timezone/posix/Europe/Andorra +%%DATADIR%%/Timezone/posix/Europe/Athens +%%DATADIR%%/Timezone/posix/Europe/Belfast +%%DATADIR%%/Timezone/posix/Europe/Belgrade +%%DATADIR%%/Timezone/posix/Europe/Berlin +%%DATADIR%%/Timezone/posix/Europe/Bratislava +%%DATADIR%%/Timezone/posix/Europe/Brussels +%%DATADIR%%/Timezone/posix/Europe/Bucharest +%%DATADIR%%/Timezone/posix/Europe/Budapest +%%DATADIR%%/Timezone/posix/Europe/Chisinau +%%DATADIR%%/Timezone/posix/Europe/Copenhagen +%%DATADIR%%/Timezone/posix/Europe/Dublin +%%DATADIR%%/Timezone/posix/Europe/Gibraltar +%%DATADIR%%/Timezone/posix/Europe/Helsinki +%%DATADIR%%/Timezone/posix/Europe/Istanbul +%%DATADIR%%/Timezone/posix/Europe/Kaliningrad +%%DATADIR%%/Timezone/posix/Europe/Kiev +%%DATADIR%%/Timezone/posix/Europe/Lisbon +%%DATADIR%%/Timezone/posix/Europe/Ljubljana +%%DATADIR%%/Timezone/posix/Europe/London +%%DATADIR%%/Timezone/posix/Europe/Luxembourg +%%DATADIR%%/Timezone/posix/Europe/Madrid +%%DATADIR%%/Timezone/posix/Europe/Malta +%%DATADIR%%/Timezone/posix/Europe/Minsk +%%DATADIR%%/Timezone/posix/Europe/Monaco +%%DATADIR%%/Timezone/posix/Europe/Moscow +%%DATADIR%%/Timezone/posix/Europe/Oslo +%%DATADIR%%/Timezone/posix/Europe/Paris +%%DATADIR%%/Timezone/posix/Europe/Prague +%%DATADIR%%/Timezone/posix/Europe/Riga +%%DATADIR%%/Timezone/posix/Europe/Rome +%%DATADIR%%/Timezone/posix/Europe/Samara +%%DATADIR%%/Timezone/posix/Europe/San_Marino +%%DATADIR%%/Timezone/posix/Europe/Sarajevo +%%DATADIR%%/Timezone/posix/Europe/Simferopol +%%DATADIR%%/Timezone/posix/Europe/Skopje +%%DATADIR%%/Timezone/posix/Europe/Sofia +%%DATADIR%%/Timezone/posix/Europe/Stockholm +%%DATADIR%%/Timezone/posix/Europe/Tallinn +%%DATADIR%%/Timezone/posix/Europe/Tirane +%%DATADIR%%/Timezone/posix/Europe/Tiraspol +%%DATADIR%%/Timezone/posix/Europe/Uzhgorod +%%DATADIR%%/Timezone/posix/Europe/Vaduz +%%DATADIR%%/Timezone/posix/Europe/Vatican +%%DATADIR%%/Timezone/posix/Europe/Vienna +%%DATADIR%%/Timezone/posix/Europe/Vilnius +%%DATADIR%%/Timezone/posix/Europe/Warsaw +%%DATADIR%%/Timezone/posix/Europe/Zagreb +%%DATADIR%%/Timezone/posix/Europe/Zaporozhye +%%DATADIR%%/Timezone/posix/Europe/Zurich +%%DATADIR%%/Timezone/posix/Factory +%%DATADIR%%/Timezone/posix/GB +%%DATADIR%%/Timezone/posix/GB-Eire +%%DATADIR%%/Timezone/posix/GMT +%%DATADIR%%/Timezone/posix/GMT+0 +%%DATADIR%%/Timezone/posix/GMT-0 +%%DATADIR%%/Timezone/posix/GMT0 +%%DATADIR%%/Timezone/posix/Greenwich +%%DATADIR%%/Timezone/posix/HST +%%DATADIR%%/Timezone/posix/Hongkong +%%DATADIR%%/Timezone/posix/Iceland +%%DATADIR%%/Timezone/posix/Indian/Antananarivo +%%DATADIR%%/Timezone/posix/Indian/Chagos +%%DATADIR%%/Timezone/posix/Indian/Christmas +%%DATADIR%%/Timezone/posix/Indian/Cocos +%%DATADIR%%/Timezone/posix/Indian/Comoro +%%DATADIR%%/Timezone/posix/Indian/Kerguelen +%%DATADIR%%/Timezone/posix/Indian/Mahe +%%DATADIR%%/Timezone/posix/Indian/Maldives +%%DATADIR%%/Timezone/posix/Indian/Mauritius +%%DATADIR%%/Timezone/posix/Indian/Mayotte +%%DATADIR%%/Timezone/posix/Indian/Reunion +%%DATADIR%%/Timezone/posix/Iran +%%DATADIR%%/Timezone/posix/Israel +%%DATADIR%%/Timezone/posix/Jamaica +%%DATADIR%%/Timezone/posix/Japan +%%DATADIR%%/Timezone/posix/Kwajalein +%%DATADIR%%/Timezone/posix/Libya +%%DATADIR%%/Timezone/posix/MET +%%DATADIR%%/Timezone/posix/MST +%%DATADIR%%/Timezone/posix/MST7MDT +%%DATADIR%%/Timezone/posix/Mexico/BajaNorte +%%DATADIR%%/Timezone/posix/Mexico/BajaSur +%%DATADIR%%/Timezone/posix/Mexico/General +%%DATADIR%%/Timezone/posix/Mideast/Riyadh87 +%%DATADIR%%/Timezone/posix/Mideast/Riyadh88 +%%DATADIR%%/Timezone/posix/Mideast/Riyadh89 +%%DATADIR%%/Timezone/posix/NZ +%%DATADIR%%/Timezone/posix/NZ-CHAT +%%DATADIR%%/Timezone/posix/Navajo +%%DATADIR%%/Timezone/posix/PRC +%%DATADIR%%/Timezone/posix/PST8PDT +%%DATADIR%%/Timezone/posix/Pacific/Apia +%%DATADIR%%/Timezone/posix/Pacific/Auckland +%%DATADIR%%/Timezone/posix/Pacific/Chatham +%%DATADIR%%/Timezone/posix/Pacific/Easter +%%DATADIR%%/Timezone/posix/Pacific/Efate +%%DATADIR%%/Timezone/posix/Pacific/Enderbury +%%DATADIR%%/Timezone/posix/Pacific/Fakaofo +%%DATADIR%%/Timezone/posix/Pacific/Fiji +%%DATADIR%%/Timezone/posix/Pacific/Funafuti +%%DATADIR%%/Timezone/posix/Pacific/Galapagos +%%DATADIR%%/Timezone/posix/Pacific/Gambier +%%DATADIR%%/Timezone/posix/Pacific/Guadalcanal +%%DATADIR%%/Timezone/posix/Pacific/Guam +%%DATADIR%%/Timezone/posix/Pacific/Honolulu +%%DATADIR%%/Timezone/posix/Pacific/Johnston +%%DATADIR%%/Timezone/posix/Pacific/Kiritimati +%%DATADIR%%/Timezone/posix/Pacific/Kosrae +%%DATADIR%%/Timezone/posix/Pacific/Kwajalein +%%DATADIR%%/Timezone/posix/Pacific/Majuro +%%DATADIR%%/Timezone/posix/Pacific/Marquesas +%%DATADIR%%/Timezone/posix/Pacific/Midway +%%DATADIR%%/Timezone/posix/Pacific/Nauru +%%DATADIR%%/Timezone/posix/Pacific/Niue +%%DATADIR%%/Timezone/posix/Pacific/Norfolk +%%DATADIR%%/Timezone/posix/Pacific/Noumea +%%DATADIR%%/Timezone/posix/Pacific/Pago_Pago +%%DATADIR%%/Timezone/posix/Pacific/Palau +%%DATADIR%%/Timezone/posix/Pacific/Pitcairn +%%DATADIR%%/Timezone/posix/Pacific/Ponape +%%DATADIR%%/Timezone/posix/Pacific/Port_Moresby +%%DATADIR%%/Timezone/posix/Pacific/Rarotonga +%%DATADIR%%/Timezone/posix/Pacific/Saipan +%%DATADIR%%/Timezone/posix/Pacific/Samoa +%%DATADIR%%/Timezone/posix/Pacific/Tahiti +%%DATADIR%%/Timezone/posix/Pacific/Tarawa +%%DATADIR%%/Timezone/posix/Pacific/Tongatapu +%%DATADIR%%/Timezone/posix/Pacific/Truk +%%DATADIR%%/Timezone/posix/Pacific/Wake +%%DATADIR%%/Timezone/posix/Pacific/Wallis +%%DATADIR%%/Timezone/posix/Pacific/Yap +%%DATADIR%%/Timezone/posix/Poland +%%DATADIR%%/Timezone/posix/Portugal +%%DATADIR%%/Timezone/posix/ROC +%%DATADIR%%/Timezone/posix/ROK +%%DATADIR%%/Timezone/posix/Singapore +%%DATADIR%%/Timezone/posix/SystemV/AST4 +%%DATADIR%%/Timezone/posix/SystemV/AST4ADT +%%DATADIR%%/Timezone/posix/SystemV/CST6 +%%DATADIR%%/Timezone/posix/SystemV/CST6CDT +%%DATADIR%%/Timezone/posix/SystemV/EST5 +%%DATADIR%%/Timezone/posix/SystemV/EST5EDT +%%DATADIR%%/Timezone/posix/SystemV/HST10 +%%DATADIR%%/Timezone/posix/SystemV/MST7 +%%DATADIR%%/Timezone/posix/SystemV/MST7MDT +%%DATADIR%%/Timezone/posix/SystemV/PST8 +%%DATADIR%%/Timezone/posix/SystemV/PST8PDT +%%DATADIR%%/Timezone/posix/SystemV/YST9 +%%DATADIR%%/Timezone/posix/SystemV/YST9YDT +%%DATADIR%%/Timezone/posix/Turkey +%%DATADIR%%/Timezone/posix/UCT +%%DATADIR%%/Timezone/posix/US/Alaska +%%DATADIR%%/Timezone/posix/US/Aleutian +%%DATADIR%%/Timezone/posix/US/Arizona +%%DATADIR%%/Timezone/posix/US/Central +%%DATADIR%%/Timezone/posix/US/East-Indiana +%%DATADIR%%/Timezone/posix/US/Eastern +%%DATADIR%%/Timezone/posix/US/Hawaii +%%DATADIR%%/Timezone/posix/US/Indiana-Starke +%%DATADIR%%/Timezone/posix/US/Michigan +%%DATADIR%%/Timezone/posix/US/Mountain +%%DATADIR%%/Timezone/posix/US/Pacific +%%DATADIR%%/Timezone/posix/US/Samoa +%%DATADIR%%/Timezone/posix/UTC +%%DATADIR%%/Timezone/posix/Universal +%%DATADIR%%/Timezone/posix/W-SU +%%DATADIR%%/Timezone/posix/WET +%%DATADIR%%/Timezone/posix/Zulu +%%DATADIR%%/Timezone/posixrules +%%DATADIR%%/Timezone/right/Africa/Abidjan +%%DATADIR%%/Timezone/right/Africa/Accra +%%DATADIR%%/Timezone/right/Africa/Addis_Ababa +%%DATADIR%%/Timezone/right/Africa/Algiers +%%DATADIR%%/Timezone/right/Africa/Asmera +%%DATADIR%%/Timezone/right/Africa/Bamako +%%DATADIR%%/Timezone/right/Africa/Bangui +%%DATADIR%%/Timezone/right/Africa/Banjul +%%DATADIR%%/Timezone/right/Africa/Bissau +%%DATADIR%%/Timezone/right/Africa/Blantyre +%%DATADIR%%/Timezone/right/Africa/Brazzaville +%%DATADIR%%/Timezone/right/Africa/Bujumbura +%%DATADIR%%/Timezone/right/Africa/Cairo +%%DATADIR%%/Timezone/right/Africa/Casablanca +%%DATADIR%%/Timezone/right/Africa/Ceuta +%%DATADIR%%/Timezone/right/Africa/Conakry +%%DATADIR%%/Timezone/right/Africa/Dakar +%%DATADIR%%/Timezone/right/Africa/Dar_es_Salaam +%%DATADIR%%/Timezone/right/Africa/Djibouti +%%DATADIR%%/Timezone/right/Africa/Douala +%%DATADIR%%/Timezone/right/Africa/El_Aaiun +%%DATADIR%%/Timezone/right/Africa/Freetown +%%DATADIR%%/Timezone/right/Africa/Gaborone +%%DATADIR%%/Timezone/right/Africa/Harare +%%DATADIR%%/Timezone/right/Africa/Johannesburg +%%DATADIR%%/Timezone/right/Africa/Kampala +%%DATADIR%%/Timezone/right/Africa/Khartoum +%%DATADIR%%/Timezone/right/Africa/Kigali +%%DATADIR%%/Timezone/right/Africa/Kinshasa +%%DATADIR%%/Timezone/right/Africa/Lagos +%%DATADIR%%/Timezone/right/Africa/Libreville +%%DATADIR%%/Timezone/right/Africa/Lome +%%DATADIR%%/Timezone/right/Africa/Luanda +%%DATADIR%%/Timezone/right/Africa/Lubumbashi +%%DATADIR%%/Timezone/right/Africa/Lusaka +%%DATADIR%%/Timezone/right/Africa/Malabo +%%DATADIR%%/Timezone/right/Africa/Maputo +%%DATADIR%%/Timezone/right/Africa/Maseru +%%DATADIR%%/Timezone/right/Africa/Mbabane +%%DATADIR%%/Timezone/right/Africa/Mogadishu +%%DATADIR%%/Timezone/right/Africa/Monrovia +%%DATADIR%%/Timezone/right/Africa/Nairobi +%%DATADIR%%/Timezone/right/Africa/Ndjamena +%%DATADIR%%/Timezone/right/Africa/Niamey +%%DATADIR%%/Timezone/right/Africa/Nouakchott +%%DATADIR%%/Timezone/right/Africa/Ouagadougou +%%DATADIR%%/Timezone/right/Africa/Porto-Novo +%%DATADIR%%/Timezone/right/Africa/Sao_Tome +%%DATADIR%%/Timezone/right/Africa/Timbuktu +%%DATADIR%%/Timezone/right/Africa/Tripoli +%%DATADIR%%/Timezone/right/Africa/Tunis +%%DATADIR%%/Timezone/right/Africa/Windhoek +%%DATADIR%%/Timezone/right/America/Adak +%%DATADIR%%/Timezone/right/America/Anchorage +%%DATADIR%%/Timezone/right/America/Anguilla +%%DATADIR%%/Timezone/right/America/Antigua +%%DATADIR%%/Timezone/right/America/Araguaina +%%DATADIR%%/Timezone/right/America/Aruba +%%DATADIR%%/Timezone/right/America/Asuncion +%%DATADIR%%/Timezone/right/America/Atka +%%DATADIR%%/Timezone/right/America/Barbados +%%DATADIR%%/Timezone/right/America/Belem +%%DATADIR%%/Timezone/right/America/Belize +%%DATADIR%%/Timezone/right/America/Boa_Vista +%%DATADIR%%/Timezone/right/America/Bogota +%%DATADIR%%/Timezone/right/America/Boise +%%DATADIR%%/Timezone/right/America/Buenos_Aires +%%DATADIR%%/Timezone/right/America/Cambridge_Bay +%%DATADIR%%/Timezone/right/America/Cancun +%%DATADIR%%/Timezone/right/America/Caracas +%%DATADIR%%/Timezone/right/America/Catamarca +%%DATADIR%%/Timezone/right/America/Cayenne +%%DATADIR%%/Timezone/right/America/Cayman +%%DATADIR%%/Timezone/right/America/Chicago +%%DATADIR%%/Timezone/right/America/Chihuahua +%%DATADIR%%/Timezone/right/America/Cordoba +%%DATADIR%%/Timezone/right/America/Costa_Rica +%%DATADIR%%/Timezone/right/America/Cuiaba +%%DATADIR%%/Timezone/right/America/Curacao +%%DATADIR%%/Timezone/right/America/Dawson +%%DATADIR%%/Timezone/right/America/Dawson_Creek +%%DATADIR%%/Timezone/right/America/Denver +%%DATADIR%%/Timezone/right/America/Detroit +%%DATADIR%%/Timezone/right/America/Dominica +%%DATADIR%%/Timezone/right/America/Edmonton +%%DATADIR%%/Timezone/right/America/El_Salvador +%%DATADIR%%/Timezone/right/America/Ensenada +%%DATADIR%%/Timezone/right/America/Fort_Wayne +%%DATADIR%%/Timezone/right/America/Fortaleza +%%DATADIR%%/Timezone/right/America/Glace_Bay +%%DATADIR%%/Timezone/right/America/Godthab +%%DATADIR%%/Timezone/right/America/Goose_Bay +%%DATADIR%%/Timezone/right/America/Grand_Turk +%%DATADIR%%/Timezone/right/America/Grenada +%%DATADIR%%/Timezone/right/America/Guadeloupe +%%DATADIR%%/Timezone/right/America/Guatemala +%%DATADIR%%/Timezone/right/America/Guayaquil +%%DATADIR%%/Timezone/right/America/Guyana +%%DATADIR%%/Timezone/right/America/Halifax +%%DATADIR%%/Timezone/right/America/Havana +%%DATADIR%%/Timezone/right/America/Hermosillo +%%DATADIR%%/Timezone/right/America/Indiana/Indianapolis +%%DATADIR%%/Timezone/right/America/Indiana/Knox +%%DATADIR%%/Timezone/right/America/Indiana/Marengo +%%DATADIR%%/Timezone/right/America/Indiana/Vevay +%%DATADIR%%/Timezone/right/America/Indianapolis +%%DATADIR%%/Timezone/right/America/Inuvik +%%DATADIR%%/Timezone/right/America/Iqaluit +%%DATADIR%%/Timezone/right/America/Jamaica +%%DATADIR%%/Timezone/right/America/Jujuy +%%DATADIR%%/Timezone/right/America/Juneau +%%DATADIR%%/Timezone/right/America/Knox_IN +%%DATADIR%%/Timezone/right/America/La_Paz +%%DATADIR%%/Timezone/right/America/Lima +%%DATADIR%%/Timezone/right/America/Los_Angeles +%%DATADIR%%/Timezone/right/America/Louisville +%%DATADIR%%/Timezone/right/America/Maceio +%%DATADIR%%/Timezone/right/America/Managua +%%DATADIR%%/Timezone/right/America/Manaus +%%DATADIR%%/Timezone/right/America/Martinique +%%DATADIR%%/Timezone/right/America/Mazatlan +%%DATADIR%%/Timezone/right/America/Mendoza +%%DATADIR%%/Timezone/right/America/Menominee +%%DATADIR%%/Timezone/right/America/Mexico_City +%%DATADIR%%/Timezone/right/America/Miquelon +%%DATADIR%%/Timezone/right/America/Montevideo +%%DATADIR%%/Timezone/right/America/Montreal +%%DATADIR%%/Timezone/right/America/Montserrat +%%DATADIR%%/Timezone/right/America/Nassau +%%DATADIR%%/Timezone/right/America/New_York +%%DATADIR%%/Timezone/right/America/Nipigon +%%DATADIR%%/Timezone/right/America/Nome +%%DATADIR%%/Timezone/right/America/Noronha +%%DATADIR%%/Timezone/right/America/Panama +%%DATADIR%%/Timezone/right/America/Pangnirtung +%%DATADIR%%/Timezone/right/America/Paramaribo +%%DATADIR%%/Timezone/right/America/Phoenix +%%DATADIR%%/Timezone/right/America/Port-au-Prince +%%DATADIR%%/Timezone/right/America/Port_of_Spain +%%DATADIR%%/Timezone/right/America/Porto_Acre +%%DATADIR%%/Timezone/right/America/Porto_Velho +%%DATADIR%%/Timezone/right/America/Puerto_Rico +%%DATADIR%%/Timezone/right/America/Rainy_River +%%DATADIR%%/Timezone/right/America/Rankin_Inlet +%%DATADIR%%/Timezone/right/America/Regina +%%DATADIR%%/Timezone/right/America/Rosario +%%DATADIR%%/Timezone/right/America/Santiago +%%DATADIR%%/Timezone/right/America/Santo_Domingo +%%DATADIR%%/Timezone/right/America/Sao_Paulo +%%DATADIR%%/Timezone/right/America/Scoresbysund +%%DATADIR%%/Timezone/right/America/Shiprock +%%DATADIR%%/Timezone/right/America/St_Johns +%%DATADIR%%/Timezone/right/America/St_Kitts +%%DATADIR%%/Timezone/right/America/St_Lucia +%%DATADIR%%/Timezone/right/America/St_Thomas +%%DATADIR%%/Timezone/right/America/St_Vincent +%%DATADIR%%/Timezone/right/America/Swift_Current +%%DATADIR%%/Timezone/right/America/Tegucigalpa +%%DATADIR%%/Timezone/right/America/Thule +%%DATADIR%%/Timezone/right/America/Thunder_Bay +%%DATADIR%%/Timezone/right/America/Tijuana +%%DATADIR%%/Timezone/right/America/Tortola +%%DATADIR%%/Timezone/right/America/Vancouver +%%DATADIR%%/Timezone/right/America/Virgin +%%DATADIR%%/Timezone/right/America/Whitehorse +%%DATADIR%%/Timezone/right/America/Winnipeg +%%DATADIR%%/Timezone/right/America/Yakutat +%%DATADIR%%/Timezone/right/America/Yellowknife +%%DATADIR%%/Timezone/right/Antarctica/Casey +%%DATADIR%%/Timezone/right/Antarctica/Davis +%%DATADIR%%/Timezone/right/Antarctica/DumontDUrville +%%DATADIR%%/Timezone/right/Antarctica/Mawson +%%DATADIR%%/Timezone/right/Antarctica/McMurdo +%%DATADIR%%/Timezone/right/Antarctica/Palmer +%%DATADIR%%/Timezone/right/Antarctica/South_Pole +%%DATADIR%%/Timezone/right/Antarctica/Syowa +%%DATADIR%%/Timezone/right/Arctic/Longyearbyen +%%DATADIR%%/Timezone/right/Asia/Aden +%%DATADIR%%/Timezone/right/Asia/Almaty +%%DATADIR%%/Timezone/right/Asia/Amman +%%DATADIR%%/Timezone/right/Asia/Anadyr +%%DATADIR%%/Timezone/right/Asia/Aqtau +%%DATADIR%%/Timezone/right/Asia/Aqtobe +%%DATADIR%%/Timezone/right/Asia/Ashkhabad +%%DATADIR%%/Timezone/right/Asia/Baghdad +%%DATADIR%%/Timezone/right/Asia/Bahrain +%%DATADIR%%/Timezone/right/Asia/Baku +%%DATADIR%%/Timezone/right/Asia/Bangkok +%%DATADIR%%/Timezone/right/Asia/Beirut +%%DATADIR%%/Timezone/right/Asia/Bishkek +%%DATADIR%%/Timezone/right/Asia/Brunei +%%DATADIR%%/Timezone/right/Asia/Calcutta +%%DATADIR%%/Timezone/right/Asia/Chungking +%%DATADIR%%/Timezone/right/Asia/Colombo +%%DATADIR%%/Timezone/right/Asia/Dacca +%%DATADIR%%/Timezone/right/Asia/Damascus +%%DATADIR%%/Timezone/right/Asia/Dili +%%DATADIR%%/Timezone/right/Asia/Dubai +%%DATADIR%%/Timezone/right/Asia/Dushanbe +%%DATADIR%%/Timezone/right/Asia/Gaza +%%DATADIR%%/Timezone/right/Asia/Harbin +%%DATADIR%%/Timezone/right/Asia/Hong_Kong +%%DATADIR%%/Timezone/right/Asia/Hovd +%%DATADIR%%/Timezone/right/Asia/Irkutsk +%%DATADIR%%/Timezone/right/Asia/Istanbul +%%DATADIR%%/Timezone/right/Asia/Jakarta +%%DATADIR%%/Timezone/right/Asia/Jayapura +%%DATADIR%%/Timezone/right/Asia/Jerusalem +%%DATADIR%%/Timezone/right/Asia/Kabul +%%DATADIR%%/Timezone/right/Asia/Kamchatka +%%DATADIR%%/Timezone/right/Asia/Karachi +%%DATADIR%%/Timezone/right/Asia/Kashgar +%%DATADIR%%/Timezone/right/Asia/Katmandu +%%DATADIR%%/Timezone/right/Asia/Krasnoyarsk +%%DATADIR%%/Timezone/right/Asia/Kuala_Lumpur +%%DATADIR%%/Timezone/right/Asia/Kuching +%%DATADIR%%/Timezone/right/Asia/Kuwait +%%DATADIR%%/Timezone/right/Asia/Macao +%%DATADIR%%/Timezone/right/Asia/Magadan +%%DATADIR%%/Timezone/right/Asia/Manila +%%DATADIR%%/Timezone/right/Asia/Muscat +%%DATADIR%%/Timezone/right/Asia/Nicosia +%%DATADIR%%/Timezone/right/Asia/Novosibirsk +%%DATADIR%%/Timezone/right/Asia/Omsk +%%DATADIR%%/Timezone/right/Asia/Phnom_Penh +%%DATADIR%%/Timezone/right/Asia/Pyongyang +%%DATADIR%%/Timezone/right/Asia/Qatar +%%DATADIR%%/Timezone/right/Asia/Rangoon +%%DATADIR%%/Timezone/right/Asia/Riyadh +%%DATADIR%%/Timezone/right/Asia/Riyadh87 +%%DATADIR%%/Timezone/right/Asia/Riyadh88 +%%DATADIR%%/Timezone/right/Asia/Riyadh89 +%%DATADIR%%/Timezone/right/Asia/Saigon +%%DATADIR%%/Timezone/right/Asia/Samarkand +%%DATADIR%%/Timezone/right/Asia/Seoul +%%DATADIR%%/Timezone/right/Asia/Shanghai +%%DATADIR%%/Timezone/right/Asia/Singapore +%%DATADIR%%/Timezone/right/Asia/Taipei +%%DATADIR%%/Timezone/right/Asia/Tashkent +%%DATADIR%%/Timezone/right/Asia/Tbilisi +%%DATADIR%%/Timezone/right/Asia/Tehran +%%DATADIR%%/Timezone/right/Asia/Tel_Aviv +%%DATADIR%%/Timezone/right/Asia/Thimbu +%%DATADIR%%/Timezone/right/Asia/Tokyo +%%DATADIR%%/Timezone/right/Asia/Ujung_Pandang +%%DATADIR%%/Timezone/right/Asia/Ulaanbaatar +%%DATADIR%%/Timezone/right/Asia/Ulan_Bator +%%DATADIR%%/Timezone/right/Asia/Urumqi +%%DATADIR%%/Timezone/right/Asia/Vientiane +%%DATADIR%%/Timezone/right/Asia/Vladivostok +%%DATADIR%%/Timezone/right/Asia/Yakutsk +%%DATADIR%%/Timezone/right/Asia/Yekaterinburg +%%DATADIR%%/Timezone/right/Asia/Yerevan +%%DATADIR%%/Timezone/right/Atlantic/Azores +%%DATADIR%%/Timezone/right/Atlantic/Bermuda +%%DATADIR%%/Timezone/right/Atlantic/Canary +%%DATADIR%%/Timezone/right/Atlantic/Cape_Verde +%%DATADIR%%/Timezone/right/Atlantic/Faeroe +%%DATADIR%%/Timezone/right/Atlantic/Jan_Mayen +%%DATADIR%%/Timezone/right/Atlantic/Madeira +%%DATADIR%%/Timezone/right/Atlantic/Reykjavik +%%DATADIR%%/Timezone/right/Atlantic/South_Georgia +%%DATADIR%%/Timezone/right/Atlantic/St_Helena +%%DATADIR%%/Timezone/right/Atlantic/Stanley +%%DATADIR%%/Timezone/right/Australia/ACT +%%DATADIR%%/Timezone/right/Australia/Adelaide +%%DATADIR%%/Timezone/right/Australia/Brisbane +%%DATADIR%%/Timezone/right/Australia/Broken_Hill +%%DATADIR%%/Timezone/right/Australia/Canberra +%%DATADIR%%/Timezone/right/Australia/Darwin +%%DATADIR%%/Timezone/right/Australia/Hobart +%%DATADIR%%/Timezone/right/Australia/LHI +%%DATADIR%%/Timezone/right/Australia/Lindeman +%%DATADIR%%/Timezone/right/Australia/Lord_Howe +%%DATADIR%%/Timezone/right/Australia/Melbourne +%%DATADIR%%/Timezone/right/Australia/NSW +%%DATADIR%%/Timezone/right/Australia/North +%%DATADIR%%/Timezone/right/Australia/Perth +%%DATADIR%%/Timezone/right/Australia/Queensland +%%DATADIR%%/Timezone/right/Australia/South +%%DATADIR%%/Timezone/right/Australia/Sydney +%%DATADIR%%/Timezone/right/Australia/Tasmania +%%DATADIR%%/Timezone/right/Australia/Victoria +%%DATADIR%%/Timezone/right/Australia/West +%%DATADIR%%/Timezone/right/Australia/Yancowinna +%%DATADIR%%/Timezone/right/Brazil/Acre +%%DATADIR%%/Timezone/right/Brazil/DeNoronha +%%DATADIR%%/Timezone/right/Brazil/East +%%DATADIR%%/Timezone/right/Brazil/West +%%DATADIR%%/Timezone/right/CET +%%DATADIR%%/Timezone/right/CST6CDT +%%DATADIR%%/Timezone/right/Canada/Atlantic +%%DATADIR%%/Timezone/right/Canada/Central +%%DATADIR%%/Timezone/right/Canada/East-Saskatchewan +%%DATADIR%%/Timezone/right/Canada/Eastern +%%DATADIR%%/Timezone/right/Canada/Mountain +%%DATADIR%%/Timezone/right/Canada/Newfoundland +%%DATADIR%%/Timezone/right/Canada/Pacific +%%DATADIR%%/Timezone/right/Canada/Saskatchewan +%%DATADIR%%/Timezone/right/Canada/Yukon +%%DATADIR%%/Timezone/right/Chile/Continental +%%DATADIR%%/Timezone/right/Chile/EasterIsland +%%DATADIR%%/Timezone/right/Cuba +%%DATADIR%%/Timezone/right/EET +%%DATADIR%%/Timezone/right/EST +%%DATADIR%%/Timezone/right/EST5EDT +%%DATADIR%%/Timezone/right/Egypt +%%DATADIR%%/Timezone/right/Eire +%%DATADIR%%/Timezone/right/Etc/GMT +%%DATADIR%%/Timezone/right/Etc/GMT+0 +%%DATADIR%%/Timezone/right/Etc/GMT+1 +%%DATADIR%%/Timezone/right/Etc/GMT+10 +%%DATADIR%%/Timezone/right/Etc/GMT+11 +%%DATADIR%%/Timezone/right/Etc/GMT+12 +%%DATADIR%%/Timezone/right/Etc/GMT+2 +%%DATADIR%%/Timezone/right/Etc/GMT+3 +%%DATADIR%%/Timezone/right/Etc/GMT+4 +%%DATADIR%%/Timezone/right/Etc/GMT+5 +%%DATADIR%%/Timezone/right/Etc/GMT+6 +%%DATADIR%%/Timezone/right/Etc/GMT+7 +%%DATADIR%%/Timezone/right/Etc/GMT+8 +%%DATADIR%%/Timezone/right/Etc/GMT+9 +%%DATADIR%%/Timezone/right/Etc/GMT-0 +%%DATADIR%%/Timezone/right/Etc/GMT-1 +%%DATADIR%%/Timezone/right/Etc/GMT-10 +%%DATADIR%%/Timezone/right/Etc/GMT-11 +%%DATADIR%%/Timezone/right/Etc/GMT-12 +%%DATADIR%%/Timezone/right/Etc/GMT-13 +%%DATADIR%%/Timezone/right/Etc/GMT-14 +%%DATADIR%%/Timezone/right/Etc/GMT-2 +%%DATADIR%%/Timezone/right/Etc/GMT-3 +%%DATADIR%%/Timezone/right/Etc/GMT-4 +%%DATADIR%%/Timezone/right/Etc/GMT-5 +%%DATADIR%%/Timezone/right/Etc/GMT-6 +%%DATADIR%%/Timezone/right/Etc/GMT-7 +%%DATADIR%%/Timezone/right/Etc/GMT-8 +%%DATADIR%%/Timezone/right/Etc/GMT-9 +%%DATADIR%%/Timezone/right/Etc/GMT0 +%%DATADIR%%/Timezone/right/Etc/Greenwich +%%DATADIR%%/Timezone/right/Etc/UCT +%%DATADIR%%/Timezone/right/Etc/UTC +%%DATADIR%%/Timezone/right/Etc/Universal +%%DATADIR%%/Timezone/right/Etc/Zulu +%%DATADIR%%/Timezone/right/Europe/Amsterdam +%%DATADIR%%/Timezone/right/Europe/Andorra +%%DATADIR%%/Timezone/right/Europe/Athens +%%DATADIR%%/Timezone/right/Europe/Belfast +%%DATADIR%%/Timezone/right/Europe/Belgrade +%%DATADIR%%/Timezone/right/Europe/Berlin +%%DATADIR%%/Timezone/right/Europe/Bratislava +%%DATADIR%%/Timezone/right/Europe/Brussels +%%DATADIR%%/Timezone/right/Europe/Bucharest +%%DATADIR%%/Timezone/right/Europe/Budapest +%%DATADIR%%/Timezone/right/Europe/Chisinau +%%DATADIR%%/Timezone/right/Europe/Copenhagen +%%DATADIR%%/Timezone/right/Europe/Dublin +%%DATADIR%%/Timezone/right/Europe/Gibraltar +%%DATADIR%%/Timezone/right/Europe/Helsinki +%%DATADIR%%/Timezone/right/Europe/Istanbul +%%DATADIR%%/Timezone/right/Europe/Kaliningrad +%%DATADIR%%/Timezone/right/Europe/Kiev +%%DATADIR%%/Timezone/right/Europe/Lisbon +%%DATADIR%%/Timezone/right/Europe/Ljubljana +%%DATADIR%%/Timezone/right/Europe/London +%%DATADIR%%/Timezone/right/Europe/Luxembourg +%%DATADIR%%/Timezone/right/Europe/Madrid +%%DATADIR%%/Timezone/right/Europe/Malta +%%DATADIR%%/Timezone/right/Europe/Minsk +%%DATADIR%%/Timezone/right/Europe/Monaco +%%DATADIR%%/Timezone/right/Europe/Moscow +%%DATADIR%%/Timezone/right/Europe/Oslo +%%DATADIR%%/Timezone/right/Europe/Paris +%%DATADIR%%/Timezone/right/Europe/Prague +%%DATADIR%%/Timezone/right/Europe/Riga +%%DATADIR%%/Timezone/right/Europe/Rome +%%DATADIR%%/Timezone/right/Europe/Samara +%%DATADIR%%/Timezone/right/Europe/San_Marino +%%DATADIR%%/Timezone/right/Europe/Sarajevo +%%DATADIR%%/Timezone/right/Europe/Simferopol +%%DATADIR%%/Timezone/right/Europe/Skopje +%%DATADIR%%/Timezone/right/Europe/Sofia +%%DATADIR%%/Timezone/right/Europe/Stockholm +%%DATADIR%%/Timezone/right/Europe/Tallinn +%%DATADIR%%/Timezone/right/Europe/Tirane +%%DATADIR%%/Timezone/right/Europe/Tiraspol +%%DATADIR%%/Timezone/right/Europe/Uzhgorod +%%DATADIR%%/Timezone/right/Europe/Vaduz +%%DATADIR%%/Timezone/right/Europe/Vatican +%%DATADIR%%/Timezone/right/Europe/Vienna +%%DATADIR%%/Timezone/right/Europe/Vilnius +%%DATADIR%%/Timezone/right/Europe/Warsaw +%%DATADIR%%/Timezone/right/Europe/Zagreb +%%DATADIR%%/Timezone/right/Europe/Zaporozhye +%%DATADIR%%/Timezone/right/Europe/Zurich +%%DATADIR%%/Timezone/right/Factory +%%DATADIR%%/Timezone/right/GB +%%DATADIR%%/Timezone/right/GB-Eire +%%DATADIR%%/Timezone/right/GMT +%%DATADIR%%/Timezone/right/GMT+0 +%%DATADIR%%/Timezone/right/GMT-0 +%%DATADIR%%/Timezone/right/GMT0 +%%DATADIR%%/Timezone/right/Greenwich +%%DATADIR%%/Timezone/right/HST +%%DATADIR%%/Timezone/right/Hongkong +%%DATADIR%%/Timezone/right/Iceland +%%DATADIR%%/Timezone/right/Indian/Antananarivo +%%DATADIR%%/Timezone/right/Indian/Chagos +%%DATADIR%%/Timezone/right/Indian/Christmas +%%DATADIR%%/Timezone/right/Indian/Cocos +%%DATADIR%%/Timezone/right/Indian/Comoro +%%DATADIR%%/Timezone/right/Indian/Kerguelen +%%DATADIR%%/Timezone/right/Indian/Mahe +%%DATADIR%%/Timezone/right/Indian/Maldives +%%DATADIR%%/Timezone/right/Indian/Mauritius +%%DATADIR%%/Timezone/right/Indian/Mayotte +%%DATADIR%%/Timezone/right/Indian/Reunion +%%DATADIR%%/Timezone/right/Iran +%%DATADIR%%/Timezone/right/Israel +%%DATADIR%%/Timezone/right/Jamaica +%%DATADIR%%/Timezone/right/Japan +%%DATADIR%%/Timezone/right/Kwajalein +%%DATADIR%%/Timezone/right/Libya +%%DATADIR%%/Timezone/right/MET +%%DATADIR%%/Timezone/right/MST +%%DATADIR%%/Timezone/right/MST7MDT +%%DATADIR%%/Timezone/right/Mexico/BajaNorte +%%DATADIR%%/Timezone/right/Mexico/BajaSur +%%DATADIR%%/Timezone/right/Mexico/General +%%DATADIR%%/Timezone/right/Mideast/Riyadh87 +%%DATADIR%%/Timezone/right/Mideast/Riyadh88 +%%DATADIR%%/Timezone/right/Mideast/Riyadh89 +%%DATADIR%%/Timezone/right/NZ +%%DATADIR%%/Timezone/right/NZ-CHAT +%%DATADIR%%/Timezone/right/Navajo +%%DATADIR%%/Timezone/right/PRC +%%DATADIR%%/Timezone/right/PST8PDT +%%DATADIR%%/Timezone/right/Pacific/Apia +%%DATADIR%%/Timezone/right/Pacific/Auckland +%%DATADIR%%/Timezone/right/Pacific/Chatham +%%DATADIR%%/Timezone/right/Pacific/Easter +%%DATADIR%%/Timezone/right/Pacific/Efate +%%DATADIR%%/Timezone/right/Pacific/Enderbury +%%DATADIR%%/Timezone/right/Pacific/Fakaofo +%%DATADIR%%/Timezone/right/Pacific/Fiji +%%DATADIR%%/Timezone/right/Pacific/Funafuti +%%DATADIR%%/Timezone/right/Pacific/Galapagos +%%DATADIR%%/Timezone/right/Pacific/Gambier +%%DATADIR%%/Timezone/right/Pacific/Guadalcanal +%%DATADIR%%/Timezone/right/Pacific/Guam +%%DATADIR%%/Timezone/right/Pacific/Honolulu +%%DATADIR%%/Timezone/right/Pacific/Johnston +%%DATADIR%%/Timezone/right/Pacific/Kiritimati +%%DATADIR%%/Timezone/right/Pacific/Kosrae +%%DATADIR%%/Timezone/right/Pacific/Kwajalein +%%DATADIR%%/Timezone/right/Pacific/Majuro +%%DATADIR%%/Timezone/right/Pacific/Marquesas +%%DATADIR%%/Timezone/right/Pacific/Midway +%%DATADIR%%/Timezone/right/Pacific/Nauru +%%DATADIR%%/Timezone/right/Pacific/Niue +%%DATADIR%%/Timezone/right/Pacific/Norfolk +%%DATADIR%%/Timezone/right/Pacific/Noumea +%%DATADIR%%/Timezone/right/Pacific/Pago_Pago +%%DATADIR%%/Timezone/right/Pacific/Palau +%%DATADIR%%/Timezone/right/Pacific/Pitcairn +%%DATADIR%%/Timezone/right/Pacific/Ponape +%%DATADIR%%/Timezone/right/Pacific/Port_Moresby +%%DATADIR%%/Timezone/right/Pacific/Rarotonga +%%DATADIR%%/Timezone/right/Pacific/Saipan +%%DATADIR%%/Timezone/right/Pacific/Samoa +%%DATADIR%%/Timezone/right/Pacific/Tahiti +%%DATADIR%%/Timezone/right/Pacific/Tarawa +%%DATADIR%%/Timezone/right/Pacific/Tongatapu +%%DATADIR%%/Timezone/right/Pacific/Truk +%%DATADIR%%/Timezone/right/Pacific/Wake +%%DATADIR%%/Timezone/right/Pacific/Wallis +%%DATADIR%%/Timezone/right/Pacific/Yap +%%DATADIR%%/Timezone/right/Poland +%%DATADIR%%/Timezone/right/Portugal +%%DATADIR%%/Timezone/right/ROC +%%DATADIR%%/Timezone/right/ROK +%%DATADIR%%/Timezone/right/Singapore +%%DATADIR%%/Timezone/right/SystemV/AST4 +%%DATADIR%%/Timezone/right/SystemV/AST4ADT +%%DATADIR%%/Timezone/right/SystemV/CST6 +%%DATADIR%%/Timezone/right/SystemV/CST6CDT +%%DATADIR%%/Timezone/right/SystemV/EST5 +%%DATADIR%%/Timezone/right/SystemV/EST5EDT +%%DATADIR%%/Timezone/right/SystemV/HST10 +%%DATADIR%%/Timezone/right/SystemV/MST7 +%%DATADIR%%/Timezone/right/SystemV/MST7MDT +%%DATADIR%%/Timezone/right/SystemV/PST8 +%%DATADIR%%/Timezone/right/SystemV/PST8PDT +%%DATADIR%%/Timezone/right/SystemV/YST9 +%%DATADIR%%/Timezone/right/SystemV/YST9YDT +%%DATADIR%%/Timezone/right/Turkey +%%DATADIR%%/Timezone/right/UCT +%%DATADIR%%/Timezone/right/US/Alaska +%%DATADIR%%/Timezone/right/US/Aleutian +%%DATADIR%%/Timezone/right/US/Arizona +%%DATADIR%%/Timezone/right/US/Central +%%DATADIR%%/Timezone/right/US/East-Indiana +%%DATADIR%%/Timezone/right/US/Eastern +%%DATADIR%%/Timezone/right/US/Hawaii +%%DATADIR%%/Timezone/right/US/Indiana-Starke +%%DATADIR%%/Timezone/right/US/Michigan +%%DATADIR%%/Timezone/right/US/Mountain +%%DATADIR%%/Timezone/right/US/Pacific +%%DATADIR%%/Timezone/right/US/Samoa +%%DATADIR%%/Timezone/right/UTC +%%DATADIR%%/Timezone/right/Universal +%%DATADIR%%/Timezone/right/W-SU +%%DATADIR%%/Timezone/right/WET +%%DATADIR%%/Timezone/right/Zulu +%%DATADIR%%/Timezone/zone.tab +%%DATADIR%%/Traffic/KLM/KLM.xml +%%DATADIR%%/Traffic/KLM/MD11/MD11.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCA.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCB.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCC.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCD.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCE.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCF.xml +%%DATADIR%%/Traffic/KLM/MD11/PH-KCG.xml +%%DATADIR%%/Traffic/UAL/737/737.xml +%%DATADIR%%/Traffic/UAL/737/N376UA.xml +%%DATADIR%%/Traffic/UAL/737/N377UA.xml +%%DATADIR%%/Traffic/UAL/737/N388UA.xml +%%DATADIR%%/Traffic/UAL/737/N390UA.xml +%%DATADIR%%/Traffic/UAL/UAL.xml +%%DATADIR%%/Traffic/fgtraffic.xml +%%DATADIR%%/Traffic/test.xml +%%DATADIR%%/Translations/locale.xml +%%DATADIR%%/Translations/strings-de.xml +%%DATADIR%%/Translations/strings-default.xml +%%DATADIR%%/Translations/strings-fr.xml +%%DATADIR%%/Translations/strings-it.xml +%%DATADIR%%/Translations/strings-nl.xml +%%DATADIR%%/Translations/strings-pl-win.xml +%%DATADIR%%/Translations/strings-pl.xml +%%DATADIR%%/Weather/MetarObs.txt.test +%%DATADIR%%/gui/dialogs/air.xml +%%DATADIR%%/gui/dialogs/aircraft.xml +%%DATADIR%%/gui/dialogs/airports.xml +%%DATADIR%%/gui/dialogs/atc-ai.xml +%%DATADIR%%/gui/dialogs/autopilot.xml +%%DATADIR%%/gui/dialogs/clouds.xml +%%DATADIR%%/gui/dialogs/exit.xml +%%DATADIR%%/gui/dialogs/gps.xml +%%DATADIR%%/gui/dialogs/instrument-failures.xml +%%DATADIR%%/gui/dialogs/instruments.xml +%%DATADIR%%/gui/dialogs/location-in-air.xml +%%DATADIR%%/gui/dialogs/location-on-ground.xml +%%DATADIR%%/gui/dialogs/logging.xml +%%DATADIR%%/gui/dialogs/radios.xml +%%DATADIR%%/gui/dialogs/rendering.xml +%%DATADIR%%/gui/dialogs/replay.xml +%%DATADIR%%/gui/dialogs/scenery_loading.xml +%%DATADIR%%/gui/dialogs/sound.xml +%%DATADIR%%/gui/dialogs/static-lod.xml +%%DATADIR%%/gui/dialogs/system-failures.xml +%%DATADIR%%/gui/dialogs/timeofday.xml +%%DATADIR%%/gui/dialogs/weather.xml +%%DATADIR%%/gui/dialogs/winds.xml +%%DATADIR%%/gui/menubar.xml +%%DATADIR%%/joysticks.xml +%%DATADIR%%/keyboard.xml +%%DATADIR%%/large.sky +%%DATADIR%%/materials.dtd +%%DATADIR%%/materials.xml +%%DATADIR%%/mice.xml +%%DATADIR%%/options.xml +%%DATADIR%%/preferences.xml +%%DATADIR%%/version +@dirrm %%DATADIR%%/man +@dirrm %%DATADIR%%/gui/dialogs +@dirrm %%DATADIR%%/gui +@dirrm %%DATADIR%%/Weather +@dirrm %%DATADIR%%/Translations +@dirrm %%DATADIR%%/Traffic/UAL/737 +@dirrm %%DATADIR%%/Traffic/UAL +@dirrm %%DATADIR%%/Traffic/KLM/MD11 +@dirrm %%DATADIR%%/Traffic/KLM +@dirrm %%DATADIR%%/Traffic +@dirrm %%DATADIR%%/Timezone/right/US +@dirrm %%DATADIR%%/Timezone/right/SystemV +@dirrm %%DATADIR%%/Timezone/right/Pacific +@dirrm %%DATADIR%%/Timezone/right/Mideast +@dirrm %%DATADIR%%/Timezone/right/Mexico +@dirrm %%DATADIR%%/Timezone/right/Indian +@dirrm %%DATADIR%%/Timezone/right/Europe +@dirrm %%DATADIR%%/Timezone/right/Etc +@dirrm %%DATADIR%%/Timezone/right/Chile +@dirrm %%DATADIR%%/Timezone/right/Canada +@dirrm %%DATADIR%%/Timezone/right/Brazil +@dirrm %%DATADIR%%/Timezone/right/Australia +@dirrm %%DATADIR%%/Timezone/right/Atlantic +@dirrm %%DATADIR%%/Timezone/right/Asia +@dirrm %%DATADIR%%/Timezone/right/Arctic +@dirrm %%DATADIR%%/Timezone/right/Antarctica +@dirrm %%DATADIR%%/Timezone/right/America/Indiana +@dirrm %%DATADIR%%/Timezone/right/America +@dirrm %%DATADIR%%/Timezone/right/Africa +@dirrm %%DATADIR%%/Timezone/right +@dirrm %%DATADIR%%/Timezone/posix/US +@dirrm %%DATADIR%%/Timezone/posix/SystemV +@dirrm %%DATADIR%%/Timezone/posix/Pacific +@dirrm %%DATADIR%%/Timezone/posix/Mideast +@dirrm %%DATADIR%%/Timezone/posix/Mexico +@dirrm %%DATADIR%%/Timezone/posix/Indian +@dirrm %%DATADIR%%/Timezone/posix/Europe +@dirrm %%DATADIR%%/Timezone/posix/Etc +@dirrm %%DATADIR%%/Timezone/posix/Chile +@dirrm %%DATADIR%%/Timezone/posix/Canada +@dirrm %%DATADIR%%/Timezone/posix/Brazil +@dirrm %%DATADIR%%/Timezone/posix/Australia +@dirrm %%DATADIR%%/Timezone/posix/Atlantic +@dirrm %%DATADIR%%/Timezone/posix/Asia +@dirrm %%DATADIR%%/Timezone/posix/Arctic +@dirrm %%DATADIR%%/Timezone/posix/Antarctica +@dirrm %%DATADIR%%/Timezone/posix/America/Indiana +@dirrm %%DATADIR%%/Timezone/posix/America +@dirrm %%DATADIR%%/Timezone/posix/Africa +@dirrm %%DATADIR%%/Timezone/posix +@dirrm %%DATADIR%%/Timezone/US +@dirrm %%DATADIR%%/Timezone/SystemV +@dirrm %%DATADIR%%/Timezone/Pacific +@dirrm %%DATADIR%%/Timezone/Mideast +@dirrm %%DATADIR%%/Timezone/Mexico +@dirrm %%DATADIR%%/Timezone/Indian +@dirrm %%DATADIR%%/Timezone/Europe +@dirrm %%DATADIR%%/Timezone/Etc +@dirrm %%DATADIR%%/Timezone/Chile +@dirrm %%DATADIR%%/Timezone/Canada +@dirrm %%DATADIR%%/Timezone/Brazil +@dirrm %%DATADIR%%/Timezone/Australia +@dirrm %%DATADIR%%/Timezone/Atlantic +@dirrm %%DATADIR%%/Timezone/Asia +@dirrm %%DATADIR%%/Timezone/Arctic +@dirrm %%DATADIR%%/Timezone/Antarctica +@dirrm %%DATADIR%%/Timezone/America/Indiana +@dirrm %%DATADIR%%/Timezone/America +@dirrm %%DATADIR%%/Timezone/Africa +@dirrm %%DATADIR%%/Timezone +@dirrm %%DATADIR%%/Textures/Terrain +@dirrm %%DATADIR%%/Textures/Sky +@dirrm %%DATADIR%%/Textures/Runway +@dirrm %%DATADIR%%/Textures/Panel +@dirrm %%DATADIR%%/Textures.high/Terrain +@dirrm %%DATADIR%%/Textures.high/Sky +@dirrm %%DATADIR%%/Textures.high/Runway +@dirrm %%DATADIR%%/Textures.high +@dirrm %%DATADIR%%/Textures +@dirrm %%DATADIR%%/Sounds +@dirrm %%DATADIR%%/Scenery/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/w130n30/w122n37 +@dirrm %%DATADIR%%/Scenery/w130n30 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w122n37 +@dirrm %%DATADIR%%/Scenery/Terrain/w130n30 +@dirrm %%DATADIR%%/Scenery/Terrain +@dirrm %%DATADIR%%/Scenery/Objects/w130n30/w123n37 +@dirrm %%DATADIR%%/Scenery/Objects/w130n30 +@dirrm %%DATADIR%%/Scenery/Objects +@dirrm %%DATADIR%%/Scenery +@dirrm %%DATADIR%%/Protocol +@dirrm %%DATADIR%%/Navaids +@dirrm %%DATADIR%%/Nasal +@dirrm %%DATADIR%%/Models/Trees +@dirrm %%DATADIR%%/Models/Textures +@dirrm %%DATADIR%%/Models/Structures +@dirrm %%DATADIR%%/Models/Geometry +@dirrm %%DATADIR%%/Models/Fauna +@dirrm %%DATADIR%%/Models/Buildings +@dirrm %%DATADIR%%/Models/Bridges +@dirrm %%DATADIR%%/Models/Airport +@dirrm %%DATADIR%%/Models/3ds +@dirrm %%DATADIR%%/Models +@dirrm %%DATADIR%%/Lighting +@dirrm %%DATADIR%%/Input/Joysticks/ThrustMaster +@dirrm %%DATADIR%%/Input/Joysticks/Saitek +@dirrm %%DATADIR%%/Input/Joysticks/Microsoft +@dirrm %%DATADIR%%/Input/Joysticks/Macally +@dirrm %%DATADIR%%/Input/Joysticks/Logitech +@dirrm %%DATADIR%%/Input/Joysticks/LewEngineering +@dirrm %%DATADIR%%/Input/Joysticks/Default +@dirrm %%DATADIR%%/Input/Joysticks/CH +@dirrm %%DATADIR%%/Input/Joysticks +@dirrm %%DATADIR%%/Input +@dirrm %%DATADIR%%/Huds/Minimal +@dirrm %%DATADIR%%/Huds/Instruments/Minimal +@dirrm %%DATADIR%%/Huds/Instruments/Engineering +@dirrm %%DATADIR%%/Huds/Instruments/Default +@dirrm %%DATADIR%%/Huds/Instruments/Custom +@dirrm %%DATADIR%%/Huds/Instruments +@dirrm %%DATADIR%%/Huds/Engineering +@dirrm %%DATADIR%%/Huds/Default +@dirrm %%DATADIR%%/Huds/Custom +@dirrm %%DATADIR%%/Huds +@dirrm %%DATADIR%%/Fonts +@dirrm %%DATADIR%%/Engine +@dirrm %%DATADIR%%/Docs/keyboard +@dirrm %%DATADIR%%/Docs/Serial +@dirrm %%DATADIR%%/Docs/InstallGuide/html +@dirrm %%DATADIR%%/Docs/InstallGuide +@dirrm %%DATADIR%%/Docs-mini +@dirrm %%DATADIR%%/Docs +@dirrm %%DATADIR%%/Data/Terrain +@dirrm %%DATADIR%%/Data/SkyClouds +@dirrm %%DATADIR%%/Data/SkyBoxes +@dirrm %%DATADIR%%/Data/Models/PittsBiplane +@dirrm %%DATADIR%%/Data/Models +@dirrm %%DATADIR%%/Data/AI/FlightPlans +@dirrm %%DATADIR%%/Data/AI +@dirrm %%DATADIR%%/Data +@dirrm %%DATADIR%%/Astro +@dirrm %%DATADIR%%/Airports +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models +@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903 +@dirrm %%DATADIR%%/Aircraft/ufo/Models +@dirrm %%DATADIR%%/Aircraft/ufo +@dirrm %%DATADIR%%/Aircraft/tu154/Systems +@dirrm %%DATADIR%%/Aircraft/tu154/Sounds +@dirrm %%DATADIR%%/Aircraft/tu154/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/tu154/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/tu154/Panels +@dirrm %%DATADIR%%/Aircraft/tu154/Models +@dirrm %%DATADIR%%/Aircraft/tu154 +@dirrm %%DATADIR%%/Aircraft/t6texan2/Sounds +@dirrm %%DATADIR%%/Aircraft/t6texan2/Models +@dirrm %%DATADIR%%/Aircraft/t6texan2 +@dirrm %%DATADIR%%/Aircraft/sgs233/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/sgs233/Panels +@dirrm %%DATADIR%%/Aircraft/sgs233/Models +@dirrm %%DATADIR%%/Aircraft/sgs233/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/sgs233/Instruments +@dirrm %%DATADIR%%/Aircraft/sgs233 +@dirrm %%DATADIR%%/Aircraft/seahawk/Systems +@dirrm %%DATADIR%%/Aircraft/seahawk/Sounds/Samples +@dirrm %%DATADIR%%/Aircraft/seahawk/Sounds +@dirrm %%DATADIR%%/Aircraft/seahawk/Panel +@dirrm %%DATADIR%%/Aircraft/seahawk/Models +@dirrm %%DATADIR%%/Aircraft/seahawk +@dirrm %%DATADIR%%/Aircraft/pa28-161/Models +@dirrm %%DATADIR%%/Aircraft/pa28-161 +@dirrm %%DATADIR%%/Aircraft/p51d/Sounds +@dirrm %%DATADIR%%/Aircraft/p51d/Models +@dirrm %%DATADIR%%/Aircraft/p51d +@dirrm %%DATADIR%%/Aircraft/ornithopter/Sounds +@dirrm %%DATADIR%%/Aircraft/ornithopter/Models +@dirrm %%DATADIR%%/Aircraft/ornithopter +@dirrm %%DATADIR%%/Aircraft/j3cub/Models +@dirrm %%DATADIR%%/Aircraft/j3cub +@dirrm %%DATADIR%%/Aircraft/j22/Models +@dirrm %%DATADIR%%/Aircraft/j22/Huds +@dirrm %%DATADIR%%/Aircraft/j22 +@dirrm %%DATADIR%%/Aircraft/f16/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/f16/Panels +@dirrm %%DATADIR%%/Aircraft/f16/Models +@dirrm %%DATADIR%%/Aircraft/f16/Hud +@dirrm %%DATADIR%%/Aircraft/f16/Engines +@dirrm %%DATADIR%%/Aircraft/f16 +@dirrm %%DATADIR%%/Aircraft/dc3/Sounds +@dirrm %%DATADIR%%/Aircraft/dc3/Models +@dirrm %%DATADIR%%/Aircraft/dc3 +@dirrm %%DATADIR%%/Aircraft/c310u3a/Models +@dirrm %%DATADIR%%/Aircraft/c310u3a/Engines +@dirrm %%DATADIR%%/Aircraft/c310u3a +@dirrm %%DATADIR%%/Aircraft/c310/Models +@dirrm %%DATADIR%%/Aircraft/c310/Engines +@dirrm %%DATADIR%%/Aircraft/c310 +@dirrm %%DATADIR%%/Aircraft/c182/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/c182/Panels +@dirrm %%DATADIR%%/Aircraft/c182/Engines +@dirrm %%DATADIR%%/Aircraft/c182 +@dirrm %%DATADIR%%/Aircraft/c172x/Engines +@dirrm %%DATADIR%%/Aircraft/c172x +@dirrm %%DATADIR%%/Aircraft/c172r/Engines +@dirrm %%DATADIR%%/Aircraft/c172r +@dirrm %%DATADIR%%/Aircraft/c172p/Systems +@dirrm %%DATADIR%%/Aircraft/c172p/Models/labels +@dirrm %%DATADIR%%/Aircraft/c172p/Models +@dirrm %%DATADIR%%/Aircraft/c172p/Engines +@dirrm %%DATADIR%%/Aircraft/c172p +@dirrm %%DATADIR%%/Aircraft/c172/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/c172/Panels +@dirrm %%DATADIR%%/Aircraft/c172/Models +@dirrm %%DATADIR%%/Aircraft/c172/Engines +@dirrm %%DATADIR%%/Aircraft/c172-le/Models +@dirrm %%DATADIR%%/Aircraft/c172-le +@dirrm %%DATADIR%%/Aircraft/c172 +@dirrm %%DATADIR%%/Aircraft/bo105/Models +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/tach +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/asi +@dirrm %%DATADIR%%/Aircraft/bo105/Instruments +@dirrm %%DATADIR%%/Aircraft/bo105 +@dirrm %%DATADIR%%/Aircraft/beech99/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Sounds +@dirrm %%DATADIR%%/Aircraft/beech99/Models/uiuc/beech99 +@dirrm %%DATADIR%%/Aircraft/beech99/Models/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old/uiuc/beech99 +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old/uiuc +@dirrm %%DATADIR%%/Aircraft/beech99/Models.old +@dirrm %%DATADIR%%/Aircraft/beech99/Models +@dirrm %%DATADIR%%/Aircraft/beech99/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/beech99/Instruments +@dirrm %%DATADIR%%/Aircraft/beech99 +@dirrm %%DATADIR%%/Aircraft/a4/Sounds/uiuc +@dirrm %%DATADIR%%/Aircraft/a4/Sounds +@dirrm %%DATADIR%%/Aircraft/a4/Models +@dirrm %%DATADIR%%/Aircraft/a4 +@dirrm %%DATADIR%%/Aircraft/YF-23/Systems +@dirrm %%DATADIR%%/Aircraft/YF-23/Sounds/Samples +@dirrm %%DATADIR%%/Aircraft/YF-23/Sounds +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/YF-23/Panels +@dirrm %%DATADIR%%/Aircraft/YF-23/Models +@dirrm %%DATADIR%%/Aircraft/YF-23/Huds +@dirrm %%DATADIR%%/Aircraft/YF-23 +@dirrm %%DATADIR%%/Aircraft/X15/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/X15/Panels +@dirrm %%DATADIR%%/Aircraft/X15/Models +@dirrm %%DATADIR%%/Aircraft/X15/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/X15/Instruments +@dirrm %%DATADIR%%/Aircraft/X15/Engines +@dirrm %%DATADIR%%/Aircraft/X15 +@dirrm %%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/ornithopter +@dirrm %%DATADIR%%/Aircraft/UIUC/marchetti-v1 +@dirrm %%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1/doc +@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1 +@dirrm %%DATADIR%%/Aircraft/UIUC/asw20-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/a4-v1-nl +@dirrm %%DATADIR%%/Aircraft/UIUC/Models/opus +@dirrm %%DATADIR%%/Aircraft/UIUC/Models +@dirrm %%DATADIR%%/Aircraft/UIUC +@dirrm %%DATADIR%%/Aircraft/T38/Sounds +@dirrm %%DATADIR%%/Aircraft/T38/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/T38/Panels +@dirrm %%DATADIR%%/Aircraft/T38/Models +@dirrm %%DATADIR%%/Aircraft/T38/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/T38/Instruments +@dirrm %%DATADIR%%/Aircraft/T38/Engines +@dirrm %%DATADIR%%/Aircraft/T38 +@dirrm %%DATADIR%%/Aircraft/Spitfire/Sounds +@dirrm %%DATADIR%%/Aircraft/Spitfire/Models +@dirrm %%DATADIR%%/Aircraft/Spitfire/Electrical +@dirrm %%DATADIR%%/Aircraft/Spitfire +@dirrm %%DATADIR%%/Aircraft/OV10/Sounds +@dirrm %%DATADIR%%/Aircraft/OV10/Panels +@dirrm %%DATADIR%%/Aircraft/OV10/Models +@dirrm %%DATADIR%%/Aircraft/OV10/Engines +@dirrm %%DATADIR%%/Aircraft/OV10 +@dirrm %%DATADIR%%/Aircraft/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vsi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vor +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tc +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tach +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/kx170b +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/hi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/egt +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/controls +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/comp +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/clock +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/asi +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/alt +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/ai +@dirrm %%DATADIR%%/Aircraft/Instruments-3d/adf +@dirrm %%DATADIR%%/Aircraft/Instruments-3d +@dirrm %%DATADIR%%/Aircraft/Instruments +@dirrm %%DATADIR%%/Aircraft/Hunter/Systems +@dirrm %%DATADIR%%/Aircraft/Hunter/Sounds +@dirrm %%DATADIR%%/Aircraft/Hunter/Models +@dirrm %%DATADIR%%/Aircraft/Hunter +@dirrm %%DATADIR%%/Aircraft/Generic +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Systems +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Sounds +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Panels +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Models +@dirrm %%DATADIR%%/Aircraft/ComperSwift/Huds +@dirrm %%DATADIR%%/Aircraft/ComperSwift +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Systems +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Sounds +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Panels +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Nasal +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Models +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2/Huds +@dirrm %%DATADIR%%/Aircraft/BAC-TSR2 +@dirrm %%DATADIR%%/Aircraft/B-52F/Systems +@dirrm %%DATADIR%%/Aircraft/B-52F/Sounds +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/B-52F/Panels +@dirrm %%DATADIR%%/Aircraft/B-52F/Nasal +@dirrm %%DATADIR%%/Aircraft/B-52F/Models +@dirrm %%DATADIR%%/Aircraft/B-52F/Huds +@dirrm %%DATADIR%%/Aircraft/B-52F +@dirrm %%DATADIR%%/Aircraft/AN-225/Systems +@dirrm %%DATADIR%%/Aircraft/AN-225/Sounds +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/AN-225/Panels +@dirrm %%DATADIR%%/Aircraft/AN-225/Nasal +@dirrm %%DATADIR%%/Aircraft/AN-225/Models +@dirrm %%DATADIR%%/Aircraft/AN-225/Huds +@dirrm %%DATADIR%%/Aircraft/AN-225 +@dirrm %%DATADIR%%/Aircraft/A320/Sounds +@dirrm %%DATADIR%%/Aircraft/A320/Models +@dirrm %%DATADIR%%/Aircraft/A320/Engines +@dirrm %%DATADIR%%/Aircraft/A320 +@dirrm %%DATADIR%%/Aircraft/A-10/Systems +@dirrm %%DATADIR%%/Aircraft/A-10/Sounds +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Textures +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments +@dirrm %%DATADIR%%/Aircraft/A-10/Panels +@dirrm %%DATADIR%%/Aircraft/A-10/Nasal +@dirrm %%DATADIR%%/Aircraft/A-10/Models +@dirrm %%DATADIR%%/Aircraft/A-10/Huds +@dirrm %%DATADIR%%/Aircraft/A-10 +@dirrm %%DATADIR%%/Aircraft/747/Models +@dirrm %%DATADIR%%/Aircraft/747/Engines +@dirrm %%DATADIR%%/Aircraft/747 +@dirrm %%DATADIR%%/Aircraft/737/Systems +@dirrm %%DATADIR%%/Aircraft/737/Sounds +@dirrm %%DATADIR%%/Aircraft/737/Panels +@dirrm %%DATADIR%%/Aircraft/737/Models +@dirrm %%DATADIR%%/Aircraft/737/Instruments/Textures +@dirrm %%DATADIR%%/Aircraft/737/Instruments +@dirrm %%DATADIR%%/Aircraft/737/Engines +@dirrm %%DATADIR%%/Aircraft/737 +@dirrm %%DATADIR%%/Aircraft +@dirrm %%DATADIR%%/ATC +@dirrm %%DATADIR%%