Jump to content

flywaldair (Skynet dev.)

Members
  • Posts

    199
  • Joined

  • Last visited

Everything posted by flywaldair (Skynet dev.)

  1. Updated compiled script, see 1st post for change log.
  2. updated compiled script see 1st post for change log.
  3. 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.
  4. 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.
  5. True, 2.5.6 is a show stopper. I'm back on 2.5.5 for developing Skynet. I added lots of unit tests, so should a DCS update break something I should be able to fix it fast. I saw the AI you sent against it in the mission ,-)
  6. You guys are using more SAM Groups than I ever have in my tests :thumbup:, good to hear the script can handle them
  7. 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.
  8. Hi Shadow.D. Thanks, Im surprised to see so many people using the script! It found the bug, wrote a test to verify it and added the updated compiled script to your mission, it no longer shows up. Thanks for reporting. And keep me updated on the missions you're creating with the IADS.
  9. Updated compiled script. SAMS are now able to rearm, see 1st post for change log.
  10. 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" }
  11. Updated compiled script, see 1st post for details.
  12. It should reactivate, since it is a regular SAM site, and I just query the state of the ammo.
  13. Hallo Zusammen, Danke für euer Feedback, ich habe die Dokumentation in den letzten Tagen ergänzt: https://github.com/walder/Skynet-IADS Mit einem ausführlichen Beispiel als copy paste vorlage :):thumbup:
  14. Updated compiled script, see 1st post of this thread for new features.
  15. The samSite Variable is nil: local powerSource = Unit.getByName("SAM-ShilkaGPU") samSite:addPowerSource(powerSource) You need to reference the samSite first that you wan't to modify: in your case: iranIADS:getSamSiteByGroupName('GROUP NAME OF YOUR SAM SITE'):addPowerSource(powerSource)
  16. Detecting civilian targets does not work at the moment. Radards in DCS only report enemies. You could add the CIV plane to an enemy coalition but then the SAM would fire at it.
  17. Updated compiled script, HARM Defence is now supported. See first post for complete change log.
  18. 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.
  19. Not yet. But I have thought of it. Their information would be a guess in regards, of speed and heading. The IADS already supports track files, so it would not be that difficult to add.
  20. 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.
  21. Ok, got the bug, its fixed in the latest compiled script. From now on I will write a unit test for each bug reported, hopefully you will only have to report once. Feel free to report bugs here: https://github.com/walder/Skynet-IADS/issues
  22. Thanks, will look in to it, script is still in development. Will become more stable in the next few days.
×
×
  • Create New...