Jump to content

Recommended Posts

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Gimmie cockpit 3d and i'll do radar bombing for you ;-)

  • Confused 1

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

  • Like 2

Share this post


Link to post
Share on other sites

F-111D had a HUD and CCIP bombing mode. Get it here:

Or here: (Ignore the what if Israeli skin)

 

  • Thanks 1

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

oh...just asking

cause I thought it was for years already here somewhere. At least I have it for ages in F-111.

 

  • Like 1

Share this post


Link to post
Share on other sites

My open beta: 

Let me know what you think please.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Similar Content

    • By Viper63a


      View File ODS Warbirds: E\F-111A\E\F Aardvark & Raven ODS30 Squadrons
      SF2 E\F-111A\E\F Aardvark & Raven ODS30 Squadrons
      -------------------------------------------------------------
      This pack contains the stand-alone version of the E\F-111A\E\F Aardvark & Raven aircrafts from "Operation Desert Storm: 30th Anniversary". This mod contains accurate ODS livery, nose art and serial numbers from ODS. This is just a sample of what you will find in the expansive "Operation Desert Storm: 30th Anniversary" pack. If you like this mod and want (much much) more! Please check out the "Operation Desert Storm: 30th Anniversary" mod here...
      https://combatace.com/files/file/17521-operation-desert-storm-30th-anniversary-edition/
      !! DO NOT INSTALL THIS MOD into the "Operation Desert Storm: 30th Anniversary" pack. That pack already has these aircrafts, customized for the ODS30 theater!
      * Source: 
      https://dstorm.eu/pages/en/usa/f-111.html
      * Included Jets: 
      EF-111A Raven
      F-111E Aardvark
      F-111F Aardvark
      -------------------------------------------------------------
      Installation:
      -------------------------------------------------------------
      1) Copy the contents of the "To_Mod_Folder" folder into your mod folder and over-write if required.
      2) Update your "...\Flight\SOUNDLIST.INI" with the contents of the "Add F111 SoundList.txt". Please don't forget to maintain the number sequence in the sound list.
      3) Check, ensure (or update) all the squadrons in this pack is in your "SQUADRONLIST.INI" file. Once you look at that file, you will know what to do. 
      * Please note that some squadrons may have multiple CO planes, this is not a mistake. Rather than just picking one CO, I am respresenting all the COs for that squardon during the period. So both COs could pop up in given scenario. I rather have them than cut them so...it's only a game...
      * Tweaked and Tested by the ODS30 team!
      * Mod Direction and Optimization - Menrva
      * Additional Data and Weapons improvements - Yakarov79.
      * Additional Sound tweaks and updates - Guuruu.
      * Accurate Skins and Decals - Viper63a
      * Added JosefK's "0.9 OPEN BETA FOR F-111 CCIP" Mod to F-111E & F.
      Thanks and Enjoy!
      =Viper63a=
      -------------------------------------------------------------
      -------------------------------------------------------------
      Previous versions....This mod is a ODS specific subset of these other mods...
      * Updated Mod Pack: SF2 USAF E\F-111\E\F Pack by Viper63a, Dtmdragon, Lel and Fanatic Modder!
      * FastCargo's Super Vark package 2.4 (SF2)
       
      * Slick Cowboy's F-111_improvedskinpack 2.0 (SF2) 
       
      * Dave's EF-111A Version 2.0 (SF1)
       
      * LeL's F-111 TAC Pack (SF1)
       
      * Spinners [Fictional] General Dynamics F-111A 'Early TAC' Version 1
       
      * Hi Ho Silver - The Afterburner Mod v.1 (SF1/SF2) 
       
      * Florian - "AmokFloo" - Western Style Pilot Models (SF1/SF2)

      * JosefK's "0.9 OPEN BETA FOR F-111 CCIP" Mod to F-111E & F.
       
      F-111D Additions! Ravenclaw for the weapon models. dtmdragon the avionics, cockpit repaint, loadout.ini, what if AIM-7G, data.ini overhaul and repackaging with the updated skins. FANATIC MODDER and LeL helped with the data/loadout.ini information and testing.
       
      Thank you all for your contributions!!
      -------------------------------------------------------------
      * Please see the "~Original Readme" folder for original credits and previous contributors. All credit goes to those who came before me. Without them, this pack would not be possible. 
      -------------------------------------------------------------
      -------------------------------------------------------------
       
      Submitter Viper63a Submitted 06/28/2021 Category F-111  
    • By Viper63a
      SF2 E\F-111A\E\F Aardvark & Raven ODS30 Squadrons
      -------------------------------------------------------------
      This pack contains the stand-alone version of the E\F-111A\E\F Aardvark & Raven aircrafts from "Operation Desert Storm: 30th Anniversary". This mod contains accurate ODS livery, nose art and serial numbers from ODS. This is just a sample of what you will find in the expansive "Operation Desert Storm: 30th Anniversary" pack. If you like this mod and want (much much) more! Please check out the "Operation Desert Storm: 30th Anniversary" mod here...
      https://combatace.com/files/file/17521-operation-desert-storm-30th-anniversary-edition/
      !! DO NOT INSTALL THIS MOD into the "Operation Desert Storm: 30th Anniversary" pack. That pack already has these aircrafts, customized for the ODS30 theater!
      * Source: 
      https://dstorm.eu/pages/en/usa/f-111.html
      * Included Jets: 
      EF-111A Raven
      F-111E Aardvark
      F-111F Aardvark
      -------------------------------------------------------------
      Installation:
      -------------------------------------------------------------
      1) Copy the contents of the "To_Mod_Folder" folder into your mod folder and over-write if required.
      2) Update your "...\Flight\SOUNDLIST.INI" with the contents of the "Add F111 SoundList.txt". Please don't forget to maintain the number sequence in the sound list.
      3) Check, ensure (or update) all the squadrons in this pack is in your "SQUADRONLIST.INI" file. Once you look at that file, you will know what to do. 
      * Please note that some squadrons may have multiple CO planes, this is not a mistake. Rather than just picking one CO, I am respresenting all the COs for that squardon during the period. So both COs could pop up in given scenario. I rather have them than cut them so...it's only a game...
      * Tweaked and Tested by the ODS30 team!
      * Mod Direction and Optimization - Menrva
      * Additional Data and Weapons improvements - Yakarov79.
      * Additional Sound tweaks and updates - Guuruu.
      * Accurate Skins and Decals - Viper63a
      * Added JosefK's "0.9 OPEN BETA FOR F-111 CCIP" Mod to F-111E & F.
      Thanks and Enjoy!
      =Viper63a=
      -------------------------------------------------------------
      -------------------------------------------------------------
      Previous versions....This mod is a ODS specific subset of these other mods...
      * Updated Mod Pack: SF2 USAF E\F-111\E\F Pack by Viper63a, Dtmdragon, Lel and Fanatic Modder!
      * FastCargo's Super Vark package 2.4 (SF2)
       
      * Slick Cowboy's F-111_improvedskinpack 2.0 (SF2) 
       
      * Dave's EF-111A Version 2.0 (SF1)
       
      * LeL's F-111 TAC Pack (SF1)
       
      * Spinners [Fictional] General Dynamics F-111A 'Early TAC' Version 1
       
      * Hi Ho Silver - The Afterburner Mod v.1 (SF1/SF2) 
       
      * Florian - "AmokFloo" - Western Style Pilot Models (SF1/SF2)

      * JosefK's "0.9 OPEN BETA FOR F-111 CCIP" Mod to F-111E & F.
       
      F-111D Additions! Ravenclaw for the weapon models. dtmdragon the avionics, cockpit repaint, loadout.ini, what if AIM-7G, data.ini overhaul and repackaging with the updated skins. FANATIC MODDER and LeL helped with the data/loadout.ini information and testing.
       
      Thank you all for your contributions!!
      -------------------------------------------------------------
      * Please see the "~Original Readme" folder for original credits and previous contributors. All credit goes to those who came before me. Without them, this pack would not be possible. 
      -------------------------------------------------------------
      -------------------------------------------------------------
       
×

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