On Friday 06 August 2010 15:15:37 Kees Lemmens wrote:
> Hi,
>
> I am an amateur glider pilot and like to practice a little within
> FlightGear as well. I like to play with the ASK21 and the Bocian.

Hi Kees,  

These aren't my models, I don't have write access to the repositories, and my 
copy of the bocian is about a year and a half old, but I'll offer a couple of 
hints so you can fix it yourself locally, at least.

> However, I found out that with the Bocian the wire attached to the
> hood (the slipindicator) points in the wrong direction !!! It swings
> in the same direction as the slip indicator in the cockpit instead of
> being reversed as it should ! And, the cockpit indicator is indeed
> pointing in the correct direction, only the woolwire is wrong, which
> is very unnatural.

The Bocian slip indicator is controlled by a text file called 
Aircraft/bocian/Models/yawstring.xml  You can edit that file with a good text 
editor.  I recommend vim on linux or Textpad on windows.   Find the line that 
says:
                        <z>-1</z> 
and remove the minus sign
                        <z>1</z>
That should change the sense of the yawstring. 


> Also, the airbrakes seem to do absolutely nothing on the Bocian, which
> makes landing very complicated. Is there someone willing to repair
> these little flaws as for the rest the Bocian is a fine glider !

The bocian is built on the YASim flight model which I am not very familiar 
with...  But I think if you edit the file called 
Aircraft/bocian/bocian-yasim.xml and find the line that says 
   <spoiler start="0.24" end="0.38" lift="0" drag="5.5"/>
I think the start and stop are the location on the wing where the spoilers are 
(0.0 is the wing root and 1.0 is the tip).  Lift and drag are multipliers for 
the change in lift and drag.  You could try increasing the "5.5" value.
"11" might be a good first choice (in honor of Spinal Tap 
http://www.youtube.com/watch?v=UeOXsA8sp_E)

Thanks,
Ron

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to