A project aimed at getting ENB compatible with as many mods as possible, the first version of which will work with any /gamedata based mods. I was inspired to submit this to project awareness for ENB but also to aid people with the Shader as it can be confusing for newcomers.

Report RSS ENBSeries Configuration Tutorial (for Stalker)

To configure an ENB profile is quite easy, below I explain what each options does for the main configuration file of ENB (enbseries.ini)

Posted by on - Basic Client Side Coding

Below we have the [GLOBAL] options,

(AdditionalConfigFile=)
Name or path to another configuration file that will replace parameters of enbseries.ini. ex; custom.ini

(UseEffect=)
Global Effect Activation, true is on, false is off

(ForceNvidiaCard=)
This is simple, if you have an Nvidia graphics card, set this option to true...

[GLOBAL]

AdditionalConfigFile=
UseEffect=true
ForceNVidiaCard=false
ForceNVidiaCaps=false

Below is the [ENGINE] section

This section has the AnisotropicFiltering option, set the AF option here instead of in game / via advanced driver profiles.

(SkipShaderOptimization =)
"In some rare situations this must be turned on to remove bugs of shader compiler, better to set false in most cases (turn on if mod looks buggy for specific driver version)."

[ENGINE]

ForceAnisotropicFiltering=true
MaxAnisotropy=16
SkipShaderOptimization=true 

[LIMITER]

This is where you can set the FPS Limit, quite self explanatory, for people who want locked 60 or 120 for their monitor Hz

[LIMITER]
WaitBusyRenderer=false
EnableFPSLimit=false
FPSLimit=60.0 

The [INPUT] section is where you edit the key shortcuts for the ENB, the reference sheet of codes is found at: Cambiaresearch.com

[INPUT]
KeyReadConfig=8
KeyCombination=16
KeyUseEffect=123
KeyFPSLimit=36
KeyShowFPS=106
KeyScreenshot=45 

To be continued, in progress of editing...

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: