Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. // -- Rates -- //
  2. cl_cmdrate "101";
  3. cl_interp "0.0";
  4. cl_interp_ratio "-1";
  5. cl_updaterate "101";
  6. rate "30000";
  7.  
  8. // -- CL -- //
  9. cl_allowdownload "1";
  10. cl_autohelp "0";
  11. cl_clearhinthistory "1";
  12. cl_detail_avoid_force "0";
  13. cl_detail_avoid_radius "0";
  14. cl_detail_avoid_recover_speed "0";
  15. cl_detail_max_sway "0";
  16. cl_downloadfilter "nosounds";
  17. cl_forcepreload "1";
  18. cl_ideal_spec_mode "6";
  19. cl_lagcompensation "1";
  20. cl_observercrosshair "0";
  21. cl_playerspraydisable "1";
  22. cl_predictweapons "1";
  23. cl_ragdoll_physics "0"; // cl_ragdoll_physics 0 if enable doesn't work
  24. cl_resend "5";
  25. cl_showhelp "0";
  26. cl_timeout "20";
  27. cl_viewmodelfovsurvivor "90";
  28.  
  29. // -- R -- //
  30. r_ambientfraction "";
  31. r_cheapwaterend "1";
  32. r_cheapwaterstart "1";
  33. r_dynamic "0";
  34. r_eyemove "0";
  35. r_eyesize "0";
  36. r_eyeshift_x "0";
  37. r_eyeshift_y "0";
  38. r_eyeshift_z "0";
  39. r_physpropstaticlighting "0";
  40.  
  41. // -- Other -- //
  42. budget_averages_window "0";
  43. budget_background_alpha "0";
  44. budget_history_numsamplesvisible "0";
  45. budget_history_range_ms "5";
  46. budget_peaks_window "0";
  47. budget_show_averages "0";
  48. budget_show_history "0";
  49. budget_show_peaks "0";
  50. cam_collision "0";
  51. cc_subtitles "0";
  52. gameinstructor_enable "0";
  53. mm_dedicated_search_maxping "80";
  54. spec_allowroaming "1";
  55.  
  56. cl_showfps "0";
  57. cl_showpos "0";
  58.  
  59. // -- Crosshair -- //
  60. cl_colorblind "1";
  61. cl_crosshair_alpha "255";
  62. cl_crosshair_dynamic "0";
  63. cl_crosshair_thickness "0";
  64.  
  65. // -- Scripts -- //
  66.  
  67. // Null cancelling movement
  68. bind w +mfwd
  69. bind s +mback
  70. bind a +mleft
  71. bind d +mright
  72.  
  73. alias +mfwd "-back;+forward;alias checkfwd +forward"
  74. alias +mback "-forward;+back;alias checkback +back"
  75. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  76. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  77. alias -mfwd "-forward;checkback;alias checkfwd;"
  78. alias -mback "-back;checkfwd;alias checkback;"
  79. alias -mleft "-moveleft;checkright;alias checkleft;"
  80. alias -mright "-moveright;checkleft;alias checkright;"
  81. alias checkfwd;
  82. alias checkback;
  83.  
  84. // -- Mouse -- //
  85. m_customaccel "0";
  86. m_customaccel_exponent "0";
  87. m_customaccel_max "0";
  88. m_customaccel_scale "0";
  89. m_mouseaccel1 "0";
  90. m_mouseaccel2 "0";
  91. m_mousespeed "0";
  92. m_filter "0";
  93. m_filter2 "0";
  94. m_rawinput "1";
  95.  
  96. // -- Video/Performance/Sound -- //
  97. dsp_enhance_stereo "1"; // Default: 0, Test
  98. dsp_slow_cpu "1"; // Default: 0, Test
  99. dsp_volume "2"; // Default: 0.8, Test
  100. func_break_max_pieces "0"; // Default: 15
  101. mat_bloom_scalefactor_scalar "0";
  102. mat_grain_scale_override "0";
  103. mat_monitorgamma "1.6";
  104. mat_monitorgamma_tv_enabled "1";
  105. snd_mixahead "0.05"; // Default: 0.1, Test
  106. texture_budget_background_alpha "999"
  107. texture_budget_panel_height "0"
  108. texture_budget_panel_width "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement