Apex-NoRecoil-2021
Apex-NoRecoil-2021 copied to clipboard
AHK | Known Unfixable Bugs
Here I would list some bugs I know but cannot fix for now.
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
- press
g
first every time you try to throw a grenade. the keyg
would reset the current weapon to default. - Or you can set
ads_only
to on.
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.