Advertisement
Guest User

enblocal.ini

a guest
Jul 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. //++++++++++++++++++++++++++++++++++++++++++++++++
  2. // Phinix Natural ENB v2.00.27 for ENB v0.305
  3. //++++++++++++++++++++++++++++++++++++++++++++++++
  4. // ENBSeries v0.305
  5. // visit http://enbdev.com for updates
  6. // Copyright (c) 2007-2013 Boris Vorontsov
  7. //++++++++++++++++++++++++++++++++++++++++++++++++
  8.  
  9. [PROXY]
  10. //Setting EnableProxyLibrary true with d3d9_smaa.dll as the library
  11. //to enables Subpixel Morphic AA (can replace with other libraries).
  12. //Used because launcher/driver AA disables several ENB effects.
  13. EnableProxyLibrary=true
  14. InitProxyFunctions=true
  15. ProxyLibrary=d3d9_smaa.dll
  16.  
  17. [GLOBAL]
  18. UsePatchSpeedhackWithoutGraphics=false
  19. UseDefferedRendering=true
  20. IgnoreCreationKit=true
  21.  
  22. [PERFORMANCE]
  23. SpeedHack=true
  24. EnableOcclusionCulling=true
  25.  
  26. [MULTIHEAD]
  27. ForceVideoAdapterIndex=false
  28. VideoAdapterIndex=0
  29.  
  30. [THREADS]
  31. DataSyncMode=0
  32. PriorityMode=0
  33. EnableUnsafeFixes=false
  34.  
  35. [MEMORY]
  36. //For default ENBoost settings for your video card and system,
  37. //see the ENBoost Settings Reference at the bottom of this file.
  38. //------------------------------------------------------------------
  39. //Fix for 32-bit Skyrim engine memory limitations; 64-bit systems
  40. //can now access 128GB of RAM (~192GB when compression enabled).
  41. //Can generally be left true even for 32-bit systems.
  42. //If using a 32-bit system and having problems test as false.
  43. ExpandSystemMemoryX64=false
  44. //------------------------------------------------------------------
  45. //Core ENBoost for all systems:
  46. //Reduce RAM use to help eliminate *memory-related* CTD issues.
  47. ReduceSystemMemoryUsage=true
  48. //------------------------------------------------------------------
  49. //Reduce chance of CTD or low performance due to bad video drivers,
  50. //however with good drivers leaving as false can be optimal.
  51. //When true, bad drivers can cause lower performance or pauses where
  52. //they would normally just CTD if false. Reported to help AMD users.
  53. //If you experience CTD even when the above setting is true, try
  54. //setting this to true as well. If having lag/long pauses, try false.
  55. DisableDriverMemoryManager=false
  56. //------------------------------------------------------------------
  57. //When set true can give faster cell load times as geometry/textures
  58. //aren't loaded into video memory until visible. May cause stutter
  59. //as more data must be dynamically loaded into memory "on-demand" as
  60. //you look and move around.
  61. //If having long cell load times I recommend instead to first try
  62. //using the "free VRAM" key (PageDown by default) to clear VRAM
  63. //before entering a new location or fast traveling instead to clear
  64. //video memory prior to load: similar benefit without the stutter.
  65. DisablePreloadToVRAM=false
  66. //------------------------------------------------------------------
  67. //Workaround mode for users experiencing large amount of stutter,
  68. //typically systems with large amount of VRAM (4GB+) or for 32-bit
  69. //systems with 4GB+ RAM. For testing only, unless ENBoost recommends
  70. //setting it true for your hardware.
  71. //Does not use memory reallocation, compression, or enbhost.exe.
  72. //Only works when ReduceSystemMemoryUsage=true.
  73. //Alt+tab will not work in fullscreen when this is true.
  74. EnableUnsafeMemoryHacks=false
  75. //------------------------------------------------------------------
  76. //Buffer for memory/VRAM swap.
  77. //Generally, smaller=less RAM use/CTD, larger=less stutter in heavy
  78. //areas with many mods or high ugrids value. Lower values may also
  79. //improve long load times, though I suggest you try using the
  80. //"free VRAM" key before changing this for that reason alone.
  81. //For video cards with 2GB or more VRAM, 256 is a good baseline.
  82. //For less VRAM, 128 can sometimes work better, but needs testing.
  83. ReservedMemorySizeMb=256
  84. //------------------------------------------------------------------
  85. //Manual setting for video memory usage.
  86. //As a baseline, set this to 1024 x GB of VRAM you have minus 128.
  87. //VRAM is how much memory your VIDEO CARD has, not system RAM.
  88. //Below are suggested values based on the VRAM of your card,
  89. //taken directly from the ENBoost documentation.
  90. //As a general rule you
  91. //6GB VRAM = 6016
  92. //4GB VRAM = 3968
  93. //3GB VRAM = 2944
  94. //2.5GB VRAM = 2432
  95. //2GB VRAM = 1920
  96. //1.5GB VRAM = 1408
  97. //1GB VRAM = 896
  98. //<1GB VRAM = Number of MB of VRAM (512 for a 512MB card.)
  99. //In some cases where other running process (or bad drivers) are
  100. //causing additional VRAM load, or VRAM is otherwise being maxed out,
  101. //reducing this value can improve stability and performance.
  102. //For optimized systems with large amounts of VRAM/system RAM,
  103. //increasing this setting may offer similar improvements.
  104. //Do not increase beyond system RAM size.
  105. VideoMemorySizeMb=11842
  106. //------------------------------------------------------------------
  107. //ENBoost memory compression.
  108. //Disabling may reduce stuttering in some cases, however can also
  109. //cause significantly higher VRAM use.
  110. EnableCompression=false
  111. //------------------------------------------------------------------
  112. //Attempts auto-detection of above VRAM setting.
  113. //Can sometimes detect wrong values, recommend leaving false.
  114. //Set correct value for your video card manually above instead.
  115. AutodetectVideoMemorySize=false
  116.  
  117. [WINDOW]
  118. ForceBorderless=false
  119. ForceBorderlessFullscreen=false
  120.  
  121. [ENGINE]
  122. //Turn off anisotropic in video drivers and game settings.
  123. ForceAnisotropicFiltering=true
  124. MaxAnisotropy=16
  125. ForceLodBias=false
  126. LodBias=0.0
  127. AddDisplaySuperSamplingResolutions=false
  128. EnableVSync=true
  129. VSyncSkipNumFrames=0
  130.  
  131. [LIMITER]
  132. WaitBusyRenderer=false
  133. EnableFPSLimit=true
  134. FPSLimit=60.0
  135.  
  136. [INPUT]
  137. KeyCombination=16
  138. KeyUseEffect=123
  139. KeyFPSLimit=36
  140. KeyShowFPS=106
  141. KeyScreenshot=45
  142. KeyEditor=13
  143. KeyFreeVRAM=34
  144. KeyBruteForce=66
  145.  
  146. [ADAPTIVEQUALITY]
  147. Enable=false
  148. Quality=1
  149. DesiredFPS=60.0
  150.  
  151. [ANTIALIASING]
  152. //Turn off AA in video drivers and game settings when using PNENB.
  153. //You do NOT need to disable SMAA to use any of the options below.
  154. //Test with Skyrim FXAA enabled first before any of these.
  155. //------------------------------------------------------------------
  156. //Set true to use ENB EdgeAA, which does a great job smoothing
  157. //jagged edges from problem areas like grass and trees with minimal
  158. //impact on performance. Similar to default Skyrim FXAA.
  159. EnableEdgeAA=false
  160. //------------------------------------------------------------------
  161. //Set true to use ENB TemporalAA, which also does an excellent job
  162. //smoothing jagged edges from trees and grass, however can also
  163. //introduce texture blur and "doubled/ghosted" objects.
  164. //Use either TemporalAA OR EdgeAA; both at once gets too blurry.
  165. EnableTemporalAA=false
  166. //------------------------------------------------------------------
  167. //Enables AA on shiny/reflective objects like Standing Stones.
  168. //Recommend always leaving on for great visual improvement
  169. //with minimal FPS impact.
  170. EnableSubPixelAA=true
  171.  
  172. [FIX]
  173. FixGameBugs=true
  174. FixParallaxBugs=true
  175. FixAliasedTextures=true
  176. IgnoreLoadingScreen=true
  177. IgnoreInventory=true
  178. FixTintGamma=true
  179. RemoveBlur=false
  180. FixSubSurfaceScattering=true
  181. FixSkyReflection=true
  182. FixCursorVisibility=true
  183. FixParallaxTerrain=false
  184. FixLag=false
  185.  
  186. [LONGEXPOSURE]
  187. EnableLongExposureMode=false
  188. Time=0.25
  189. BlendMax=0.0
  190.  
  191.  
  192.  
  193. //------------------------------------------------------------------
  194. //ENBOOST SETTINGS REFERENCE - www.nexusmods.com/skyrim/mods/38649/
  195. //------------------------------------------------------------------
  196. //
  197. //For NVIDIA Video Cards:
  198. //-----------------------
  199. //
  200. //With 128-768Mb VRAM:
  201. //
  202. //[MEMORY]
  203. //ExpandSystemMemoryX64=true
  204. //ReduceSystemMemoryUsage=true
  205. //DisableDriverMemoryManager=false
  206. //DisablePreloadToVRAM=true
  207. //EnableUnsafeMemoryHacks=false
  208. //ReservedMemorySizeMb=256
  209. //VideoMemorySizeMb=0
  210. //
  211. //With 1Gb VRAM:
  212. //
  213. //[MEMORY]
  214. //ExpandSystemMemoryX64=true
  215. //ReduceSystemMemoryUsage=true
  216. //DisableDriverMemoryManager=false
  217. //DisablePreloadToVRAM=false
  218. //EnableUnsafeMemoryHacks=false
  219. //ReservedMemorySizeMb=256
  220. //VideoMemorySizeMb=896
  221. //
  222. //With 1.5Gb VRAM:
  223. //
  224. //[MEMORY]
  225. //ExpandSystemMemoryX64=true
  226. //ReduceSystemMemoryUsage=true
  227. //DisableDriverMemoryManager=false
  228. //DisablePreloadToVRAM=false
  229. //EnableUnsafeMemoryHacks=false
  230. //ReservedMemorySizeMb=256
  231. //VideoMemorySizeMb=1408
  232. //
  233. //With 2Gb VRAM:
  234. //
  235. //[MEMORY]
  236. //ExpandSystemMemoryX64=true
  237. //ReduceSystemMemoryUsage=true
  238. //DisableDriverMemoryManager=false
  239. //DisablePreloadToVRAM=false
  240. //EnableUnsafeMemoryHacks=false
  241. //ReservedMemorySizeMb=256
  242. //VideoMemorySizeMb=1920
  243. //
  244. //With 3Gb VRAM:
  245. //
  246. //[MEMORY]
  247. //ExpandSystemMemoryX64=true
  248. //ReduceSystemMemoryUsage=true
  249. //DisableDriverMemoryManager=false
  250. //DisablePreloadToVRAM=false
  251. //EnableUnsafeMemoryHacks=false
  252. //ReservedMemorySizeMb=256
  253. //VideoMemorySizeMb=2944
  254. //
  255. //With 4Gb VRAM:
  256. //
  257. //[MEMORY]
  258. //ExpandSystemMemoryX64=true
  259. //ReduceSystemMemoryUsage=true
  260. //DisableDriverMemoryManager=false
  261. //DisablePreloadToVRAM=false
  262. //EnableUnsafeMemoryHacks=false
  263. //ReservedMemorySizeMb=256
  264. //VideoMemorySizeMb=3968
  265. //
  266. //With 6Gb VRAM:
  267. //
  268. //[MEMORY]
  269. //ExpandSystemMemoryX64=true
  270. //ReduceSystemMemoryUsage=true
  271. //DisableDriverMemoryManager=false
  272. //DisablePreloadToVRAM=false
  273. //EnableUnsafeMemoryHacks=false
  274. //ReservedMemorySizeMb=256
  275. //VideoMemorySizeMb=6016
  276. //
  277. //------------------------------------------------------------------
  278. //
  279. //For AMD Video Cards:
  280. //--------------------
  281. //
  282. //With 0-1Gb VRAM:
  283. //
  284. //[MEMORY]
  285. //ExpandSystemMemoryX64=true
  286. //ReduceSystemMemoryUsage=true
  287. //DisableDriverMemoryManager=false
  288. //DisablePreloadToVRAM=false
  289. //EnableUnsafeMemoryHacks=false
  290. //ReservedMemorySizeMb=256
  291. //VideoMemorySizeMb=0
  292. //
  293. //With 2Gb VRAM:
  294. //
  295. //[MEMORY]
  296. //ExpandSystemMemoryX64=true
  297. //ReduceSystemMemoryUsage=true
  298. //DisableDriverMemoryManager=false
  299. //DisablePreloadToVRAM=false
  300. //EnableUnsafeMemoryHacks=false
  301. //ReservedMemorySizeMb=256
  302. //VideoMemorySizeMb=1920
  303. //
  304. //With 3Gb VRAM:
  305. //
  306. //[MEMORY]
  307. //ExpandSystemMemoryX64=true
  308. //ReduceSystemMemoryUsage=true
  309. //DisableDriverMemoryManager=false
  310. //DisablePreloadToVRAM=false
  311. //EnableUnsafeMemoryHacks=false
  312. //ReservedMemorySizeMb=256
  313. //VideoMemorySizeMb=2944
  314. //
  315. //With 4Gb+ VRAM:
  316. //
  317. //[MEMORY]
  318. //ExpandSystemMemoryX64=true
  319. //ReduceSystemMemoryUsage=true
  320. //DisableDriverMemoryManager=false
  321. //DisablePreloadToVRAM=false
  322. //EnableUnsafeMemoryHacks=false
  323. //ReservedMemorySizeMb=256
  324. //VideoMemorySizeMb=3968
  325. //
  326. //------------------------------------------------------------------
  327. //
  328. //For Intel (built-in) Cards:
  329. //---------------------------
  330. //
  331. //[MEMORY]
  332. //ExpandSystemMemoryX64=true
  333. //ReduceSystemMemoryUsage=true
  334. //DisableDriverMemoryManager=true
  335. //DisablePreloadToVRAM=false
  336. //EnableUnsafeMemoryHacks=false
  337. //ReservedMemorySizeMb=256
  338. //VideoMemorySizeMb=0
  339. //
  340. //------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement