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

Certain Zeus ACE Interactions not working #6847

Closed
DragonHunter003 opened this issue Mar 7, 2019 · 2 comments · Fixed by #6864
Closed

Certain Zeus ACE Interactions not working #6847

DragonHunter003 opened this issue Mar 7, 2019 · 2 comments · Fixed by #6864
Labels
Milestone

Comments

@DragonHunter003
Copy link

Arma 3 Version: 1.90 (stable)
CBA Version: 3.9.1 (stable)
ACE3 Version: 3.12.5 (stable)

Mods:

- CBA_A3
- ACE
- ACEX

Description:

  • Specific Zeus ACE Interactions while selecting units did not work properly. The Interactions I couldn't get working were: Rearm and Repair of vehicles and Remote Controlling any unit. Changing combat stance, speed, awareness and formations were are working as expected.

Steps to reproduce:

  • Open a blank mission file in the editor and place a single character which has access to the Zeus interface.
  • Load the mission, open the Zeus interface and spawn in any unit and vehicle.
  • Attempt to use the ACE Interactions while having any unit selected.

Where did the issue occur?

  • Dedicated / Self-Hosted Multiplayer Editor (Multiplayer)

Additional information:

  • I have recorded the issue and uploaded it on youtube, the video can be found here.

RPT log file:
-pastebin (Client RPT File)

@Dystopian
Copy link
Contributor

RC should be fixed in the next release (#6733). Repair and Rearm are broken in release build time, config is cut off:
statement = "{ if (_x isKindOf 'AllVehicles' && {!(_x isKindOf 'Man')}";
I think it will be fixed in the next release too.

@PabstMirror PabstMirror added this to the 3.12.6 milestone Mar 10, 2019
@PabstMirror
Copy link
Contributor

Should be fixed by those prs
Also on the "game master" module, make sure you have the setting set to
"all addons (unoffical)"
to enable repair/rearm actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants