-
Posts
199 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by flywaldair (Skynet dev.)
-
Ok I get it, well for the time being the method you described is the only way to add multiple point defence groups. If think multiple SA15s in one group attack HARMs more coordinated, meaning that the two units in a group will not fire at the same HARM simultaneously. I just added a new point Defence option called: redIADS:setIgnoreHARMSWhilePointDefencesHaveAmmo(true) See docs for details! More features are coming I guess that's the upside of the lockdown.
-
Wow you are a very fast tester :). This should work, I will try it this evening: local bunchOfSa15s = rusIADS:getSAMSiteByGroupName('group-containing-multiple-sa-15s') rusIADS:getSAMSiteByGroupName('RUS_SAM SA-10 #001'):setActAsEW(true):addPointDefence(bunchOfSa15s) Skynet should be able to handle a point defence group that contains multiple SA-15's in it.
-
Thanks for the feedback I tried to load your mission but don't seem to have all mods installed. I haven't tested the jammer for quite some time, it will be one of the next items on the todo list, consider it experimental for the time being. Also i noticed this call in your setup: setActAsEW(false) you dont need to turn this of for every SAM site since by default the EW function is off.
-
I just wrote this code to figure out if an Unit is an Aircraft: unit:getDesc().category the getDesc() returns a table with the following data structure, I guess the missile does the same: { Hmax=12247, Kab=0, Kmax=4, NyMax=2.5, NyMin=0.5, RCS=80, VyMax=10, _origin="", attributes={ AWACS=true, Air=true, All=true, NonAndLightArmoredUnits=true, NonArmoredUnits=true, Planes=true, Refuelable=true }, box={ max={x=21.821313858032, y=11.463214874268, z=26.033617019653}, min={x=-27.208490371704, y=-3.3296194076538, z=-25.958759307861} }, category=0, displayName="a-50", fuelMassMax=70000, life=60, massEmpty=90000, massMax=190000, range=7300, speedMax=236.11000061035, speedMax0=167.11000061035, speedMax10K=236.11000061035, tankerType=1, typeName="A-50" }
-
Great to hear you like Skynet. Are you using it for GCI? Debug Reporting toggling in game is on the backlog. I wan't to finish HARM defence first. Spotters are on the backlog too. Personally I like flying in the most recent DCS period (90's). That's why I am focusing on all the radar units working correctly in the IADS and HARM defence. Once that is done I will add more features, time permitting of course.
-
Thanks I very much enjoyed our discord exchange on IADS so far :) The IADS will be able to load degraded elements. There's just some light changes to the code I need to do for that. So one could also set up a single mission with destroyed elements in the DCS world (e.g. a power source) and the linked item will not be active.