Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. // Joel Damata auto exec
  2. //
  3. //
  4. //
  5. rate 786432
  6. cl_interp 0
  7. cl_interp_ratio 2
  8. cl_cmdrate 128
  9. cl_updaterate 128
  10. fps_max 0
  11. r_dynamic 0
  12.  
  13. cl_radar_scale "0.35"
  14. cl_radar_rotate 0
  15. cl_radar_always_centered 0
  16. cl_hud_scale 1
  17.  
  18. sensitivity 2.2
  19. m_rawinput 1
  20. m_mouseaccel1 0
  21. m_mouseaccel2 0
  22. m_customaccel 0
  23. m_mousespeed 0
  24.  
  25. cl_showloadout "1"
  26. cl_hud_playercount_pos 1
  27. cl_hud_playercount_showcount 1
  28. cl_hud_color 3
  29. cl_hud_bomb_under_radar 1
  30. cl_hud_healthammo_style 1
  31. r_drawtracers_firstperson 0
  32. cl_autowepswitch 0
  33. cl_autohelp "0"
  34. cl_showhelp "0"
  35.  
  36. hud_scaling 0.85
  37. cl_forcepreload 0
  38. net_graph 1
  39. net_graphproportionalfont 0
  40.  
  41. viewmodel_fov "68"
  42. viewmodel_offset_x "2.5"
  43. viewmodel_offset_y "1"
  44. viewmodel_offset_z "-1.5"
  45. cl_bobamt_lat "0.1"
  46. cl_bobamt_vert "0.1"
  47. cl_bobcycle ".98"
  48. cl_viewmodel_shift_left_amt "0.5"
  49. cl_viewmodel_shift_right_amt "0.5"
  50. cl_bob_lower_amt "4"
  51.  
  52. cl_teamid_overhead_always 1
  53. cl_join_advertise 2
  54.  
  55. cl_crosshairalpha "200";cl_crosshaircolor "1";cl_crosshaircolor_b "0";cl_crosshaircolor_r "255";cl_crosshaircolor_g "108";cl_crosshairdot "0";cl_crosshairgap "-2";cl_crosshairsize "2";cl_crosshairstyle "4";cl_crosshairusealpha "1";cl_crosshairthickness "1";cl_fixedcrosshairgap "0";cl_crosshair_outlinethickness "0";cl_crosshair_drawoutline "0";
  56.  
  57. hud_showtargetid "1"
  58. cl_showfps 1
  59. gameinstructor_enable 0
  60.  
  61. alias "+jumpthrow" "+jump;-attack"
  62. alias "-jumpthrow" "-jump"
  63. bind "n" "+jumpthrow"
  64.  
  65. bind "-" "say .ready"
  66. bind "h" "show"
  67. alias show show1
  68. alias show1 "+cl_show_team_equipment; alias show show2"
  69. alias show2 "-cl_show_team_equipment; alias show show1"
  70.  
  71. bind "l" "say .noclip"
  72.  
  73. bind space +jump
  74. bind mwheelup +jump
  75. bind mwheeldown +jump
  76. bind k noclip
  77.  
  78. bind "kp_ins" "buy vest;"
  79. bind "kp_del" "buy vesthelm;"
  80. bind "kp_end" "buy p250;"
  81. bind "kp_pgdn" "buy deagle;"
  82. bind "kp_downarrow" "buy tec9; buy fiveseven;"
  83. bind "kp_leftarrow" "buy galilar; buy famas;"
  84. bind "kp_5" "buy ak47; buy m4a1;"
  85. bind "kp_rightarrow" "buy awp;"
  86. bind "kp_home" "buy flashbang;"
  87. bind "kp_uparrow" "buy molotov; buy incgrenade;"
  88. bind "kp_pgup" "buy smokegrenade;"
  89. bind "kp_enter" "buy defuser;"
  90.  
  91. host_writeconfig
  92. echo "autoexec.cfg loaded."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement