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

Weapon error messages incorrect #3

Open
Ollieollieolllie opened this issue Mar 15, 2021 · 0 comments
Open

Weapon error messages incorrect #3

Ollieollieolllie opened this issue Mar 15, 2021 · 0 comments
Labels
enhancement New feature or request medium priority

Comments

@Ollieollieolllie
Copy link
Contributor

Ollieollieolllie commented Mar 15, 2021

https://github.com/SachaOropeza/AH64D-Project/issues/52
Currently, LOS INVALID is used for the following reasons:

  • If terrain obscures the line of sight to the target (no matter of the weapon selected)
  • If another object obscures the line of sight of the selected target, and the selected weapon is not a Hellfire AGM-114L
  • If the target is more than 30-degrees off the nose of the aircraft to the left or right.
    Even when an error is occurring, the player is currently able to fire.

However, it should be split up into the following error codes:

Error code Condition Prevents Firing
COINCIDENCE The targeting position is not the same position as where the gun is pointing Yes
AZ LIMIT The gun is limited left-right, but TADS/HMD is pointing further Yes
EL LIMIT The gun is limited up-down, but TADS/HMD is pointing further Yes
BAL LIMIT The target is outside of the ballistic limit of the weapon computer (for the gun >4.2km) No
@mattysmith22 mattysmith22 added enhancement New feature or request medium priority labels Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

2 participants