Advertisement
TheLowSpecGamer

lowspec.txt (Doom 2016)

Mar 27th, 2020
11,833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. //Graphical tweaks
  2.  
  3. vt_lodBias 15
  4. r_skipLights 1
  5. r_skipDecals 1
  6. r_skipParticles 1
  7. r_skipWater 1
  8. r_skipShadows 1
  9.  
  10. // Dynamic resolution
  11.  
  12. rs_enable 3
  13.  
  14. // For 30 FPS
  15.  
  16. rs_dropMilliseconds 31.0
  17. rs_raiseMilliseconds 30.5
  18.  
  19.  
  20. // For 60 FPS (Uncomment these)
  21.  
  22. // rs_dropMilliseconds 14.5
  23. // rs_raiseMilliseconds 14.0
  24.  
  25. rs_dropFraction 0.10
  26. rs_raisefraction 0.05
  27. rs_minimumResolutionScale 0.3
  28. rs_forceFractionX 0
  29. rs_forceFractionY 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement