Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. // start parameter: -console -32bit -dxlevel90 -novid -refresh 120 -tickrate128 -noborder -heapsize 1179648 1179648
  2.  
  3. //BUYSCRIPT
  4. bind "kp_end" "buy tec9; buy fiveseven;"
  5. bind "kp_downarrow" "buy deagle;"
  6. bind "kp_pgdn" "buy ump45;"
  7. bind "kp_leftarrow" "buy p90;"
  8. bind "kp_rightarrow" "buy awp;"
  9. bind "kp_5" "buy ak47; buy m4a1;"
  10. bind "kp_home" "buy nova;"
  11. bind "kp_uparrow" "buy sawedoff; buy mag7;"
  12. bind "kp_pgup" "buy molotov; buy incgrenade;"
  13. bind "kp_enter" "buy defuser; buy vesthelm;"
  14. bind "-" "buy flashbang; buy flashbang;"
  15. bind "kp_multiply" "buy hegrenade;"
  16. bind "kp_minus" "buy smokegrenade;"
  17. bind "kp_plus" "buy vest;"
  18. bind "kp_del" "buy taser 34;"
  19.  
  20. //CONSOLE
  21. con_enable "1" // Konsole aktivieren
  22. bind "F5" "toggleconsole" // Konsole binden
  23.  
  24. // NETSETTINGS
  25. rate "192600"
  26. cl_updaterate "128"
  27. cl_cmdrate "128"
  28. cl_interp_ratio "1"
  29. cl_interp "0"
  30.  
  31. //NETGRAPGH
  32. net_graph 3
  33. net_graphpos 2
  34.  
  35. //MOUSE (Windows Settings: 4/10, no accel)
  36. sensitivity "1.81337"
  37.  
  38. // Crosshair
  39. cl_crosshairalpha "255"
  40. cl_crosshaircolor "4"
  41. cl_crosshaircolor_b "50"
  42. cl_crosshaircolor_r "50"
  43. cl_crosshaircolor_g "250"
  44. cl_crosshairdot "0"
  45. cl_crosshairgap "-2"
  46. cl_crosshairsize "6"
  47. cl_crosshairstyle "4"
  48. cl_crosshairusealpha "0"
  49. cl_crosshairthickness "1"
  50. cl_fixedcrosshairgap "-2"
  51. cl_crosshair_outlinethickness "1"
  52. cl_crosshair_drawoutline "1"
  53.  
  54. //disable annoying STUFF
  55. cl_autohelp "0" // disable ingame popups
  56. cl_showhelp "0" // disable ingame popups
  57. cl_autowepswitch "0" // disable auto switch to picked up weapon
  58. cl_forcepreload "1" // Forces the game to load all the sound and art assets on map load.
  59. cl_disablehtmlmotd "1" // disables those annoying ads when connecting to a server
  60. cl_disablefreezecam "1" // Disables the annoying camera freeze on death
  61. r_drawtracers_firstperson "0" // disable tracers in your point of view. Enemy tracers are still visible
  62.  
  63. // SOUND
  64. snd_deathcamera_volume "0.0"
  65. snd_mapobjective_volume "0.0"
  66. snd_menumusic_volume "0.0"
  67. snd_musicvolume "0.0"
  68. snd_mute_losefocus "0"
  69. snd_roundend_volume "0.2"
  70. snd_roundstart_volume "0.0"
  71. snd_tensecondwarning_volume "0.2"
  72. volume "0.75"
  73. voice_scale "0.3"
  74. snd_mute_losefocus "0"
  75. // RECOMMENDED HEADPHONES SETTINGS
  76. windows_speaker_config "1"
  77. snd_front_headphone_position "xx.x"
  78. snd_rear_headphone_position "90.0"
  79. snd_headphone_pan_exponent "1.2"
  80. snd_headphone_pan_radial_weight "0.5"
  81.  
  82. //FPS
  83. cl_disablehtmlmotd "1"
  84. cl_forcepreload "1"
  85. fps_max "0"
  86. mat_queue_mode "2"
  87. r_drawtracers_firstperson "0"
  88. r_eyegloss "0"
  89. r_eyemove "0"
  90. r_eyeshift_x "0"
  91. r_eyeshift_y "0"
  92. r_eyeshift_z "0"
  93. r_eyesize "0" // Smaller Eyes.
  94. cl_crosshair_sniper_width "2"
  95. cl_radar_always_centered "0"
  96. cl_radar_icon_scale_min "1"
  97. cl_teammate_colors_show "2"
  98. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement