Guest User

Untitled

a guest
Jul 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. // CROSSHAIR
  2. cl_crosshair_drawoutline "1"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1"
  8. cl_crosshair_sniper_show_normal_inaccuracy "0"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshair_t "0"
  11. cl_crosshairalpha "200"
  12. cl_crosshaircolor "5"
  13. cl_crosshaircolor_b "255"
  14. cl_crosshaircolor_g "255"
  15. cl_crosshaircolor_r "0"
  16. cl_crosshairdot "0"
  17. cl_crosshairgap "-2"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairscale "0"
  20. cl_crosshairsize "1.8"
  21. cl_crosshairstyle "4"
  22. cl_crosshairthickness "1"
  23. cl_crosshairusealpha "1"
  24. cl_fixedcrosshairgap "-4.5"
  25. cl_crosshair_sniper_width 2
  26.  
  27. // SENSITIVITY
  28. sensitivity "1.0"
  29. zoom_sensitivity_ratio_mouse "1.1"
  30.  
  31. // VIEWMODEL
  32. cl_viewmodel_shift_left_amt "1.5"
  33. cl_viewmodel_shift_right_amt "0.75"
  34. viewmodel_fov "68"
  35. viewmodel_offset_x "2.100000"
  36. viewmodel_offset_y "0.200000"
  37. viewmodel_offset_z "-1.000000"
  38. viewmodel_presetpos "0"
  39. cl_bob_lower_amt "21"
  40. cl_bobamt_lat "0.4"
  41. cl_bobamt_vert "0.25"
  42. cl_bobcycle "0.98"
  43.  
  44. // HUD
  45. cl_radar_always_centered "1"
  46. cl_radar_scale "0.5"
  47. cl_hud_radar_scale "1.2"
  48. cl_radar_icon_scale_min "1"
  49. cl_radar_rotate "1"
  50. cl_radar_square_with_scoreboard "1"
  51.  
  52. // LIMIT FPS
  53. fps_max 120
  54.  
  55. // BIND - DOUBLE Q
  56. alias +knife slot3
  57. alias -knife lastinv
  58. bind q +knife
  59.  
  60. // BIND - TAB WITH NETGRAPH
  61. bind "TAB" "+ng"
  62. alias "+ng" "+showscores; net_graph 1"
  63. alias "-ng" "-showscores; net_graph 0"
  64.  
  65. // BIND - NORMAL BINDS
  66. bind "H" "toggle gameinstructor_enable"
  67. bind "T" "+lookatweapon"
  68.  
  69. // BIND - ALL GRENADES
  70. bind "Z" "use weapon_hegrenade"
  71. bind "X" "use weapon_flashbang"
  72. bind "C" "use weapon_smokegrenade"
  73. bind "F" "use weapon_molotov; use weapon_incgrenade"
  74. bind "4" "use weapon_decoy"
  75.  
  76. // BIND - MUTE
  77. bind "F1" .voice; alias .voice .voiceOFF
  78. alias .voiceOFF "voice_scale 0; echo VOIP OFF; alias .voice .voiceON"
  79. alias .voiceON "voice_scale .3; echo VOIP ON; alias .voice .voiceOFF"
  80.  
  81. // BIND - JUMP
  82. bind "mwheelup" "+jump"
  83. bind "mwheeldown" "+jump"
  84. bind "space" "+jump"
  85.  
  86. // BIND - THROW GRENADE
  87. bind "=" +jumpthrow
  88. alias +jumpthrow "+jump;-attack"
  89. alias -jumpthrow "-attack;-jump;"
  90.  
  91. // REMOVING AUTO SWITCH
  92. cl_autowepswitch 0
Add Comment
Please, Sign In to add comment