Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Firing AAMs from a B-2 - possible somehow?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Tech Support >> Firing AAMs from a B-2 - possible somehow? Page: [1]
Login
Message << Older Topic   Newer Topic >>
Firing AAMs from a B-2 - possible somehow? - 6/22/2016 9:16:28 PM   
Nightwatch

 

Posts: 127
Joined: 9/6/2015
Status: offline
Okay, i admit this kinda crazy - but only on first glance i hope

The database is currently lacking a B-21 entry. Not a huge issue since next to nothing is known about the upcoming bomber, but since i would like to have on for a scenario i'm building i decided to upgrade a B-2 as an interim solution.
Adding sensors and stuff to the aircraft works fine. B-2s with AN/APG-81 radars are quite nice

I then decided to try an add AIM-120Ds on the aircraft. There has been some talk about this with Arsenal planes, adding ERAMs on aircraft and such.
Anyway, this works as well, since you can add basically any weapon to any unit.
Only issue, even with the entire F-35 sensor suite, the B-2 cant fire the AAMs.
The Weapon Allocation produces the error message: Unable to connect to firing unit with mandatory data link.

I realize this seems pretty irrelevant but i really would like to know why it isnt working. What does actually control the missiles in Command? It looks like the missing datalink is not something i can add manually.
IRL the AN/APG-81 would be enough to control the missile i think. Or even better, with the Cooperative Engagement Capability the B-2 could simply launch the missile and an E-2D or F-35 takes it over.
I see little reason why this capability wouldnt already exist in irl.


Anyway, i'd appreciate any input.
Post #: 1
RE: Firing AAMs from a B-2 - possible somehow? - 6/22/2016 11:08:12 PM   
mikmykWS

 

Posts: 11524
Joined: 3/22/2005
Status: offline
You need to add the datalink via a template.

http://www.matrixgames.com/forums/tm.asp?m=3569867

Rags got a list and link to the current comm links. I think you want the second one.

Take a look at rudds example for the CommAdd line in the script.

http://www.matrixgames.com/forums/tm.asp?m=3766341&mpage=1&key=modifications%26%2365533%3B

So procedure is.

Add weapons record to aircraft. Generate ini. Edit the aircraft entry using the Comm_Add line.

If you need further explanation feel free to post in.

Thanks!

Mike



_____________________________


(in reply to Nightwatch)
Post #: 2
RE: Firing AAMs from a B-2 - possible somehow? - 6/22/2016 11:40:01 PM   
peterc100248

 

Posts: 94
Joined: 3/21/2016
Status: offline
Here is a delta .ini file cut n paste that you might like for a "super" B2 equipped with a bay full of AAMs.

<Unit_15a301ab-b14f-4f96-bbbf-060858d892bd>
<!--B-2A Spirit Blk 30 (B-2A Spirit Blk 30 [4326])-->
<SensorAdd_2081>
<!--AN/APG-81 AESA-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_2081>
<SensorAdd_856>
<!--AN/AAR-37-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_856>
<SensorAdd_2509>
<!--AN/AAQ-37 EO-DAS-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_2509>
<SensorAdd_5344>
<!--AN/AAQ-37 EO-DAS MAWS-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_5344>
<SensorAdd_2510>
<!--EOTS [IRST]-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_2510>
<SensorAdd_3466>
<!--EOTS [Laser Designator]-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_3466>
<SensorAdd_2426>
<!--AN/ASQ-239 Barracuda-->
<Cov>
<Seg>360</Seg>
</Cov>
<Cov_Ill>
<Seg>360</Seg>
</Cov_Ill>
</SensorAdd_2426>
<CommAdd_43 />
<!--AIM-120 Command Datalink [One-Way]-->
<CommAdd_168 />
<!--AIM-120 Missile Datalink [One-Way]-->
</Unit_15a301ab-b14f-4f96-bbbf-060858d892bd>

Please note this is a report of what has been added to the B2 and has a full suite of F-35 sensors, necessary comm links, and 3 different kinds of AAMs. The weapons are not in this because I used an existing B2 loadout to add the AAMs. To add these sensors and comms you'll need to write the code like this:

<!--AIM-120 Command Link-->
<CommAdd_43>
</CommAdd_43>
<!--AIM-120 Missile Link-->
<CommAdd_168>
</CommAdd_168>

This thing does indeed launch AAMs at incoming threats. I know the command link entry is necessary (CommAdd_43) but I didn't stop to see if the Missile link (CommAdd_168) was also necessary.

Enjoy.....Pete

Edit: Mike made this procedure much more clear than I did. Thanks Mike.

< Message edited by peterc100248 -- 6/22/2016 11:53:28 PM >

(in reply to mikmykWS)
Post #: 3
RE: Firing AAMs from a B-2 - possible somehow? - 6/23/2016 5:47:41 AM   
Nightwatch

 

Posts: 127
Joined: 9/6/2015
Status: offline
awesome, thanks guys

(in reply to peterc100248)
Post #: 4
RE: Firing AAMs from a B-2 - possible somehow? - 6/23/2016 4:04:44 PM   
peterc100248

 

Posts: 94
Joined: 3/21/2016
Status: offline
Mike

This is the wrong forum for this, so in the Mods and Scenarios forum I have posted a question about the really crazy way I added/changed the loadout of the B2 - if you have the time.
Pete

(in reply to Nightwatch)
Post #: 5
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Tech Support >> Firing AAMs from a B-2 - possible somehow? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

2.250