Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Point Defence reaction #56

Open
walder opened this issue Jul 22, 2022 · 0 comments
Open

Improve Point Defence reaction #56

walder opened this issue Jul 22, 2022 · 0 comments
Milestone

Comments

@walder
Copy link
Owner

walder commented Jul 22, 2022

This part of the code should check if pd is in range of shooting down the HARM:

currently it activates the PD 20 NM out, this is a bit far out.

could check max shooting distance + 15% for example.

if ( #self:getPointDefences() > 0 and self:pointDefencesGoLive() == true and self.iads:getDebugSettings().harmDefence ) then
     self.iads:printOutputToLog("POINT DEFENCES GOING LIVE FOR: "..self:getDCSName().." | TTI: "..secondsToImpact)
end

@walder walder added this to the Release 3.0.0 milestone Jul 22, 2022
@walder walder moved this to Release 3.0.0 Backlog in Skynet IADS Jul 22, 2022
@walder walder removed the status in Skynet IADS Jul 23, 2022
@walder walder modified the milestones: Release 3.0.0, Harm Defence Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant