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

Compatibility with Tweaks55 scroll speed multiplier #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ibillingsley
Copy link

With StickDriftHelper enabled, the "Joystick Scroll speed multiplier" feature in Tweaks55 was no longer working.

Their Harmony patch simply multiplies the deltaPos vector, but it was being called first so then the StickDriftHelper patch normalizes the vector back to a maximum length of 1.0

This change makes Harmony run the StickDriftHelper prefix before the Tweaks55 prefix, which allows them to work properly together.

@ibillingsley
Copy link
Author

Note you could also use the HarmonyPriority annotation to make your prefix run before other mods... except the Tweaks55 prefix is already using the maximum possible priority.

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

Successfully merging this pull request may close these issues.

1 participant