You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current RCS implmentation is horribly bad. When aiming at head, only the first shot hits, all others shoot over the head and miss.
This is because RCS only activates when crosshair is on the target. But that is only the case for the first shot. After the first shot, recoil moves the crosshair above head and crosshair is not on target anymore and RCS does not work missing all further shots.
Solution: You need to implement standalone RCS. So that even shooting at wall, recoil is compensated and all shots land at the same point of aim. Thatway, also shots at enemy will always land at the desired point.
The text was updated successfully, but these errors were encountered:
The current RCS implmentation is horribly bad. When aiming at head, only the first shot hits, all others shoot over the head and miss.
This is because RCS only activates when crosshair is on the target. But that is only the case for the first shot. After the first shot, recoil moves the crosshair above head and crosshair is not on target anymore and RCS does not work missing all further shots.
Solution: You need to implement standalone RCS. So that even shooting at wall, recoil is compensated and all shots land at the same point of aim. Thatway, also shots at enemy will always land at the desired point.
The text was updated successfully, but these errors were encountered: