-
-
Notifications
You must be signed in to change notification settings - Fork 111
[Customized] Projectile subject to ground check before firing #1291
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
[Customized] Projectile subject to ground check before firing #1291
Conversation
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
2128644
to
799ea22
Compare
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.
worked properly in testing
updated the doc to indicate that it can't work for buildings and air, and we're all good
This is a feature split from #1261 .
It may have similarities with other parts.
If set
SubjectToGround
to true ,it will predict will predict the height of the connecting straight line from the bullet's source coordinates to target coordinates. If the predicted height is lower than the ground height of the current predicted position, the firer will also consider targets blocked by such obstacles as out of range and will attempt to reposition themselves.In
rulesmd.ini
: