Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Silent for ModUtils
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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 setAllowASIPluginsLoading=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)