Advertisement
Guest User

20/07/2017 sqnt cfg

a guest
Jul 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. //commands
  2.  
  3. cl_loadout_colorweaponnames 1
  4. sensitivity "1.6"
  5. cl_forcepreload "1"
  6. cl_interp "0"
  7. cl_interp_ratio "1"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. rate "128000"
  11. net_graph 1
  12. net_graphheight 932
  13. net_graphproportionalfont 0
  14. cl_allowdownload 0
  15.  
  16. //binds
  17.  
  18. bind "kp_end" " buy hegrenade;"
  19. bind "kp_downarrow" " buy flashbang;"
  20. bind "kp_pgdn" " buy smokegrenade;"
  21. bind "kp_ins" " buy molotov; buy incgrenade;"
  22. unbind "mouse3"
  23.  
  24. alias +jumpthrow "+jump;-attack"
  25.  
  26. alias -jumpthrow "-jump"
  27.  
  28. bind alt +jumpthrow
  29.  
  30. //crosshair
  31.  
  32. cl_crosshair_drawoutline "1"
  33. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  34. cl_crosshair_dynamic_splitalpha_innermod "1"
  35. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  36. cl_crosshair_dynamic_splitdist "7"
  37. cl_crosshair_outlinethickness "1"
  38. cl_crosshair_sniper_show_normal_inaccuracy "0"
  39. cl_crosshair_sniper_width "2"
  40. cl_crosshairalpha "255"
  41. cl_crosshaircolor "5"
  42. cl_crosshaircolor_b "250"
  43. cl_crosshaircolor_g "200"
  44. cl_crosshaircolor_r "120"
  45. cl_crosshairdot "0"
  46. cl_crosshairgap "-1"
  47. cl_crosshairgap_useweaponvalue "0"
  48. cl_crosshairscale "0"
  49. cl_crosshairsize "5"
  50. cl_crosshairstyle "1"
  51. cl_crosshairthickness "1.5"
  52. cl_crosshairusealpha "1"
  53. cl_fixedcrosshairgap "-4.5"
  54.  
  55. //viewmodel
  56.  
  57. cl_viewmodel_shift_left_amt "0.500000"
  58. cl_viewmodel_shift_right_amt "0.250000"
  59. viewmodel_fov "68"
  60. viewmodel_offset_x "2.5"
  61. viewmodel_offset_y "1"
  62. viewmodel_offset_z "-1.5"
  63. viewmodel_presetpos "1"
  64. cl_bob_lower_amt "5.000000"
  65. cl_bobamt_lat "0.100000"
  66. cl_bobamt_vert "0.100000"
  67. cl_bobcycle "0.98"
  68.  
  69. //binds
  70. bind "Z" "id"
  71. alias id id1
  72. alias id1 "+cl_show_team_equipment; alias id id2"
  73. alias id2 "-cl_show_team_equipment; alias id id1"
  74.  
  75. host_writeconfig
  76. clear
  77. echo "AUTOEXEC CONFIG LOADED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement