Jump to content

Start ignition and packs sound


HB-ZER

Recommended Posts

hello, not working for me :/ with Stevo's new sounds. maybe a solution?

Now i Can't hear cooling sound.

<!-- Cooling -->

(L:PackcontrolL_off, bool) 0 ==

(L:Bleedl_Pressure, number) 21 &gt; &amp;&amp;

(L:PackcontrolR_off, bool) 0 ==

(L:BleedR_Pressure, number) 21 &gt; &amp;&amp; ||

(L:APU_Bleedair, number) 1 == ||

(L:DC_BATBUS_Avail, number) 1 == &amp;&amp;

(L:ASC_CoolingOn_played, bool) 0 == &amp;&amp;

(L:AB_PDS_ignition, number) 2 != &amp;&amp;

if{

1 (&gt; L:ASC_CoolingOn, bool)

1 (&gt; L:ASC_CoolingOn_played, bool)

}

(L:PackcontrolL_off, bool) 1 ==

(L:Bleedl_Pressure, number) 21 &lt; ||

(L:PackcontrolR_off, bool) 1 ==

(L:BleedR_Pressure, number) 21 &lt; || &amp;&amp;

(L:APU_Bleedair, number) 0 == &amp;&amp;

(L:DC_BATBUS_Avail, number) 0 == ||

(L:AB_PDS_ignition, number) 2 == ||

(L:ASC_CoolingOff_played, bool) 0 == &amp;&amp;

if{

1 (&gt; L:ASC_CoolingOff, bool)

1 (&gt; L:ASC_CoolingOff_played, bool)

0 (&gt; L:ASC_CoolingOn_played, bool)

0 (&gt; L:ASC_Cooling_timer, number)

3 (&gt; L:ASC_Cooling, number)

}

(L:ASC_CoolingOn_played, bool) 1 ==

(L:ASC_Cooling_timer, number) 84 &lt; &amp;&amp;

if{

(L:ASC_Cooling_timer, number) 1 + (&gt; L:ASC_Cooling_timer, number)

}

(L:ASC_Cooling_timer, number) 84 &gt;=

if{

2 (&gt; L:ASC_Cooling, number)

0 (&gt; L:ASC_CoolingOff_played, bool)

}

Link to comment
Share on other sites

  • 3 weeks later...

Hi folks,

Apologies for my ignorance but could you tell me how to find the relevant sound.xml file?

Regards

Dave W

Hi,

It's said above.

SimObjects\Airplanes\Aerosoft Airbus X Extended Base\Panel_Fallback\AB_Systems

Link to comment
Share on other sites

Hi,

It's said above.

SimObjects\Airplanes\Aerosoft Airbus X Extended Base\Panel_Fallback\AB_Systems

I am such an idiot - I was sure I read through all posts and completely missed it! Many thanks for not roasting!!

Regards

Dave W :banghead1_s:

Link to comment
Share on other sites

I am such an idiot - I was sure I read through all posts and completely missed it! Many thanks for not roasting!!

Regards

Dave W :banghead1_s:

No problem, we're here to help each other.

Enjoy this new feature.

Link to comment
Share on other sites

Archived

This topic is now archived and is 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