Advertisement
devsaider

csgo config

Apr 27th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1.  
  2. // Arrow binds
  3.  
  4. bind uparrow "toggle net_graph 0 1" // Toggle net_graph
  5. bind downarrow "toggle voice_scale 1 .5 .25 0" // Toggle ingame voice
  6. bindtoggle rightarrow "cl_righthand"
  7. bindtoggle leftarrow "cl_showfps"
  8.  
  9. // Friendly binds
  10.  
  11. bind p "say glhf"
  12. bind o "say gh"
  13. bind l "say gg"
  14. bind j "say_team drop / eco"
  15.  
  16. // Show net_graph when Tab is pressed (tab = scoreboard)
  17.  
  18. bind "TAB" "+ng"
  19. alias "+ng" "+showscores; net_graph 1"
  20. alias "-ng" "-showscores; net_graph 0"
  21.  
  22. // No sounds or movies in the motd
  23.  
  24. cl_disablehtmlmotd "1"
  25. cl_downloadfilter "nosounds"
  26.  
  27. // Sound - less delayed, better sound
  28. windows_speaker_config "1"
  29. snd_mixahead "0.05"
  30. snd_musicvolume "0"
  31. snd_headphone_pan_exponent "2"
  32. snd_headphone_pan_radial_weight "1"
  33. snd_rear_headphone_position "90"
  34.  
  35.  
  36. // fps & rates
  37.  
  38. cl_interp "0"
  39. cl_interp_ratio "1"
  40. cl_cmdrate "128"
  41. cl_updaterate "128"
  42. rate "104000"
  43. fps_max "150"
  44.  
  45. // viewmodel
  46.  
  47. viewmodel_offset_x "2"
  48. viewmodel_offset_y "2"
  49. viewmodel_offset_z "-2"
  50. viewmodel_fov "65"
  51.  
  52. cl_viewmodel_shift_left_amt "0"
  53. cl_viewmodel_shift_right_amt "0"
  54.  
  55. cl_bob_lower_amt "5"
  56. cl_bobamt_lat "0.1"
  57. cl_bobamt_vert "0.1"
  58. cl_bobcycle "2"
  59.  
  60. // Some other stuff
  61.  
  62. cl_autowepswitch "0" // We dont want to suddenly switch weapon when walking/shooting
  63. cl_autohelp "0" // Because we know the game
  64. cl_showhelp "0"
  65. cl_righthand "0" // Some prefer left hand, I prefer right
  66. cl_forcepreload "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement