home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / docs / cfgloa_1 / config.bak next >
Encoding:
Text File  |  1996-08-19  |  4.0 KB  |  130 lines

  1. //             Daven's killer
  2. //    _.     ._    _____  _____        _          _____          . _____ ______
  3. // .:'.'     `.`:. `: :'  `: :'      .' `.        `: :'        .'; `: :' `-.  |
  4. //:' :'       `: `: | |    | |      .'.. `.        | |       .'.'   | |     `:|
  5. //|  |         |  | | |    | |     .'.'`. `.       | :     .' .'    | :       '
  6. //|  :         :  | | |    | |    .'.'  `. `.      | `._ .'  <      | `:._
  7. //|  `:  ___  :'  | | |    | |   .' :_ _:'  `.     | .'  `-.  `.    | .:'
  8. //`:  `:.: :.:'  :' | :    : |  .'.:'    `:. `.    | :      `: `.   | :       .
  9. // `:.  `' `'  .:'  : `:..:' : .'.'        `. `.   | |        `.|   :.`._   .'|
  10. //  `"-., ,.-"'     `--'`--' -'-'-        -`--`- -'-`-        `:    `---' '--`
  11. //       | |
  12. //       | |                 config
  13. //       `.'
  14. //above art by Kyle Koffman
  15.  
  16. // The basic stuff
  17. // fast vid mode
  18. vid_mode 0
  19. // *********************************************
  20. // Don't forget to change the name here of course
  21. name Daven
  22. // *********************************************
  23. // nice dark green to blend in
  24. color 11 11
  25. bind    PAUSE   "pause"
  26. bind ~ "toggleconsole"
  27. scr_conspeed 5000 
  28. // Nothing but mlook!
  29. +mlook
  30. // I like to see the weapons I've got. If you pick up somebody's backpack
  31. // how else you gonna know what you got?
  32. viewsize 100
  33. // Light dark control (lighter< 1 >darker)
  34. gamma .7
  35.  
  36.  
  37.  
  38. // Movement 
  39. bind    q       +moveleft
  40. bind    e       +moveright
  41. bind    s       +back
  42. bind    w       +jump
  43. bind    shift   +speed
  44. // Mouse 
  45. bind    mouse1  +attack
  46. bind    mouse3  +forward
  47. sensitivity 10
  48.  
  49. // annoying message to fragees
  50. bind l "say cya"
  51.  
  52.  
  53.  
  54. // Weapons
  55. // Space key will fire a rocket and then switch back
  56. // to the prior weapon
  57. alias rocket1 "impulse 7 ; +attack ; wait ; -attack ; impulse 1; say ride it "
  58. alias at01 "impulse 1 ; bind space rocket1 "
  59. bind 1 "at01"
  60.  
  61. alias rocket2 "impulse 7 ; +attack ; wait ; -attack ; impulse 2; say ride it"
  62. alias at02 "impulse 2 ; bind space rocket2 "
  63. bind 2 "at02"
  64.  
  65. alias rocket3 "impulse 7 ; +attack ; wait ; -attack ; impulse 3; say ride it"
  66. alias at03 "impulse 3 ; bind space rocket3 "
  67. bind 3 "at03"
  68.  
  69. alias rocket4 "impulse 7 ; +attack ; wait ; -attack ; impulse 4; say ride it"
  70. alias at04 "impulse 4 ; bind space rocket4 "
  71. bind 4 "at04"
  72.  
  73. alias rocket5 "impulse 7 ; +attack ; wait ; -attack ; impulse 5; say ride it"
  74. alias at05 "impulse 5 ; bind space rocket5 "
  75. bind 5 "at05"
  76.  
  77. alias rocket6 "impulse 7 ; +attack ; wait ; -attack ; impulse 6; say ride it"
  78. alias at06 "impulse 6 ; bind space rocket6 "
  79. bind 6 "at06"
  80.  
  81. alias rocket8 "impulse 7 ; +attack ; wait ; -attack ; impulse 8; say ride it"
  82. alias at08 "impulse 8 ; bind space rocket8 "
  83. bind 8 "at08"
  84.  
  85. alias rocket9 "impulse 7 ; +attack ; wait ; -attack ; impulse 9; say ride it"
  86. alias at09 "impulse 9 ; bind space rocket9 "
  87. bind 9 "at09"
  88.  
  89. alias rocket0 "impulse 7 ; +attack ; wait ; -attack ; impulse 0; say ride it"
  90. alias at00 "impulse 0 ; bind space rocket0 ; bind S rocket0"
  91. bind 0 "at00"
  92.  
  93. // quick saving and loading. I hate menus.
  94. unbind F1
  95. bind F2 "menu_save   "
  96. bind F3 "menu_load   "
  97. bind F4 "menu_net   "
  98. bind F5 "echo Quicksaving...; wait; save quick   "
  99. bind F6 "echo Quickloading...; wait; load quick   "
  100. unbind F7 
  101. unbind F8
  102. unbind F9 
  103. unbind F10
  104. bind F11 "screenshot   "
  105. unbind F12
  106.  
  107. // zoom in and out. Awesome for sniping(no camping though right?)
  108. alias supersnipe_t supersnipe_on
  109. alias supersnipe_on " alias supersnipe_t supersnipe_off ; fov 75 ; wait ; fov 60 ; wait ; fov 45 ; wait ; fov 30 ; wait ; fov 15 ; sensitivity 1 "    
  110. alias supersnipe_off " alias supersnipe_t supersnipe_on ;  ; fov 30 ; wait ; fov 45 ; wait ; fov 60 ; wait ; fov 75 ; wait ; fov 90 ; sensitivity 2.75 "
  111. bind d supersnipe_t
  112.  
  113.  
  114.  
  115. // Server & Netplay Settings
  116. hostname daven
  117. sv_aim 1
  118. fraglimit 999
  119. bind    TAB     +showscores
  120.  
  121. wait
  122. echo ****************
  123. echo Finished loading
  124. echo Daven's killer
  125. echo Quake config
  126. echo ****************
  127.  
  128. // If we connect to the same server your butt's still mine  :-)
  129.  
  130.