Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. +mlook
  2. sensitivity "2"
  3.  
  4. +speed
  5. alias "+walk" "-speed"
  6. alias "-walk" "+speed"
  7.  
  8. bind "SHIFT" "+walk"
  9. bind "PGDN" "echo Quicksaving...; wait; save quick"
  10. bind "PGUP" "echo Quickloading...; wait; load quick"
  11. bind "1" "impulse 1"
  12. bind "Mouse3" "impulse 1"
  13. bind "2" "impulse 2"
  14. bind "Mouse4" "impulse 2"
  15. bind "Mouse5" "impulse 3"
  16. bind "3" "impulse 4"
  17. bind "r" "impulse 5"
  18. bind "f" "impulse 6"
  19. bind "q" "impulse 7"
  20. bind "e" "impulse 8"
  21. bind "ENTER" "exec autoexec.cfg"
  22. bind "w" "+forward"
  23. bind "a" "+moveleft"
  24. bind "s" "+back"
  25. bind "d" "+moveright"
  26. bind "SPACE" "+jump"
  27. bind "Mouse2" "+jump"
  28. bind "Mouse1" "+attack"
  29.  
  30. bgm_extmusic "1"
  31. bgmvolume "1"
  32. volume "0.2"
  33.  
  34. gl_texturemode "gl_nearest_mipmap_linear"
  35. r_wateralpha "0.5"
  36. r_particles "2"
  37.  
  38. r_viewmodel_quake "1"
  39. scr_conspeed "9999"
  40. scr_sbarscale "2.5"
  41. scr_sbaralpha "0.6"
  42. scr_menuscale "2.5"
  43. scr_printspeed "40"
  44. scr_conscale "2.5"
  45. scr_conalpha "0.6"
  46. name "Ranger"
  47. crosshair "1"
  48. fov_adapt "1"
  49. cl_bob "0"
  50. fov "106"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement