Advertisement
Guest User

jasonC Auto exec

a guest
Oct 14th, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1.  
  2. alias "+jumpthrow" "+jump;-attack; -ATTACK2"
  3. alias "-jumpthrow" "-jump; forward"
  4. Bind "v" "+jumpthrow"
  5.  
  6. bindtoggle "z" cl_righthand
  7.  
  8. cl_autowepswitch "0"
  9.  
  10. m_rawinput "1"
  11. //m_mousespeed "0"
  12. m_mouseaccel1 "0"
  13. m_mouseaccel2 "0"
  14. m_customaccel "0"
  15.  
  16. m_side "1"
  17. m_forward "1"
  18.  
  19. fps_max "0"
  20. fps_max_menu "999"
  21. cl_forcepreload "1"
  22. cl_threaded_bone_setup "0"
  23. engine_no_focus_sleep "0"
  24. func_break_max_pieces 0
  25.  
  26. cl_bob_lower_amt "0"
  27.  
  28. windows_speaker_config "1"
  29. snd_hrtf_distance_behind "1"
  30. snd_mix_async "1"
  31. snd_mixahead "0.025"
  32. snd_stream "1"
  33. snd_headphone_pan_exponent "1"
  34. snd_headphone_pan_radial_weight "2"
  35. snd_front_headphone_position "90"
  36. snd_rear_headphone_position "90"
  37.  
  38. //general
  39. con_enable "1"
  40. cl_autohelp "0"
  41. cl_showhelp "0"
  42. gameinstructor_enable "0"
  43. joystick "0"
  44. mm_dedicated_search_maxping 75
  45. ui_steam_overlay_notification_position "topleft"
  46.  
  47. cl_timeout "999"
  48. cl_cmdrate "128"
  49. cl_updaterate "128"
  50. cl_interp_ratio "1"
  51. cl_interp "0"
  52. rate "786432"
  53.  
  54. net_maxroutable "1200"
  55. net_splitrate "1"
  56.  
  57. budget_show_history "0"
  58. budget_show_averages "0"
  59. budget_show_peaks "0"
  60. budget_history_numsamplesvisible "0"
  61. budget_history_range_ms "5"
  62.  
  63. r_dynamic "1"
  64. r_eyegloss "0"
  65. r_eyemove "0"
  66. r_eyeshift_x "0"
  67. r_eyeshift_y "0"
  68. r_eyeshift_z "0"
  69.  
  70.  
  71. cl_teamid_overhead_name_alpha "255"
  72. cl_teamid_overhead_name_fadetime "0"
  73.  
  74.  
  75. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement