• 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.

CFS3 I search for the contrail files

Emile

Charter Member 2015
Hello
fx_N_contrail, fx_N_gtrail Any suggestion where I can find these?
Thanks in advance
 
There are a couple different contrail effects out there. Here are some effects you can replicate in any plane you wish. You have to adjust wingtip position for each type aircraft by adjustting the x, y, z, entries in the effects.xml file. x= adjustment from wingtip to fuselage, y= up/down, z= fore/aft. You can replace "wtv_p51_l" with the model you are adding this to, i.e. "wtv_p38_l". Wingtip contrails are also a good reference point for adding nav lights.

.xpd file
<Effect Type="Track" EffectName="wtv_p51_l" Location="emitter_r_vapor" MinVel="230" MaxVel="900"/>
<Effect Type="Track" EffectName="wtv_p51_r" Location="emitter_l_vapor" MinVel="230" MaxVel="900"/>

.xml file
<wtv_p51_r ClassName="TrackEffect" FlatTrack="0" Lifetime="0" InitialDelay="0" ParticleLifetime="0.15" FadeInTime="0.02" FadeOutTime="0.12" PosX="5.6" PosY="-0.1" PosZ="-0.4" CountSegments="5" SegmentLength="4" Width="0.1" WidthGrow="1.2" InitialAlpha=".00" InitialColor="250 250 255" Alpha=".55" Color="250 250 255" FinalAlpha=".00" FinalColor="250 250 255" BlendMode="QuadSprite" Texture="tr_smoke_6.dds" ZBias=".03"/>
<wtv_p51_l ClassName="TrackEffect" FlatTrack="0" Lifetime="0" InitialDelay="0" ParticleLifetime="0.15" FadeInTime="0.02" FadeOutTime="0.12" PosX="-5.6" PosY="-0.1" PosZ="-0.4" CountSegments="5" SegmentLength="4" Width="0.1" WidthGrow="1.2" InitialAlpha=".00" InitialColor="250 250 255" Alpha=".55" Color="250 250 255" FinalAlpha=".00" FinalColor="250 250 255" BlendMode="QuadSprite" Texture="tr_smoke_6.dds" ZBias=".03"/>
 
Hello and thanks for this information, but where do I find the .dds files?
Thanks in advance
 
The only one required for this effect is "tr_smoke_6.dds". I can't remember where I got it but if you don't have it then PM me with your email and I will send it to you.
 
Back
Top