PDA

View Full Version : Sound volume controlled by canopy position.


N2056
10 May 2011, 19:22
I know it's possible, just not how! :confused:

Can anybody help?

Au-MaV
10 May 2011, 23:41
I know it's possible, just not how! :confused:

Can anybody help?
Hi Mate
Have played with this and really it needs a c++ gauge or simconnect
With xml you can use the global sound volume up and down tag (not very elegant and prone to some serious snafu's)
You could trigger an effect(with sound) with the canopy opening I tried this and whilst it worked it was a little to on/off
Wozza

n4gix
10 May 2011, 23:42
I could do it with my custom sound module by playing a "louder sound file" whenever the canopy was opened, and a "quieter sound file" when the canopy was closed...

Without some custom solution like that I'm not aware of any other method...

Probably you could use Doug Dawson's freeware sound module to achieve the same goal. ;)