d0ppler Posted November 17 Posted November 17 (edited) I've placed an "EWR AN/FPS-117 Radar (domed)" on my map. It will detect enemy air units and give me BRA calls, but it won't feed me the contact in my HSD or FCR like an AWACS do. There's no option to turn on EPLRS for any of the EWR units I can find in the mission editor. I even tried to force EPLRS on with script, but the script failed because EPLRS is NIL: local unit = Unit.getByName("Ground-1-2") unit:eplrs(true, "Ground-1") Edited November 17 by d0ppler A-10C, AV-8B, Ka-50, F-14B, F-16C, F-5E, F/A-18C, L-39, Mi-8, MiG-21, MiG-29, SA34, Spitfire, Su-27, Su-33, UH-1H
kira_mikamy Posted Thursday at 01:16 AM Posted Thursday at 01:16 AM you may want to try doing it with moose https://flightcontrol-master.github.io/MOOSE_DOCS/Documentation/Wrapper.Unit.html##(UNIT).CommandEPLRS
d0ppler Posted Thursday at 02:18 AM Author Posted Thursday at 02:18 AM I don't know if I'm willing to include the moose library with 199.610 lines of lua code just to get this to work, but I'll keep it in mind if I'm creating something huge. A-10C, AV-8B, Ka-50, F-14B, F-16C, F-5E, F/A-18C, L-39, Mi-8, MiG-21, MiG-29, SA34, Spitfire, Su-27, Su-33, UH-1H
Recommended Posts