Back to zip content
========================
Voyager 22:14 19/07/2014

  FSX_MB339_2015.zip
========================


======================== 
installation 
======================== 
Extract the contents of the package "no pictures!" 
"Effects, Gauges, SimObjects and Sound" 
in the root folder of Microsoft Flight Simulator X. 
======================== 



======================== 
Features 
======================== 
50 models MB339A 

Multicolored Smoke5 system. (See NOTE 5 colors SMOKE SYSTEM) 

More than 20 Camera 
======================== 



========================
	SMOKE SYSTEM
========================
The system smoke "Smoke5" opens with SHIFT 4 
and is enabled only for models "Pan Pony, 2Tanks and Full-Load". 

For models "Clen, Armed and 4Tanks" SHIFT 4 Opens the panel Smoke5 
but it does not work no emission of smoke because it has been deliberately disabled 
as these models do not have tanks or pylon which should contain the liquid 
that generates smoke. However, you can re-enable this feature by opening the file 
Aircraft.cfg and change as described below. 

current Code 
// [smokesystem]
// smoke.1 = -40.00,   0.00, 0.00, fx_smoke_w
// smoke.2 = -40.00,   0.00, 0.00, fx_smoke_r
// smoke.3 = -40.00,   0.00, 0.00, fx_smoke_green
// smoke.4 = -40.00,   0.00, 0.00, fx_smoke_blue
// smoke.5 = -40.00,   0.00, 0.00, fx_smoke_yellow

delete all //

or copy and overwrite the existing code with:
[smokesystem]
smoke.1 = -40.00,   0.00, 0.00, fx_smoke_w
smoke.2 = -40.00,   0.00, 0.00, fx_smoke_r
smoke.3 = -40.00,   0.00, 0.00, fx_smoke_green
smoke.4 = -40.00,   0.00, 0.00, fx_smoke_blue
smoke.5 = -40.00,   0.00, 0.00, fx_smoke_yellow

========================