Sources uploaded to SVN!
Thank you.
I'll look into them.
btw, looking at your SVN sources of latest Engine Mod I see that you have started to work on proper RWR codes incorporated in ground object classfiles. I am wondering if there is any kind of documentation on that matter?
I've not written any documentation yet.
What contents / How detailed documentation do you need ?
I'll write it in 2 or 10 days (due to detail level).
Briefly ....
A search radar detect an aircraft having RWR ----> call ((TypeRadarWarningReceiver) theAircraft).myRadarSearchYou(Actor actor of the radar owner, String soundpreset of Modulated sound Radar Wave)
A CW radar (Illuminator) lock on an aircraft having RWR ----> call ((TypeRadarWarningReceiver) theAircraft).myRadarLockYou(Actor actor of the radar owner, String soundpreset of Modulated sound Radar Wave)
Only those 2 methods about aircraft side RWR.
SEAD missions with Anti-Radiation missiles need another set of information giving ways on ground radar objects.
By the way, ground missile station class has to operate not only SAM but also ATM / SSM and family with ship base system Tartar / Terrier / Talos / Sea Sparrow / etc.
When ATM (SACLOS) implement will be done, I can add 9P148 vehicle (BRDM-2 variant with 9M113 ATM's launcher) soon.