Jump to content

"MISSILE IN ZONE" does not include the SA-11


Go to solution Solved by Flappie,

Recommended Posts

Tried to use the MISSILE IN ZONE condition, to detect when a SA-11 battery had launched a missile, but found that this condition doesn't have this missile on its list:

 

9M38M1 Buk-M1 (SA-11 Gadfly)  

 

Hopefully this is easy to fix, in the meantime I will have to do this check with a script  😞

Missil in Zone lacks SA-11.jpg

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

17 minutes ago, Flappie said:

I found it in the list. It's called "SA-11 GADFLY" and it works.

 

😳 thanks a lot for solving this ... I was looking for the name that DCS shows on the Map View (F10), and the list is so long that I missed this ...  I even asked a kind user ( @toutenglisse ) to create a small script to use as a workaround and was using it instead, this one:

 

(the SA11shot flag becames true if the missile has been launched)

SA11shot = {}
function SA11shot:onEvent(event)
if event.id == world.event.S_EVENT_SHOT and event.initiator and event.initiator:getTypeName() == "SA-11 Buk LN 9A310M1" then
trigger.action.setUserFlag("SA11shot", true)
end
end
world.addEventHandler(SA11shot)

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...