Jump to content
Sign in to follow this  
.kju

artifical horizon not fixed

Recommended Posts

i tried to find in via search, but no luck  huh.gif

if you fly upwards or downwards, it looks like this:

07.jpg

help and suggestions very  welcome.gif

Share this post


Link to post
Share on other sites

If the problem's source isn't due to the model then try adding the following lines to your A10 class

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class IndicatorAltRadar

{

selection="alt";

axis="osa_alt";

angle=-360;

min=0;

max=304;

};

class IndicatorAltRadar2

{

selection="alt2";

axis="osa_alt2";

angle=-360;

min=0;

max=304;

};

class IndicatorAltBaro

{

selection="nm_alt";

axis="osa_nm_alt";

angle=0;

min=0;

max=0;

};

class IndicatorSpeed

{

selection="mph";

axis="osa_mph";

angle=-350;

min=0;

max=300;

};

class IndicatorVertSpeed

{

selection="vert_speed";

axis="osa_vert_speed";

angle=-360;

min=-45;

max=45;

};

class IndicatorVertSpeed2

{

selection="vert_speed2";

axis="osa_vert_speed2";

angle=-360;

min=-45;

max=45;

};

class IndicatorRPM

{

selection="rpm";

axis="osa_rpm";

angle=-320;

min=0;

max=1;

};

class IndicatorCompass

{

selection="kompas";

axis="osa_kompas";

angle=360;

min=-3.141593;

max=3.141593;

};

class IndicatorCompass2

{

selection="kompas2";

axis="osa_kompas2";

angle=360;

min=-3.141593;

max=3.141593;

};

class IndicatorWatch

{

hour="hodinova";

minute="minutova";

axis="osa_time";

reversed=1;

};

class IndicatorWatch2

{

hour="hodinova2";

minute="minutova2";

axis="osa_time2";

reversed=1;

};

make sure there aren't duplicate lines.

Kind regards

Thunderbird84

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×