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

BUG: Holding Shift + WASD causes tokens to face different directions #56

Open
GambetTV opened this issue Sep 13, 2021 · 3 comments
Open

Comments

@GambetTV
Copy link

When attaching one token to another (such as for riding a mount), and holding Shift + W, A, S, or D, to change their facing but not move them, the primary token will point where you tell it to, but the attached token will point in the opposite direction. It's not a 180 from it though, it's closer to like, 150 degrees off or something.

The same thing occurs if you hold Ctrl or Shift and use Mouse Wheel to pivot the token facing.

@KayelGee
Copy link
Owner

I don't see this happening. Are you on the current version?
Are you having any other modules active?

@GambetTV
Copy link
Author

Ah, it seems to be an incompatibility with the module Auto-Rotate, when Default Rotation Mode is turned on. I imagine this is a problem with that module rather than yours, though.

@KayelGee
Copy link
Owner

Basically how token attacher deals with rotation: When a token is attached to a base token, it's rotation relative to the base token will be saved. After the base token moves/rotates/etc. the attached token will get it's rotation(and other data) set to the saved rotation relative to the new rotation of the base token.

Auto-Rotate might react to that and overwrite the rotation for whatever reason and overwrite what token attacher just set. I haven't looked at their code yet, but I can check next time I'm at my code.

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

No branches or pull requests

2 participants