-
Notifications
You must be signed in to change notification settings - Fork 738
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
NLAW - Predicted Line Of Sight Guidance and Overfly Attack Mode #4791
Conversation
Should we reduce the direct attack damage a bit more (300-350, maybe) and add some fragmentation to the warhead? |
I'm not sure exactly how much to drop the hit |
It can tenderize trucks and cars pretty well at the moment. I didn't test it against helicopters, though. One other thing I thought of when I watched that video, though: Can we reduce the weapon sway (particularly when winded) to emulate the monopod thing it has? |
I'd say this is pretty much ready, now. The only thing I'd want is for someone else to test the AI skill randomization in fnc_fired to make sure the low end accuracy isn't unreasonably low. There is one thing that I'm not sure if is reasonable to consider: I'm not sure if this is something that's compensated for in the software in reality (rate of change awareness, maybe?) or if it's a training thing, but it's not that hard to compensate for if you've practised a bit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming tested and working.
docs/wiki/feature/nlaw.md
Outdated
mod: ace | ||
version: | ||
major: 3 | ||
minor: 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10?
_attackProfileStateParams set [1, _firedLOS]; | ||
_attackProfileStateParams set [2, _yawChange]; | ||
_attackProfileStateParams set [3, _pitchChange]; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 empty lines.
@@ -0,0 +1,63 @@ | |||
/* | |||
* Author: PabstMirror | |||
* Sets up missile guidance state arrays (called from missileGuidance's onFired) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing final dot.
@@ -0,0 +1,60 @@ | |||
/* | |||
* Author: PabstMirror | |||
* NLAW missile guidance attack profile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing final dot.
For which this Tab-button was mentioned, I did not understand. After several tests I saw that NLAW hits the target without Tab. Try to create a visualization of a thermal imager for the NLAW also, as we see in Titan Launchers. Without thermal vision NLAW being disposable, it looks too deprived. |
Also, with an Overfly Attack Mode, there is no visualization of the Missile explosion above the tank. I could not see it. Please try to add additional FX with the upper explosion, what is the type of this: https://youtu.be/byR9EfOTeZg?t=164 |
Thanks for the info. I also noticed that, now the NLAW becomes much weaker. It took me 4 tubes to destroy one tank Merkava! (Overfly Attack Mode) |
What about the additional visualization of the explosion from above? Is it possible? |
Please keep feature requests to the feature request issue, we won't be answering them on closed or any PRs. Sure it's possible, but that doesn't mean it'll happen (that goes for anything generally). |
OK! Good luck! |
is the range limited to about 1000 m? |
Adds the NLAW's unique guidance system
Overfly Attack Mode
Note: This PR currently includes #4787 for testing, so diff is a bit larger than it will be.