Jump to content

Altitude Callouts Edit


Groni

Recommended Posts

Hey Guys,

i have just started editing the altitude callouts by adding 1000 and 500. This works well with the following code.

<!-- Altitude callouts-->

(A:VERTICAL SPEED, Feet per second) -0.2 &gt;=

if{

0 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

}

(A:VERTICAL SPEED, Feet per second) -0.2 &lt;=

if{

(L:CALLCALLED, number) 0 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 1000 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 990 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_1000, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED2, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 500 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 490 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_500, bool)

0 (&gt; L:CALLCALLED, number)

0 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED, number) 0 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 400 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 390 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_400, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED2, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 300 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 290 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_300, bool)

0 (&gt; L:CALLCALLED, number)

0 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED, number) 0 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 200 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 190 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_200, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED2, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 100 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 95 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_100, bool)

0 (&gt; L:CALLCALLED, number)

0 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED, number) 0 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 060 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 057 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_060, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 050 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 047 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_050, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED2, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 040 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 037 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_040, bool)

0 (&gt; L:CALLCALLED, number)

0 (&gt; L:CALLCALLED2, number)

} }

(L:CALLCALLED, number) 0 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 030 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 027 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_030, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

}

But now I wanted to add "2500" but FSX don´t play the Sound when I add it to to top line like this:

(L:CALLCALLED, number) 1 ==

if{

(A:RADIO HEIGHT, feet) 14.4 - 2500 &lt;

(A:RADIO HEIGHT, feet) 14.4 - 2400 &gt; &amp;&amp;

if{

1 (&gt; L:ASC_AIRBUSX_2500, bool)

1 (&gt; L:CALLCALLED, number)

1 (&gt; L:CALLCALLED2, number)

} }

Anybody have a hint for me?

Thanks in Advance

GRONI

Link to comment
Share on other sites

Look here the 2500 included already

http://forum.aerosof...631#entry366631

Look here the 2500 included already

http://forum.aerosof...631#entry366631

Thanks, but I already tried this one. It didn´t gave me the 2500 Sound either on any machine 320,321,IAE,CFM.

Even Retard didn´t work all the time. Mostly it do not sound up. Same with "5", I never heard that. The only

Sound that is playing good is "60", even If I really don´t need that, cause its not to much Airlines with that.

So no real difference to my script....

Link to comment
Share on other sites

ok looks like your asc.cfg file is not default or your ABSYSTEM.xml is not default otherwise the patcher would have done a correct job. I will post a manual installation soon and then see how it goes for you.

Link to comment
Share on other sites

ok looks like your asc.cfg file is not default or your ABSYSTEM.xml is not default otherwise the patcher would have done a correct job. I will post a manual installation soon and then see how it goes for you.

ok looks like your asc.cfg file is not default or your ABSYSTEM.xml is not default otherwise the patcher would have done a correct job. I will post a manual installation soon and then see how it goes for you.

Good Tipp :) I deleted the edited Files and restored the backup files. Then I run the patcher, and everything works now :) Great Job :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use