[Skyrim][FO4] Better ENB Controls

general download section
Post Reply
  • Author
  • Message
Offline
Posts: 9
Joined: 30 Apr 2015, 15:53
Location: France

[Skyrim][FO4] Better ENB Controls

This is a small utility mod for users or preset authors who tinker often with the in-game ENB Panel.

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.
Last edited by Kesta on 31 May 2016, 18:55, edited 1 time in total.

Offline
Posts: 9
Joined: 30 Apr 2015, 15:53
Location: France

Re: [Skyrim] Better ENB Controls

Per request, an FO4 version have been proved as well. No need for F4SE with this one as FO4 feature a built-in hotkey system.

This version is easier to configure, but less convenient to use (to prevent the camera from moving, you need to toggle it on/off by pressing a key combination rather than holding one).

It will also toggle the HUD off when the ENB Panel open, since there isn't a proper HUD mod to do this seamlessly yet.

Direct download: http://www.nexusmods.com/fallout4/download/57410
Original modpage: http://www.nexusmods.com/fallout4/mods/2524/?

Full readme:

Code: Select all

Better ENB Controls - by Kesta

Version: 1.1

-------------------------------------------------------------------------------------------------
Description:

This small utility will selectively disable player controls and hide the HUD 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.
 - Pressing the additonal hotkey combination (default: Shift+Backspace) will also prevent the camera from moving with the mouse when the panel is open.
 
-------------------------------------------------------------------------------------------------
Installation & Requirements:

Drop the following files into your Skyrim\Data folder:
 * BetterENBControls.esp 
 * Scripts\BetterENBControlsScript.pex
 * BetterENBControls.ini
 * Hotkeys.ini

-------------------------------------------------------------------------------------------------
Uninstallation:

Delete the following files from your Skyrim\Data folder:
 * BetterENBControls.esp 
 * Scripts\BetterENBControlsScript.pex
 * BetterENBControls.ini
 * Hotkeys.ini

-------------------------------------------------------------------------------------------------
Configuration:

The mod work with the built-hotkey system from FO4. If using non-standard ENB controls:
 - Open Hotkeys.ini
 - Replace "Shift-Enter" by the combination you're using.
 - The additional hotkey can be configured in the same way by replacing "Shift-Backspace" by the hotkey of choice. 
 - For information on the syntax of the hotkey, refer to this article: http://www.nexusmods.com/fallout4/articles/191

-------------------------------------------------------------------------------------------------
Compatibility:

Other mods relying on the built-in hotkey system will conflict. 
To make them compatible, copy-paste the content from their own Hotkeys.ini into the one provided, or vice-versa.

For additional informations regarding compatibility and the hotkey system, refer to the FO4 Hotkeys modpage : http://www.nexusmods.com/fallout4/mods/11664
Instructions and utilities are provided there to automate the process.
   
-------------------------------------------------------------------------------------------------
Changelog:

v1.1:
 - Added additional hotkey to prevent camera movement with the mouse

v1.0: 
 - Initial release
   
-------------------------------------------------------------------------------------------------
Credts and Permissions:

Author: Kesta
Credits: Registrator2000 for discovering the hidden hotkey system and providing documentation.

Permissions: You're free to re-distribute this mod, as-is or altered.
Post Reply