Second aircraft appears when plane is shot down

Posted:
Sun Jun 10, 2007 2:31 pm
by burninator
I downloaded this 109:
http://www.simviation.com/cgi-bin/syb2. ... 9e3_26.zipWhen it gets shot down, a second aircraft pops out from it and starts tumbling around wildly. This is hard to describe, so hopefully someone know what I'm talking about.
Is there an easy fix for this? Or should I just download another 109?
Re: Second aircraft appears when plane is shot dow

Posted:
Sun Jun 10, 2007 5:20 pm
by The_Editor
First, delete the .CDP file in the folder.
Then have a look at the .DP file in notepad.
Where it says BREAK and a number after it: e.g.
[EFFECTS.2]
; System = Engine
Location = 0.003,0.039,0.953
effect.0=10,LIBRARY,fx_fuelleak_s,
effect.1=30,LIBRARY,fx_engfire_m,
effect.2=60,LIBRARY,fx_engfire_l,
effect.3=95,LIBRARY,fx_airexpl_m,
effect.4=100,BREAK,7,
Delete the numbers so that it reads:
[EFFECTS.2]
; System = Engine
Location = 0.003,0.039,0.953
effect.0=10,LIBRARY,fx_fuelleak_s,
effect.1=30,LIBRARY,fx_engfire_m,
effect.2=60,LIBRARY,fx_engfire_l,
effect.3=95,LIBRARY,fx_airexpl_m,
effect.4=100,BREAK,,
Do this for all the BREAK lines. Remember to leave the commas in.
Re: Second aircraft appears when plane is shot dow

Posted:
Mon Jun 11, 2007 12:07 pm
by burninator
First, delete the .CDP file in the folder.
Then have a look at the .DP file in notepad.
Where it says BREAK and a number after it: e.g.
[EFFECTS.2]
; System = Engine
Location = 0.003,0.039,0.953
effect.0=10,LIBRARY,fx_fuelleak_s,
effect.1=30,LIBRARY,fx_engfire_m,
effect.2=60,LIBRARY,fx_engfire_l,
effect.3=95,LIBRARY,fx_airexpl_m,
effect.4=100,BREAK,7,
Delete the numbers so that it reads:
[EFFECTS.2]
; System = Engine
Location = 0.003,0.039,0.953
effect.0=10,LIBRARY,fx_fuelleak_s,
effect.1=30,LIBRARY,fx_engfire_m,
effect.2=60,LIBRARY,fx_engfire_l,
effect.3=95,LIBRARY,fx_airexpl_m,
effect.4=100,BREAK,,
Do this for all the BREAK lines. Remember to leave the commas in.
Thanks! I new it had to be something simple like that.
Re: Second aircraft appears when plane is shot dow

Posted:
Mon Jun 11, 2007 5:15 pm
by james007
Finally someone has a answer to this common problem that many third party AC's have.
James007
Re: Second aircraft appears when plane is shot dow

Posted:
Mon Jun 11, 2007 7:49 pm
by The_Editor
I found out a while back from somebody, I forget who.