Advertisement
Guest User

enblocal.ini

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