Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. // CONSOLE
  2. con_enable "1"
  3. bind "'" "toggleconsole"
  4. net_graph "0"
  5. cl_showfps "1"
  6. snd_headphone_pan_exponent "2"
  7. cl_use_opens_buy_menu "0"
  8. mat_postprocess_enable "0"
  9. cl_disablehtmlmotd "1"
  10. cl_righthand "0"
  11.  
  12. // NETCODE
  13. rate "62500"
  14. cl_updaterate "128"
  15. cl_cmdrate "128"
  16. cl_interp "0"
  17. cl_interp_ratio "1"
  18. cl_predictweapons "1"
  19. clientport "1337"
  20.  
  21. //HUD
  22. net_graphproportionalfont "0"
  23. net_graphheight "0"
  24. hud_scaling "0.95"
  25. hud_showtargetid "1"
  26. cl_autowepswitch "0"
  27.  
  28. //MODEL
  29. viewmodel_offset_x "2"
  30. viewmodel_offset_y "4"
  31. viewmodel_offset_z "-2"
  32. cl_viewmodel_shift_left_amt "0"
  33. cl_viewmodel_shift_right_amt "0"
  34. cl_bob_lower_amt "0"
  35.  
  36. //Crosshair
  37. cl_crosshair_drawoutline "0"
  38. cl_crosshairalpha "255"
  39. cl_crosshaircolor "4"
  40. cl_crosshairdot "0"
  41. cl_crosshairgap "-2"
  42. cl_crosshairgap_useweaponvalue "0"
  43. cl_crosshairsize "3"
  44. cl_crosshairstyle "4"
  45. cl_crosshairthickness "1"
  46. cl_crosshairusealpha "1"
  47.  
  48. // binds
  49. bind "h" "-attack"
  50. bind "n" "+jump"
  51. bind "space" "+jump"
  52. bindtoggle "v" "voice_enable"
  53. bind shift "+speed; r_cleardecals"
  54. bindtoggle "g" "gameinstructor_enable"
  55. bind "l" "toggle cl_crosshairsize 6 1000000"
  56. bind "ALT" "noclip"
  57.  
  58. zoom_sensitivity_ratio_mouse 1.0 //Personnalisable
  59. sensitivity 2.0
  60.  
  61. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement