Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 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 ; Lower FOV is better for performance as there's less stuff onscreen to render!
  6. r.VSync 0
  7. r.OneFrameThreadLag 0
  8. r.ScreenPercentage 100 ; Lower for extra performance
  9. stat fps
  10.  
  11. show Decals
  12.  
  13. ; Foliage Quality. What's foliage?
  14. sg.FoliageQuality 0
  15. grass.DensityScale 0
  16. foliage.DensityScale 0
  17. show Decals
  18.  
  19. r.MaxAnisotropy 0
  20. r.Streaming.MipBias 0
  21. r.Streaming.PoolSize 400 // lowers vram usage but makes terrain less accurate below 400
  22. r.SkeletalMeshLODBias 20 // makes player models skeletor
  23. sg.ViewDistanceQuality 2
  24. show DeferredLighting
  25. show Decals
  26. show GlobalIillumination
  27.  
  28. r.TonemapperFilm 0
  29. r.tonemapper.sharpen 1
  30. show Grain
  31. show Vignette
  32.  
  33. ; Foliage Distance
  34. r.ViewDistanceScale 0.01
  35. show InstancedGrass
  36. show InstancedFoliage
  37. ; show InstancedStaticMeshes
  38.  
  39. sg.EffectsQuality 0
  40. r.DetailMode 0
  41. r.ShadowQuality 0
  42. r.SceneColorFormat 2
  43. r.DisableDistortion 1
  44. r.RefractionQuality 0
  45. r.MaterialQualityLevel 0
  46. r.ReflectionEnvironment 0
  47. r.TranslucencyVolumeBlur 0
  48. r.EmitterSpawnRateScale 0.4
  49. r.TranslucencyLightingVolumeDim 24
  50.  
  51.  
  52. ; Bloom. In your dreams kid.
  53. r.Bloom.Cross 0
  54. r.BloomQuality 0
  55. r.DefaultFeature.Bloom 0
  56.  
  57. ; AntiAliasing
  58. r.PostProcessAAQuality 0
  59. r.DefaultFeature.AntiAliasing 0 ; FXAA is really cheap performance wise so better turn it off!
  60.  
  61. ; Subsurface Scattering
  62. r.SubsurfaceScattering 0
  63. r.SSS.Quality 0
  64.  
  65. ; Screen Space Reflections (Shiny Reflections)
  66. r.SSR.Quality 0
  67.  
  68. ; Shadows
  69. r.ShadowQuality 2
  70.  
  71.  
  72. ; Other Post Processing Effects
  73. r.Atmosphere 0
  74. r.BloomQuality 0
  75. r.Upscale.Quality 0 ; Used when r.ScreenPercentage != 100
  76. r.LensFlareQuality 0
  77. r.FastBlurThreshold 0
  78. r.MotionBlurQuality 0
  79. r.LightShaftQuality 0
  80. r.DepthOfFieldQuality 0
  81. r.LightFunctionQuality 0
  82. r.RenderTargetPoolMin 300
  83. r.AmbientOcclusionLevels 0
  84. r.SceneColorFringeQuality 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement