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

KillTracker - Add option to filter out AI unit kills #9800

Merged
merged 8 commits into from
Feb 19, 2024

Conversation

ilbinek
Copy link
Contributor

@ilbinek ilbinek commented Feb 16, 2024

When merged this pull request will:

  • Add an option to disable tracking of kills of AI units when using ACE Kill Tracker. Configurable through Addon Settings
  • CfgEventHandlers.cpp
    • Added PreInit to Extended Event Handlers
  • XEH_postInit.sqf
    • Added check if AI tracking is enabled and track AI kills only if so
  • XEH_preInit.sqf
    • Added call to init Addon Settings
  • initSettings.inc.sqf
    • Added the actual add settings call
  • stringtable.xml
    • Added necessary translations

Add an option to disable tracking of kills of AI units when using ACE Kill Tracker. Configurable through Addon Settings
addons/killtracker/CfgEventHandlers.hpp Outdated Show resolved Hide resolved
addons/killtracker/initSettings.inc.sqf Outdated Show resolved Hide resolved
addons/killtracker/initSettings.inc.sqf Outdated Show resolved Hide resolved
addons/killtracker/stringtable.xml Outdated Show resolved Hide resolved
addons/killtracker/stringtable.xml Outdated Show resolved Hide resolved
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
@ilbinek ilbinek requested a review from johnb432 February 16, 2024 17:11
ilbinek and others added 2 commits February 16, 2024 19:38
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Copy link
Contributor

@LinkIsGrim LinkIsGrim left a comment

Choose a reason for hiding this comment

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

LGTM

@LinkIsGrim LinkIsGrim added the kind/feature Release Notes: **ADDED:** label Feb 17, 2024
@LinkIsGrim LinkIsGrim added this to the 3.16.4 milestone Feb 17, 2024
@PabstMirror PabstMirror merged commit fd7a500 into acemod:master Feb 19, 2024
5 checks passed
@ilbinek ilbinek deleted the killtracker_ai_ignroe branch February 19, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants