Created
March 19, 2023 10:45
-
-
Save onli/5cf1817047330ab257381f0ddf8720a5 to your computer and use it in GitHub Desktop.
ENB-Configuration for a stable Skyrim (with SMAA)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[PROXY] | |
EnableProxyLibrary=true | |
InitProxyFunctions=true | |
ProxyLibrary=d3d9_smaa.dll | |
[GLOBAL] | |
UsePatchSpeedhackWithoutGraphics=false | |
UseDefferedRendering=false | |
IgnoreCreationKit=true | |
IsEnderal=false | |
[PERFORMANCE] | |
SpeedHack=true | |
EnableOcclusionCulling=true | |
[MULTIGPU] | |
DisableCloudsShadowInReflections=false | |
[MEMORY] | |
ExpandSystemMemoryX64=false | |
ReduceSystemMemoryUsage=true | |
DisableDriverMemoryManager=false | |
DisablePreloadToVRAM=false | |
EnableUnsafeMemoryHacks=true | |
ReservedMemorySizeMb=384 | |
VideoMemorySizeMb=3520 | |
EnableCompression=true | |
AutodetectVideoMemorySize=false | |
[THREADS] | |
DataSyncMode=2 | |
PriorityMode=3 | |
EnableUnsafeFixes=false | |
[MULTIHEAD] | |
ForceVideoAdapterIndex=false | |
VideoAdapterIndex=0 | |
[WINDOW] | |
ForceBorderless=false | |
ForceBorderlessFullscreen=false | |
[ENGINE] | |
ForceAnisotropicFiltering=true | |
MaxAnisotropy=16 | |
ForceLodBias=false | |
LodBias=0.0 | |
AddDisplaySuperSamplingResolutions=false | |
EnableVSync=true | |
VSyncSkipNumFrames=0 | |
[LIMITER] | |
WaitBusyRenderer=false | |
EnableFPSLimit=true | |
FPSLimit=60.0 | |
[INPUT] | |
//shift | |
KeyCombination=16 | |
//f12 | |
KeyUseEffect=123 | |
//home | |
KeyFPSLimit=36 | |
//num / 106 | |
KeyShowFPS=106 | |
//print screen | |
KeyScreenshot=44 | |
//enter | |
KeyEditor=13 | |
//f4 | |
KeyFreeVRAM=115 | |
//B | |
KeyBruteForce=66 | |
KeyDepthOfField=118 | |
[ADAPTIVEQUALITY] | |
Enable=false | |
Quality=1 | |
DesiredFPS=20.0 | |
[ANTIALIASING] | |
EnableEdgeAA=false | |
EnableTemporalAA=false | |
EnableSubPixelAA=false | |
[FIX] | |
FixGameBugs=true | |
FixParallaxBugs=true | |
FixParallaxTerrain=false | |
FixAliasedTextures=true | |
IgnoreInventory=true | |
FixTintGamma=true | |
RemoveBlur=false | |
RemoveRadialBlur=false | |
FixSubSurfaceScattering=true | |
FixSkyReflection=true | |
FixCursorVisibility=true | |
FixLag=false | |
GenerateGrassNormals=true | |
[LONGEXPOSURE] | |
EnableLongExposureMode=false | |
Time=1.0 | |
BlendMax=0.0 | |
[FILE] | |
ScreenshotFormat=0 | |
[GUI] | |
HighResolutionScaling=true | |
ShowShadersWindow=true | |
ShowWeatherWindow=false | |
ShowObjectsWindow=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment