Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. host_writeconfig
  2. alias "+jumpthrow" "+jump;-attack"
  3. alias "-jumpthrow" "-jump"
  4. bind "alt" "say !r"
  5. bind "c" "+jumpthrow"
  6. bind "mouse5" +duck
  7. bind "space" +jump
  8. bind "MWHEELDOWN" +jump
  9. bind "MWHEELUP" +jump
  10. cl_crosshairalpha "255"
  11. cl_crosshaircolor "5"
  12. cl_crosshaircolor_b "0"
  13. cl_crosshaircolor_r "0"
  14. cl_crosshaircolor_g "199"
  15. cl_crosshairdot "0"
  16. cl_crosshairgap "-2"
  17. cl_crosshairsize "2"
  18. cl_crosshairstyle "4"
  19. cl_crosshairusealpha "1"
  20. cl_crosshairthickness "1"
  21. cl_fixedcrosshairgap "-22"
  22. cl_crosshair_outlinethickness "0"
  23. cl_crosshair_drawoutline "0"
  24. viewmodel_offset_x 2
  25. viewmodel_offset_y -2
  26. viewmodel_offset_z -2
  27. viewmodel_fov 68
  28.  
  29. // removes the shifting of the arm when crouching down.
  30.  
  31. cl_viewmodel_shift_left_amt "0"
  32. cl_viewmodel_shift_right_amt "0"
  33. m_mousespeed 0
  34. m_mouseaccel 0
  35.  
  36. // removes the bobbing of the weapon back and forth, when you run.
  37.  
  38. cl_bob_lower_amt "0"
  39. cl_bobamt_lat "0"
  40. cl_bobamt_vert "0"
  41.  
  42. // lowers delay between sounds.
  43.  
  44. snd_mixahead "0.05"
  45. snd_musicvolume "0"
  46. snd_headphone_pan_exponent "2"
  47. snd_headphone_pan_radial_weight "2
  48. snd_legacy_surround "0"
  49. snd_pitchquality "1"
  50. dsp_enhance_stereo "0"
  51.  
  52. // sets interpolation values.
  53.  
  54. cl_interp "0"
  55. cl_interp_ratio "1"
  56.  
  57. // usual rate commands
  58.  
  59. cl_cmdrate "128"
  60. cl_updaterate "128"
  61. rate "128000"
  62.  
  63. // causes the scope to move less while moving scoped and reduces bobbing effect
  64.  
  65. cl_bobcycle "2"
  66.  
  67. fps_max 999
  68.  
  69. cl_color 4
  70. cl_radar_scale "0.5"
  71. cl_radar_rotate "1"
  72. cl_forcepreload "1"
  73. cl_showhelp 0
  74. cl_lagcompensation "1"
  75. cl_predictweapons "1"
  76. cl_resend "6"
  77. cl_timeout "9999999"
  78. cl_autowepswitch "0"
  79. r_dynamic "0"
  80. r_eyegloss "0"
  81. r_eyemove "0"
  82. r_eyeshift_x "0"
  83. r_eyeshift_y "0"
  84. r_eyeshift_z "0"
  85. r_eyesize "0"
  86. muzzleflash_light "0"
  87. sys_antialiasing "0"
  88. sys_aspectratio "-1"
  89. sys_refldetail "0"
  90. mat_queue_mode 2
  91.  
  92.  
  93. ECHO ================================================
  94. ECHO ===[ Autistic's Autoexec CFG loaded! ]=====
  95. ECHO ===[ Goodluck have fun! ]=====
  96. ECHO ================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement