Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

doodlum

Uploaded by

doodlum

Virus scan

Safe to use

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.

_weatherlist.ini

FileName=!_L_Dungeons.ini
WeatherIDs=1DDF89,1DDF8C,1DDF8F,1DDF91,1DDFFB,201DF5,384338,3E4C1E,3E4C1F,3E4C20,3E4C21
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.

_locationweather.ini

//!_L_Dungeons.ini
//Folgunthur
00019179=d4886
//Bleak Falls Barrow
00018ee9=d4886
//Yngol Barrow
000192c9=d4886
//Ironbind Barrow
000350bc=d4886
//Shroud Hearth Barrow
0006ccc6=d4886
//Gyndenhul Barrow
040142a8=d4886
//Kolbjorn Barrow
040142bb=d4886
//White Ridge Barrow
040142bc=d4886
//Hrothmund's Barrow
04017bad=d4886
//Bloodskal Barrow
0403a07f=d4886
//Deepwood Redoubt
00019162=d4886
//Forelhost Crypt
0001917a=d4886
//High Gate Ruins
00019195=d4886
//Lost Valley Redoubt
00019268=d4886
//Ragnvald
0001928f=d4886
//Rannveig's Fast
00019290=d4886
//Shriekwind Bastion
000a0e30=d4886
//Silent Moon Camp
000192a9=d4886
//Skuldafn
000192ab=d4886
//Ustengrav
000192bf=d4886
//Volskyge
000192c2=d4886
//Volunruud
00019203=d4886
//Angarvunde
00018ee3=d4886
//Dead Men's Respite
00019161=d4886
//Dustman's Cairn
00019173=d4886
//Forsaken Cave
0001917b=d4886
//Halldir's Cairn
00019192=d4886
//Hillgrund's Tomb
00019196=d4886
//Korvanjund
00019261=d4886
//Reachcliff Cave
00019292=d4886
//Reachwater Rock
00019293=d4886
//Saarthal
00019299=d4886
//Silverdrift Lair
000192aa=d4886
//Snow Veil Sanctum
000192af=d4886
//Soljund's Sinkhole
000192b1=d4886
//Soljund's Sinkhole 2
0003059a=d4886
//Ysgramor's Tomb
00019265=d4886
//Vahlok's Tomb
040142ba=d4886
//Raven Rock Mine
0401429a=d4886
//Ansilvund
0001bdfd=d4886
//Geirmund's Hall
00019188=d4886
//Rebel's Cairn
000a828b=d4886
//Potema's Catacombs
0001928c=d4886
//Darkfall Cave
0200a87a=d4886
//Darkfall Passage
020162ac=d4886
//Darkfall Grotto
020162b0=d4886
//Whiterun Catacombs
0001f876=d4886
//Frostmere Crypt
000192b8=d4886
//Hag Rock Redobt
00019190=d4886
//Hag's End
00019191=aee84
//Dimhollow Crypt
02004EE8=d4886
//Valthume
00033da0=d4886
//Midden
0002bceb=d4886
//Twilight Sepulcher
0001914B=d4886
//Benkongerike
00014298=d4886
//Meridia_Kilkreath Ruins
00019260=d4886

_weatherlist.ini
FileName=!_L_Dungeons.ini
WeatherIDs=d4886

SOURCE

doodlum/enb-helper-plus


CREDITS

Skyrim RE members for putting up with me
KernalsEgg for the AbsoluteJump code