• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Looking for contrail .xdp entries

grover1

Charter Member
Hi all,

I'm looking on how to set up the contrails with AnKor's d3d8.dll? I've got the .dll but no contrails?

I wonder if I'm missing a few lines in the aircraft's xdp files?

If so, the aircraft xdp lines I'm looking for are:

Bf-109E series
Spitfire Mk.I and Mk.II
Ju-88
He-111
Ju-87
Do-17Z
Bf-110C
Hurricanes

Thanks!
 
For Single Engine

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_r" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_l" />

For Twin Engine

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_r" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng1_exh_l" />

That should work in most cases.
 
For Single Engine

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_r" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_l" />

For Twin Engine

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_r" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng1_exh_l" />

That should work in most cases.

Thanks, Andy.
 
Last edited:
Back
Top