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

[BUGBOT][Game logic] Grenade Throwing Mechanics - Crosshair Alignment Confusion #1578

Open
discord-bugcrawler bot opened this issue Aug 20, 2024 · 1 comment
Labels

Comments

@discord-bugcrawler
Copy link

[BUGBOT][Game logic] Grenade Throwing Mechanics - Crosshair Alignment Confusion

Description

Players are experiencing confusion with the grenade throwing mechanics in Red Eclipse. The crosshair for throwing grenades requires players to aim below their intended target, contrary to the typical expectation of aiming above to compensate for gravity.

Workarounds

n/a

Information

  • Operating system: n/a
  • Hardware and drivers: n/a
  • Product version: n/a
@Calinou
Copy link
Member

Calinou commented Aug 20, 2024

This occurs because grenade velocity is relative to the player velocity at the time of throwing. This means that if walking forwards and aiming downwards, you need to compensate for your forwards velocity.

This can get worse once you add vertical velocity into the mix (jumping/falling).

One way to mitigate this would be to only take forward/backward velocity into account for grenade throws (relative to the player's camera pitch), and ignore upwards/downwards and left/right velocity.

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

No branches or pull requests

1 participant