Advertisement
Twoiko

AutoExec

Mar 15th, 2016
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ; Removes blue tint
  2. ;Colorgrading 2
  3.  
  4. ; Turns bloom off
  5. BloomSize 0
  6.  
  7. ; Turns distance fog off
  8. FogDensity 0
  9.  
  10. ; Makes sure mouse input is not smoothed or accelerated
  11. RawInputUpdateTest true
  12.  
  13. ; Sets texture pool since the config is limited
  14. TexturePoolSize 768
  15.  
  16. ; AA off
  17. PostProcessAAType 0
  18.  
  19. ; FXAA (1-4 for x2-x16)
  20. ;PostProcessAAType 1
  21.  
  22. ; MSAA (set bAllowD3D9MSAA=True in ShooterEngine.ini to use)
  23. ;PostProcessAAType -1
  24.  
  25. ; MLAA (set bAllowPostprocessMLAA=True in ShooterEngine.ini to use)
  26. ;PostProcessAAType 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement