Guest User

Untitled

a guest
Jun 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. /////////////////////////////////////////////////////////////////
  2. // ENBLOCAL.INI FILE (v0.278) //
  3. // Original ENBLOCAL.INI Code: (c) 2007-2013 Boris Vorontsov //
  4. // //
  5. // Code Notation, Modification, And Organization by Visitant //
  6. // For use with Fallout New Vegas Atmospheric ENB //
  7. /////////////////////////////////////////////////////////////////
  8. [PROXY]
  9. EnableProxyLibrary=false
  10. InitProxyFunctions=true
  11. ProxyLibrary=./bin/d3d9.dll
  12. [GLOBAL]
  13. ;Set line below to false when using ENB, true when using ENBoost.
  14. UsePatchSpeedhackWithoutGraphics=false
  15. ;Set line below to false for ENBoost, true for ENB.
  16. UseDefferedRendering=true
  17. [PERFORMANCE]
  18. SpeedHack=true
  19. EnableOcclusionCulling=true
  20. [MULTIHEAD]
  21. ForceVideoAdapterIndex=false
  22. VideoAdapterIndex=0
  23. [MEMORY]
  24. ;Set line below to false if having CTD with 64-bit OS,
  25. ;or some NVSE/FOSE-based mods not working correctly.
  26. ExpandSystemMemoryX64=true
  27. ReduceSystemMemoryUsage=true
  28. DisableDriverMemoryManager=false
  29. DisablePreloadToVRAM=false
  30. EnableUnsafeMemoryHacks=false
  31. ;Default value of parameter below is 64 (MB).
  32. ;Parameter below impatcts stuttering. Max is 1024, start at 256 and increase in 64mb increments until stutter stops.
  33. ReservedMemorySizeMb=512
  34. ;To set parameter below, refer to installation manual.
  35. VideoMemorySizeMb=6000
  36. ;For systems that have older CPUs and video cards =< 2GB VRAM and =< 8GB RAM, setting below to true may help with performance
  37. EnableCompression=true
  38. AutodetectVideoMemorySize=false
  39. [WINDOW]
  40. ForceBorderless=false
  41. ForceBorderlessFullscreen=true
  42. [ENGINE]
  43. ForceAnisotropicFiltering=true
  44. MaxAnisotropy=16
  45. ForceLodBias=true
  46. LodBias=0.0
  47. AddDisplaySuperSamplingResolutions=false
  48. ;When below set to true, set iPresentInterval to 1 in fallout.ini
  49. EnableVSync=false
  50. VSyncSkipNumFrames=0
  51. [LIMITER]
  52. WaitBusyRenderer=false
  53. EnableFPSLimit=false
  54. FPSLimit=60.0
  55. [INPUT]
  56. ; 0 = NO KEY
  57. KeyCombination=16
  58. ;
  59. ; 123 = F12
  60. KeyUseEffect=123
  61. ;
  62. ; 36 = Home
  63. KeyFPSLimit=36
  64. ;
  65. ; 106 = Number Pad *
  66. KeyShowFPS=106
  67. ;
  68. ; 116 = F5
  69. KeyScreenshot=116
  70. ;
  71. ; Key Editor = Page Down
  72. KeyEditor=13
  73. ;
  74. ; 35 = End
  75. KeyFreeVRAM=35
  76. [ADAPTIVEQUALITY]
  77. Enable=false
  78. Quality=0
  79. DesiredFPS=20.0
  80. [ANTIALIASING]
  81. EnableEdgeAA=true
  82. EnableAccumulativeAA=false
  83. [FIX]
  84. FixGameBugs=true
  85. FixParallaxBugs=true
  86. FixParallaxTerrain=true
  87. FixAliasedTextures=true
  88. ;Set below to false to compensate for clothing bugs (pants disappear, black banding and spots, etc)
  89. FixTransparencyBugs=false
  90. FixTintGamma=true
  91. RemoveBlur=true
  92. IgnoreGECK=true
Add Comment
Please, Sign In to add comment