Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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.  
  22. [MULTIHEAD]
  23. ForceVideoAdapterIndex=false
  24. VideoAdapterIndex=0
  25.  
  26. [MEMORY]
  27. ExpandSystemMemoryX64=false
  28. ReduceSystemMemoryUsage=true
  29. DisableDriverMemoryManager=false
  30. DisablePreloadToVRAM=false
  31. EnableUnsafeMemoryHacks=false
  32. ReservedMemorySizeMb=64
  33. VideoMemorySizeMb=4064
  34. EnableCompression=false
  35. AutodetectVideoMemorySize=false
  36.  
  37. [WINDOW]
  38. ForceBorderless=false
  39. ForceBorderlessFullscreen=false
  40.  
  41. [ENGINE]
  42. ForceAnisotropicFiltering=true
  43. MaxAnisotropy=8
  44. ForceLodBias=false
  45. LodBias=-0.33 // Lower Values for more detailed Textures at distance, -0,33 selected for Vividian Setup
  46. EnableVSync=false
  47. AddDisplaySuperSamplingResolutions=false
  48. VSyncSkipNumFrames=0
  49.  
  50.  
  51. [LIMITER]
  52. WaitBusyRenderer=false
  53. EnableFPSLimit=false
  54. FPSLimit=60.0
  55.  
  56. [INPUT]
  57. //back
  58. KeyReadConfig=8
  59. //shift
  60. KeyCombination=16
  61. //f12
  62. KeyUseEffect=123
  63. //home
  64. KeyFPSLimit=36
  65. //num / 106
  66. KeyShowFPS=106
  67. //insert
  68. KeyScreenshot=45
  69. //enter
  70. KeyEditor=13
  71. //
  72. KeyFreeVRAM=122
  73. KeyBruteForce=66
  74.  
  75. [ADAPTIVEQUALITY]
  76. Enable=false
  77. Quality=0
  78. DesiredFPS=20.0
  79.  
  80. [ANTIALIASING]
  81. EnableEdgeAA=false
  82. EnableTemporalAA=false
  83. EnableSubPixelAA=false // set to true for Subpixel Antialiasing
  84. EnableTransparencyAA=false
  85.  
  86. [FIX]
  87. FixGameBugs=true
  88. FixParallaxBugs=true
  89. FixAliasedTextures=false
  90. IgnoreInventory=true
  91. FixSsaoWaterTransparency=true
  92. FixTintGamma=false
  93. RemoveBlur=false
  94. FixSubSurfaceScattering=true
  95. FixSkyReflection=true
  96. FixCursorVisibility=false
  97. FixParallaxTerrain=false //enable for parralax effects on ground textures, makes only sense with texturepacks
  98. FixLag=false //enable if you experience mouselag
  99. [LONGEXPOSURE]
  100. EnableLongExposureMode=false
  101. Time=1.0
  102. BlendMax=0.0
  103. [THREADS]
  104. DataSyncMode=0
  105. PriorityMode=0
  106. EnableUnsafeFixes=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement