adryenz

adryenz cfg

Dec 11th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. //adryenzautoexec
  2. //1024 black bars
  3. sensitivity 2.3
  4. m_rawinput 1
  5.  
  6. bind "mouse1" "+attack; r_cleardecals"
  7. bind "mouse2" "+attack2"
  8. bind "mwheelup" "+jump;r_cleardecals"
  9. bind "mwheeldown" "+jump;r_cleardecals"
  10. cl_righthand 0
  11.  
  12. //xhair
  13. cl_crosshair_drawoutline 1
  14. cl_crosshairalpha 255
  15. cl_crosshairsize 4
  16. cl_crosshairstyle 6
  17. cl_crosshairscale 0
  18. cl_crosshairgap -3
  19. cl_crosshairdot 1
  20.  
  21. //viewmodel
  22. viewmodel_fov "65"
  23. viewmodel_offset_x "2"
  24. viewmodel_offset_y "2"
  25. viewmodel_offset_z "-2"
  26. cl_viewmodel_shift_left_amt "0"
  27. cl_viewmodel_shift_right_amt "0"
  28. cl_bobamt_lat "0"
  29. cl_bob_lower_amt "0"
  30. cl_bobamt_vert "0"
  31. cl_bobcycle "0"
  32. r_drawtracers_firstperson 0
  33. r_eyegloss 0
  34. r_eyemove 0
  35. r_eyeshift_x 0
  36. r_eyeshift_y 0
  37. r_eyeshift_z 0
  38. r_eyesize 0
  39. cl_crosshair_sniper_width 2
  40. r_dynamic 1
  41. cl_radar_always_centered 0
  42. cl_radar_scale 0.3
  43. cl_hud_racar_scale 1.15
  44. cl_radar_icon_scale_min 1
  45. cl_radar_rotate 1
  46. cl_radar_square_with_scoreboard 1
  47.  
  48.  
  49.  
  50. //movement
  51. bind w +mfwd
  52. bind s +mback
  53. bind a +mleft
  54. bind d +mright
  55. alias +mfwd "-back;+forward;alias checkfwd +forward"
  56. alias +mback "-forward;+back;alias checkback +back"
  57. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  58. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  59. alias -mfwd "-forward;checkback;alias checkfwd none"
  60. alias -mback "-back;checkfwd;alias checkback none"
  61. alias -mleft "-moveleft;checkright;alias checkleft none"
  62. alias -mright "-moveright;checkleft;alias checkright none"
  63. alias checkfwd none
  64. alias checkback none
  65. alias checkleft none
  66. alias checkright none
  67. alias none ""
  68.  
  69. //fps
  70. cl_disablemotd 1
  71. fps_max 599
  72. cl_showfps 1
  73.  
  74. //buybinds
  75. bind "f1" "buy ak47; buy m4a1;"
  76. bind "f2" "buy awp;"
  77. bind "f3" "buy galilar; buy famas;"
  78. bind "f4" "buy ump45;"
  79. bind "f5" "buy deagle;"
  80. bind "kp_leftarrow" "buy p250;"
  81. bind "kp_home" "buy decoy;"
  82. bind "kp_uparrow" "buy molotov; buy incgrenade;"
  83. bind "kp_rightarrow" "buy vesthelm;"
  84. bind "kp_end" "buy flashbang;"
  85. bind "kp_downarrow" "buy smokegrenade;"
  86. bind "kp_pgdn" "buy hegrenade;"
  87. bind "kp_5" "buy vest;"
  88.  
  89. //netgraph
  90. net_graph 1
  91. net_graphheight 9999
  92. alias "+scorenet" "+showscores; net_graphheight 0"
  93. alias "-scorenet" "-showscores; net_graphheight 9999"
  94. bind "TAB" "+scorenet"
  95.  
  96. bind "v" "+voicerecord"
  97. bind "y" "+lookatweapon"
  98. bind "t" "+spray_menu"
  99. bind "3" "slot3;+lookatweapon"
  100. cl_use_opens_buy_menu "0"
  101. lobby_voice_chat_enabled "0"
  102. voice_scale "0.7"
  103. rate "128000"
  104. cl_updaterate "128"
  105. cl_cmdrate "128"
  106. cl_interp "0"
  107. cl_interp_ratio "1"
Add Comment
Please, Sign In to add comment