Apex-NoRecoil-2021 icon indicating copy to clipboard operation
Apex-NoRecoil-2021 copied to clipboard

AHK | Known Unfixable Bugs

Open mgsweet opened this issue 3 years ago • 2 comments

Here I would list some bugs I know but cannot fix for now.

mgsweet avatar Nov 07 '21 02:11 mgsweet

Bug1: grenade-with-compensation

Description

Sometimes you still have recoil compensation while you want to throw a grenade

Steps to reproduce

  • hold a grenade by clicking G
  • press E with the grenade in hand and get another grenade
  • then try to throw the grenade with the L-button press

Why not fixable?

Using the current detection strategy, I can't detect whether you are still holding a grenade after you press E (you may pick another weapon. medkit or etc.).

Solution

  1. press g first every time you try to throw a grenade. the key g would reset the current weapon to default.
  2. Or you can set ads_only to on.

mgsweet avatar Nov 07 '21 02:11 mgsweet

If you make it so that after pressing G, the script is paused for 3 seconds? If possible, it will definitely reduce the inconvenience of the bug. This, in my opinion, can harm optimization.

Igors7999 avatar Nov 10 '21 00:11 Igors7999