Guest User

enblocal.ini

a guest
Jul 1st, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [PROXY]
  2. EnableProxyLibrary=true
  3. InitProxyFunctions=true
  4. //ProxyLibrary=d3d9_SFX.dll
  5. //ProxyLibrary=d3d9_SweetFX.dll
  6. //ProxyLibrary=RCRN_d3d9.dll
  7. //ProxyLibrary=d3d9_smaa.dll
  8. ProxyLibrary=d3d9_smaa.dll
  9.  
  10. [GLOBAL]
  11. UsePatchSpeedhackWithoutGraphics=false
  12. UseDefferedRendering=true
  13. IgnoreCreationKit=true
  14. ForceFakeVideocard=false
  15.  
  16. [PERFORMANCE]
  17. SpeedHack=true
  18. EnableOcclusionCulling=true
  19. EnableZPrepass=true
  20.  
  21. [MULTIHEAD]
  22. ForceVideoAdapterIndex=false
  23. VideoAdapterIndex=0
  24.  
  25. [MEMORY]
  26. ExpandSystemMemoryX64=false
  27. ReduceSystemMemoryUsage=true
  28. DisableDriverMemoryManager=false // Set to true for AMD Videocards
  29. DisablePreloadToVRAM=false
  30. EnableUnsafeMemoryHacks=false
  31. ReservedMemorySizeMb=256 // Reduce to 256 or 128 if you have less than 3GB VRAM
  32. VideoMemorySizeMb=10240
  33. // less than 8GB Formula: (VRAM + RAM - 2048) , max value: 10240
  34. // more than 8GB Formula: (VRAM + RAM - 2048 / 2) , max value: 10240
  35. EnableCompression=false //set to false or true if you experience stuttering
  36. AutodetectVideoMemorySize=true // set to false for "VideoMemorySizeMb" to take effect
  37.  
  38. [WINDOW]
  39. ForceBorderless=false
  40. ForceBorderlessFullscreen=false
  41.  
  42. [ENGINE]
  43. ForceAnisotropicFiltering=true
  44. MaxAnisotropy=16
  45. ForceLodBias=false
  46. LodBias=-0.33 // Lower Values for more detailed Textures at distance, -0,33 selected for Vividian Setup
  47. EnableVSync=true
  48. AddDisplaySuperSamplingResolutions=false
  49. VSyncSkipNumFrames=0
  50.  
  51.  
  52. [LIMITER]
  53. WaitBusyRenderer=false
  54. EnableFPSLimit=false
  55. FPSLimit=60.0
  56.  
  57. [INPUT]
  58. //back
  59. KeyReadConfig=8
  60. //shift
  61. KeyCombination=16
  62. //f12
  63. KeyUseEffect=123
  64. //home
  65. KeyFPSLimit=36
  66. //num / 106
  67. KeyShowFPS=106
  68. //insert
  69. KeyScreenshot=45
  70. //enter
  71. KeyEditor=13
  72. //
  73. KeyFreeVRAM=122
  74. KeyBruteForce=66
  75. KeyDepthOfField=118
  76.  
  77. [ADAPTIVEQUALITY]
  78. Enable=false
  79. Quality=0
  80. DesiredFPS=20.0
  81.  
  82. [ANTIALIASING]
  83. EnableEdgeAA=false // set to true for Rudimentary Anti Aliasing
  84. EnableTemporalAA=false
  85. EnableSubPixelAA=false // set to true for Subpixel Antialiasing
  86. EnableTransparencyAA=false
  87.  
  88. [FIX]
  89. FixGameBugs=true
  90. FixParallaxBugs=true
  91. FixAliasedTextures=true
  92. IgnoreInventory=true
  93. FixSsaoWaterTransparency=true
  94. FixTintGamma=true
  95. RemoveBlur=false
  96. FixSubSurfaceScattering=true
  97. FixSkyReflection=true
  98. FixCursorVisibility=true
  99. FixParallaxTerrain=false //enable for parralax effects on ground textures, makes only sense with texturepacks
  100. FixLag=false //enable if you experience mouselag
  101. [THREADS]
  102. DataSyncMode=0
  103. PriorityMode=0
  104. EnableUnsafeFixes=false
  105. [LONGEXPOSURE]
  106. EnableLongExposureMode=false
  107. Time=1.0
  108. BlendMax=0.0
Add Comment
Please, Sign In to add comment