Jump to content

Recommended Posts

Posted

When I have fun flights, I kinda like jumping into the US jets (and Tornadoes) of the Cold War.  Not too happy with the lack of a CCIP in the @FastCargo & @viper63a F-111s so I have crafted my own.

Here are a few pictures of the end result:

img00881.thumb.JPG.470c1d5dfbbbc02313d7bcd5b54c682e.JPG

img00884.thumb.JPG.4282f550ae817e6dbf811080c5d415a0.JPG

img00885.thumb.JPG.3b856acbbb498b48697a3619ba5f3e60.JPG

It's not perfect and I don't terribly like the reticle.  But at least this lets me simulate radar bombing with CBUs and slicks.  Yes, back before the modern "smart weapon" era where it's click-point-shoot-boom.

Here's the current code that works in the F-111s' Avionics.INI and I put it at the very bottom:

// F-111 avionics 1.1  by MJ with JosefK CCIP add-on 2020-02-09

[HUD]
HUDMaterial=HUDMaterial
HUDColor=0.18,1.0,0.48,0.80
BoresightOffset=0.0,0.0
ViewportTopLeft=-0.105,-0.105
ViewportBottomRight=0.105,0.155

[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

[HUDFont]
TextFontName=Arial
TextSize=9
TextBold=TRUE

[HUDModeNav]
Symbol[01]=HUD_CASText
Symbol[02]=HUD_AttitudeBars
Symbol[03]=
Symbol[04]=HUD_AirspeedScale
Symbol[05]=HUD_AltitudeScale
Symbol[06]=HUD_RADText
Symbol[07]=
Symbol[08]=
Symbol[09]=HUD_waterline
Symbol[10]=HUD_TD
Symbol[11]=

[HUDModeAA]
Symbol[01]=HUD_CASText
Symbol[02]=HUD_AttitudeBars
Symbol[03]=
Symbol[04]=HUD_AirspeedScale
Symbol[05]=HUD_AltitudeScale
Symbol[06]=HUD_LCOS
Symbol[07]=HUD_TD
Symbol[08]=HUD_SRM
Symbol[09]=HUD_RADText
Symbol[10]=
Symbol[11]=
Symbol[12]=
Symbol[13]=HUD_RadarRange
Symbol[14]=HUD_ASE_SRM
Symbol[15]=HUD_ASE_MRM
Symbol[16]=HUD_guncross

[HUDModeAG]
Symbol[01]=HUD_CASText
Symbol[02]=HUD_AttitudeBars
Symbol[03]=
Symbol[04]=HUD_AirspeedScale
Symbol[05]=HUD_AltitudeScale
Symbol[06]=HUD_CCIP
Symbol[07]=HUD_RADText
Symbol[08]=HUD_LaserTarget
Symbol[09]=HUD_guncross

[HUD_CASText]
SymbolType=TEXT
Text=CAS
TextPosition=-0.070,0.120
HorizontalAlignment=RIGHT
VerticalAlignment=CENTER

[HUD_RADText]
SymbolType=TEXT
Text=RAD
TextPosition=0.069,0.120
HorizontalAlignment=LEFT
VerticalAlignment=CENTER

[HUD_AttitudeBars]
SymbolType=ATTITUDE_BARS
ImageFilename=cockpit\Harrier1_attitude_bars%d.tga
ImagePosition=0.0,0.00
ImageSize=0.150
StepInterval=30
StepHeight=0.25

[HUD_AirspeedScale]
SymbolType=AIRSPEED_SCALE
ImageFilename=cockpit\F-16A_vel_scale_caret.tga
ImagePosition=-0.065,0.023
ImageSize=0.0125
ScaleImageFilename=cockpit\F-15A_vel_scale.tga
ScaleImagePosition=-0.080,0.023
ScaleImageSize=0.125
Scale=160.0
MaxValue=999
MinValue=60
HorizontalAlignment=RIGHT
VerticalAlignment=CENTER
ScaleTextInterval=50
ScaleTextUnit=1
ScaleTextPosition=-0.079,0.023
ScaleTextFormat=%0.0f
DisplayUnit=KNOTS

[HUD_AltitudeScale]
SymbolType=ALTITUDE_SCALE
ImageFilename=cockpit\F-16A_alt_scale_caret.tga
ImagePosition=0.062,0.023
ImageSize=0.0125
ScaleImageFilename=cockpit\F-15A_alt_scale.tga
ScaleImagePosition=0.077,0.023
ScaleImageSize=0.125
Scale=1600.0
MaxValue=99000
MinValue=0
HorizontalAlignment=LEFT
VerticalAlignment=CENTER
ScaleTextInterval=500
ScaleTextUnit=1
ScaleTextPosition=0.076,0.023
ScaleTextFormat=%0.0f
DisplayUnit=FEET

[HUD_LCOS]
SymbolType=LCOS

[HUD_CCIP]
SymbolType=CCIP
FallLineImage=cockpit\F-15A_FallLine.tga
ImageSize=0.100

[HUD_TD]
SymbolType=TD_RADAR
ImageFilename=cockpit\F-15A_TD_radar.tga
ImageSize=0.050
StayOnHUD=TRUE

[HUD_SRM]
SymbolType=TD_HEAT
ImageFilename=cockpit\F-15A_srm_seeker.tga
ImageSize=0.050
ImagePosition=0.00,0.023

[HUD_waterline]
SymbolType=IMAGE
ImageFilename=cockpit\F-15A_waterline.tga
ImageSize=0.025

[HUD_guncross]
SymbolType=IMAGE
ImageFilename=cockpit\F-15A_guncross.tga
ImageSize=0.025

[HUD_RadarRange]
SymbolType=RADAR_RANGE_TEXT
TextPosition=0.074,0.120
HorizontalAlignment=LEFT
VerticalAlignment=CENTER
TextFormat=%0.1f
DisplayUnit=NM

[HUD_ASE_SRM]
SymbolType=ASE_HEAT
ImageFilename=cockpit\F-15A_ase_srm.tga
ImageSize=0.100
ImagePosition=0.00,0.023

[HUD_ASE_MRM]
SymbolType=ASE_RADAR
ImageFilename=cockpit\F-15A_ase_mrm.tga
ImageSize=0.200
ImagePosition=0.00,0.023

[HUD_LaserTarget]
SymbolType=TD_LASER
ImageFilename=cockpit\F-15A_laser_target.tga
ImageSize=0.025

Once I get something I'm 100% happy and not 80% with, hope it's okay to upload the details here for grins.  Already operationally tested this with cluster bombs and MK 82s as well as a LGB before posting here.

Thoughtfully;

@JosefK

  • Like 3
  • Thanks 2
Posted

Why would there be a problem in uploading the modification? (other than historical accuracy :biggrin: )

I doubt there'll be any (real*) objections

 

 

* imagined ones, sure :lol:

  • Like 1
Posted

Oh man, with F-111 you can destroy half of small country. It's probably not allowed to attack countries smaller than 10000 sq km, so where is a problem? .:oops: <-- :pope:.

  • Haha 2
Posted

After a bit of research, I need to eliminate the line going down if I can.  But yeah, the reticle is real.  I just want some means to simulate radar bombing in lieu of TLAR (That Looks About Right).

Posted
1 hour ago, dtmdragon said:

here: (Ignore the what if Israeli skin)

 

I have the F-111D and it's HUD.  So will review the code for the above which I just downloaded.

 

3 hours ago, yakarov79 said:

not want to be rude but what is so special about this ccip ?

No worries, see below @yakarov79!

3 hours ago, EricJ said:

Just the fact that there is a CCIP, instead of trying to bomb by guessing, which is the case with the F-111.

Yup @EricJ.  If you're trying to take out say a radar site that's lit you up and blocking your path to the target, you really don't wanna be guessin... or if you want to just make one pass at the target, you want a CCIP.  Remember, SF2 doesn't simulate radar bombing nor a WSO.

  • Like 1
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..