EasyEB Posted June 1, 2016 Posted June 1, 2016 Greetings! Is it possible to have AI mud/nail detection as condition for a trigger? Cheers!
Pikey Posted June 1, 2016 Posted June 1, 2016 Not the inbuilt ones. But theres some methods for deriving a bearing from a known source in LUA. Sorry not that helpful. ___________________________________________________________________________ SIMPLE SCENERY SAVING * SIMPLE GROUP SAVING * SIMPLE STATIC SAVING *
EasyEB Posted June 1, 2016 Author Posted June 1, 2016 Roger, thanks. I wanted to use it for a Reaper to bug out if it got hot, but now I'm not so sure the MQ-9 even have a RWR? Best way to supply – remove the demand :)
feefifofum Posted June 1, 2016 Posted June 1, 2016 (edited) I saw some talk a while ago about a script which detected if a unit was visible by another unit's RADAR; I imagine with a little tweaking this would work for your intended purpose..probably a page or three back in here somewhere. :) EDIT: here's something that might work http://forums.eagle.ru/showpost.php?p=1617214&postcount=24 http://forums.eagle.ru/showpost.php?p=2747485&postcount=27 Edited June 1, 2016 by feefifofum THE GEORGIAN WAR - OFFICIAL F-15C DLC
Grimes Posted June 2, 2016 Posted June 2, 2016 At the moment the Unit.getRadar is only returning the correct information when used on aircraft. However getDetectedTargets is working just fine. The difference being Unit.getRadar would return a singular object for whatever is the focus while getDetectedTargets can be used to check several different sensors to see what that unit sees and which sensor is seeing it. I don't think there is a difference between being tracked vs a hard lock when using the RWR detection type. I suppose a if RWR detects a threat and threat is within a given distance then the order to bug out could be given. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
EasyEB Posted June 2, 2016 Author Posted June 2, 2016 Thanks! I'll look into it and get back to you when I can't get it to work and need an example :)
Recommended Posts