On Jan 22, 2008 12:53 AM, Csaba Halász <[EMAIL PROTECTED]> wrote:

> On Jan 21, 2008 2:32 PM, Nagy Mate <[EMAIL PROTECTED]> wrote:
> > We noticed a rather peculiar effect, having landed our plane near
> > (under) a grey parking passenger jet. Fiddling with our flight controls
> > made the control surfaces of the jet move in the same way. The jet was
> > otherwise inert, and the effect didn't happen with other nearby planes
> > on the ground.
> >
> > Has anyone else seen something like this before? :)
>
> Looks like the usual leading-slash bug. Figure out what type of
> aircraft and then look in the xmls to see if the animations use a
> leading slash. If so, they will always reference the user's aircraft,
> rather than the proper AI model. For example,
>
>  <property>/surface-positions/left-aileron-pos-norm</property>
>
> Should be:
>
>  <property>surface-positions/left-aileron-pos-norm</property>
>
> (ie. no leading slash)
>
> Actually I found this in the AI A320 xml, so maybe that was the
> aircraft you have seen?
>
>
Hi All,

Would it be worth grepping the aircraft sub directories for the string
"property>/" which probably shouldn't occur anywhere?

Regards


George
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to