Advertisement
Guest User

swag

a guest
Jan 25th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. //FPS
  2. fps_max 999
  3. fps_max_menu 999
  4. cl_disablehtmlmotd "1"
  5. cl_forcepreload 0
  6. net_graph 1
  7. net_graphproportionalfont "0"
  8. r_dynamic "0"
  9. r_eyegloss "0"
  10. r_eyemove "0"
  11. r_eyeshift_x "0"
  12. r_eyeshift_y "0"
  13. r_eyeshift_z "0"
  14. r_eyesize "0"
  15. r_dynamic 0
  16. r_drawtracers_firstperson 0
  17.  
  18. //Viewmodel
  19. viewmodel_presetpos "0"
  20. viewmodel_fov "68"
  21. viewmodel_offset_x "3"
  22. viewmodel_offset_y "3"
  23. viewmodel_offset_z "-3"
  24. cl_viewmodel_shift_left_amt "0"
  25. cl_viewmodel_shift_right_amt "0"
  26. cl_bob_lower_amt "5"
  27. cl_bobamt_vert "0"
  28. cl_bobamt_lat "0"
  29.  
  30. //Crosshair and colour
  31. cl_color "3"
  32. cl_crosshairalpha "255"
  33. cl_crosshaircolor "4"
  34. cl_crosshaircolor_r "-1000"
  35. cl_crosshaircolor_g "-1000"
  36. cl_crosshaircolor_b "0"
  37. cl_crosshairdot "0"
  38. cl_crosshairgap "-1"
  39. cl_crosshairsize "3.5"
  40. cl_crosshairstyle "4"
  41. cl_crosshairthickness "1"
  42.  
  43. //Sensitivity
  44. sensitivity "1.3"
  45. m_yaw "0.0165" // Yaw 4:3 0.0165 16:9 Default
  46.  
  47. //Network
  48. rate "786432"
  49. cl_updaterate 128
  50. cl_cmdrate 128
  51. cl_interp 0
  52. cl_interp_ratio 1
  53. cl_interpolate 1
  54. cl_autowepswitch 0
  55. mm_dedicated_search_maxping 25
  56.  
  57. //Keybinds
  58. bind "z" "slot10"
  59. bind "x" "slot7"
  60. bind "c" "slot8"
  61. bind "4" "slot6"
  62. bind "capslock" "slot9"
  63. bind "j" "radio1"
  64. bind "k" "radio2"
  65. bind "l" "radio3"
  66. bind "TAB" "+showscores; r_cleardecals"
  67. bind "q" "r_cleardecals"
  68. bind "mwheelup" "+jump"
  69. bind "mwheeldown" "+jump"
  70.  
  71. //Jump throw
  72. alias "+jumpthrow" "+jump;-attack"
  73. alias "-jumpthrow" "-jump"
  74. bind "t" "+jumpthrow"
  75.  
  76. //Buybinds
  77. bind "kp_end" "buy hegrenade;"
  78. bind "kp_downarrow" "buy flashbang;"
  79. bind "kp_pgdn" "buy smokegrenade;"
  80. bind "kp_leftarrow" "buy molotov; buy incgrenade;"
  81. bind "kp_pgup" "buy awp;"
  82. bind "kp_uparrow" "buy ak47; buy m4a1;"
  83. bind "kp_home" "buy ump45;"
  84. bind "kp_ins" "buy vesthelm;"
  85. bind "kp_del" "buy vest;"
  86. bind "kp_plus" "buy defuser;"
  87. bind "leftarrow" "buy hegrenade;"
  88. bind "downarrow" "buy flashbang;"
  89. bind "rightarrow" "buy smokegrenade;"
  90. bind "uparrow" "buy molotov; buy incgrenade;"
  91. bind "end" "buy tec9; buy fiveseven;"
  92. bind "pgdn" "buy mac10; buy mp9;"
  93. bind "home" "buy ak47; buy m4a1;"
  94. bind "pgup" "buy awp;"
  95. bind "rctrl" "buy defuser;"
  96. bind "rshift" "buy vesthelm;"
  97. bind "ins" "buy vest;"
  98.  
  99. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement