Hi there,

Durk Talsma wrote:
> Hi Everyone,
> 
> It's been a while since the last significant update to the AI aircraft 
> downloads website. So I thought it would be time for a significant overhaul. 
> In addition to adding many new paint schemes to existing aircraft, I've also 
> added two new AI aircraft; the Airbus A320, and the Boeing 777.

I'm having trouble getting the traffic system to work. Here is my
very simple traffic file...

<?xml version="1.0"?>
<trafficlist>
<aircraft>
    <model>Aircraft/AI/777/777-SingaporeAirlines.xml</model>
    <livery>SIA</livery>
    <airline>SIA</airline>
    <actype>B772ER</actype>
    <offset>0</offset>
    <radius>40</radius>
    <flighttype>gate</flighttype>
    <performance-class>jet_transport</performance-class>
    <registration>9VSQB</registration>
    <heavy>true</heavy>
    <flight>
        <callsign>SQ1</callsign>
           <fltrules>IFR</fltrules>
           <departure>
              <port>NZCH</port>
              <time>11:40:00</time>
           </departure>
           <cruise-alt>350</cruise-alt>
           <arrival>
              <port>NZWN</port>
              <time>12:20:00</time>
           </arrival>
           <repeat>2Hr</repeat>
    </flight>
    <flight>
       <callsign>SQ2</callsign>
          <fltrules>IFR</fltrules>
          <departure>
             <port>NZWN</port>
             <time>12:40:00</time>
          </departure>
          <cruise-alt>350</cruise-alt>
          <arrival>
             <port>NZCH</port>
             <time>13:20:00</time>
          </arrival>
          <repeat>2Hr</repeat>
    </flight>
</aircraft>
</trafficlist>

I named it 'SQ.xml', placed it in a subfolder of 'Traffic' named 'SIA',
and added the line...

<traffic include="SIA/SQ.xml"/>

...into fgtraffic.xml. Traffic is turned on in preferences, and no other
major issues are stopping fgfs from running. I have 0.9.10 compiled from
source. All paths you see above are correct. Flightgear starts, but when
the selected time for AI craft departure arrives I see nothing at NZCH
other than the usual GA guys buzzing around...I've changed the departure
time to see if it was using UTC, but I cannot confirm if it uses local 
or UTC because I cannot see the AI craft...

Is there something I need to do to allow it to be seen? Does my path to
the model have to be relative to the 'traffic' folder?

-- 
Kind regards,

Chris Wilkinson, Brisbane, Australia.
My online Resume: http://users.tpg.com.au/blobster/
Our online Diary: http://users.tpg.com.au/blobster/diary/



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to