Page 1 of 1

Modelling an IADS

Posted: Sat Mar 07, 2015 7:56 pm
by RoccoNZ
Has anyone written a how-to guide modelling an IADS?

I'm looking to building a system that has layers of area search, ESM, SAM and AAA units. I want to be able to model some command and control notes, so the player can effectively peel back the network and be rewarded for good strike planning.

I'd envisaged this working as Side 1a having area search radars and being allied with Side 1b, but blind to Side 1c. Side 1b is a C2 node, and lets Side 1c see the area search radar picture and control its fighters. Side 2 then has the option of killing either Side 1a or Side 1b assets to degrade 1c

Is this a practical workaround until comms links can be modelled?

RE: Modelling an IADS

Posted: Sat Mar 07, 2015 8:35 pm
by Tomcat84
You can do a lot by putting things on different sides and playing with the postures.

You can also make temporary blindable things by working with Lua events to change postures.

For an example of this see my second Lua video tutorial (find it through the link in my signature).

In that I have a side EW radars, a side Air and a side SAMs.

If player takes out intercept HQ, the posture of EW radars to Air changes to neutral so all the fighters lose EW radar picture.

If SAM HQ is taken out, posture towards SAM side is changed so they go blind.

RE: Modelling an IADS

Posted: Sat Mar 07, 2015 9:27 pm
by mikmykWS
This is done in operation lightning strike as well.

Mike


RE: Modelling an IADS

Posted: Mon Mar 09, 2015 4:16 pm
by RoccoNZ
Thanks guys