Page 1 of 1

Re: Smoke sistem problem

PostPosted: Thu Jun 16, 2005 11:50 am
by Airbus_eurofighter
[SMOKESYSTEM]
// FX by GW_Simulations
// www.freehomepages.com/gwsimulation
smoke.2 = 0.00, 0.00,   00,
Smoke.3 = 0.00, 0.00,   15, fx_smoke_GW_Y ,
Smoke.4 = 0.00, 0.00,   -15, fx_smoke_GW_Y ,
Smoke.5 = 0.00, 0.00,   1, fx_smoke_GW_Y ,
Smoke.6 = 0.00, 0.00,   -1, fx_smoke_GW_Y ,
Smoke.7 = 0.00, 0.00,   7.5, fx_smoke_GW_BL ,
Smoke.8 = 0.00, 0.00,   -7.5, fx_smoke_GW_BL ,
//smoke.0=0, -24.00, -1.65, fx_smoke_eng_fa18
//smoke.1=0, -24.00,  1.65, fx_smoke_eng_fa18

Re: Smoke sistem problem

PostPosted: Thu Jun 16, 2005 2:39 pm
by ozzy72
Zitin we didn't need the whole aircraft.cfg file, so I've left just the SmokeSystem part.
Why are the following in there?
// FX by GW_Simulations
// www.freehomepages.com/gwsimulation
You can delete those for a start!
For something like exhaust smoke you should have something like (this is for a twin engine jet)
smoke.0 = -0.80, -19.00, -2.25, fx_eng_exhaust_gry
smoke.1 = -0.80, -19.00, 2.25, fx_eng_exhaust_gry
I think you might want to put
//smoke.0=0, -24.00, -1.65, fx_smoke_eng_fa18
//smoke.1=0, -24.00,  1.65, fx_smoke_eng_fa18
to the top of the SmokeSystem and remove the // from each line. Then the engine smoke should work and so should the rest....

Re: Smoke sistem problem

PostPosted: Thu Jun 16, 2005 2:58 pm
by Airbus_eurofighter
Hi ozzy, i tried that and this is the result

[SMOKESYSTEM]
smoke.0=0, -24.00, -1.65, fx_smoke_eng_fa18
smoke.1=0, -24.00,  1.65, fx_smoke_eng_fa18
smoke.2 = 0.00, 0.00,   00,
Smoke.3 = 0.00, 0.00,   15, fx_smoke_GW_Y ,
Smoke.4 = 0.00, 0.00,   -15, fx_smoke_GW_Y ,
Smoke.5 = 0.00, 0.00,   1, fx_smoke_GW_Y ,
Smoke.6 = 0.00, 0.00,   -1, fx_smoke_GW_Y ,
Smoke.7 = 0.00, 0.00,   7.5, fx_smoke_GW_BL ,
Smoke.8 = 0.00, 0.00,   -7.5, fx_smoke_GW_BL ,
smoke.9 = -0.80, -19.00, -2.25, fx_eng_exhaust_gry
smoke.10 = -0.80, -19.00, 2.25, fx_eng_exhaust_gry

But as you can see:
Image

Thats when i puss the on/off smoke sistem
it cuts and turn on again :(

Zitin

Re: Smoke sistem problem

PostPosted: Thu Jun 16, 2005 3:11 pm
by ozzy72
Okay now check your effects folder in your FS9 root directory, can you find the files fx_smoke_GW_Y and fx_smoke_GW_BL?
'Cos I'm guessing the problem is related to them...

Re: Smoke sistem problem

PostPosted: Thu Jun 16, 2005 4:50 pm
by Airbus_eurofighter
Yep i founded them, they exist....

With the extra 300 i dont have hte same problem thats cause i put all the aircraft file

Zitin