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

Full Auto Breaks Input Register #67

Open
EmilitiaEnnehrt opened this issue Aug 27, 2024 · 0 comments
Open

Full Auto Breaks Input Register #67

EmilitiaEnnehrt opened this issue Aug 27, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@EmilitiaEnnehrt
Copy link

Also Known As Trigger-Stuck Bug

More detail (for actual cause, read below) here (Issue 5607 upstream).

Behavior

After firing a fully automatic gun for a period of time, the gun is stuck firing even after the mouse is no longer held down onto the tile where the mouse was previously held at.

  • Putting the gun in storage space, suit storage, switching hand, unwielding, changing firing mode, turning on safety, and even dropping will not work. The gun keeps firing as if it was still on the person's hand.
  • The only fix for this is to rest down, dropping the gun and going into rest mode.

Steps to recreate

  1. Get a full-automatic gun on Full Auto mode
  2. Have your preference for target cursor (the aim cursor) on
  3. Held down firing button until it is "stuck"
Trigger.Stuck.mp4

What causes this?

I've talked to Trilby about this, this is caused by the constant update to the aim cursor sprite change the server has to do (for recoil feedback) to the point where the server misses the fact that the client has stopped holding down the left click on the tile, prompting the gun to continue being interacted with.

  • Personally tested, I basically turned off aim cursor preference and went to town with a 600 RPM gun, this cannot be replicated in this stage without the aim cursor.
@EmilitiaEnnehrt EmilitiaEnnehrt changed the title Full Auto Breaks Server Registering Full Auto Breaks Input Register Aug 27, 2024
@Equinox-SS13 Equinox-SS13 deleted a comment Aug 27, 2024
@Takykardi Takykardi added the Bug Something isn't working label Aug 28, 2024
@github-staff github-staff deleted a comment from YeGop0218 Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Takykardi @EmilitiaEnnehrt and others