Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. // LAUNCH OPTIONS: -high -threads 4 -freq 120 -novid -noforcemspd -noforcemparms -noforcemaccel
  2.  
  3. //BUY BINDS
  4.  
  5. bind f2 "buy vesthelm"
  6. bind f1 "buy ak47; buy m4a1"
  7. // ______________
  8. // | Tiddles |
  9. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  10. cl_showhelp "0"
  11.  
  12. sensitivity"2.25"
  13. zoom_sensitivity_ratio_mouse "1"
  14.  
  15. fps_max"999"
  16.  
  17. net_graph"1"
  18. net_graphproportionalfont "0"
  19. net_graphheight "0"
  20. hud_scaling "1"
  21. hud_showtargetid "1"
  22. cl_autowepswitch "0"
  23. r_drawtracers_firstperson "0"
  24.  
  25. m_rawinput "1"
  26.  
  27. cl_crosshairusealpha "1"
  28. cl_crosshairalpha "255"
  29. cl_crosshairthickness "0"
  30. cl_crosshairgap "-1.5"
  31. cl_crosshairsize "2.9"
  32. cl_crosshairstyle"4"
  33. cl_crosshair_drawoutline "0"
  34. cl_crosshair_outlinethickness "1"
  35.  
  36. bind "KP_LEFTARROW""buy p250"
  37. bind "KP_DOWNARROW""buy galilar; buy famas"
  38. bind "KP_MULTIPLY" "buy molotov; buy incgrenade"
  39. bind "KP_ENTER" "buy ssg08"
  40. bind "KP_PLUS" "buy smokegrenade"
  41. bind "KP_PGUP" "buy hegrenade"
  42. bind "KP_PGDN""buy mp7"
  43. bind "KP_5" "buy m4a1; buy ak47"
  44. bind "KP_RIGHTARROW" "buy awp"
  45. bind "KP_slash" "buy vest"
  46. bind "kp_minus" "buy defuser"
  47. bind "kp_uparrow" "buy flashbang"
  48. bind "kp_home" "buy vest; buy vesthelm"
  49.  
  50. bind "p""mat_monitorgamma 2.2"
  51. bind "[""mat_monitorgamma 1.6"
  52.  
  53.  
  54. // _______________
  55. // | NET |
  56. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  57.  
  58.  
  59. rate "128000"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. cl_interp "0"
  63. cl_interp_ratio "1"
  64. cl_showhelp "0"
  65.  
  66.  
  67. // _______________
  68. // | Sound |
  69. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  70.  
  71.  
  72. windows_speaker_config "1"
  73. snd_mixahead "0.05"
  74. snd_musicvolume "0"
  75. snd_headphone_pan_exponent "2"
  76. snd_headphone_pan_radial_weight "1"
  77.  
  78.  
  79. // _______________
  80. // | Models |
  81. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  82.  
  83.  
  84. viewmodel_fov "60"
  85. viewmodel_offset_x "1"
  86. viewmodel_offset_y "1"
  87. viewmodel_offset_z "-1"
  88. viewmodel_presetpos "1"
  89. cl_viewmodel_shift_left_amt "0"
  90. cl_viewmodel_shift_right_amt "0"
  91. cl_bob_lower_amt "0"
  92. cl_bobamt_lat "0"
  93. cl_bobamt_vert "0"
  94. cl_bobcycle "2"
  95.  
  96. host_writeconfig
  97.  
  98. cl_disablefreezecam "1" // no more freeze on your enemy - you can now call where they go after killing you
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement