Advertisement
Guest User

mastercomsdxlevels

a guest
Nov 27th, 2017
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. // These launch options should be added to first launch, and then removed.
  2. //
  3. // DirectX 8 (Not supported in modern drivers anymore, disables skins):
  4. // -dxlevel 80 : Unstable and causes many visual glitches. Not recommended.
  5. // -dxlevel 81 : Most stable dx8 mode. Few visual glitches.
  6. //
  7. // DirectX 9:
  8. // -dxlevel 90 : Shader Model 2
  9. // -dxlevel 92 : OpenGL dxlevel (Linux and macOS)
  10. // -dxlevel 95 : Shader Model 3 (recommended)
  11. // -dxlevel 98 : DirectX 9Ex
  12. // -dxlevel 100 : DirectX 9Ex (no support fallbacks)
  13. //
  14. // If you want to use an alternative dxlevel, make sure to also change it in the init section below.
  15. //
  16. // Make sure you also change to mat_dxlevel 92 in the init section below.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement