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

[Zeus] Remote controlling a unit causes wrong shoot lines #37

Open
Fank opened this issue Jul 20, 2021 · 2 comments
Open

[Zeus] Remote controlling a unit causes wrong shoot lines #37

Fank opened this issue Jul 20, 2021 · 2 comments
Labels
component:addon Affects addon component enhancement New feature or request

Comments

@Fank
Copy link
Member

Fank commented Jul 20, 2021

image

The source of the line is the player not the remote controlled unit

@Fank Fank added enhancement New feature or request component:addon Affects addon component labels Jul 20, 2021
@indig0fox
Copy link
Member

This is expected behavior.
From FiredMan EH

For remoteControled unit use "Fired" EH instead.

The ability to effectively track players firing while in vehicles takes priority over the actions of remote-controlled units. Unless we want to devise a potentially unstable way of juggling event handlers at control switch of units, this is a side effect.

@indig0fox
Copy link
Member

When fixing, ensure that playback is reflected properly as the 'unit' shooting, and no indication that its being Zeus-controlled to do so.

indig0fox added a commit to OCAP2/addon that referenced this issue Apr 11, 2022
OCAP2/OCAP#37
- adds remote-controlled unit detection if firer was >50m away from initial projectile position

OCAP2/OCAP#9
- adds setting for optional BIS_fnc_respawnTickets tracking, will automatically track missionNamespace + faction score counts every 30th frame
- adds system for optional custom score tracking by a set of sides, a custom counter separate from BIS_fnc_respawnTickets

- pending testing of debug drawIcon for units being recorded
indig0fox added a commit to OCAP2/addon that referenced this issue Apr 11, 2022
OCAP2/OCAP#37
- adds remote-controlled unit detection if firer was >50m away from initial projectile position

OCAP2/OCAP#9
- adds setting for optional BIS_fnc_respawnTickets tracking, will automatically track missionNamespace + faction score counts every 30th frame
- adds system for optional custom score tracking by a set of sides, a custom counter separate from BIS_fnc_respawnTickets

- pending testing of debug drawIcon for units being recorded
remove userconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:addon Affects addon component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants