1) It prevent the player character to draw his weapons or swing them around when clicking (and thus prevent the camera-position adjustment/movement)
2) If holding shift while the ENB panel is open, it prevent the camera to move with the mouse.
If using non-default Inputs keys in enblocal.ini, you have to configure the mod manually (see full readme)
This is a less cumbersome alternative to opening the console and toggling the menus off (and it allow to keep the time flowing and to move around).
This require the Skyrim Script Extender http://skse.silverlock.org/ (SKSE) because their is no other way to listen to keyboards input otherwise.
Direct download link : http://www.nexusmods.com/skyrim/download/1000201991
Nexusmod host page : http://www.nexusmods.com/skyrim/mods/66423
Full readme :
Code: Select all
Better ENB Controls - by Kesta
Version : 1.1
-------------------------------------------------------------------------------------------------
Description :
This small utility will selectively disable player controls when opening the ENB Panel.
When the panel open, player combat is disabled :
- Weapons are sheathed if they weren't already.
- Using mouse buttons won't draw your weapons nor swing them around.
- Additionaly, holding the keyLock (default : Left Shift) while the ENB panel is open will also prevent the camera from moving with the mouse.
-------------------------------------------------------------------------------------------------
Installation & Requirements :
Drop the following files into your Skyrim\Data folder :
* BetterENBControls.esp
* BetterENBControls.bsa .
Require SKSE : http://skse.silverlock.org/
-------------------------------------------------------------------------------------------------
Uninstallation :
Delete the following files from your Skyrim\Data folder :
* BetterENBControls.esp
* BetterENBControls.bsa .
-------------------------------------------------------------------------------------------------
Configuration :
The mod work by detecting key pressed. If you're using non-default ENB controls for the ENB Panel (Left Shift + Enter), you have to edit the configuration manually.
To do so :
- Download either the Creation Kit or TES5Edit
- Locate the "Global" section
- Edit the values of KeyCombination and KeyEditor to match those from your enblocal.ini
- WARNING! The numerical values don't match those from enblocal.ini, because Skyrim's scripts use DXScanCode.
Find the KeyCode matching your ENB Input configuration on this page : http://www.creationkit.com/Input_Script#DXScanCodes
- Although not required, you can also set an other keyLock following the same procedure.
The keyLock prevent the camera from moving with the mouse when it's pressed while the ENB Panel is open.
-------------------------------------------------------------------------------------------------
Changelog :
v1.1 :
- Packaged as .bsa for easier install/uninstall
- Added keyLock option to disable camera movements
v1.0 :
- Initial release
-------------------------------------------------------------------------------------------------
Credts and Permissions :
Author : Kesta
Credits : SKSE team for SKSE and the papyrus key mangement framework
Permissions : You're free to re-distribute this mod, as-is or altered.