Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. //Direct X Level (For instance, -dxlevel 81, 90, 95 etc.)
  2.  
  3. (ignore if wanted)
  4. //To use, Go to your Garry's Mod launch options (Right click on Garry's Mod, go down to Properties, In the new window, make sure your in the "General" tab then type one of these commands (For instance, -dxlevel 81 )
  5. //-dxlevel 80 //Best command for performance, leaves out phong shading (Shine on weapons players etc.) leaves out lightwarps (I believe)
  6. //-dxlevel 81 //Leaves out phong shading but has correct lightwarps
  7. //-dxlevel 90 //Has phong shading
  8. //-dxlevel 95 //Best for performance but not recommended for lower end gfx cards.
  9.  
  10. //Water
  11. r_cheapwaterstart "1"
  12. r_cheapwaterend "1"
  13. r_waterforceexpensive "0"
  14. r_WaterDrawReflection "0"
  15. r_waterforcereflectentities "0"
  16.  
  17. //High Dynamic Range (HDR)
  18. mat_hdr_level "0"
  19.  
  20. //Lighting
  21. mat_fastspecular "1"
  22. mat_filterlightmaps "1"
  23. mat_specular "0"
  24. r_dynamic "0"
  25. r_lightaverage "0"
  26. r_maxdlights "0"
  27. r_occlusion "1"
  28.  
  29. //Shadows
  30. mat_shadowstate "0"
  31. r_shadows "1"
  32. r_flashlightdepthtexture "1"
  33. r_shadowrendertotexture "0"
  34.  
  35. //Texture Details
  36. mat_bumpmap "1"
  37. mat_clipz "1"
  38. mat_colorcorrection "1"
  39. mat_compressedtextures "1"
  40. mat_picmip "2"
  41. r_3dsky "0"
  42.  
  43. //Filter + Anti-aliasing
  44. mat_antialias "0"
  45. mat_filtertextures "1"
  46. mat_forceaniso "0"
  47. mat_trilinear "0"
  48.  
  49. //Performance (Other)
  50. cl_forcepreload "1"
  51. sv_forcepreload "1"
  52. cl_ragdoll_collide "0"
  53. fps_max "300"
  54. mat_reducefillrate "1"
  55. mat_vsync "0"
  56. cl_lagcompensation "1"
  57.  
  58. con_filter_enable "1"
  59. con_filter_text_out "CMaterial"
  60. cl_showfps "1"
  61.  
  62. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement