Adjustable No Recoil scripts for Logitech mice in the game Delta Force eliminate vertical recoil for the AKM almost entirely. This increases accuracy and, consequently, the effective range against enemies. Your mouse must be supported by the GHUB software.
Game settings required for the scripts:
Aiming - right mouse button - hold.
Switch optics or magnification - keyboard key N - press.
Steps before using the scripts:
Set the necessary mouse sensitivity settings in the game and adjust the field of view (FOV).
Modify the weapon and attach the required accessories.
Script controls:
The 5th mouse button activates the script. Pressing the 5th button again deactivates the script.
The 4th mouse button toggles between automatic and single-fire modes while aiming. When firing from the hip, the firing mode will remain automatic. Pressing the 4th button again reverts to automatic firing mode.
Indication of mode switching:
Scroll Lock will light up on the keyboard when the 5th button is pressed, activating the script.
Scroll Lock will turn off when the 5th button is pressed again, deactivating the script.
Scroll Lock will toggle off and on when the 4th mouse button is pressed.
Script DELTA FORCE-AKM-Sight-single-v7.2.220125.lua is designed for single-magnification scopes.
Recoil reduction can be adjusted using the following lines:
multiplier_X = 1 - adjusts horizontal recoil.
multiplier_Y = 1 - adjusts vertical recoil.
To configure these values, find the numbers that stop the aim from moving upwards. The values can include decimals (e.g., 5.4, 6.7, 7.5). Save your changes after editing the script.
For example, with the AKM equipped with only a 70-round magazine at mouse sensitivity settings in the game of 20 and a Field of View (FOV) of 120, the control lines should look like this:
multiplier_X = 1
multiplier_Y = 1
At mouse sensitivity settings in the game of 10, the lines should look like this:
multiplier_X = 2
multiplier_Y = 2
For other mouse sensitivity settings in the game with a loadouts, the values will differ.
Script: DELTA FORCE-AKM-Sight-double-v7.2.220125.lua – designed for scopes with two magnifications. Switching the recoil control mode between high magnification and low magnification:
By default, the recoil control mode is enabled for high magnification.
Left Alt + Right Mouse Button – pressing this combination switches to the recoil control mode for low magnification.
Pressing this combination again reverts back to high magnification.
Using the lines:
Low_magnification_multiplier_X = 1 and Low_magnification_multiplier_Y = 1 – you can adjust recoil control for low magnification.
Using the lines:
High_magnification_multiplier_X = 1 and High_magnification_multiplier_Y = 1 – you can adjust recoil control for high magnification.
For example:
With the AKM equipped with a 70-round magazine + HAMR Sight (3.25x/1.25x) at mouse sensitivity settings in the game of 20 and a Field of View (FOV) of 120, the control lines should look like this:
Low_magnification_multiplier_X = 1
Low_magnification_multiplier_Y = 1
High_magnification_multiplier_X = 2.3
High_magnification_multiplier_Y = 2.3
For other mouse sensitivity settings in the game with a loadouts, the values will differ.
Attention!!! Recoil reduction in these scripts only works while aiming, meaning when the right mouse button is pressed. If you don´t press the right mouse button, the left button will work as usual.