Warnung: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php (Zeile 156)

Warnung: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php (Zeile 156)

Warnung: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php (Zeile 156)

Warnung: Use of undefined constant VB_FRAMEWORK - assumed 'VB_FRAMEWORK' (this will throw an Error in a future version of PHP) in ..../includes/functions.php (Zeile 8101)

Warnung: Use of undefined constant archive_postsperpage - assumed 'archive_postsperpage' (this will throw an Error in a future version of PHP) in ..../archive/index.php (Zeile 456)
Lautstärke der Motoren [Archiv] - X-Plane Schweiz

PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Lautstärke der Motoren



Hermann
10.05.2013, 16:39
Bei gewissen GAV-Flieger ( neuen ) von Carenado kann man die Lautsärke der Motoren im X-Plane Menue "Ton " nicht varieren.

Hier die Lösung und es funkt!


The Seneca, Bonanza A36, and Centurion all have their engine volume controls as 3D knobs in the cockpit. (Try the volume knob on the audio panel.)

The Pitts' volume knob is the "Radio" breaker. If you hover your mouse over the breaker labeled "7", you should get the old +/- manipulator icons. Click and drag down to make the engine sound softer.

Hermann
11.05.2013, 22:37
Seems like the C152 didn't have a volume knob to convert to a SASL volume control to begin with. :) Sorry about that! But if you REALLY want to have some control over engine volume during flight, you can do this hack:

-Go to the C152's "Custom Avionics" folder.

-Locate the file "soundEngineL.lua" file, and open it in a simple text editor (or a dedicated code editor, such as "TextWrangler" on the Mac.)

-Do a search for the following:


V = get(mastervolknob) * get(XPsound)

Once you find this, replace it with this:



V = 0.5 * get(XPsound)

Where 0.5 is the ratio of the volume, from 0 to 1, that the engines and all other SASL-based sounds are supposed to have. (e.g. 0.0 would mean, the volume is turned all the way down, and 1.0 would mean, the volume is turned all the way up.)

Save the Lua file and refresh the plugin in the sim.


You can simply refresh the plugin in flight, by going to the "plugins" menu in X-Plane, and going to "plugin admin>plugin enable/disable" and un-check and re-check the SASL plugin.


I'll see if I can sneak in a proper volume control, when I find some time.

Christer
09.08.2013, 21:00
Die Bonanza A36 hat innen einen Sound, der mir tierisch auf die Nerven geht. Der Motor hört sich klasse an, aber wenn ich im Stand den Motor laufen habe, kommt dieses nervtötende fast pipende Geräusch. Gebe ich Gas, wird der Motor lauter und dieses fiese Geräusch leiser und umgekehrt. Kann man diesen fiesen Sound wenigetens leiser machen? Die Motorlautstärke brauche ich bei der A36 normalerweise nicht verändern. Sie gefällt mir sehr gut.