Sixze / ALS-Refactored

Completely reworked and improved C++ version of Advanced Locomotion System V4.
MIT License
977 stars 273 forks source link

Movement Irregularities with WASD #483

Closed xkamronx closed 6 months ago

xkamronx commented 6 months ago

A user reported this today.

When moving Left, Right can override, but Left cannot override Right.

When moving Forward, Back can override, but Forward cannot override Back.

It appears related to the usage of the Negate modifier on the input values. Any way to resolve this that you can think of?