Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. ; Save this file as toaster.cfg in ...\SteamApps\common\Midair\Midair\Binaries
  2. ; in-game type "exec toaster.cfg" into the console
  3.  
  4. ; General
  5. FOV 120
  6. r.VSync 0
  7. r.SetRes 1920x1080f
  8. r.OneFrameThreadLag 1
  9. r.ScreenPercentage 100
  10.  
  11. ; Effects Quality
  12. sg.EffectsQuality 2
  13. r.DetailMode 0
  14. r.SceneColorFormat 1
  15. r.DisableDistortion 1
  16. r.RefractionQuality 0
  17. r.MaterialQualityLevel 0
  18. r.ReflectionEnvironment 0
  19. r.TranslucencyVolumeBlur 0
  20. r.TranslucencyLightingVolumeDim 24
  21.  
  22. ; Post Processing Effects
  23. r.BloomQuality 0
  24. r.Upscale.Quality 3 ; Lower for reduced quality on scaling
  25. r.LensFlareQuality 0
  26. r.FastBlurThreshold 0
  27. r.MotionBlurQuality 0
  28. r.LightShaftQuality 0
  29. r.DepthOfFieldQuality 0
  30. r.LightFunctionQuality 0
  31. r.EyeAdaptationQuality 0
  32. r.RenderTargetPoolMin 300
  33. r.AmbientOcclusionLevels 0
  34. r.SceneColorFringeQuality 0
  35.  
  36. ; Textures
  37. r.MaxAnisotropy 0
  38. r.Streaming.MipBias 2.5 ; Increase for potentially more FPS
  39. r.Streaming.PoolSize 200
  40.  
  41. ; AntiAliasing
  42. r.PostProcessAAQuality 2
  43. r.DefaultFeature.AntiAliasing 1 ; Set to 0 to disable AntiAliasing
  44.  
  45. ; Foliage Quality
  46. grass.DensityScale 0
  47. foliage.DensityScale 0
  48.  
  49. ; Foliage Distance
  50. sg.ViewDistanceQuality 2
  51. r.ViewDistanceScale 0.01
  52.  
  53. ; Shiny Reflections (Screen Space Reflections)
  54. r.SSR.Quality 0
  55.  
  56. ; Shadows
  57. r.ShadowQuality 0
  58.  
  59. ; Other
  60. r.Atmosphere 0
  61.  
  62. ; Brightness/Color Settings
  63. r.TonemapperFilm 0
  64. r.TonemapperGamma 0
  65. r.Tonemapper.Sharpen 1
  66. r.Tonemapper.Quality 0
  67. r.Tonemapper.GrainQuantization 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement