1 items

File information

Last updated

Original upload

Created by

Clippy95

Uploaded by

Clippy98

Virus scan

Safe to use

Tags for this mod

About this mod

Fixes mouse getting clamped while in cover.

Share
Permissions and credits
Source code
This is a simple fix to mouse getting clamped while in cover.

It's a simple jump routine to skip over clamping, script comes in .asi format.
Installation: Drag and Drop to game's directory, ensuring you have some type of an ASI loader. (use UAL or RedHook with the below option toggled on)

The mod IS NOT reliant on any ScriptHook/RedHook.
If using RedHook set
AllowASIPluginsLoading=true
within RedHook.ini if you're using RedHook and it should function fine.


INI config:

  • Clamping of X-axis's mouse while in cover is automatically patched out.
  • FixMouseCoverSensitivity (Applies the cover_sens_fix_multiplier to mouse X delta while in cover.)
  • FixInvertOptionForMouseCover (Fixes invert option ingame not applying to cover camera.) false by default.
  • cover_sens_fix_multiplier (Multiplier for X-axis delta while in cover, it feels halved, 2x is a good default.)








It's so simple it's applicable to SUWSF if you want to use that instead (below only fixes clamping)



[Patch:MouseClampFix]
Enabled=true
Pattern="F3 0F 5C C1 41 0F 2F C1 72 ?? 0F 28 D7"
Offset=0
Value="EB 2A 90 90"
ValueType="byte"
Match="all"
Module="auto"