Disables scrolling the map / base when the mouse gets near the screen borders. Separate patches for combat and base views.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
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
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
If like me you prefer scrolling the map using WASD and hate it if the view starts moving when you're trying to aim somwhere close to the screen edge, this mod is for you.
The package contains two small patches:
disable_edgescroll_tactical.txt - Will disable scrolling the map by moving the mouse close to the screen border. WASD scrolling will still work as usual. This is achieved by replacing the function that checks edge scrolling (XComTacticalInput.Mouse_CheckForWindowScroll with an empty function.
disable_edgescroll_geoscape.txt - Does the same thing for the strategic / base / Geoscape view. The view on the base will no longer move if your mouse hits the screen edges. Personally I like this function but if anyone would like to disable it, here's the patch.