home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / ironwlvt / autoexec.cfg next >
Encoding:
Text File  |  1996-07-30  |  2.2 KB  |  60 lines

  1. alias +snipe " sizedown; fov 75 ; sizedown ; wait ; fov 60 ; crosshair 1 ; sizedown ; wait ; fov 45 ; sizedown ; wait ; fov 30 ; sizedown ; sensitivity 6 ; +mlook "
  2. alias -snipe " crosshair 0 ; sizeup; fov 45 ; sizeup ; wait ; fov 60 ; sizeup ; wait ; fov 75 ; sizeup ; wait ; fov 90 ; sizeup ; sensitivity 12 ; -mlook "
  3.  
  4. Bind q +snipe 
  5.  
  6. alias rock1 "impulse 7 ; +attack ; wait; impulse 1 ; -attack"
  7. alias rock2 "impulse 7 ; +attack ; wait; impulse 2 ; -attack"
  8. alias rock3 "impulse 7 ; +attack ; wait; impulse 3 ; -attack"
  9. alias rock4 "impulse 7 ; +attack ; wait; impulse 4 ; -attack"
  10. alias rock5 "impulse 7 ; +attack ; wait; impulse 5 ; -attack"
  11. alias rock6 "impulse 7 ; +attack ; wait; impulse 6 ; -attack"
  12. alias rock7 "impulse 7 ; +attack ; wait; impulse 7 ; -attack"
  13. alias rock8 "impulse 7 ; +attack ; wait; impulse 8 ; -attack"
  14.  
  15. alias at01 "impulse 1 ; bind * rock1"
  16. alias at02 "impulse 2 ; bind * rock2"
  17. alias at03 "impulse 3 ; bind * rock3"
  18. alias at04 "impulse 4 ; bind * rock4"
  19. alias at05 "impulse 5 ; bind * rock5"
  20. alias at06 "impulse 6 ; bind * rock6"
  21. alias at07 "impulse 7 ; bind * rock7"
  22. alias at08 "impulse 8 ; bind * rock8"
  23.  
  24. bind 1 "at01"
  25. bind 2 "at02"
  26. bind 3 "at03"
  27. bind 4 "at04"
  28. bind 5 "at05"
  29. bind 6 "at06"
  30. bind 7 "at07"
  31. bind 8 "at08"
  32.  
  33. alias +rightlook1 " cl_rollangle 45 ; scr_ofsy -25 ; cl_rollspeed 0 ;
  34. cl_sidespeed 1 ; cl_movespeedkey 50.0 ;"
  35.  
  36. alias -leftlook1 "cl_rollspeed 350 ; scr_ofsy 0 ; cl_rollangle 5 ; 
  37. cl_sidespeed 350 ; cl_movespeedkey 2.0 ; -moveleft ; -moveright ;"
  38.  
  39. alias +leftlook1 " cl_rollangle -45 ; scr_ofsy 25 ; cl_rollspeed 0 ; 
  40. cl_sidespeed 1 ; cl_movespeedkey 50.0;"
  41.  
  42. alias -rightlook1 "cl_rollspeed 350 ; scr_ofsy 0 ; cl_rollangle 5 ;
  43. cl_sidespeed 350 ; cl_movespeedkey 2.0 ; -moveleft ; -moveright ;"
  44.  
  45. bind s +leftlook1
  46. bind f +rightlook1
  47.  
  48. alias +leftlook2 " scr_ofsy -25 ; cl_sidespeed 10 ; cl_movespeedkey 5.0 "
  49. alias -leftlook2 " scr_ofsy 0 ; cl_sidespeed 350 ; cl_movespeedkey 2.0 ;"
  50. alias +rightlook2 " scr_ofsy 25 ; cl_sidespeed 10 ; cl_movespeedkey 5.0 ;"
  51. alias -rightlook2 " scr_ofsy 0 ; cl_sidespeed 350 ; cl_movespeedkey 2.0 ;"
  52.  
  53. bind x +leftlook2
  54. bind v +rightlook2
  55.  
  56. map start
  57.  
  58. sv_maxvelocity 3000
  59.  
  60.