About this mod
SKSE addon for ENB Helper which contains additional features, allowing for more granular and accessible controls as well as improved mod compatibility.
- Requirements
- Permissions and credits
OVERVIEW
ENB Helper Plus is an addon for ENB Helper which contains additional features, allowing for more granular and accessible controls as well as improved mod compatibility.
LIGHTING TEMPLATES
Lighting Templates control lighting and atmospheric conditions across numerous similar interiors. Multiple lighting templates can also be used across different rooms in a single cell.
The vanilla ENB Helper does not report these to ENB, so interiors use the standard weather system. This is problematic for authors wanting to customize interior settings, as this requires every interior LocationID from the game and every mod, to be added to the _locationweather.ini file, as well as new fake weathers created in the _weatherlist.ini. On top of this, ENB cannot know when lighting conditions change within a cell.
With this addon, ENB Helper reports the Lighting Template ID instead of the Weather ID, when in an interior. This allows for more granular customization with vastly improved accessibility and mod compatibility. Interiors which use SkyLighting still use the Weather ID.
This system also reduces the number of potential ID collisions, fixing a collision issue with Skyrim.esm and Dawnguard.esm.
When a Lighting Template ID does not exist in _weatherlist.ini, ENB will default to using the enbseries.ini values.
IgnoreWeatherSystem under ENB sections will disable customization for interiors, forcing enbseries.ini values for that section.
XEDIT SCRIPT
An xEdit script is provided which copies multiple highlighted forms to the clipboard to be pasted into the _weatherlist.ini.
Highlight the lighting templates/weathers you want to use the same ini, then
Right Click->Apply Script->Copy FormID to clipboard for ENB
Paste under WeatherIDs in _weatherlist.ini.
REQUIREMENTS
Skyrim Special Edition
Address Library for SKSE Plugins
ENB Helper SE
ENBSeries SE
Skyrim VR
VR Address Library for SKSEVR
ENB Helper VR
ENBSeries VR
COMPATIBILITY
- Compatible with everything
- Compatible with 1.5.97 (pre-AE), 1.6.x (post-AE) and VR
LUX EXAMPLE - NORDIC DUNGEONS
ENB Helper Plus
Supports all nordic dungeons, with all locations added by mods which support Lux.
Note: This was a quick example and may not be entirely accurate or up to date so should not be copied from.
ENB Helper
Supports only some nordic dungeons, with no locations added by mods.
SOURCE
doodlum/enb-helper-plus
CREDITS
Skyrim RE members for putting up with me
KernalsEgg for the AbsoluteJump code