Cool will try it out tomorrow
With version Oct 2009 - If you are missing HUD symbology for missiles on modern 3rd party jets like I was (Tornado F3/MiG-29s/FA-18 etc)then you may need to add some new code to the xxx_avionics.ini
[HUD]
HUDMaterial=HUDMaterial <--------- add this
HUDColor=0.36,1.0,0.82,0.7
BoresightOffset=0.0,0.00
ViewportTopLeft=-0.140,-0.195
And all of this below the [HUD] section
[HUDMaterial]
EffectShaderName=fltHUD.fx
DepthBufferCheck=FALSE
DepthBufferWrite=FALSE
RenderedInOrder=FALSE
AlphaTestEnabled=TRUE
CullMode=NO_CULL
LightEnabled=FALSE
UseLightLevel=FALSE
SpecularEnabled=FALSE
EmissiveEnabled=FALSE
FogEnabled=FALSE
AmbientColor=1.000000,1.000000,1.000000,1.000000
DiffuseColor=1.000000,1.000000,1.000000,1.000000
ZBufferOffset=0
PriorityLevel=1
BlendOp=BLEND_SRC_ALPHA
NumTextureStages=1
TextureStage[01].TextureName=
TextureStage[01].MipMap=FALSE
TextureStage[01].FilterEnabled=TRUE
TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE
TextureStage[01].StageAlphaOp=TEXTURE_MODULATE_DIFFUSE
then save