Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. // reposition gunmodel to mimic CSS
  2. viewmodel_fov "65" //max value (not cheat protected)
  3. //HUD
  4. hud_scaling "0.9"
  5. hud_showtargetid "1"
  6. cl_draw_only_deathnotices "0"
  7. cl_righthand "1"
  8. cl_showloadout "1"
  9. cl_showpos "0"
  10. cl_showfps "0"
  11. net_graph "1"
  12. net_graphproportionalfont "1"
  13. cl_hud_healthammo_style "0"
  14. cl_hud_background_alpha "0.5"
  15. cl_hud_color "0"
  16. cl_hud_playercount_showcount "0"
  17. cl_hud_playercount_pos "0"
  18. viewmodel_presetpos "0"
  19.  
  20. viewmodel_offset_x "2.5"
  21. viewmodel_offset_y "2.5"
  22. viewmodel_offset_z "-2"
  23. cl_viewmodel_shift_left_amt "0.5"
  24. cl_viewmodel_shift_right_amt "0.25"
  25. cl_bobcycle "0.1"
  26. cl_bob_lower_amt "5"
  27. cl_bobamt_lat "0.1"
  28. cl_bobamt_vert "0.1"
  29.  
  30. // Crosshair stuff
  31. cl_crosshairalpha "200"
  32. cl_crosshaircolor "5"
  33. cl_crosshaircolor_b "50"
  34. cl_crosshaircolor_r "50"
  35. cl_crosshaircolor_g "250"
  36. cl_crosshairdot "0"
  37. cl_crosshairgap "-2"
  38. cl_crosshairsize "5"
  39. cl_crosshairstyle "4"
  40. cl_crosshairusealpha "1"
  41. cl_crosshairthickness "1"
  42. cl_fixedcrosshairgap "-2"
  43. cl_crosshair_outlinethickness "0"
  44. cl_crosshair_drawoutline "0"
  45.  
  46.  
  47. // hud
  48. hud_scaling "0.90"
  49. // buy binds
  50. bind "KP_PLUS" "buy vest; buy vesthelm" //Kevlar Vest $650, Kevlar & Helmet $1000
  51. bind "KP_MINUS" "buy defuser" //Defusal Kit $400
  52. bind "KP_PGUP" "buy smokegrenade" //Smoke Grenade $300
  53. bind "KP_HOME" "buy hegrenade" //He Grenade $300
  54. bind "KP_UPARROW" "buy flashbang" //Flashbang $200
  55. bind "KP_DOWNARROW" "buy molotov; buy incgrenade" //Molotov & Incendiary Grenade $850
  56. bind "KP_END" "buy deagle" //Desert Eagle $800
  57. bind "KP_LEFTARROW" "buy galilar; buy famas" //Galil AR $2000, FAMAS $2550
  58. bind "KP_5" "buy ak47; buy m4a1" //AK-47 $2700, M4A4 $3100
  59. bind "KP_RIGHTARROW" "buy awp" //AWP $4750
  60. // graphics
  61. fps_max 121 // 2x(Refresh Rate) + 1
  62. mat_bloom_scalefactor_scalar 0
  63. mat_queue_mode 2
  64. r_drawtracers_firstperson 0
  65. // network
  66. cl_interp 0
  67. cl_interp_ratio 2
  68. mm_session_max_ping 65
  69. rate 128000
  70. cl_cmdrate 105
  71. sv_maxupdaterate 105
  72. sv_minupdaterate 105
  73. sv_mincmdrate 64
  74. sv_maxcmdrate 64
  75. sv_minrate 25000
  76. sv_maxrate 100000
  77. net_splitrate 3
  78. net_splitpacket_maxrate 25000
  79. bind "r" "+reload; r_cleardecals"
  80.  
  81. net_graph "3"
  82. net_graphpos "0"
  83. net_graphheight "0"
  84. net_graphheight 40
  85. net_graphproportionalfont 1
  86.  
  87. // shows a netgraph on the screen with useful information about fps, ping and lerp.
  88.  
  89. cl_righthand "1"
  90. // insures your weapon is in your right hand. For 1.6 players who want their weapon in the left hand the command would be cl_righthand "0".
  91.  
  92.  
  93. // disables automatic switch to a more powerful weapon when it is picked up.
  94.  
  95.  
  96. mm_session_max_ping 50
  97. // sets your maximum allowable ping in your matchmaking. (thanks, Sir_Paul and chmod-007-bond!)
  98.  
  99. cl_downloadfilter all
  100. // sets your options on what downloads you allow from a server: all, none, or nosounds (thanks, Sir_Paul!)
  101.  
  102.  
  103. -novid
  104. //remove videos in load in
  105.  
  106. bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
  107.  
  108. bind "kp_plus" "toggle net_graph_enable 1 0"
  109. // other
  110. bind "F11" "jpeg"
  111. echo ""
  112. echo ""
  113. echo "autoexec.cfg loaded"
  114. echo ""
  115. echo ""
  116. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement