Advertisement
Ruzby

Config

Feb 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. fps_max 300
  2. volume 0.50
  3. sensitivity 1
  4.  
  5. //Scoreboard FPS
  6. net_graph "1"
  7. net_graphheight "9999"
  8. alias "+scorenet" "+showscores; net_graphheight 0"
  9. alias "-scorenet" "-showscores; net_graphheight 9999"
  10. bind "TAB" "+scorenet"
  11.  
  12. //Scroll Jump
  13. bind "mwheelup" "+jump"
  14. bind "space" "+jump"
  15.  
  16. //Decals
  17. bind "shift" "+speed; r_cleardecals;"
  18.  
  19. //Fast Buy
  20. bind "kp_end" "buy ak47; buy m4a1; buy vesthelm; buy defuser;"
  21. bind "kp_downarrow" "buy awp; buy vesthelm;"
  22. bind "kp_leftarrow" "buy tec9; buy fiveseven;"
  23. bind "kp_5" "buy deagle;"
  24. bind "kp_rightarrow" "buy p250;"
  25. bind "kp_home" "buy molotov; buy incgrenade; buy flashbang; buy hegrenade; buy smokegrenade;"
  26. bind "kp_uparrow" "buy vesthelm;"
  27.  
  28. //HUD
  29. hud_scaling 0.6
  30. cl_hud_background_alpha 1
  31. cl_hud_bomb_under_radar 1
  32. cl_hud_color 4
  33. cl_hud_healthammo_style 1
  34. cl_hud_playercount_pos 0
  35. cl_hud_playercount_showcount 0
  36. cl_hud_radar_scale 1
  37. cl_radar_always_centered 0
  38. cl_radar_scale 0.7
  39. cl_radar_icon_scale_min 0.5
  40. cl_loadout_colorweaponnames 1
  41. net_graphproportionalfont 0
  42.  
  43. bind "mouse5" "cl_righthand 1"
  44. bind "mouse4 "cl_righthand 0"
  45.  
  46. //Viewmodel
  47. viewmodel_fov "68"
  48. viewmodel_offset_x "2.500000"
  49. viewmodel_offset_y "0"
  50. viewmodel_offset_z "-1.5"
  51. viewmodel_presetpos "0"
  52. cl_bob_lower_amt "5.000000"
  53. cl_bobamt_lat "0.100000"
  54. cl_bobamt_vert "0.100000"
  55. cl_bobcycle "0.98"
  56. cl_viewmodel_shift_left_amt "0.500000"
  57. cl_viewmodel_shift_right_amt "0.250000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement