Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [PROXY]
  2. EnableProxyLibrary=true
  3. InitProxyFunctions=true
  4. ProxyLibrary=d3d9_smaa.dll
  5. [GLOBAL]
  6. UsePatchSpeedhackWithoutGraphics=false
  7. UseDefferedRendering=true
  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=16
  40. ForceLodBias=false
  41. LodBias=-0.33
  42. EnableVSync=true
  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. KeyDepthOfField=118
  71.  
  72. [ADAPTIVEQUALITY]
  73. Enable=false
  74. Quality=0
  75. DesiredFPS=20.0
  76.  
  77. [ANTIALIASING]
  78. EnableEdgeAA=true
  79. EnableTemporalAA=false
  80. EnableSubPixelAA=true // set to true for Subpixel Antialiasing
  81. EnableTransparencyAA=true
  82.  
  83. [FIX]
  84. FixGameBugs=true
  85. FixParallaxBugs=true
  86. FixAliasedTextures=true
  87. IgnoreInventory=true
  88. FixSsaoWaterTransparency=true
  89. FixTintGamma=true
  90. RemoveBlur=false
  91. FixSubSurfaceScattering=true
  92. FixSkyReflection=true
  93. FixCursorVisibility=true
  94. FixParallaxTerrain=true //enable for parralax effects on ground textures, makes only sense with texturepacks
  95. FixLag=false //enable if you experience mouselag
  96. [LONGEXPOSURE]
  97. EnableLongExposureMode=false
  98. Time=1.0
  99. BlendMax=0.0
  100. [THREADS]
  101. DataSyncMode=0
  102. PriorityMode=0
  103. EnableUnsafeFixes=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement