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

JNA: ACE item category detection optimization #338

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

AGM-114K
Copy link
Contributor

@AGM-114K AGM-114K commented May 9, 2018

As ACE Advanced Medical is part of ACE, activeACEMedical == true AND activeACE == false is not a valid scenario that has to be covered.
Checking for aceAdvMedItems branched under checking for aceItems. Should evaluate slightly faster.

Also added more ACE items to the gearList, preventing those items from getting stuck in the bipod tab.

AGM-114K added 2 commits May 10, 2018 02:58
As ACE Advanced Medical is part of ACE, activeACEMedical == true AND activeACE == false is not a valid scenario.
Checking for aceAdvMedItems branched under checking for aceItems. Should evaluate slightly faster.
Added additional commonly used ACE items to the aceItems array.
This prevents the bug of ACE items getting stuck in the bipod tab of the arsenal.
@@ -1032,6 +1032,14 @@ if (activeACE) then {
"ACE_DefusalKit",
"ACE_MapTools",
"ACE_Flashlight_MX991",
"ACE_Flashlight_MX991",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AGM-114K duplication here

Copy link
Contributor

@zalexki zalexki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ACE_DAGR"
"ACE_microDAGR"
"ACE_ATragMX"
"ACE_Kestrel4500"
"ACE_UAVBattery"
"ACE_HuntIR_monitor"

Need to be removed these can be find in the game.

@zalexki zalexki added the WIP Work In Progress label May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need testing WIP Work In Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants