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

Attack Module Override enables AI pathing #1243

Closed
wants to merge 2 commits into from

Commits on Oct 19, 2019

  1. Attack Module Override enables AI pathing

    Issue: when a group is set to defend with a high percentage of "hold" and a trigger activates a sync'd attack module which wants all units on defend to attack a location the behaviour currently is that all units will have the new waypoint and all units with pathing disabled because of "holding" will stand still which presents a inflexible scenario without custom logic elements to enable good timing of releasing "waves" of units as a Zeus.
    
    Proposal: Enable the override parameter to re enable pathing so it can override any blocking previous command given to the unit such as the "defend module's hold". This should make that option act more as expected by overriding previous orders and allow more dynamic options for mission makers.
    Anthony "Zanven" Poschen authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    d4d68bd View commit details
    Browse the repository at this point in the history
  2. Update addons/ai/fnc_taskAttack.sqf

    Co-Authored-By: commy2 <commy-2@gmx.de>
    Anthony "Zanven" Poschen and commy2 authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    7e1d0fc View commit details
    Browse the repository at this point in the history