antimicrox icon indicating copy to clipboard operation
antimicrox copied to clipboard

Flick stick implementation in AntiMicroX

Open nesper8 opened this issue 9 months ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

From "Wikipedia": In a traditional first-person shooter controller scheme, the right analog stick is used to steer the player character's view in the direction the stick is tilted. A "sensitivity" slider determines the speed the player turns when the analog stick is held. As the player can't turn faster than the highest sensitivity value allows, controller aiming with a traditional control scheme is generally slower than aiming with a mouse.

Describe the solution you'd like

In a typical Flick Stick control scheme, the player's view snaps to the direction the right analog stick is held, with "up" representing the player's current view (no change). Tilting the stick left will "flick" the player's view 90 degrees to the left, and tilting the stick down will turn the player a full 180 degrees. Once the analog stick is held down, it can be rotated along the gate to turn the player in tandem. The analog stick only affects the horizontal view axis, and all vertical aiming is performed through the controller's gyroscope by tilting the controller in the desired direction. The right analog stick is intended to be used for quick turns, and the gyro is used for precise aiming.

In explaining Flick Stick's design, designer Jibb Smart claimed that analog sticks are "too small" for precise aiming; instead, by treating gyro aim "as a mouse", players would enjoy a higher degree of precision than in traditional control schemes. By reserving the right analog stick for fast sweeping motions, Smart claimed that players will have "more freedom to respond to threats from any direction than even a traditional mouse on a big mousepad".

Describe alternatives you've considered

No response

Additional context

Why Controllers Don't Suck in Team Fortress 2 THUMBSTICK vs GYRO vs MOUSE in Aim Lab iHardScope


Upvote & Fund

  • If you find this issue important, mark it with 👍. It lets us see which fixes and features are demanded by the most users.
  • We're using Polar.sh so you can upvote and help fund this issue. It may incentivize some developers to contribute to this project and fix some issues.
  • Funded developer receives the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

nesper8 avatar Sep 19 '23 05:09 nesper8