Guide:ENBSeries: Difference between revisions

From Step Mods | Change The Game
m (Text replacement - "|hidden= " to "|hidden=")
 
(381 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{TOC right}}
[[Category:Post-Processing Guides]][[Category:ENB]]{{PageTitle|logo=delta|title=ENBSeries Guide|subtitle=A comprehensive ENB guide|author=The Step Team and community|forumtid=710}}
''A comprehensive guide for properly installing and editing ENBs for n00bs and gurus alike -- by the S.T.E.P. Team and contributing members''
See also:
: {{Fc|salmon|'''enblocal.ini'''}}
:* [[SkyrimLE:ENBLocal_INI_Reference|{{fs|large|'''SkyrimLE ENBLocal INI Reference'''}}]]
:* [[SkyrimSE:ENBLocal_INI_Reference|{{fs|large|'''SkyrimSE ENBLocal INI Reference'''}}]]


[http://forum.step-project.com/topic/710-enb-guide/ '''GUIDE FORUM THREAD''']
: {{Fc|salmon|'''enbseries.ini'''}}
[http://forum.step-project.com/forum/57-enb-support/ '''SUPPORT FORUM''']
:* [[SkyrimLE:ENBSeries_INI Reference|{{fs|large|'''SkyrimLE ENBSeries INI Reference'''}}]]
[http://forum.step-project.com/forum/74-post-processor-suggestions-enb/ '''POST-PROCESSOR SUGGESTIONS''']
:* [[SkyrimSE:ENBSeries INI Reference|{{fs|large|'''SkyrimSE ENBSeries INI Reference'''}}]]
----
{{Construction|size=50|This guide is currently undergoing a layout/readability overhaul, so some of the information may be difficult to follow at present. Nevertheless, all information is relevant and accurate.}}
<br />


==Introduction==
{{TOC}}{{Alert|text=This is the general overview of ENBSeries for all supported games. See the [[Guide:ENBSeries_INI|ENB INI Reference]] for descriptions of all settings by game.}}
'ENB' is short for 'ENBSeries', which is a general post-processing 'engine' with variants applicable to many games, including Skyrim. This Guide will help newcomers become familiar with the basics of installing and using ENBSeries and will also provide answers to many questions applicable to all users from those wishing to quickly install and configure ENBoost or full-blown ENB as well as advanced users and ENB preset developers withing to reference more of the technical or tangential information. The main guide is written to address novice and advanced users alike with 'quickstart' in mind. Links to more information and ancillary guides are included herein.  


===What is ENB?===
=== What is ENBSeries? ===
[http://enbdev.com/index_en.html ENBSeries] (ENB) is a [https://en.wikipedia.org/wiki/Video_post-processing post processor modification] (mod) created and maintained by Boris Voronstov. What this means is that ENB adds digital enhancements to Skyrim (and other games) purely by modifying perceived video output ''after'' (or 'post') the decoding process of game assets into the initial graphical result. Initial post-processing is done by the Skyrim [https://en.wikipedia.org/wiki/Shader shader program(s)], and ENB builds upon this initial image post processing using more advanced techniques that the game shader engine is incapable of implementing. This is accomplished via a custom API in the form of a dynamic link library (DLL) to the game shader engine. In addition to advanced shader post processing, ENB also implements a memory manager, 'ENBoost', that enhances the efficiency of video memory management, resulting in increased performance in addition to the increased quality bestowed by the post-processing engine.
[https://enbdev.com/index_en.html ENBSeries] (or ENB) is a [https://en.wikipedia.org/wiki/Video_post-processing post-processing] suite created and maintained by Boris Voronstov. It's available for multiple games including most that Step Modifications supports. ENBSeries adds many enhancements and features to games, which aren't available from the vanilla game. This is accomplished by using a custom API in the form of a dynamic link library (DLL) to add to the game shader engine, thus, allowing additional processing that the game isn't capable of doing on its own. Features that overlap with game features are usually replaced entirely with more accurate code, thus, are always better quality versions.


== ENBoost ==
In addition to advanced shader post-processing, ENBSeries also implements a memory manager for several 32-bit games, called ''ENBoost'', that enhances the efficiency of video memory management while bypassing memory limits inherit within all 32-bit games. This results in increased performance and stabilization, in addition to the increase quality provided by the post-processing features.
===What is ENBoost?===
[[ENBoost]] is a memory management feature added to ENBSeries to address the crashes and freezes relating to the well-known system memory (RAM) limit of 32-bit applications like Skyrim. It is one major part of a multi-part solution STEP recommends for dealing with this limitation (see [http://wiki.step-project.com/STEP:Guide#2.C._Extenders 2.C. Extenders] section of the STEP Guide). ENBoost is included in the ENBSeries graphics modification and is now incorporated into all contemporary ENB presets. ENBoost can also be implemented as a stand-alone video-graphics memory manager for Skyrim without implementing any ENB post-processing effects.


In order to understand how ENBoost works, it is important to first know how Skyrim manages memory. The main Skyrim game executable, TESV.exe, is a 32-bit Large-Address-Aware (LAA) application. This means that although TESV.exe can only use a maximum of 2GB of system RAM on 32-bit Windows systems, it can access up to about 3.1GB of system RAM (4GB - about 900MB of system resources) on 64-bit systems.
The main draw to using ENBSeries is it allows vast customization that authors can take advance of to produce custom presets (commonly referred to as "ENBs" or "ENB Presets"). Presets offer a range of "look and feel", meaning each preset can create a different ambiance for the game. Ambiances such as a cooler or warmer color palette, "fantasy" or "realistic" lighting environments, more vibrant or bleak saturation...the list is very long. Given author can also include their own shaders in the mix, the combinations are nearly endless and there is likely already an ENB preset that is perfect for every users' personal tastes. However, all those added effects often come at a cost to performance. Luckily, most authors provide "performance" versions of their presets, which are lighter on system resources.
To drive your video card in displaying Skyrim's 3D rendered graphics, TESV.exe must store object geometry (the shapes of things in the game) and texture data cached in its memory space, which is then copied to your video card's VRAM to display. The memory limit is not a problem with an unmodded Skyrim because the cached data is dynamically loaded and unloaded to make room for new data as its needed, and it almost never completely fills up all of TESV.exe's available RAM. However, when mods are added to Skyrim, the memory needed for cached data is significantly increased, and the more mods that are used - ''especially higher resolution texture mods'' - the higher the chance that TESV.exe will run out of memory. When this happens, either the program crashes, or some objects don't get rendered.
ENBoost overcomes this memory limitation by 1), using available VRAM on your video card and 2), using system RAM outside of TESV.exe for dynamically allocated cache data. The second method is accomplished by running an executable named ''enbhost.exe'' which has up to another 4GB of memory available for ENBSeries to manage.
The effectiveness and performance of ENBoost is determined by a number of factors, such as size of system RAM / VRAM, manufacturer of video card, version of Windows OS, CPU, and even motherboard memory channel speed. Fortunately, through the evolution of ENBSeries over time, a number of ENBoost user-settings have been added to account for the enormous variety of user's PC system configurations.


Continue below with the Quickstart to jump right into using ENBoost or jump down [http://wiki.step-project.com/Guide:ENB#ENBoost_Installation below] for more detailed information about ENBoost and how to properly set it up.
== ENBoost ==
 
=== What is ENBoost? ===
===ENBoost Quickstart===
[[SkyrimLE:ENBoost|ENBoost]] is a memory management feature added to ENBSeries to address the crashes and freezes relating to the well-known system memory (RAM) limit of 32-bit applications. It's one major part of a multi-part solution Step Modifications recommends for dealing with this limitation on 32-bit games. ENBoost is included by default in ENBSeries versions that support it, and can be implemented as a standalone memory manager without the graphical effects from ENBSeries. The effectiveness and performance of ENBoost is determined by a number of factors, such as size of system RAM / VRAM, quality of video card, version of Windows OS, CPU, and even motherboard memory channel speed. Fortunately, there are a number of ENBoost settings to help account for the variety of system configurations.
{{fs|1.3em|→}} [[ENBoost#Recommendations|{{fs|1.1em|ENBoost Quickstart Instructions}}]]<br />
{{Notice Small|size=80|ENBoost is ''not'' ENB per se. Rather, ENBoost stand-alone configuration implements only the memory-management features of ENB without the lighting enahncemets that most people associate with ENB. Thus, ENBoost is an essential extension that STEP recommends for ALL users, even those that are not running ENB 'proper'.}}
 
== ENB {{fs|0.5em|'Proper' (in all its glory)}}==
As alluded in the Introduction, ENBSeries (aka 'ENB) encompasses all of the features of ENB, including ENBoost as well as all post-processing features of ENB.
 
===ENB Quickstart===
This is a basic quickstart for setting up ENB; however, most ENB presets include installers or detailed installation instructions. These instructions provide assistance where certain ENB presets may be lacking. Always defer to the preset instructions first, and use these instructions to fill in the blanks if necessary.
# Download the latest [http://www.enbdev.com/download_mod_tesskyrim.htm ENB binary] (''NOTE: The links at the bottom of the page list all the binaries. Choose the latest file (usually the one at the top of the list), then on the next page click the [[File:Down1.gif]] button located at the bottom of the page.'')
# Select and download a preset from Nexus (or see some of our suggested [http://wiki.step-project.com/Guide:ENB#ENB_Presets suggested presets]).
# If applicable, download the [http://dev-c.com/skyrim/enbhelper/ ENB Helper], and extract ''enbhelper.dll'' into <code>./skyrim/enbseries/</code>, creating the directory if necessary. (''NOTE: the helper file is required by ENB v0.250+ and is normally provided with the preset.'')
# Extract ''d3d9.dll'' and ''enbhost.exe'' from the "WrapperVersion" folder inside the ENB archive ([http://wiki.step-project.com/File:ENBd3d9.png enbseries_skyrim_v0xxx.zip]) into <code>./skyrim/</code>. (''NOTE: Do NOT extract into <code>./skyrim/Data</code>!)
#* ALTERNATIVELY: If the "WrapperVersion" does not function as advertized, try the "InjectorVersion". Remove any existing remnants of the Wrapper version, and extract only ''enbhost.exe'', ''ENBInjector.exe'', ''enbinjector.ini'', ''enblocal.ini'', and ''enbseries.dll'' files from the "InjectorVersion" folder into <code>./skyrim/</code>.
# Likewise, extract the content of the [http://wiki.step-project.com/File:ENBProfileFolder.png ENB Preset's archive] into <code>./skyrim/</code>. (''NOTE: Do NOT extract into <code>./skyrim/Data</code>!)
#: At this point, <code>./skyrim/</code> should typically contain something like following at ''minimum'' (when using the "WrapperVersion"), but some presets have many more files or folders with custom assets required by the preset:
#:* <enbseries>
#:** *.ini (one or more)
#:** enbhelper.dll
#:* *.bmp (one or more)
#:* d3d9.dll
#:* enbhost.exe
#:* *.fx (one or more)
#:* enblocal.ini 
#:* enbseries.ini
# Configure ''enblocal.ini'' according to the [http://wiki.step-project.com/ENBoost#Recommendations ENBoost recommendations] EXCEPT with the following essential differences:
#*: <code>[GLOBAL]</code>
#*: <code>UsePatchSpeedhackWithoutGraphics=false</code>
#*: <code>UseDefferedRendering=true</code> (''NOTE: Not required, but essential for full functionality of many ENB presets.'')
# Configure ''skyrimprefs.ini'' according to the following:
#*: <code>[Display]</code>
#*: <code>iMaxAnisotropy=0</code>
#*: <code>iMultiSample=0</code>
#*: <code>bFloatPointRenderTarget=1</code>
 
== Basic Preset Installation ==
{{Notice|Generally, ENB presets must be installed manually; however, there is a new trend rising. Some ENB presets are including a FOMOD installer to install the preset using a mod manager. These FOMODs will walk users through installing the various options that may come with a specific preset. Though this is partly automated and far more user-friendly, it will still require some manual moving of files. These FOMOD installations are currently not covered in the installation guide below.}}
 
=== Prior to Installation ===
While slightly more involved than experienced ENB users may be accustomed to, the following installation procedure ensures that there will not be any possible issues related to the installation process.
 
This guide assumes the completion of the [http://wiki.step-project.com/STEP:Guide STEP Guide] through at least Section 1.F. If this has not been done, please do so before continuing!


* Monitor(s) Calibration: [http://www.lagom.nl/lcd-test/ Lagom] is great for LCD displays. For laptop users with limited controls use the Windows tool:
{{AlertSmall|type=notice|text=Step Modifications considers ENBoost to be an essential tool recommended for ALL Skyrim LE users.}}
*:Contol Panel  >>  Color Management  >>  Advance tab  >>  Calibrate display
::[[File:ColorManagement.png]]
* Make sure graphic drivers are up to date. If not, please download and install new drivers via a clean installation.
* Download and save the recommended ENBSeries version for the chosen ENB Preset [http://www.enbdev.com/download_mod_tesskyrim.htm here].
* If this is the first time installing and setting up ENBSeries, please read the TES documentation [http://enbdev.com/doc_skyrim_en.htm here].
* Back up the Skyrim INIs. These are the ''Skyrim.ini'' and ''SkyimPrefs.ini'', located in <code>%USERPROFILE%\My Documents\My Games\skyrim</code>. Mod Organizer (MO) uses will have to make backups of these files from the INI Editor within MO.
* Back up game saves also located in <code>%USERPROFILE%\My Documents\My Games\skyrim</code>.
::[[File:SkyrimFolder.png]]
* If currently using an ENB, FXAA or SMAA, do the following:
:* Back up the current ENB, FXAA or SMAA post-processing injector to another folder.
:* Delete '''<u>ALL</u>''' ENB and post-processing injector related files and folders (''.DLLs, .INIs, .FXs, enbseries folder, etc'') that reside in the root ''Skyrim'' directory.
:* If the previously installed ENB preset included any extra mod elements, deactivate or uninstall them using the chosen mod manager.
<br>
<br>


=== ENBSeries Installation ===
=== How Does ENBoost Work? ===
{{Notice Small| The following installation guide is for general ENB preset installations and is provided for informational purposes only! ENB presets have varying installation procedures. Please refer to the specific ENB Preset's Nexus page for detailed installation instructions for any given preset.}}
In order to understand how ENBoost works, it is important to first know how some 32-bit applications manage memory. Skyrim LE will be used for this explanation. The main Skyrim LE game executable, TESV.exe, is a 32-bit [https://docs.microsoft.com/en-us/cpp/build/reference/largeaddressaware-handle-large-addresses?view=msvc-160 Large-Address-Aware] (LAA) application. This means that although TESV.exe can only use a maximum of 2GB of system RAM on 32-bit Windows systems, it can access up to about 3.1GB of system RAM (4GB minus about 900MB of system resources) on 64-bit systems. To drive the video card in displaying the game's 3D rendered graphics, TESV.exe must store object geometry (the shapes of things in the game) and texture data in its memory space, as a cache. This cache is then copied to the video card's VRAM to display on the screen.


'''Make sure the Skyrim INIs have been backed up from the previous steps above!'''
The memory limit is not a problem with an unmodded game because the cached data is dynamically loaded and unloaded to make room for new data as it's needed, and it almost never completely fills up all of TESV.exe's available RAM. However, when mods are added to Skyrim, the memory needed for cached data is significantly increased, and the more mods that are used, especially higher resolution texture mods, the higher the chance that TESV.exe will run out of memory. When this happens, either the program crashes or some objects do not get rendered. ENBoost overcomes this memory limitation by ...
# Extract the file you downloaded from ENBSeries above.
# using available VRAM on your video card and then...
# Open the ''WrapperVersion'' folder.
# using system RAM for dynamically allocated cached data via a helper executable.
# Copy the ''d3d9.dll'' and ''enbhost.exe''  files into the root ''Skyrim'' folder. There is no need for any other files unless the chosen ENB Preset instructs otherwise.
#: This is accomplished by running one or more instances of an executable named ''enbhost.exe'', which adds up to another ~3GB of memory available per instance.
#* '''Do not''' extract the files to the Data folder! They must be placed in the root ''Skyrim'' folder to work.
# Now copy the ENB preset files from the chosen ENB Preset's folder into the root ''Skyrim'' folder. The same place the ''d3d9.dll'' and ''enbhost.exe'' files have been placed.
# Edit Skyrim's INI file as shown below.
<br>


=== SkyrimPrefs.ini ENB Edits ===
=== ENBoost Installation ===
For ENBSeries to work as intended, modifications to ''SkyrimPrefs.ini'' is needed.
{{Spoiler|shown=Show installation instructions|hidden=
# Download and install the [https://www.microsoft.com/en-us/download/details.aspx?id=8109 DirectX 9 Runtimes].
#: {{fc‏‎|salmon|text=''This step is to prevent the common issues of missing DirectX files required by ENBSeries. Be sure to install it and not just extract it!''}}
# Download the latest [https://www.enbdev.com/download_mod_tesskyrim.html ENBSeries version] for the game it will be install on.
## On the game pages, their is a list of major changes and links to the available versions.
## Click a version link to download the version required by the chosen preset. The latest version is usually the one at the top of the list.
## On the version page will be listed a changelog and a download link. Click the [[File:Down1.gif]] button located at the bottom of the page to download the version file.
# Open the downloaded archive and go into the WrapperVersion folder.
# Extract ''only'' the '''d3d9*.dll''' files, '''enbhost.exe''', and '''enblocal.ini''' into the game's folder where its executable is located.
# If the "WrapperVersion" does not function as advertised, try the "InjectorVersion".
## Remove any existing remnants of the Wrapper version
## Extract only the '''enbhost.exe''', '''ENBInjector.exe''', '''enbinjector.ini''', '''enblocal.ini''', and '''enbseries.dll''' files into the game's folder where its executable is located.
#: {{AlertSmall‏‎|type=notice|text=''ENBInjector.exe'' must be ran <u>''before''</u> running the game for the injector version to work properly.}}
}}


Open ''SkyrimPrefs.ini'' and set the following under the <code>[Display]</code> section:
=== ENBoost Configuration ===
The following are important changes that are either required for ENBoost to work:
{{Spoiler|shown=Show INI Configuration|hidden=
<syntaxhighlight lang="ini">
[GLOBAL]
UsePatchSpeedhackWithoutGraphics=true
UseDefferedRendering=false


<pre>bFloatPointRenderTarget=1
[MEMORY]
bTreesReceiveShadows=1
ExpandSystemMemoryX64=false
bDrawLandShadows=1
ReservedMemorySizeMb=128
bShadowsOnGrass=1
;This value should be set to lowest possible value without experiencing stutter. Increase this value until stuttering is either gone or minimal. See advanced guide above for more information.
fGamma=1.0000  // this normalizes the gamma so the ENB coloring isn't off
iMultiSample=0  // turns off the game's multi-sampling AA
bTransparencyMultisampling=0  // turns off the game's transparency AA
</pre>


If any anti-aliasing (AA) is turned on in the video drivers, they must be set to off or Application Controlled. Neither Skyrim's AA nor the driver's AA will work with ENBSeries. Use either the ENB's AA or SMAA which are discussed further down in the guide.  
VideoMemorySizeMb=<integer in MB>
;Download and run Boris's VRamSizeTest tool [https://enbdev.com/download_vramsizetest.htm]. Run the '''VRamSizeDX9.exe''' for DX9 games and '''VRamSizeDX11.exe''' for others.
;Windows 7 - Subtract 170 from the value provided and use that value.
;Windows 8.1 - Use the value provided.
;Windows 10 - Subtract 350 from the value provided and use that value.


{{MO Note| Mod Organizer users will have to edit the INI file using the INI Editor within MO. INIs are profile specific in MO; therefore, users will have to edit each profile they wish to run the ENB preset on.}}
AutodetectVideoMemorySize=false
 
</syntaxhighlight>
== Recommended ENB Presets ==
Before installing any ENB presets, get Boris Vorontsov's [http://enbdev.com/download_mod_tesskyrim.htm ENBSeries]. Since the introduction of ENBSeries for Skyrim, there have been hundreds of ENB presets created; however, most have not been updated to use the latest version ENBSeries; therefore, please refer to the chosen ENB preset's documentation to ensure the correct version of ENBSeries is downloaded.
 
There are ENB presets that come in just about every style and color. As such, this section can be extremely subjective. STEP suggests browsing around to find the perfect preset to suit the user's personal preferences. There isn't an official STEP recommended ENB preset (''yet''), however, below are a few excellent, widely-used presets and information about them. To make a suggestion or comment on out-of-date information for the listed ENB presets, do so on the [http://forum.step-project.com/topic/710-enb-guide/ ENB Guide Thread]. For general installation instructions, see the Installation tab; however, it is highly recommended to follow the author's installation instructions found on the ENB Preset's Nexus page.
 
=== ENBSeries v0.236 vs v0.265+ ===
The latest versions of ENBSeries available to download are v0.236, v0.262, and 0.265. Most ENB Presets that are still in active development have been updated to utilize one of these versions, or have stated that they are compatible with them. The recommendations below are current for at least one of these versions. So, what's the difference?
 
There have been several improvements between the two releases. From v0.236 to v0.265 the following have been added:
:*Parallax for terrain
:*Muddiness control of water
:*Cloud shadows
:*Volumetric rays
:*Mist effect
:*Supersampling for ambient occlusion
:*Edge AA on loading screens
:*Optimization of ambient occlusion
:*Enhanced blending of certain effects
:*Lighting bug fixes
:*Other performance optimizations
:*Other bug fixes
<br>
 
=== ENB Presets ===
 
====[http://www.nexusmods.com/skyrim/mods/36067/ Vividian - Weather and Lighting Enhancment] by Mangaclub and Benhat [[File:Wikilink.png|link=Vividian_ENB |alt=Alt text |Visit Vividian Mod Page]]====
:{{Gallery
|enable=Yes
|galleryitems=
{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/36067-1-1406366928.jpg
}}{{GalleryItems
|url=http://static-1.nexusmods.com/15/mods/110/images/36067-1-1407360049.jpg
}}{{GalleryItems
|url=http://static-1.nexusmods.com/15/mods/110/images/36067-1-1407622832.jpg
}}{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/36067-1-1406533089.jpg
}}{{GalleryItems
|url=http://static-4.nexusmods.com/15/mods/110/images/36067-5-1404911962.jpg
}}
}}
}}
: '''Baseline''':
:: Vividian currently supports ENBSeries v0.262+.
: '''Description''':
:: Vividian is a two part Preset; an ENB and a mod. The ENB adds a more vivid character to Skyrim without completely removing the dense atmosphere from the vanilla game. Depending on the version chosen it provides either more vibrant colors and effects or simply enhances the vanilla colors. Both versions also grant more realistic shadows and weather.
:: The mod part of Vividian is a weather mod called, ''Extended Weathers'', which has three different extensions. The first is Windy Clouds which enhances the cloud speed of weathers so the clouds actually look as if they're moving and not standing still in the sky. The second is Extended Groundfogs which adds groundfogs to 62 hand selected weathers. The final extension is Diverse Weathers which adds more weathers to all regions of Skyrim and raises the chance of rainy/snowy/stormy/foggy weathers.
::Vividian is one of the most compatible ENB Profiles available and is currently compatible with vanilla Skyrim and the DLCs, Climates of Tamriel, Pure Weather, RCRN, ELFX, ELE, Relighting Skyrim, NLA, Extended Snow System, Real Shelter, Falskaar and Maids II.
: '''Versions'''
:: Vividian comes in two versions:
:::* The "''Vivid''" version has more saturation and vivid colors compared to vanilla Skyrim.
:::* The "''Vanilla''" version maintains vanilla Skyrim colors and saturation; simply enhancing them by making them deeper and richer.
: '''Performance'''
:: Vividian has three performance versions available.
:::* Performance: is a version which has had some effects lightened or completely turned off. This version is recommended for less powerful systems.
:::* Normal: is the main version which most users will be using. This version has all the effects enabled, yet is balanced between performance and quality.
:::* High Quality - is the extreme version. Use this with caution! It will be crippling on all but the most powerful systems.
: '''Features'''
:: Some of the features of Vividian include:
:::* 6 Depth of Field (DOF) options
:::* Real-time cloud shadows
:::* Volumetric Sunrays
:::* Enhanced and customized sunrises and sunsets
:::* Custom sunflares/glares
:::* Realistic and dynamic night lighting
<br>


====[http://www.nexusmods.com/skyrim/mods/48730/ Skylight ENB] by Aiyen [[File:Wikilink.png|link=Skylight_ENB |alt=Alt text |Visit Skylight Mod Page]]====
{{alert|type=notice|text=If they exist in the ''enblocal.ini'' file for the ENBSeries version in use, be sure the parameters under the [THREADS] section match what is below!<br>These are for special case use only and do not apply to 99% of users! The section should remain as follows:
:{{Gallery
<syntaxhighlight lang="ini">[THREADS]
|enable=Yes
DataSyncMode=0
|galleryitems=
PriorityMode=0</syntaxhighlight>}}
{{GalleryItems
|url=http://static-1.nexusmods.com/15/mods/110/images/48730-4-1408554037.jpg
}}{{GalleryItems
|url=http://static-1.nexusmods.com/15/mods/110/images/48730-1-1408554105.jpg
}}{{GalleryItems
|url=http://static-1.nexusmods.com/15/mods/110/images/48730-1-1401248340.jpg
}}{{GalleryItems
|url=http://static-4.nexusmods.com/15/mods/110/images/48730-2-1393781987.jpg
}}{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/48730-1-1392737132.jpg
}}
}}
: '''Baseline''':
:: Skylight currently supports ENBSeries v0.264.
: '''Description''':
:: Skylight ENB is the result of the hard work from our own Moderate, Aiyen. Skylight provides a balance between cinematic, fantasy and realism styles without adding too much of any one style. As a result, you get a unique ENB Profile that isn't overly saturated or too heavy on the Bloom which can wash out the visuals with a hazy light. The skies are blue as they should be and the dusks are a sight to behold. Nights in Skylight aren't aimed to be realistic but rather provide an immersive yet subtle atmosphere to explore in. Interiors; however, are designed to be realistic to a point; they aren't pitch black but the player will still benefit from using a torch.
:: Skylight is currently compatible with vanilla Skyrim and the DLCs, Climates of Tamriel, Pure Weather, ELFX, ELE, Supreme Storms, and Extended Snow System.
: '''Skylight Features'''
:: Some of the features of Skylight include:
:::* A custom Depth of Field (DoF) which is light on performance and designed with gameplay in mind
:::* A unique set of shaders
:::* Completely rewritten and highly customized ENB files
:::* Real-time cloud shadows
:::* Volumetric Sunrays
:::* Enhanced and customized sunrises and sunsets
:::* Lantern and Torch light options
<br>
<br>


====[http://www.nexusmods.com/skyrim/mods/30936/? RealVision ENB] by SkyrimTuner [[File:Wikilink.png|link=RealVision_ENB |alt=Alt text |Vist RealVision Mod Page]]====
== ENBSeries Presets ==
::{{Gallery
As described in the introduction, ENBSeries main attraction is the ability to customize its features and visuals using presets, commonly referred to as "ENB Presets" or "ENBs". These ENB Presets may encompass all of the features of ENBSeries or only a subset of them, depending on what the author intends as the final result.
|enable=Yes
|galleryitems=
{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/30936-4-1408747058.jpg
}}{{GalleryItems
|url=http://static-2.nexusmods.com/15/mods/110/images/30936-3-1408554610.jpg
}}{{GalleryItems
|url=http://static-2.nexusmods.com/15/mods/110/images/30936-1-1408554609.jpg
}}{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/30936-2-1410025764.jpg
}}{{GalleryItems
|url=http://static-3.nexusmods.com/15/mods/110/images/30936-4-1409579484.jpg
}}
}}
: '''Baseline''':
:: RealVision currently supports ENBSeries v0.262.
: '''Description''':
:: RealVision is an ENB Preset aimed nearly entirely towards realism. It will be realistic and atmospheric. The author has posted showcase videos on the Nexus page as well as on [https://www.youtube.com/channel/UCoMLKn2Xvi0C1x2hC5_Cssw YouTube] to give potential users a better sense of what the profile does. In short, the graphics are brighter and more vibrant, the shadows are darker and have more depth, and sky is bluer and the atmosphere of the game is more rich than vanilla. RealVision is stunningly beautiful and one of the most popular realism style ENBs available.
:: The RealVision Nexus page is a dream come true for detailed oriented users. The author has gone above and beyond in offering a mountain of details including system requirements, installation, list of mods in order to mod the game to look exactly like the videos, ENB setup, FAQs, uninstallation, a list of recommended mods and more!
:: Each version of RealVision requires [[Climates_of_Tamriel|Project Reality - Climates of Tamriel]] with the combination of a lighting mod in order to look correct. Currently the lighting mod choices are [[Enhanced Lights and FX]] or [[Realistic Lighting Overhaul]].
: '''Versions'''
:: RealVision comes in three versions:
:::* The "''Option A''" version is for a Climates of Tamriel and Realistic Lighting Overhaul combination.
:::* The "''Option B''" version is for a Climates of Tamriel and Enhanced Lights and FX combination.
:::* The "''Option C''" version is for fantasy lovers. This version boast a more fantasy look and uses a Climates of Tamriel and Enhanced Lights and FX combination along with other special tweaks.
: '''Performance'''
:: Each RealVision version has two performance versions available.
:::* Full: is the main version which most users will be using. This version has all the effects enabled, yet is balanced between performance and quality.
:::* Performance: is a version which has had some effects lightened or completely turned off. This version is recommended for less powerful systems.
: '''RealVision Features'''
:: Some of the features of RealVision include:
:::* A realistic atmosphere and style
:::* Real-time cloud shadows
:::* Volumetric Sunrays
:::* Enhanced and customized sunrises and sunsets
:::* Alternative color options
:::* Several Depth of Field (DoF) options
:::* A custom installer to install via mod managers
<br>


====[http://www.nexusmods.com/skyrim/mods/24235/? Phinix Natural ENB] by Phinix [[File:Wikilink.png|link=Phinix_Natural_ENB |alt=Alt text |Visit Phinix Natural Mod Page]]====
=== ENBSeries Features ===
::{{Gallery
The features available will vary by game. ENBSeries is still in active development for the latest games it supports. Thus means it's constantly updated with bug fixes, enhancements to current features, as well as, new features. Below is a list of some of the features ENBSeries provides (version dependent):
|enable=Yes
* Game bug fixes
|galleryitems=
* Mist effect
{{GalleryItems
* Cloud shadows
|url=http://static-4.nexusmods.com/15/mods/110/images/24235-1-1399277067.jpg
* Rain occlusion
}}{{GalleryItems
* Volumetric rays
|url=http://static-4.nexusmods.com/15/mods/110/images/24235-2-1397788642.jpg
* Parallax for terrain
}}{{GalleryItems
* Per location weather
|url=http://static-4.nexusmods.com/15/mods/110/images/24235-4-1397788644.jpg
* Wet surfaces during rain
}}{{GalleryItems
* Muddiness control of water
|url=http://static-3.nexusmods.com/15/mods/110/images/24235-1-1397770415.jpg
* Supersampling for ambient occlusion
}}{{GalleryItems
* Enhanced blending of certain effects
|url=http://static-3.nexusmods.com/15/mods/110/images/24235-4-1392165142.jpg
* Color filter parameters for direct light, fog and sky gradients
}}
* Detailed shadows added for light bulb types: hemisphere and spotlight
}}
* Optimization of ambient occlusion, plus a visualization tool for Preset authors and modders
: '''Baseline''':
* many, many others...
:: Phinix Natural ENB currently supports ENBSeries v0.265.
: '''Description''':
:: Phinix Natural is an ENB Preset for Skyrim purist. The atmosphere and environment of the vanilla game is one that is Nordic which is cold and wintery. Phinix Natural emphasizes on being natural to the vanilla atmosphere and; thus, provides an enhanced cold and wintery feel. Colors will not be overly saturated; however, will have more depth. The sky is slightly washed out as you would see in colder regions and the sun gives off more glare. Phinix Natural can also be described as being a subtle ENB profile simply because it enhances the vanilla atmosphere. It is one of the few ENB profiles that can be installed and forgotten that an ENB is even running due to its subtlety. Nights and interiors are more or less the same levels as vanilla; however, dungeons are just slightly darker. If you're looking for the true Skyrim experience as Bethesda meant it to be, then this ENB is for you!
:: Phinix Natural is compatible with [[Enhanced Lights and FX]] and [[Realistic Lighting Overhaul]], as well as Climates of Tamriel; however, not all of the CoT weathers are customized for Phinix.
: '''Performance'''
:: Although Phinix Natural does not come with different performance options, the author does discuss how to lessen the performance impact on his Nexus page.
: '''Phinix Natural Features'''
:: Some of the features of Phinix Natural include:
:::* A true-to-Skyrim atmosphere and style
:::* A special fixes file which fixes various issues that arise when using ENBs
:::* An alternative DoF style (optional)
:::* A custom night sky mod (optional)
:::* Custom Lens Sunsprite Shaders
:::* Fully compatible with Night Eye effects
<br>


====[http://www.nexusmods.com/skyrim/mods/23812/ Seasons of Skyrim ENB] by Bronze316 [[File:Wikilink.png|link=Seasons_of_Skyrim_ENB |alt=Alt text |Visit Seasons of Skyrim Mod Page]]====
=== ENBSeries Installation ===
::{{Gallery
This is a basic and generic set of instructions for setting up ENBSeries. These instructions may provide assistance where certain Preset documentation may be lacking; however, always defer to the Preset documentation first and use these generic instructions to fill in the blanks, if necessary.
|enable=Yes
{{Spoiler|shown=Show Installation Instructions|hidden=
|galleryitems=
# Select and download a preset from Nexus Mods or some other source, and carefully read the author's instructions. The following are general instructions provided for convenience.
{{GalleryItems
# Download the latest [https://www.enbdev.com/download_mod_tesskyrim.html ENBSeries version] for the game it will be install on.
|url=http://static-4.nexusmods.com/15/mods/110/images/23812-1-1383764916.jpg
## On the game pages, their is a list of major changes and links to the available versions.
}}{{GalleryItems
## Click a version link to download the version required by the chosen preset. The latest version is usually the one at the top of the list.
|url=http://static-4.nexusmods.com/15/mods/110/images/23812-1-1383680378.jpg
## On the version page will be listed a changelog and a download link. Click the [[File:Down1.gif]] button located at the bottom of the page to download the version file.
}}{{GalleryItems
# Extract the contents of the "WrapperVersion" into the game folder (e.g., <code>..\Steam\steamapps\common\GameFolder</code>). Note that only *.ini, *.dll files are required. The the \enbseries\ folder and additional files can also be included if the ENB preset that will be used relies on them (they are usually provided by the preset author though).
|url=http://static-3.nexusmods.com/15/mods/110/images/23812-1-1383107140.jpg
#: {{Fc|salmon|'''NOTE:''' ''If the "WrapperVersion" does not function as advertised, try the "InjectorVersion", if available. Remove any remnants of the Wrapper version prior to installing. When using the injector version, '''ENBInjector.exe''' must be running in the background before starting the game, else ENBSeries will not work.''}}
}}{{GalleryItems
# All users, including ENBoost users, set the following in '''enblocal.ini''':
|url=http://static-2.nexusmods.com/15/mods/110/images/23812-1-1405661591.jpg
#: <p class="mpcode">[GLOBAL]<br>UsePatchSpeedhackWithoutGraphics=false<br>UseDefferedRendering=true</p>
}}{{GalleryItems
# Verify the preset's instructions, but the following ''skyrimprefs.ini'' settings are required for the graphical features of ENBSeries to work with Skyrim. Other games may have similar requirements that also should be provided by the preset author:
|url=http://static-2.nexusmods.com/15/mods/110/images/23812-1-1405465031.jpg
:: '''Skyrim'''
}}
::: <p class="mpcode">[Display]<br>iMultiSample=0<br>bFloatPointRenderTarget=1</p>
}}
}}
: '''Baseline''':
:: Seasons of Skyrym currently supports ENBSeries v0.236.
: '''Description''':
:: Seasons of Skyrim aims to be a blend of fantasy and realism. It provides a unique atmosphere to Skryim. One that isn't so far towards realism that it would feel as if you're taking a walked across the Netherlands, but also one that isn't too far into the fantasy realm that it could never be real. Seasons of Skyrim has found this balance and does it well! The visuals are stunning and vibrant but never over-the-top like many other fantasy-like ENB Profiles. Many forget this setup so to mention it here; it is recommended by the author to turn the in-game brightness all the down! Don't forget!
:: Though Seasons of Skyrim isn't designed around any specific weather of lighting overhaul mods, the author claims most of them should be compatible; however, the look and feel of the ENB Preset will change depending on the overhaul. Feel free to experiment and test different options; although, Climates of Tamriel users are recommended by the author to use his other ENB Preset, Project ENB as it is designed for CoT.
: '''Versions'''
:: Seasons of Skyrim comes in two versions:
:::* The "''True HDR''" version is the main version of Seasons of Skyrim and is the one most used.
:::* The "''HD6 Tribute''" version is pushed more into the fantasy realm with more bloom and other effects tweaks toward that end.
: '''Performance'''
:: Each Season of Skyrim version has six performance options to choose from:
:::* Full Graphics Mode: is the main version with all the effects enabled and turned up. This will be the most performance heavy option.
:::* Option A: has SSAO-SSIL and DoF turned down to be slightly lighter on performance.
:::* Option B: is the same as Option A but with DoF turned off.
:::* Option C: is the same as Option A but with SSAO-SSIL turned off.
:::* Option D: has both SSAO-SSIL and DoF turned off.
:::* Option E: is the ''extreme performance'' edition with most of the effects turned down or off. This will be the lightest option on performance.
: '''Season of Skyrim Features'''
:: Some of the features of Season of Skyrim include:
:::* A perfect blend of realism and fantasy
:::* Six optional effects to choose from
:::* Optional Data folder which includes: Dark Dungeons for ENB, Revamped Exterior Fog, waterfoam fix and paper textures
<br>
====Other ENB Options====
: The above mentioned ENB Presets are a very small sample of the presets available on Nexus. They are both popular and up-to-date; however, users are encouraged to explore other options to find the ENB preset that fits their style. Users can [http://www.nexusmods.com/skyrim/mods/searchresults/?src_cat=97 search Nexus] and browse through the 100+ ENB presets available.
===ENB Complimenting Mods===
Below are a few mods which normally work well when combined with ENB presets; however, be sure to view the chosen ENB preset's documentation for mod compatibility before using one of these mods.<br>
:'''Darkness'''
:* [http://www.nexusmods.com/skyrim/mods/12454/? Dark Dungeons for ENB] - This tells ENB to render dungeons as though its night (otherwise it lights them as though its daylight)
::: ''Many ENBs include optional files for darker caves, dungeons, and nights. Check with the ENB Profile for these options before using a third party mod for this. Some lighting mods may not be compatible.''
:'''Fixes'''
:* [http://enbseries.enbdev.com/forum/viewtopic.php?f=6&t=1499 Skyrim Particle Patch for ENB] - This fixes shaders or blending properties on some object meshes which have their parameters set incorrectly.
::: ''Some ENB Profiles include this patch during installation or provide it in as an optional file in the download section.''
:'''Fog'''
:* [http://www.nexusmods.com/skyrim/mods/29253/? Remove Interior Fog V2] - This removes the ambient interior fog that is found indoors in many locations. It has support of all DLCs.
:* [http://www.nexusmods.com/skyrim/mods/736/? Interior and Dungeon Fog Remover] - Completely removes fog meshes from most dungeon and indoor locations. This mod '''is''' compatible with Removed Interior Fog V2 above, the two can be used together.
:* [http://www.nexusmods.com/skyrim/mods/9930/? Revamped Exterior Fog] - This reduces the density of exterior fog and increases the distance that it starts becoming opaque. If using RCRN, there is a [http://skyrim.nexusmods.com/mods/26742 compatibility version] which should be used instead.
::: ''Some mods that are often combined with ENBs are not compatible with the mods mentioned here (i.e. Climates of Tamriel, Realistic Colors and Real Nights, etc). As good modding practice, please review the Readme of any mod being used.''
:'''Utilities'''
:* [http://www.nexusmods.com/skyrim/mods/7804/? ENB FXAA SweetFX Manager and Remover] - Removes ENB and FXAA installations and provides slots to load different ENB configurations for quick and painless switching.
:* [http://www.nexusmods.com/skyrim/mods/24402/? ENB Manager and Changer] - Utility which allows the switching between ENB configurations and presets. Useful when testing various ENBs.
:* [http://www.nexusmods.com/skyrim/mods/13049/? IMAGINATOR - Visual Control Device for Skyrim] - In-game tool that allows adjustment of color and lighting setting such as brightness, tint, contrast, saturation, etc. This has been helpful to many user for adjusting ENB colors and lighting without having to mess with the ENB preset itself.
::* [http://www.nexusmods.com/skyrim/mods/35581/? Imaginator MCMenu] - Here is a very helpful MCM addon for Imaginator as to not have to deal with the dialogue-type menu to adjust the settings.
:* [http://www.nexusmods.com/skyrim/mods/12525/? DYNAVISION - Dynamic Depth of Field] - adds a controllable dynamic Depth of Field and Auto-Focus to Skyrim.
==Enbseries INI==
The ENBseries INI (enbseries.ini) contains all of the user-configurable parameters that dictate the behavior and result of the ENB post-processing engine. There are ''many'' configurable parameters, and documenting (or correctly ''implementing'') them all is challenging to say the least. Therefore, the following is a quickstart guide to editing some of the most impactful and relevant parameters common to all ENB implementations (aka, ENB presets). This is a resource for end-users of ENB. ENB preset developers will be interested in ''all'' of the available configurable parameters, which are available in the ENBseries INI Guide.
===Editing Basics===
The parameters below are considered the basics in modifying the quality of the effects in the ''enbseries.ini'' file. Not all presets will use all of the effects below; therefore, some effects may already be disabled in the chosen preset. Certain effects such as, bloom, lens, and DoF require additional files before they can be utilized. If these effects are disabled by default, enabling them may not have any affect since the required files may missing from the preset. For more advanced editing of the ''enbseries.ini'' file, see the [[Guide:ENB#Advanced_Editing|Advanced Editing]] section.
To edit the parameters below, open the ''enbseries.ini'' file in a text editor such as Notepad or Notepad++ ''(recommended)''. Be sure when saving any changes to save the file with the ''.ini'' file extension. It is highly recommended to make a backup of the original file before doing any form of editing. Here is how to understand the format of the settings listed in this section:
:'''parameterName'''=''value''


For example when you see this:<br>
==== {{fc|warning|Warning Regarding Enblocal.ini}} ====
:'''EnableAmbientOcclusion'''=''(false, true)''<br>
Some ENB Presets will include an ''enblocal.ini'' file. This is not a recommended practice and should be maintained by the end user. The reason for this is because this enb''local'' file is meant to be used for each user's personal system. Best practice is to update the existing ''enblocal.ini'' file alongside the file included with the preset, copying only desired changes typically from the following sections (as applicable):
* <code>[PROXY]</code>
** Copy all settings
* <code>[GLOBAL]</code>
** Copy all settings
* <code>[ENGINE]</code>
** ForceLodBias=
** LodBias=
* <code>[FIX]</code>
** Copy all settings


''EnableAmbientOcclusion'' is the name of the parameter. (false, true) are the two value options for the parameter; meaning the parameter can be set to either ''false'' or ''true''. Setting the parameter to ''false'' will disable it. In turn, setting the parameter to ''true'' will enable it. The parameter is set by dropping the "( )" and defining one of the available values.
== Extra Options ==
:'''EnableAmbientOcclusion'''=''false''<br>
 
===Global (enbseries)===
The <code>[GLOBAL]</code> parameter rarely need to be changed unless you are using an external file to store your parameters.
 
This will enable or disable the ENB graphical effects. In almost versions of ENBSeries, this can be switched on or off in-game by holding the ''Shift'' key and pressing ''F12'' (Shift+F12). Enabling or disabling this will only effect the graphical part of ENBSeries and will have no effect on other features such as ENBoost. This is enabled by default.
<pre>UseEffect=(false, true)</pre>
 
===Editing the ENB Effects===
The <code>[EFFECT]</code> section is where users can enable or disable the ENB effects such as depth of field and SSAO. Different ENB presets use different values for these parameters so not all of them will remain the same from preset to preset. Many presets also have different performance versions which are various optimizations to these effects and others so users would not have to manually edit any parameters and potentially mess up the quality or the "look and feel" of the preset. Disabling some of these effects will provide better performance; however, before doing so manually, please check to see if the preset used has a performance version available. This option is better than simply turning off effects below which could affect the intended visuals of the preset used. All of the effects below are disabled by default unless otherwise indicated.
<br><br>
 
This parameter will enable Bethesda's vanilla game post-processing algorithm by bypassing the ''enbeffect.fx'' file. This will render the game with the vanilla color palette. This is useful for users who like the vanilla look of Skyrim, but would like to use some of the ENBSeries effects and fixes. Enabling this parameter may not work with all presets. Some preset authors have created their own effect files with the code necessary for this parameter to work properly either removed or altered in a way which would negate its purpose.
<pre>UseOriginalPostProcessing=(false, true)</pre>
 
This parameter has the same effect as the above parameter, but only affects objects.
<pre>UseOriginalObjectsProcessing=(false, true)</pre>
 
This will enable or disable the bloom effect of the ENB preset, if applicable, which is higher quality than that of Vanilla Skyrim. Bloom is a computer graphics effect used to reproduce the imaging of real-world cameras. When a bright light shines on an object or when there is a light source behind an object, the object's edges become feathered and the object itself can sometimes appear hazing from the light. It is also responsible for the overall "hazy" effect in some ENB mods. This can be disabled for a small performance increase. The quality of bloom can also be configured later down in the file.
<pre>EnableBloom=(false, true)</pre>
 
The parameter will enable or disable the lens effect, if applicable. This effect replicates the effect of a camera lens looking into a bright light without a filter. In Skyrim, this effect is seen when looking at the sun in the form of halos. This is a great effect for screenarchers; however, many disable it due to it being unrealistic since this effect can only be seen when looking through a lens and not with natural eyes.
<pre>EnableLens=(false, true)</pre>
 
This enables or disables the ENB's method of eye adaptation to the screen brightness. This effect mimics the duration it takes for the eyes to adjust to bright lights. Vanilla Skyrim has this feature; however, it happens unnaturally quick. Many ENB presets modify this duration; making it longer to provide a more natural feel.
<pre>EnableAdaptation=(false, true)</pre>
 
This parameter will enable or disable the depth of field (DoF) effect, if applicable. DoF is a blurring effect which focuses on the point at which you are looking and blurs the surroundings and background. This is a cinematic effect and most presets provide several options; each behaving differently. Disabling this also provides a performance increase. DoF can have up to a 12% FPS impact, depending on the type of DoF used.
<pre>EnableDepthOfField=(false, true)</pre>
 
This parameter enables or disables the screen space ambient occlusion (SSAO) and indirect lighting (SSIL) effects. Disabling this provides a performance increase. It is; however, configurable to different levels which can be found below. Each level provides a different quality/performance ratio. This setting can have up to 25% FPS impact.
<pre>EnableAmbientOcclusion=(false, true)</pre>
 
As the name suggests, this feature adjusts the games shadow rendering; making them more detailed and slightly blurrier than Vanilla. This also fixes the shadow striping issue of the vanilla game. Disabling this provides a small performance increase. This parameter only has an average of a 2-5% FPS impact. It is recommended to leave enabled.
<pre>EnableDetailedShadow=(false, true)</pre>
 
Sun rays are the bright rays of light you see when looking towards the sun through trees and clouds; also referred to as Godrays. Sunrays only have an average of a 2-5% FPS impact.
<pre>EnableSunRays=(false, true)</pre>
 
This parameter will enable or disable the enbsunsprite.fx shader. This is recommended to be left set to whatever value the ENB preset's author uses unless having trouble with sun sprites.
<pre>EnableSunGlare=(false, true)</pre>
 
This will enable or disable the sky lighting. This feature mimics the real world shadowing fade; making shadows darker in the middle and gradually lightening them while moving out towards the edge. This setting can have up to a 15% FPS impact. Other effects also rely on this to be enabled; therefore, it is not recommended to disable it.
<pre>EnableSkyLighting=(false, true)</pre>
 
This setting enables an effect that enhances SkyLighting by adding a simulated real world indirect lighting created by the atmosphere to most exterior surfaces.
<pre>EnableImageBasedLighting=(false, true)</pre>
 
This will enable or disable the dynamic reflections effects that are added to surfaces.
<pre>EnableReflection=(false, true)</pre>
 
This will enable or disable softening or smoothing of particle effects, like fires and fire sprites.
<pre>EnableSoftParticles=(false, true)</pre>
 
This will enable or disable glow effects that can be found around light sources such as candles, lanterns, and fireplaces. This also enables light sprites to cast light. This does not affect performance and is, therefore, recommended to be enabled.
<pre>EnableParticleLights=(false, true)</pre>
 
Subsurface scattering (SSS) is an effect to give objects, like skin, candle wax and some vegetation a more transparent look. Light can pass through objects to light the back side or return to the surface to help give off a glow or make them look more natural and realistic.
<pre>EnableSubSurfaceScattering=(false, true)</pre>
 
This will enable or disable the water effects of ENB which include light dispersion, caustics (light reflection), parallax, shadows, displacement and other lighting effects that are seen on the surface of the water.
<pre>EnableWater=(false, true)</pre>
 
This will enable or disable underwater effects including dispersion, parallax, silhouettes, blurring, and shadows among other effects which are seen while under the water.
<pre>EnableUnderwater=(false, true)</pre>
 
Cloud shadows are shadows seen on the ground caused by clouds in the sky. This effect brings a great deal of realism into Skyrim and is highly recommended! It is enabled by default.
<pre>EnableCloudShadows=(false, true)</pre>
 
Volumetric rays are rays of light which past through a texture such as clouds, fog and mist. In Skyrim these rays can be seen around clouds in the sky and through fog while looking in the sun's direction.
<pre>EnableVolumetricRays=(false, true)</pre>
 
Procedural Sun was added to ENB as a fix for the Vanilla sun. It tends to have issues with some sun retextures; however, provides more control such as size, intensity and curves that you could never have with a simple retexture. It is enabled by default.
<pre>EnableProceduralSun=(false, true)</pre>
 
Mist is a combination of the fog and haze effects and was previously called ''Haze'' in older ENBSeries versions. In Skyrim this basically boils down to effects on the fog. ENB preset authors also have the ability to place fog in the worldspce via anchors with this effect; therefore, if it is originally enabled, it is highly recommended to keep it enabled. It is enabled by default.
<pre>EnableMist=(false, true)</pre>
 
===Using ENB Weathers===
There is a weather system which allows edits to parameters for each specific weather in Skyrim. All weather configurations are placed in a folder named ''enbseries'' which, in turn, is placed within the root Skyrim directory.
 
To use the weather system, users must download the [http://www.nexusmods.com/skyrim/mods/36318/? ENB helper mod] and install it to the ''Data'' folder just like any other normal mod is installed.
 
If using an ENB preset with custom weathers, then this parameter found under the <code>[WEATHER]</code> section must be enabled to use the customized weathers.
<pre>EnableMultipleWeathers=(false, true)</pre>
 
===Adjusting the SSAO Quality===
You can adjust the quality of SSAO in the <code>[SSAO_SSIL]</code> section. Screen resolution has a direct effect on SSAO performance; the higher the resolution, the greater the SSAO performance impact is. In general, SSAO can have up to a 25% performance impact. The other parameters are discussed on the ''Advanced Editing'' tab.<br><br>
 
This parameter enables more detailed indirect lighting (IL), and will place IL better into the scene. Disabling this will provide a slight performance improvement at the cost of quality.
<pre>UseComplexIndirectLighting=(false, true)</pre>
 
This parameter enables more detailed AO, and will place AO better into the scene. Disabling this will provide a slight performance improvement at the cost of quality.
<pre>UseComplexAmbientOcclusion=(false, true)</pre>
 
Modifying this parameter will adjust the quality of SSAO. -1 is extreme quality; whereas, 2 is the lowest. Recommended setting is either 0 or 1. Using a setting of 2 can negate some of the AO and Indirect Lighting effects, result in poor shadow placement and cause a loss of shadow definition.
<pre>SamplingQuality=(-1, 1, 0, 2)</pre>
 
This is the size scale of the rendered texture in relation to the screen resolution. Lower values result in better performance but less quality due to the rendered texture being lower than that of the screen resolution. Higher values will result in better quality but less performance. Default value is ''1.0''. Setting this parameter too low can result in flickering so we've defined a minimum value of ''0.5'' below.
<pre>SizeScale=(0.5...2.0)</pre>
 
This parameter determines the resolution of textures that SSAO effect reads data. Using 0.5 to 1.0 is better for low resolution display mode. Default value is ''1.0''.
<pre>SourceTexturesScale=(0.5...2.0)</pre>
 
===Editing SkyLighting Quality===
The <code>[SKYLIGHTING]</code> section is for creating more depth in shadows. Skylighting is an effect that makes shadows darker at the center of the shadow where less light would reach, and the shadows are less dark farther from the center. There is a bug with Skylighting that can occur depending on overall lighting settings that appear when moving the camera view at certain viewing angles.<br><br>
 
This parameter adjusts the overall quality of Skylighting. The values are 0, 1, and 2. 0 is the highest quality, and 2 is the highest performance.
<pre>Quality=(0, 1, 2)</pre>
 
This parameter adjusts the quality of the skylighting effect on textures. Values are 0, 1, and 2. 0 is the highest quality, and 2 is the highest performance.
<pre>FilterQuality=(0, 1, 2)</pre>
 
===Editing Depth of Field===
Depth of Field (DoF) is an effect that allows the scene to be focused on the center of the screen to mimic the way a camera or human eye might view the scene. Most ENB Profiles will use only one DoF algorithm and make it an option that can be turned on or off, so check with the Profile author. The most common algorithm is Matso's Fast DoF.
 
This parameter adjusts the quality of the DoF effect, if it is setup to do so in the enbeffectprepss.fx file. The different quality settings will depend on the DoF implemented, so check with the preset author if modifying this parameter. Lower values are higher quality and higher values are higher performance.
<pre>Quality=(0...2)</pre>
 
This parameter will affect the speed that DoF focuses while looking from one place to another.
<pre>FadeTime=(0.0...10.0)</pre>
 
===Editing Shadow Quality===
The <code>[SHADOW]</code> section will allow changes to the quality of shadows, which can have a high performance it in Skyrim.
 
This parameter adjusts the overall quality of the detailed shadows. Values are 0, 1, or 2. 0 is the higher quality while 2 is the highest performance.
<pre>DetailedShadowQuality=(0, 1, 2)</pre>
 
This parameter will decrease the amount of noise from shadows. The values are 0, 1, and 2 with 0 being the highest quality and 2 being the highest performance.
<pre>ShadowFilterQuality=(0, 1, 2)</pre>
 
===Adjusting Reflection Quality===
The following section will adjust reflections effects from the blur to Supersampling AA of reflections. These parameters are going to be balanced for the ENB prest in use, so changing them may change the look of reflections in game. This section is also quite performance heavy.
 
This parameter adjusts the quality of the reflection effects. Values are 0, 1, or 2. 0 is the highest quality and 2 is the highest performance.
<pre>Quality=(0, 1, 2)</pre>
 
This parameter will reduce the noise of the reflections in the scene Values are 0, 1, or 2. 0 is the highest quality and 2 is the highest performance.
<pre>FilterQuality=(0, 1, 2)</pre>
 
This is the size scale of the rendered texture in relation to the screen resolution. Lower values result in better performance but less quality due to the rendered reflection being lower than that of the screen resolution. Higher values will result in better quality but less performance. Default value is ''1.0''.
<pre>SizeScale=(0.5...2.5)</pre>
 
Relative resolution of textures from which the effect reads data. Lower values are better performance but less quality and higher values are better quality but less performance. Default value is ''1.0''. Values above default can be set but not recommended.
<pre>SourceTexturesScale=(0.5...2.0)</pre>
 
This parameter activates x4 supersampling for reflections with an impact to performance that is 4 times slower! This is a very performance heavy parameter, so it is recommended to use with caution. If it is enabled, disabling it will provide a good performance increase.
<pre>EnableSupersampling=(false, true)</pre>
 
===Advanced Editing===
====ENBseries INI Guide====
{{fs|1.3em|→}} [[Guide:ENBseries_INI|{{fs|1.1em|Advanced guide link}}]]<br />
 
Advanced editing of the ''enbseries.ini'' file is just that, advanced. As such, it is beyond the scope of this Guide. Users who wish to get involved and dive deeper into the editing and tweaking of ENBSeries can do so on our [[Guide:ENBseries_INI|ENBseries INI Guide]]. The ENBseries INI Guide is for users who have found their favorite ENB preset and want to learn to tweak the one or two small things that annoy them about it. Users who are building a new ENB preset from the ground up will find the Guide just as valuable, if not more so than the tinkerers will.
 
The goal of the ENBseries INI Guide is to provide a modder's resource to authors and tinkerers alike. It will provide users with detailed explanations of all the parameters found in the ''enbseries.ini'' file along with comparisons of the different values for each of these parameters. This guide is not for the faint of heart.
 
==ENB Add-ons==
The following components and tweaks are optional and NOT required for a successful ENB implementation.
The following components and tweaks are optional and NOT required for a successful ENB implementation.


===SMAA (Highly Recommended)===
=== SubPixel Morphological Anti-Aliasing (SMAA) ===
For ENB users, any version of ENBSeries after v0.119, hardware AA is no longer supported. Therefor, ENB users only have the following options available to them; ENB EdgeAA, SMAA or SweetFX using an injector. For users on low-end systems, the ENB's EdgeAA is probably the best choice because it comes with almost no performance loss. ''SubPixel Morphological Anti-Aliasing'' (SMAA) is a fantastic post-processing anti-aliasing method.  SMAA is processed after the ENBSeries process which provides nearly equal quality of MSAA, at a faction of the performance hit. Users can also use SMAA injector with EdgeAA enabled to possibly gain an even better image quality. SMAA is a great replacement for driver AA or the game engine's AA for users on mid to high-end machines. So for these users, SMAA will be the best option. It's also worth noting that SMAA injector can be used without ENB as a standalone replacement for the game's or driver's AA.
''SubPixel Morphological Anti-Aliasing'' (SMAA) is a fantastic post-processing antialiasing method that provides similar results to MSAA, but usually at a fraction of the performance cost. As such, it provides exceptional smoothing of jagged lines on both straight and curved lines, as well as, transparent textures like foliage. Furthermore, SMAA can either replace the game's AA method entirely or stack on top of it, since it is a post-process. This makes SMAA useful and versatile for many situations, however, it only supports DX9 and DX10 games.
 
Even though some ENB presets may not include SMAA in their packaged files, it's still possible to use SMAA with any preset as long as there is not an additional d3d9.dll already in us in the <code>[PROXY]</code> section of the ''enbseries.ini'' file. To install SMAA, do the following:
# If SMAA is not supplied by the ENB preset, users can download it from [http://mrhaandi.blogspot.com/p/injectsmaa.html here].
# Extract the file downloaded to a desired location
# In the ''d3d9 folder'' (do not use the files from the d9d10 folder!!!) rename ''d3d9.dll'' to ''d3d9_smaa.dll''. Non-ENB users do not need to rename this file.
# Now copy the following files into the root Skyrim directory (not the Data directory):
#:* ''d3d9_smaa.dll''
#:* ''injector.ini''
#:* ''SMAA.h''
#:* ''SMAA.fx''


To enable SMAA with ENBSeries, set the following in the <code>[PROXY]</code> section of the ''enblocal.ini'' file:
The reason SMAA is important, is because some versions of ENBSeries don't support hardware antialiasing, due to the implementation of some of its features. If the PC doesn't support SMAA, only the following options are available:
<pre>
* ENBSeries EdgeAA (when available)
* SMAA (post-process)
* SweetFX (post-process)
For those on low-end systems, ''ENBSeries EdgeAA'' is probably the best choice as it comes with almost no performance loss, and will be similar to 4xMSAA. For all others, SMAA is recommended for superior results. SMAA is processed after ENBSeries; thus, ''ENBSeries ENB'' can be supplemented with SMAA to gain better image quality. It's possible to use SMAA with any ENB Preset, as long as there is not an additional ''d3d9.dll'' already in use in the <code>[PROXY]</code> section of the ''enbseries.ini'' file. To install SMAA:
{{Spoiler|shown=Show Installation Instructions|hidden=
# [https://mrhaandi.blogspot.com/p/injectsmaa.html Download SMAA from here]
# Extract the downloaded archive
#* For DirectX 9 games, use the '''d3d9''' folder.
#* For DirectX 10 games, use the '''d9d10''' folder.
# Rename the DLL from '''xxxx.dll'' to '''xxxx_smaa.dll''' (i.e., ''d3d9_smaa.dll'' )
# Copy the following files from the folder above to the location where the game's executable resides:
#* xxxx_smaa.dll
#* injector.ini
#* SMAA.h
#* SMAA.fx
# To enable SMAA with ENBSeries, set the following in the ''enblocal.ini'' file:
<syntaxhighlight class="ml-5" lang="ini">[PROXY]
EnableProxyLibrary=true
EnableProxyLibrary=true
InitProxyFunctions=true
InitProxyFunctions=true
ProxyLibrary=d3d9_smaa.dll
ProxyLibrary=d3d9_smaa.dll
</pre>
</syntaxhighlight>
 
}}
To change the quality of SMAA, open the ''injector.ini'' file in a text editor (''such as Notepad++'') and change the <code>preset</code> parameter:
<pre>
preset = SMAA_PRESET_HIGH
</pre>
 
:The available quality presets are listed above the parameter. The standard presets are: Low is 60% quality, Medium is 80%, High is 95%, and Ultra is 99% quality. This is similar to 2xAA, 4xAA, etc and each step higher comes with more of a performance loss. Additionally, a custom preset can be created in the ''SMAA.h'' file as seen in the image below for the ''Uber'' preset; however, this is a very advanced process, as such, it is not recommend for most users and will not be discussed here.
:[[File:SMAA_presets.png]]
 
For users wanting to learn more about SMAA, there is a very in-depth and technical PDF available [http://www.iryoku.com/smaa/downloads/SMAA-Enhanced-Subpixel-Morphological-Antialiasing.pdf here].
<br><br>
 
===ELE (Enhanced Lighting for ENB)===
Enhanced Lighting for ENB (ELE) is a set of mods, by the author JawZ, aimed toward balancing the lighting of Skyrim. It adjusts every type of lighting in the game to both make Skyrim look better with ENBSeries and to make it easier for preset authors to customize and balance their presets without having to sacrifice one area of lighting over another. There are currently six modules to ELE, each of which balances a separate area of lighting in the game. These are ''Exterior Lighting and Weathers, Interior Lighting, Light Bulbs, FX Effects, Spell and Torch Lighting, and Plugins''. These modules are still a work in progress; however, of these modules, ''Interior Lighting'' is the most complete and the most used most by ENB preset authors to date. Each of these modules are discussed further below.
 
==== Exterior Lighting and Weather ====
In this module, weathers have been given more natural colors and they will no longer be dependent on imagespaces. Weathers also have been given better night/day detection during the daytime, nighttime, sunrise, and sunset. Sunlight has been balanced throughout all weathers as well and shadows have been edited to better enhance the visual appearance of the SkyLighting effect. Sky banding has also been reduced significantly with this module. Some visual bugs such as dark horizons during certain weathers have been fixed. Finally, a new sun texture is included to go along with the weather changes. It enhances the Sun Rays feature, has no grain/noise, zero banding, and will not overexpose most of the sky as the vanilla sun texture does.<br><br>


==== Interior Lighting ====
==== SMAA Quality Settings ====
The Interior Lighting module covers changes in the imagespaces and LightingTemplates which have been balanced for more natural occurring colors. The imagespaces and LightingTemplates have also been named based on what type of interior cell they affect. This has been done for preset authors so they can simply edit a particular interior cell type without affecting anything else. Interior shadows have also been edited so they are properly lit and placed based on the exterior light that shines in from cracks in the walls or based on the amount of windows in the interior cell. Interior DirectLighting has been tweaked to be better used as an indirect lighting which the author believes serves as a good character lighting; therefore, the direction and color of DirectLighting have both been tweaked towards that end. The visual "bug" with dungeons looking bright as daylight as also been corrected. Finally, all of the interior classed cells have been fixed so they look more natural based on location. For example, the Temple of Kynareth is a "bright" classed interior while the Dragonsreach Basement is a "dark" classed interior; therefore, the lighting will now match the interior class.<br><br>
SMAA comes with several available presets to use, which changes the quality of the effect. To change the SMAA quality, open the ''injector.ini'' file and change the ''preset'' parameter:<br><code>preset = SMAA_PRESET_HIGH</code>
: {{GallerySimple|id=SMAAPresets|width=352|img=File:SMAA_presets.png}}{{clear}}
The available quality presets are listed above the parameter in the file. The standard presets are:
* Low is 60% quality
* Medium is 80%
* High is 95%
* Ultra is 99% quality.
These presets are similar to 2xAA, 4xAA, etc., and each step higher comes with more of a performance loss. Additionally, a custom preset can be created in the '''SMAA.h''' file for the ''Uber'' preset. However, due to this is being an advanced process, it's not necessary for the purposes of this guide and will not be discussed further. For those wanting to learn more about SMAA, there is a very in-depth and technical [https://www.iryoku.com/smaa/downloads/SMAA-Enhanced-Subpixel-Morphological-Antialiasing.pdf PDF available].


==== Light Bulbs ====
=== Lighting and Weather Mods ===
The Light Bulbs module covers light bulbs for both interiors and exteriors. Light Bulbs are the light that emit from fireplaces, candles and chandeliers among other things. Light Bulb placement has been corrected and new new coloring assigned to them based on "real life" sources. The Light Bulbs has also been named based on what type of light source they are placed at so preset authors can edit a particular Light Bulb type without affecting any of the other Light Bulb types.<br><br>
Lighting and weather mods can have a dramatic impact on the overall look and feel of a game. These mods typically alter vanilla color palettes, brightness, contrast, saturation, and more. As such, it's necessary for ENB Presets to provide support for specific lighting and weather mods. What mods Preset will support. The mods supported vary from Preset to Preset and many authors choose a specific combination of mods to exclusively support. Below are some of the most popular choices for lighting and weather mods in combination with ENBSeries:


==== FX Effects ====
==== Enhanced Lighting for ENB (Skyrim LE & SE) ====
The FX Effects module handles all FX changes introduced by the ELE suite. It makes changes to the "windows dynamic changes" so ENBSeries, itself, can have full control of those changes. This module will also adjust the placement of FX effects, as well as, add or remove some FX effects based on the authors judgement.<br><br>
Enhanced Lighting for ENB (ELE) is a set of mods developed by the author JawZ. Later several of these mods were merged together to form the ELE mods we have today. ELE is aimed toward balancing the lighting of Skyrim. It adjusts every type of lighting in the game to both make Skyrim look better with ENBSeries and to make it easier for preset authors to customize and balance their Presets, without having to sacrifice one area of lighting over another.
: <i class="fas fa-long-arrow-alt-right"></i> [https://www.nexusmods.com/skyrim/mods/59733/ {{fs|large|'''Download for LE'''}}]
: <i class="fas fa-long-arrow-alt-right"></i> [https://www.nexusmods.com/skyrimspecialedition/mods/1377/ {{fs|large|'''Download for SE'''}}]


==== Spell and Torch Lighting ====
== Advanced Configuration ==
Spell and Torch Lighting module changes the color, radius and intensities of all the spell Light Bulbs while doing the same for the Torch light as well. As with the other modules this one edits the lighting to have a more natural color and specifically alters the spell lighting to fit the different types of spells more accurately.<br><br>
The ENB configuration files (''enblocal.ini'' and ''enbseries.ini'') contain all of the user-configurable parameters required for customizing ENBSeries.  


==== Plugins ====
===enblocal.ini===
There are three ELE plugins: RS Light Color, Falskaar, and FX Emittance. Each one is explained below:
Typically, ''enblocal.ini'' should be setup and left; not changing between Presets. Due to the detailed nature of the setup, ''enblocal.ini'' configuration settings do not appear in this guide (other than as referenced within the instructions) but are referenced in an ancillary guide:
: <i class="fas fa-long-arrow-alt-right"></i> [[SkyrimLE:ENBLocal_INI_Reference|{{fs|large|'''SkyrimLE ENBLocal INI Reference'''}}]]
: <i class="fas fa-long-arrow-alt-right"></i> [[SkyrimSE:ENBLocal_INI_Reference|{{fs|large|'''SkyrimSE ENBLocal INI Reference'''}}]]


;ELE Plugin - RS Light Color
===enbseries.ini===
: This plugin was created for Relighting Skyrim and is, thus, fully compatible with it; however, it is also compatible with any other lighting mods that doesn't alter the ParentLight Bulb found in the Object window in the Creation Kit. It makes changes to the ParentLight Bulbs by altering the colors so they emit a more natural color based on their placement in Skyrim. For example, all light bulbs placed at fire type light sources will give off a natural "fire light".
Conversely, ''enbseries.ini'' can change dramatically among ENB Presets. The 'default' ''enbseries.ini'' comes packaged with ENBSeries, itself. The file contains all of the user-configurable parameters that dictate the behavior and result of the post-processing. There are ''many'' configurable parameters, and documenting (or correctly ''implementing'') them all is challenging, to say the least. WIP, comprehensive references of all parameters by section are available in the ENBSeriesINI Guides below:
: <i class="fas fa-long-arrow-alt-right"></i> [[SkyrimLE:ENBSeries_INI Reference|{{fs|large|'''SkyrimLE ENBSeries INI Reference'''}}]]
: <i class="fas fa-long-arrow-alt-right"></i> [[SkyrimSE:ENBSeries INI Reference|{{fs|large|'''SkyrimSE ENBSeries INI Reference'''}}]]


;ELE Plugin - Falskaar
===Multiple Weathers===
:This plugin was created for Falskaar. It alters some interior cell menu values to allow the ''ELE - Interior Lighting'' module to take full control of the Falskaar interior cells. This plugin is necessary for Falskaar users who want ''ELE - Interior Lighting'' to have any affect in the Falskaar interiors. Due to changes the Falskaar mod makes, without this plugin Falskaar interiors will have the vanilla lighting.
Some versions of ENBSeries support a weather framework known as "Multiple Weathers". The Multiple Weathers framework grants the ability to customize multiple ENBSeries features on a per weather and/or per location basis.
: <i class="fas fa-long-arrow-alt-right"></i> [[Guide:ENBSeries/MultipleWeathers|Learn mores about Multiple Weathers]]


;ELE Plugin - FX Emittance
===Shaders===
:In vanilla Skyrim and the Relighting Skyrim mod, the sun-lit Light Bulbs in the interiors uses an effect called ''Exterior Emittance'' to make the Light Bulbs change their color based on the time of the day such as during sunset and sunrise. In vanilla, these colors are plain white and grey mainly. This plugin changes those colors more to more natural colors for a more realistic feel.<br><br>
: <i class="fas fa-long-arrow-alt-right"></i> [[Guide:ENBSeries/Shaders|Learn mores about shaders]]


=== Using ELE with ENB ===
== Troubleshooting ==
Although ELE sounds wonderful, users can't simply install the modules and expect them to look great with their ENB preset choice. ENB presets must be designed to work with ELE or the results from installing it might not be desirable. Most often, if an ENB author does design their preset around ELE it will be the Interior module because it is the most complete of all the modules and provides authors better control over interior spaces than without it.
=== CTD on game launch (DX9 games) ===
{{fc|salmon|''First be positive this is ''not'' a missing master issue!''}}<br>
Some will experience a CTD after installing ENBSeries or an ENB Preset due to having missing components of DirectX9. The solution is to re-install DirectX 9. It's recommended to update DirectX by downloading the [https://www.microsoft.com/en-us/download/details.aspx?id=8109 DirectX End-User Runtimes]. If that option doesn't work, try installing the [https://www.microsoft.com/en-us/download/details.aspx?id=6812 DirectX SDK] and running the installer within.


;Installing ELE
=== Disable ENB In-game ===
: Installing ELE is as simple as installing any other mod. Simply download the desired module(s) below and install them using a mod manager such as Mod Organizer. The load order is so important here. The author has kindly provided several load order examples designed around various setups that should provide a point of reference for most users. He has also provided a list of popular lighting mods that are and aren't compatible with the individual modules. This list is not only helpful for end users, but to preset authors as well. Authors can use the compatibility list when determining which lighting overhauls to support with their presets if they choose to also use any of the ELE modules.
A common issue with Depth of Field is it can make it difficult to see the character during character creation. To fix this, while in-game, press <kbd>Shift</kbd>+<kbd>F12</kbd> to disable the ENBSeries processing entirely. This can be quite useful when creating characters or modifying them later via the [https://www.uesp.net/wiki/Skyrim:Console#showracemenu showracemenu] console command. When finished, just press <kbd>Shift</kbd>+<kbd>F12</kbd> again to re-enable processing.


;Download Enhanced Lighting for ENB
=== Enable Windowed Mode ===
: You can download ELE from the [http://enbseries.enbdev.com/forum/viewtopic.php?f=6&t=1930 ENB Dev Forums]. Or download an ENB preset created by JawZ which uses a lightweight ELE setup: [http://www.nexusmods.com/skyrim/mods/59733/? Enhanced Lighting for ENB (ELE) - LITE]. This ENB preset was created as a modder's resource; however, can be used as a standalone preset. It is very lightweight on performance, provides vanilla-like colors, and also provides the basic enhancements of ENBseries such as improved shadows. Modders can use it to enhance/fix some vanilla issues. Authors can use it to create their own ENB presets.
This may be a necessary performance enhancement for some. If experiencing stuttering and the <code>[MEMORY]</code> section of ''enblocal.ini'' is verified to be correct, enabling or disabling these parameters within ''enblocal.ini'' could help resolve some stuttering:
<syntaxhighlight lang="ini">
[WINDOW]
ForceBorderless=true
ForceBorderlessFullscreen=true
</syntaxhighlight>


==Troubleshooting==
=== Long Loading Times ===
===Performance Tips===
Some users may experience long loading times while using ENBSeries. This is because ENBSeries also applies its features to the loading screen of some games (not all). An easy way to decrease the wait is by pressing <kbd>Shift</kbd>+<kbd>F12</kbd> before or just after entering a loading screen to disable ENBSeries processing. When the game is loaded press <kbd>Shift</kbd>+<kbd>F12</kbd>, again, to re-enable processing.
While ENB greatly enhance the visual of Skyrim, these additional effects also take a toll on performance. How much of an FPS decrease users experience depends on their system hardware, INI settings, texture mod resolutions, and a host of other variables. This is why it's virtually impossible to estimate how much any ENB will affect a user's personal system. That being said, there are some things users can do to improve their performance.  
: {{fc|salmon|''Although this still works, it's for use with older versions of ENBSeries. The framerate has been clamped to 60FPS in newer version of ENBSeries to help eliminate this issue.}}


First and foremost it's important for users to keep their systems in top gaming condition. Like anything else, "''if you take care of it, then it will take care of you''". Some simple ways to do this:
=== Performance Tips ===
While ENB Presets greatly enhance the visuals of a game, these additional features take a toll on performance; how much depends on individual system hardware, INIs, texture mod resolutions, display resolution, and a host of other variables. As such, it's impossible to estimate how much any ENB Preset will affect a user's personal system. That being said, there are some things that can be done to improve performance.


* Defragment the hard drives which games are installed on. Do not defrag solid state drives (SSDs)! These should '''NEVER''' be defragmented and doing so could reduce their lifespan. However, defragging hard disk drives (HDDs) will not only help improve performance while gaming, but can also decrease load times in games and other applications as well. Although Windows comes with a simple defragging program, STEP recommends either [http://www.auslogics.com/en/software/disk-defrag/ Auslogics Disk Defrag] or [http://www.puransoftware.com/Puran-Defrag.html Puran Defrag Free Edition]. If using Auslogics, use the "''Defrag & Optimize''" option since this will also move the most frequently accessed files closer to the front of the drive. Defragment hard drives at least once a month or any time the fragmentation is 10% or over.
: {{fc|highlight|''First and foremost, it's important to keep the PC in top gaming condition. Like anything else, "if you take care of it, then it will take care of you".''}}


* Disable all unnecessary programs running in the background while gaming, to free up more resources. Anti-virus programs disk access usage can cause slowdowns in save and loading, and any files scanned. Instead of turning it off, setting it to ignore your game directories and any mod directories you use will prevent your antivirus from occupying the files in use. It also limits your viral exposure to a trusted folder (trusted if it came from legitimate sources.)
* Defrag hard disk drives (HDDs) that games are installed on. {{fc|salmon|''Do not defrag solid state drives (SSDs)!''}} However, HDDs will not only help improve performance while gaming, but can also decrease load times. Although Windows comes with a simple defragging program, Step recommends [https://www.ccleaner.com/defraggler Defraggler]. Defrag HDDs at least once a month or any time the fragmentation is 10% or over.


* Keep Steam in [https://support.steampowered.com/kb_article.php?ref=3160-agcb-2555 offline mode]. This is just one more thing depleting resources that really isn't needed.
* If a system CPU is being utilized 100% or system RAM is being filled, disable all unnecessary programs running in the background while gaming to free up more resources. This includes browsers, editors, chats apps, putting antimalware suites into low resource modes, putting Steam in [https://support.steampowered.com/kb_article.php?ref=3160-agcb-2555 offline mode], etc.


* GPU settings play a tremendous role in determining quality and performance. Striking the right balance in these settings is essential in achieving a beautiful game with smooth, playable frame rates. Use the guides provided in the STEP guide as a starting point. Adjust and test the settings until the right balance with smooth game-play is achieved. The thing to remember here is to be realistic with what the hardware is capable of.
* Game video settings play a tremendous role in determining quality and performance. Striking the right balance in these settings is essential in achieving a beautiful game with smooth, playable frame rates. Adjust and test video settings until the right balance, with smooth game-play, is achieved. Be realistic with what system hardware is capable of.


* Be realistic with the INI settings, as well. Over-tweaking can and will cause performance issues if the system is not capable of handling the additional strain.
* High resolution textures and higher polygon count meshes also affect performance. There are countless mods that add higher resolution assets to games. Careful consideration should be used when adding such assets with ENBSeries. Testing may be required to find the right balance of quality and performance that best fits the system hardware.


* High resolution texture and mesh mods also affect performance. Careful consideration should be used when adding higher resolution textures and meshes with ENB enabled. Experimentation and testing might be required to find the right balance of quality and performance that best fits the system hardware capabilities.
* Be realistic with screen resolutions. Skyrim won't be playable in 4K resolution with a single GTX1060. The maximum resolution of the video card is ''not'' the maximum resolution it is capable of playing a heavily modded game with an ENB Preset. Lower the screen resolution to get the full quality that presets provide.


* Some of the more FPS-intensive ENB effects can also be disabled in the ENB ''.ini'' files to improve performance at the cost of some quality. Instructions on how to disable these effects can be found in the INI sections of this Guide. Changing to the performance version of some ENBs (where available) will essentially do the same thing so users are encouraged to explore that route before disabling ENB effects.
* Some of the more intensive ENBSeries features can also be disabled or lowered in quality within the ''enbseries.ini'' file to improve performance, at the cost of some quality. Changing to the performance version of some ENB presets (when available) will essentially apply the same trade-offs mentioned previously and is preferable to making edits to an existing preset.


If after following these performance tips users are still unable to achieve playable frame rates, the system hardware may not be capable of running ENBSeries or the chosen preset might be too intensive to for it. At this point users may want to consider either using other presets which may not be as demanding on hardware, upgrading their hardware, or not using ENBSeries altogether. One preset which will provide a fantasy look with minimal performance loss is, [http://www.nexusmods.com/skyrim/mods/60346/? EWIs Performance ENB] by ewi65.
If playable frame rates are not achieved after following the previous recommendations, the system hardware may not be capable of running ENBSeries or the chosen ENB Preset might be too performance intensive. At which point, consider either using different presets that are not be as demanding on system hardware or upgrading the hardware.


===Shadow Striping===
=== Shadow Striping (SkyrimLE) ===
One of the great things about ENBSeries is that it usually fixes shadow striping. Some users, however, will still experience this issue if they've edited their Skyrim INIs. In the screenshots below it's hard to tell from their reduced size in the gallery, but notice the fuzziness along the edges of the shadows and the lines across some of the textures like the post and rock; this is shadow striping.
One of the great things about ENBSeries is that it usually fixes shadow striping; however, some will still experience this issue if the game INIs have been modified manually. In the screenshots below it's hard to tell from their reduced size in the gallery, but notice the fuzziness along the edges of the shadows and the lines across some of the textures like the post and rock; this is shadow striping.
{{GallerySimple|id=UseOriginalPostProcessing|width=240|img=File:ShadowStriping.jpg|caption='''Figure 1.''' Shadow Striping}}
{{GallerySimple|id=UseOriginalPostProcessing|width=240|img=File:ShadowStriping2.jpg|caption='''Figure 2.''' Shadow Striping}}
{{clear}}


:[[File:ShadowStriping.jpg|300px|highslide=1:'''Figure 1.''' Shadow Striping]] [[File:ShadowStriping2.jpg|300px|highslide=1:'''Figure 2.''' Shadow Striping]]<br/>
If this is preset, adjust the <code>iBlurDeferredShadowMask</code> parameter in the ''SkyrimPrefs.ini'' file (MO users will have to adjust it in the INI Editor in MO). It will be set to its default from when the INI files where created by the game launcher, unless it has been manually adjusted. Turning this parameter down to a lower usually results in sharper shadow detail; however, turning it down too low can result in striping. The valid range of this setting is 0-7. If striping occurs while ENBSeries is enabled, increase this parameter's value by one, save the change, and test the new setting in-game. Continue to repeat this process until the shadow striping is gone. Usually between 3 and 5 are the best values.
:(To view the full sized images, click on the image to open the gallery, then right click on image and click "View Image".)
<br>
 
If this is preset, adjust the <code>iBlurDeferredShadowMask</code> parameter in the ''SkyrimPrefs.ini'' file (MO users will have to adjust it in the INI Editor in MO). It will be set to its default from when the INI files where created by the game launcher, unless users have manually adjusted it. Turning this parameter down to a lower usually results in sharper shadow detail; however, turning it down too low can result in striping. Users can adjust this setting from 0-7. If striping occurs while ENBSeries is enabled, increase this parameter's value by one, save the change, and test the new setting in-game. Continue to repeat this process until the shadow striping is gone. Usually between 3 and 5 are the best values.


If the above is not helping or making the shadows too blurry, adjusting the <code>fShadowDistance</code> parameter may also help. This is the distance at which shadows are drawn from the object. Decreasing this will make these shadows less elongated and help to eliminate striping at lower <code>iBlurDeferredShadowMask</code> values; however, adjusting this value too long can also result in unnatural looking shadows.
If the above is not helping or making the shadows too blurry, adjusting the <code>fShadowDistance</code> parameter may also help. This is the distance at which shadows are drawn from the object. Decreasing this will make these shadows less elongated and help to eliminate striping at lower <code>iBlurDeferredShadowMask</code> values; however, adjusting this value too long can also result in unnatural looking shadows.


===AMD/ATI Users===
=== AMD/ATI Users (SkyrimLE) ===
Set the following in ''enbseries.ini''.
Set the following in ''enbseries.ini'':
<syntaxhighlight lang="ini">
[SHADOW]
UseBilateralShadowFilter=false
</syntaxhighlight>


In the <code>[SHADOW]</code> section:
* When updating drivers be sure to uninstall your current drivers before installing your new drivers. It is also not recommended to use Beta drivers. The current stable drivers can be found [https://support.amd.com/us/gpudownload/Pages/index.aspx here].
<pre>UseBilateralShadowFilter=false</pre>
 
* When updating drivers be sure to uninstall your current drivers before installing your new drivers. It is also not recommended to use Beta drivers. The current stable drivers can be found [http://support.amd.com/us/gpudownload/Pages/index.aspx here].
* If you must use anisotropic filtering (AF), then either ENB-enabled or CCC-enabled is fine, but this depends entirely on the capability of your CPU since Skyrim is more CPU-intensive than GPU. ENB-enabled is better, but up to 8x is recommended unless you have at least 2GB of VRAM (generally the 69xx, 78xx, and 79xx series).
* If you must use anisotropic filtering (AF), then either ENB-enabled or CCC-enabled is fine, but this depends entirely on the capability of your CPU since Skyrim is more CPU-intensive than GPU. ENB-enabled is better, but up to 8x is recommended unless you have at least 2GB of VRAM (generally the 69xx, 78xx, and 79xx series).


==== Possible Crossfire Fix ====
==== Possible Crossfire Fix ====
Please apply the following process to ensure Crossfire compatibility:
{{Spoiler|shown=Show Instructions|hidden=Please apply the following process to ensure Crossfire compatibility:


# Right-click on your desktop and open the Catalyst Control Center.
# Right-click on your desktop and open the Catalyst Control Center.
Line 659: Line 274:
# "TESV.exe" should now show up on that page. Select it and scroll down to "CrossfireX Mode"
# "TESV.exe" should now show up on that page. Select it and scroll down to "CrossfireX Mode"
# Select "Use AMD Pre-defined profile" and locate the "Assassin's Creed Brotherhood profile" (acp?b.exe)
# Select "Use AMD Pre-defined profile" and locate the "Assassin's Creed Brotherhood profile" (acp?b.exe)
# Overwrite the default profile when prompted.
# Overwrite the default profile when prompted.}}
 
===Disable ENB In-game===
A common issue with DOF is that it is difficult to see your character while in the creation menu.  There is a very simple solution for this. While playing, just press <tt>Shift+F12</tt> to disable ENB.  This can be quite useful when creating your character or modifying it later via the [http://www.uesp.net/wiki/Skyrim:Console#showracemenu showracemenu] console command.  When finished, just press <tt>Shift+F12</tt> again to enable ENB.
 
===Long Loading Times===
<p>Some people may experience long loading times while using ENB. An easy way to greatly decrease your wait is by pressing <tt>Shift+F12</tt> before or just after entering the loading screen to disable ENB. When the screen is loaded press <tt>Shift+F12</tt> again to enable ENB.</p>
Although this still works, it's and old trick for those with v0.119 or older. Starting with ENBSeries v0.265, Boris has fixed the framerate to 60FPS in order to help eliminate this issue.
 
===ENB Support Forum===
If the above troubleshooting did not help, please refer to our [http://forum.step-project.com/forum/57-enb-support/ ENB Support Forum] for assistance.
 
 
 
 


[[Category:Guides]]
=== ENB Support Forum ===
If the above troubleshooting did not help, please refer to our [https://stepmodifications.org/forum/forum/57-enb-support/ ENB Support Forum] for assistance.

Latest revision as of 01:50, March 27, 2024

Delta c.png

ENBSeries Guide

A comprehensive ENB guide

by: The Step Team and community  | Forum Topic

See also:

enblocal.ini
enbseries.ini


Info-Logo.png

NOTE

This is the general overview of ENBSeries for all supported games. See the ENB INI Reference for descriptions of all settings by game.

What is ENBSeries?

ENBSeries (or ENB) is a post-processing suite created and maintained by Boris Voronstov. It's available for multiple games including most that Step Modifications supports. ENBSeries adds many enhancements and features to games, which aren't available from the vanilla game. This is accomplished by using a custom API in the form of a dynamic link library (DLL) to add to the game shader engine, thus, allowing additional processing that the game isn't capable of doing on its own. Features that overlap with game features are usually replaced entirely with more accurate code, thus, are always better quality versions.

In addition to advanced shader post-processing, ENBSeries also implements a memory manager for several 32-bit games, called ENBoost, that enhances the efficiency of video memory management while bypassing memory limits inherit within all 32-bit games. This results in increased performance and stabilization, in addition to the increase quality provided by the post-processing features.

The main draw to using ENBSeries is it allows vast customization that authors can take advance of to produce custom presets (commonly referred to as "ENBs" or "ENB Presets"). Presets offer a range of "look and feel", meaning each preset can create a different ambiance for the game. Ambiances such as a cooler or warmer color palette, "fantasy" or "realistic" lighting environments, more vibrant or bleak saturation...the list is very long. Given author can also include their own shaders in the mix, the combinations are nearly endless and there is likely already an ENB preset that is perfect for every users' personal tastes. However, all those added effects often come at a cost to performance. Luckily, most authors provide "performance" versions of their presets, which are lighter on system resources.

ENBoost

What is ENBoost?

ENBoost is a memory management feature added to ENBSeries to address the crashes and freezes relating to the well-known system memory (RAM) limit of 32-bit applications. It's one major part of a multi-part solution Step Modifications recommends for dealing with this limitation on 32-bit games. ENBoost is included by default in ENBSeries versions that support it, and can be implemented as a standalone memory manager without the graphical effects from ENBSeries. The effectiveness and performance of ENBoost is determined by a number of factors, such as size of system RAM / VRAM, quality of video card, version of Windows OS, CPU, and even motherboard memory channel speed. Fortunately, there are a number of ENBoost settings to help account for the variety of system configurations.

Info-Logo.png
NOTE:
Step Modifications considers ENBoost to be an essential tool recommended for ALL Skyrim LE users.


How Does ENBoost Work?

In order to understand how ENBoost works, it is important to first know how some 32-bit applications manage memory. Skyrim LE will be used for this explanation. The main Skyrim LE game executable, TESV.exe, is a 32-bit Large-Address-Aware (LAA) application. This means that although TESV.exe can only use a maximum of 2GB of system RAM on 32-bit Windows systems, it can access up to about 3.1GB of system RAM (4GB minus about 900MB of system resources) on 64-bit systems. To drive the video card in displaying the game's 3D rendered graphics, TESV.exe must store object geometry (the shapes of things in the game) and texture data in its memory space, as a cache. This cache is then copied to the video card's VRAM to display on the screen.

The memory limit is not a problem with an unmodded game because the cached data is dynamically loaded and unloaded to make room for new data as it's needed, and it almost never completely fills up all of TESV.exe's available RAM. However, when mods are added to Skyrim, the memory needed for cached data is significantly increased, and the more mods that are used, especially higher resolution texture mods, the higher the chance that TESV.exe will run out of memory. When this happens, either the program crashes or some objects do not get rendered. ENBoost overcomes this memory limitation by ...

  1. using available VRAM on your video card and then...
  2. using system RAM for dynamically allocated cached data via a helper executable.
    This is accomplished by running one or more instances of an executable named enbhost.exe, which adds up to another ~3GB of memory available per instance.

ENBoost Installation

➕ [Click to show]➖ [Click to hide] Show installation instructions
  1. Download and install the DirectX 9 Runtimes.
    This step is to prevent the common issues of missing DirectX files required by ENBSeries. Be sure to install it and not just extract it!
  2. Download the latest ENBSeries version for the game it will be install on.
    1. On the game pages, their is a list of major changes and links to the available versions.
    2. Click a version link to download the version required by the chosen preset. The latest version is usually the one at the top of the list.
    3. On the version page will be listed a changelog and a download link. Click the Down1.gif button located at the bottom of the page to download the version file.
  3. Open the downloaded archive and go into the WrapperVersion folder.
  4. Extract only the d3d9*.dll files, enbhost.exe, and enblocal.ini into the game's folder where its executable is located.
  5. If the "WrapperVersion" does not function as advertised, try the "InjectorVersion".
    1. Remove any existing remnants of the Wrapper version
    2. Extract only the enbhost.exe, ENBInjector.exe, enbinjector.ini, enblocal.ini, and enbseries.dll files into the game's folder where its executable is located.
    Info-Logo.png
    NOTE:
    ENBInjector.exe must be ran before running the game for the injector version to work properly.

ENBoost Configuration

The following are important changes that are either required for ENBoost to work:

➕ [Click to show]➖ [Click to hide] Show INI Configuration
[GLOBAL]
UsePatchSpeedhackWithoutGraphics=true
UseDefferedRendering=false

[MEMORY]
ExpandSystemMemoryX64=false
ReservedMemorySizeMb=128
;This value should be set to lowest possible value without experiencing stutter. Increase this value until stuttering is either gone or minimal. See advanced guide above for more information.

VideoMemorySizeMb=<integer in MB>
;Download and run Boris's VRamSizeTest tool [https://enbdev.com/download_vramsizetest.htm]. Run the '''VRamSizeDX9.exe''' for DX9 games and '''VRamSizeDX11.exe''' for others.
;Windows 7 - Subtract 170 from the value provided and use that value.
;Windows 8.1 - Use the value provided.
;Windows 10 - Subtract 350 from the value provided and use that value.

AutodetectVideoMemorySize=false
Info-Logo.png

NOTE

If they exist in the enblocal.ini file for the ENBSeries version in use, be sure the parameters under the [THREADS] section match what is below!
These are for special case use only and do not apply to 99% of users! The section should remain as follows:

[THREADS]
DataSyncMode=0
PriorityMode=0


ENBSeries Presets

As described in the introduction, ENBSeries main attraction is the ability to customize its features and visuals using presets, commonly referred to as "ENB Presets" or "ENBs". These ENB Presets may encompass all of the features of ENBSeries or only a subset of them, depending on what the author intends as the final result.

ENBSeries Features

The features available will vary by game. ENBSeries is still in active development for the latest games it supports. Thus means it's constantly updated with bug fixes, enhancements to current features, as well as, new features. Below is a list of some of the features ENBSeries provides (version dependent):

  • Game bug fixes
  • Mist effect
  • Cloud shadows
  • Rain occlusion
  • Volumetric rays
  • Parallax for terrain
  • Per location weather
  • Wet surfaces during rain
  • Muddiness control of water
  • Supersampling for ambient occlusion
  • Enhanced blending of certain effects
  • Color filter parameters for direct light, fog and sky gradients
  • Detailed shadows added for light bulb types: hemisphere and spotlight
  • Optimization of ambient occlusion, plus a visualization tool for Preset authors and modders
  • many, many others...

ENBSeries Installation

This is a basic and generic set of instructions for setting up ENBSeries. These instructions may provide assistance where certain Preset documentation may be lacking; however, always defer to the Preset documentation first and use these generic instructions to fill in the blanks, if necessary.

➕ [Click to show]➖ [Click to hide] Show Installation Instructions
  1. Select and download a preset from Nexus Mods or some other source, and carefully read the author's instructions. The following are general instructions provided for convenience.
  2. Download the latest ENBSeries version for the game it will be install on.
    1. On the game pages, their is a list of major changes and links to the available versions.
    2. Click a version link to download the version required by the chosen preset. The latest version is usually the one at the top of the list.
    3. On the version page will be listed a changelog and a download link. Click the Down1.gif button located at the bottom of the page to download the version file.
  3. Extract the contents of the "WrapperVersion" into the game folder (e.g., ..\Steam\steamapps\common\GameFolder). Note that only *.ini, *.dll files are required. The the \enbseries\ folder and additional files can also be included if the ENB preset that will be used relies on them (they are usually provided by the preset author though).
    NOTE: If the "WrapperVersion" does not function as advertised, try the "InjectorVersion", if available. Remove any remnants of the Wrapper version prior to installing. When using the injector version, ENBInjector.exe must be running in the background before starting the game, else ENBSeries will not work.
  4. All users, including ENBoost users, set the following in enblocal.ini:

    [GLOBAL]
    UsePatchSpeedhackWithoutGraphics=false
    UseDefferedRendering=true

  5. Verify the preset's instructions, but the following skyrimprefs.ini settings are required for the graphical features of ENBSeries to work with Skyrim. Other games may have similar requirements that also should be provided by the preset author:
Skyrim

[Display]
iMultiSample=0
bFloatPointRenderTarget=1

Warning Regarding Enblocal.ini

Some ENB Presets will include an enblocal.ini file. This is not a recommended practice and should be maintained by the end user. The reason for this is because this enblocal file is meant to be used for each user's personal system. Best practice is to update the existing enblocal.ini file alongside the file included with the preset, copying only desired changes typically from the following sections (as applicable):

  • [PROXY]
    • Copy all settings
  • [GLOBAL]
    • Copy all settings
  • [ENGINE]
    • ForceLodBias=
    • LodBias=
  • [FIX]
    • Copy all settings

Extra Options

The following components and tweaks are optional and NOT required for a successful ENB implementation.

SubPixel Morphological Anti-Aliasing (SMAA)

SubPixel Morphological Anti-Aliasing (SMAA) is a fantastic post-processing antialiasing method that provides similar results to MSAA, but usually at a fraction of the performance cost. As such, it provides exceptional smoothing of jagged lines on both straight and curved lines, as well as, transparent textures like foliage. Furthermore, SMAA can either replace the game's AA method entirely or stack on top of it, since it is a post-process. This makes SMAA useful and versatile for many situations, however, it only supports DX9 and DX10 games.

The reason SMAA is important, is because some versions of ENBSeries don't support hardware antialiasing, due to the implementation of some of its features. If the PC doesn't support SMAA, only the following options are available:

  • ENBSeries EdgeAA (when available)
  • SMAA (post-process)
  • SweetFX (post-process)

For those on low-end systems, ENBSeries EdgeAA is probably the best choice as it comes with almost no performance loss, and will be similar to 4xMSAA. For all others, SMAA is recommended for superior results. SMAA is processed after ENBSeries; thus, ENBSeries ENB can be supplemented with SMAA to gain better image quality. It's possible to use SMAA with any ENB Preset, as long as there is not an additional d3d9.dll already in use in the [PROXY] section of the enbseries.ini file. To install SMAA:

➕ [Click to show]➖ [Click to hide] Show Installation Instructions
  1. Download SMAA from here
  2. Extract the downloaded archive
    • For DirectX 9 games, use the d3d9 folder.
    • For DirectX 10 games, use the d9d10 folder.
  3. Rename the DLL from xxxx.dll to xxxx_smaa.dll' (i.e., d3d9_smaa.dll )
  4. Copy the following files from the folder above to the location where the game's executable resides:
    • xxxx_smaa.dll
    • injector.ini
    • SMAA.h
    • SMAA.fx
  5. To enable SMAA with ENBSeries, set the following in the enblocal.ini file:
[PROXY]
EnableProxyLibrary=true
InitProxyFunctions=true
ProxyLibrary=d3d9_smaa.dll

SMAA Quality Settings

SMAA comes with several available presets to use, which changes the quality of the effect. To change the SMAA quality, open the injector.ini file and change the preset parameter:
preset = SMAA_PRESET_HIGH

The available quality presets are listed above the parameter in the file. The standard presets are:

  • Low is 60% quality
  • Medium is 80%
  • High is 95%
  • Ultra is 99% quality.

These presets are similar to 2xAA, 4xAA, etc., and each step higher comes with more of a performance loss. Additionally, a custom preset can be created in the SMAA.h file for the Uber preset. However, due to this is being an advanced process, it's not necessary for the purposes of this guide and will not be discussed further. For those wanting to learn more about SMAA, there is a very in-depth and technical PDF available.

Lighting and Weather Mods

Lighting and weather mods can have a dramatic impact on the overall look and feel of a game. These mods typically alter vanilla color palettes, brightness, contrast, saturation, and more. As such, it's necessary for ENB Presets to provide support for specific lighting and weather mods. What mods Preset will support. The mods supported vary from Preset to Preset and many authors choose a specific combination of mods to exclusively support. Below are some of the most popular choices for lighting and weather mods in combination with ENBSeries:

Enhanced Lighting for ENB (Skyrim LE & SE)

Enhanced Lighting for ENB (ELE) is a set of mods developed by the author JawZ. Later several of these mods were merged together to form the ELE mods we have today. ELE is aimed toward balancing the lighting of Skyrim. It adjusts every type of lighting in the game to both make Skyrim look better with ENBSeries and to make it easier for preset authors to customize and balance their Presets, without having to sacrifice one area of lighting over another.

Download for LE
Download for SE

Advanced Configuration

The ENB configuration files (enblocal.ini and enbseries.ini) contain all of the user-configurable parameters required for customizing ENBSeries.

enblocal.ini

Typically, enblocal.ini should be setup and left; not changing between Presets. Due to the detailed nature of the setup, enblocal.ini configuration settings do not appear in this guide (other than as referenced within the instructions) but are referenced in an ancillary guide:

SkyrimLE ENBLocal INI Reference
SkyrimSE ENBLocal INI Reference

enbseries.ini

Conversely, enbseries.ini can change dramatically among ENB Presets. The 'default' enbseries.ini comes packaged with ENBSeries, itself. The file contains all of the user-configurable parameters that dictate the behavior and result of the post-processing. There are many configurable parameters, and documenting (or correctly implementing) them all is challenging, to say the least. WIP, comprehensive references of all parameters by section are available in the ENBSeriesINI Guides below:

SkyrimLE ENBSeries INI Reference
SkyrimSE ENBSeries INI Reference

Multiple Weathers

Some versions of ENBSeries support a weather framework known as "Multiple Weathers". The Multiple Weathers framework grants the ability to customize multiple ENBSeries features on a per weather and/or per location basis.

Learn mores about Multiple Weathers

Shaders

Learn mores about shaders

Troubleshooting

CTD on game launch (DX9 games)

First be positive this is not a missing master issue!
Some will experience a CTD after installing ENBSeries or an ENB Preset due to having missing components of DirectX9. The solution is to re-install DirectX 9. It's recommended to update DirectX by downloading the DirectX End-User Runtimes. If that option doesn't work, try installing the DirectX SDK and running the installer within.

Disable ENB In-game

A common issue with Depth of Field is it can make it difficult to see the character during character creation. To fix this, while in-game, press Shift+F12 to disable the ENBSeries processing entirely. This can be quite useful when creating characters or modifying them later via the showracemenu console command. When finished, just press Shift+F12 again to re-enable processing.

Enable Windowed Mode

This may be a necessary performance enhancement for some. If experiencing stuttering and the [MEMORY] section of enblocal.ini is verified to be correct, enabling or disabling these parameters within enblocal.ini could help resolve some stuttering:

[WINDOW]
ForceBorderless=true
ForceBorderlessFullscreen=true

Long Loading Times

Some users may experience long loading times while using ENBSeries. This is because ENBSeries also applies its features to the loading screen of some games (not all). An easy way to decrease the wait is by pressing Shift+F12 before or just after entering a loading screen to disable ENBSeries processing. When the game is loaded press Shift+F12, again, to re-enable processing.

Although this still works, it's for use with older versions of ENBSeries. The framerate has been clamped to 60FPS in newer version of ENBSeries to help eliminate this issue.

Performance Tips

While ENB Presets greatly enhance the visuals of a game, these additional features take a toll on performance; how much depends on individual system hardware, INIs, texture mod resolutions, display resolution, and a host of other variables. As such, it's impossible to estimate how much any ENB Preset will affect a user's personal system. That being said, there are some things that can be done to improve performance.

First and foremost, it's important to keep the PC in top gaming condition. Like anything else, "if you take care of it, then it will take care of you".
  • Defrag hard disk drives (HDDs) that games are installed on. Do not defrag solid state drives (SSDs)! However, HDDs will not only help improve performance while gaming, but can also decrease load times. Although Windows comes with a simple defragging program, Step recommends Defraggler. Defrag HDDs at least once a month or any time the fragmentation is 10% or over.
  • If a system CPU is being utilized 100% or system RAM is being filled, disable all unnecessary programs running in the background while gaming to free up more resources. This includes browsers, editors, chats apps, putting antimalware suites into low resource modes, putting Steam in offline mode, etc.
  • Game video settings play a tremendous role in determining quality and performance. Striking the right balance in these settings is essential in achieving a beautiful game with smooth, playable frame rates. Adjust and test video settings until the right balance, with smooth game-play, is achieved. Be realistic with what system hardware is capable of.
  • High resolution textures and higher polygon count meshes also affect performance. There are countless mods that add higher resolution assets to games. Careful consideration should be used when adding such assets with ENBSeries. Testing may be required to find the right balance of quality and performance that best fits the system hardware.
  • Be realistic with screen resolutions. Skyrim won't be playable in 4K resolution with a single GTX1060. The maximum resolution of the video card is not the maximum resolution it is capable of playing a heavily modded game with an ENB Preset. Lower the screen resolution to get the full quality that presets provide.
  • Some of the more intensive ENBSeries features can also be disabled or lowered in quality within the enbseries.ini file to improve performance, at the cost of some quality. Changing to the performance version of some ENB presets (when available) will essentially apply the same trade-offs mentioned previously and is preferable to making edits to an existing preset.

If playable frame rates are not achieved after following the previous recommendations, the system hardware may not be capable of running ENBSeries or the chosen ENB Preset might be too performance intensive. At which point, consider either using different presets that are not be as demanding on system hardware or upgrading the hardware.

Shadow Striping (SkyrimLE)

One of the great things about ENBSeries is that it usually fixes shadow striping; however, some will still experience this issue if the game INIs have been modified manually. In the screenshots below it's hard to tell from their reduced size in the gallery, but notice the fuzziness along the edges of the shadows and the lines across some of the textures like the post and rock; this is shadow striping.

If this is preset, adjust the iBlurDeferredShadowMask parameter in the SkyrimPrefs.ini file (MO users will have to adjust it in the INI Editor in MO). It will be set to its default from when the INI files where created by the game launcher, unless it has been manually adjusted. Turning this parameter down to a lower usually results in sharper shadow detail; however, turning it down too low can result in striping. The valid range of this setting is 0-7. If striping occurs while ENBSeries is enabled, increase this parameter's value by one, save the change, and test the new setting in-game. Continue to repeat this process until the shadow striping is gone. Usually between 3 and 5 are the best values.

If the above is not helping or making the shadows too blurry, adjusting the fShadowDistance parameter may also help. This is the distance at which shadows are drawn from the object. Decreasing this will make these shadows less elongated and help to eliminate striping at lower iBlurDeferredShadowMask values; however, adjusting this value too long can also result in unnatural looking shadows.

AMD/ATI Users (SkyrimLE)

Set the following in enbseries.ini:

[SHADOW]
UseBilateralShadowFilter=false
  • When updating drivers be sure to uninstall your current drivers before installing your new drivers. It is also not recommended to use Beta drivers. The current stable drivers can be found here.
  • If you must use anisotropic filtering (AF), then either ENB-enabled or CCC-enabled is fine, but this depends entirely on the capability of your CPU since Skyrim is more CPU-intensive than GPU. ENB-enabled is better, but up to 8x is recommended unless you have at least 2GB of VRAM (generally the 69xx, 78xx, and 79xx series).

Possible Crossfire Fix

➕ [Click to show]➖ [Click to hide] Show Instructions

Please apply the following process to ensure Crossfire compatibility:

  1. Right-click on your desktop and open the Catalyst Control Center.
  2. Enter the 3D Applications Profiles.
  3. Choose "Use AMD Pre-defined profile" in the list at the bottom
  4. Select the "Assassin's Creed Brotherhood profile" (acp?b.exe)
  5. Go back to the top, select "New application" and press the "Save" button.
  6. Choose the "TESV.exe" application (in the root Skyrim folder) when the browser window pops up.
  7. Answer "Yes" when CCC asks if you want to override the default TESV profile.

For users using 13.x drivers

  1. Open up the AMD Vision Engine Control Center (or the Catalyst Control Center).
  2. Make sure your are in Advanced View mode by clicking Preferences.
  3. Select "Gaming" and choose "3D Applications Profiles".
  4. Select "Add" and browse to and select "TESV.exe".
  5. "TESV.exe" should now show up on that page. Select it and scroll down to "CrossfireX Mode"
  6. Select "Use AMD Pre-defined profile" and locate the "Assassin's Creed Brotherhood profile" (acp?b.exe)
  7. Overwrite the default profile when prompted.

ENB Support Forum

If the above troubleshooting did not help, please refer to our ENB Support Forum for assistance.