Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. rate "80000"
  2. cl_interp_ratio "1"
  3. cl_interp "0"
  4. cl_updaterate "60"
  5. cl_cmdrate "60"
  6.  
  7. sound_volume_voice "0.6"
  8.  
  9. mat_disable_bloom "1"
  10. mat_specular "0"
  11. mat_bumpmap "0"
  12. mat_fullbright "1"
  13. mat_monitorgamma "2.2"
  14. r_dynamic "0"
  15. setting.shadow_maxspotshadows "0"
  16. r_fullscreen "1"
  17. fog_enable "0"
  18. fog_enable_water_fog "0"
  19. setting.csm_enableunlock "1"
  20. Allowoverbright "1"
  21.  
  22. bob_yaw "0"
  23. bob_pitch "0"
  24.  
  25. fog_enable "0"
  26. mat_override_sky_colors "1"
  27. mat_sky_scale "5"
  28. mat_sun_scale "10"
  29. mat_colorcorrection "1"
  30. mat_colorcorrection_editor "1"
  31. mat_sky_color 0.5 0.5 0.5
  32. mat_sun_color 0.5 0.5 0.5
  33.  
  34. mat_hdr_level "0"
  35. cl_forcepreload "1"
  36. r_PhysPropStaticLighting "0"
  37. r_ambientfraction "0.2"
  38. func_break_max_pieces "0"
  39. cl_predict "1"
  40. cl_hold_to_rodeo_enable "1"
  41.  
  42. cl_hold_to_rodeo_enable 1 //This will use your "use" or "embark" key to rodeo
  43. cl_particle_fallback_base "0"
  44. cl_particle_fallback_multiplier "0"
  45. particle_cpu_level "0" //(2) Lowest possible CPU-generated particles.
  46. cl_particle_fallback_base "4" //(4) Base for falling back to cheaper effects under load.
  47. cl_particle_fallback_multiplier "2" //(0) Multiplier for falling back to cheaper effects under load.
  48.  
  49. fog_enable "0" //(1) Enable/Disable Fog.
  50. fog_enable_water_fog "0" //(1) Enable/Disable Water Fog.
  51.  
  52. training_hasEverBeenStarted "1"
  53. training_hasEverFinished "0"
  54. training_resumeChoice "9"
  55.  
  56. //all that velocity and framerate shit
  57. alias "poscycler" "togglepos1"
  58. alias "togglepos1" "cl_showpos 1; alias poscycler togglepos0"
  59. alias "togglepos0" "cl_showpos 0; alias poscycler togglepos1"
  60. alias "fpscycler" "togglefps1"
  61. alias "togglefps1" "cl_showfps 1; alias fpscycler togglefps0"
  62. alias "togglefps0" "cl_showfps 0; alias fpscycler togglefps1"
  63. alias "matcycler" "togglemat1"
  64. alias "togglemat1" "mat_colorcorrection 1; mat_colorcorrection_editor 1; mat_override_sky_colors 1; alias matcycler togglemat0"
  65. alias "togglemat0" "mat_colorcorrection 0; mat_colorcorrection_editor 0; mat_override_sky_colors 0; alias matcycler togglemat1"
  66.  
  67. bind "F1" "poscycler"
  68. bind "F2" "fpscycler"
  69. bind "F3" "matcycler"
  70. bind "F5" "jpeg"
  71. bind "F6" "mat_sky_color 1 1 1; mat_sun_color 1 1 1"
  72. bind "F7" "mat_sky_color 0.8 0.8 0.8; mat_sun_color 0.8 0.8 0.8"
  73. bind "F8" "mat_sky_color 0.5 0.5 0.5; mat_sun_color 0.5 0.5 0.5"
  74. bind "F9" "mat_sky_color 0.8 0.8 0.8; mat_sun_color 0.8 0.8 0.8"
  75. bind "F10" "mat_sky_color 0.07 0.061 0.08"
  76. bind "F11" "mat_sky_color 0.4 0.4 0.4; mat_sun_color 0.6 0.6 0.6"
  77. bind "F12" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.4 0.4 0.4"
  78. bind "j" "print_colorcorrection 1"
  79. bind "o" "exec custom.cfg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement