home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for Quake 2 / Q2TOOL_0498.bin / console / azurath.zip / azurath.cfg < prev    next >
Text File  |  1998-01-10  |  5KB  |  203 lines

  1. // Azurath's Quake 2 Configuration
  2.  
  3. //Drops the console at start of game
  4. alias d1 "toggleconsole"
  5.  
  6. // BINDINGS
  7. unbindall
  8.  
  9. // Basic Keys
  10. bind escape togglemenu
  11. bind pause pause
  12. bind ` toggleconsole
  13. bind - sizedown
  14. bind = sizeup
  15. bind tab +scorescreen
  16.  
  17. // Function Keys
  18. bind f1 "cmd help"
  19. bind f2 menu_keys
  20. bind f3 menu_playerconfig
  21. bind f4 screenshot
  22.  
  23. // Weapon Keys
  24. bind 1 "use blaster;alias qg_weap use blaster"
  25. bind 2 "use shotgun; alias qg_weap use shotgun"
  26. bind 3 "use super shotgun;alias qg_weap use super shotgun"
  27. bind 4 "use machinegun;alias qg_weap use machinegun"
  28. bind 5 "use chaingun;alias qg_weap use chaingun"
  29. bind 6 "use grenade launcher;alias qg_weap use grenade launcher"
  30. bind 7 "use rocket launcher;alias qg_weap use rocket launcher"
  31. bind 8 "use hyperblaster;alias qg_weap use hyperblaster"
  32. bind 9 "use railgun;alias qg_weap use railgun"
  33. bind 0 "use bfg10k;alias qg_weap use bfg10k"
  34.  
  35. // Movement Keys
  36. bind r +forward
  37. bind d +moveleft
  38. bind f +back
  39. bind g +moveright
  40. bind space +movedown
  41.  
  42. // Quick Keys
  43. bind b "use grenades;alias qg_weap use grenades"
  44. bind t "use rocket launcher;alias qg_weap use rocket launcher"
  45. bind y "use hyperblaster;alias qg_weap use hyperblaster"
  46. bind h "use railgun;alias qg_weap use railgun"
  47. bind e qw
  48. bind a id
  49. bind u +rj
  50. bind s +qg
  51. bind , hand-left
  52. bind q fl
  53. bind w nv
  54. bind alt +qc
  55. bind ctrl +zoom
  56.  
  57. //CTF teams
  58. bind p "cmd team blue"
  59. bind o "cmd team red"
  60.  
  61. // Inventory Keys
  62. bind [ invprev
  63. bind ] invnext
  64. bind \ inven
  65. bind backspace "invdrop;echo Item Dropped"
  66. bind enter invuse
  67.  
  68. // Wave Keys
  69. bind j "wave 0"
  70. bind k "wave 1"
  71. bind l "wave 2"
  72. bind semicolon "wave 3"
  73. bind ' "wave 4"
  74.  
  75. // Message Keys
  76. bind n "cmd say2"
  77. bind m messagemode
  78.  
  79. //Message Quick Keys
  80. bind i "say Now you DIE!!"
  81.  
  82. //Say Team Messages
  83. bind z "cmd say2 Flag carrier coming back!!;say_team Is our base ready??"
  84. bind x "cmd say2 Incoming!!!"
  85. bind c "cmd say2 I'm on defence."
  86. bind v "cmd say2 Get our flag back!!"
  87.  
  88. //CTF flag status
  89. bind f7 "cmd flagstatus"
  90.  
  91. // Mouse Buttons
  92. bind mouse1 +attack
  93. bind mouse3 +moveup
  94. bind mouse2 "+hook"
  95.  
  96. //
  97. // Aliases
  98. //
  99.  
  100. //Drop ammo
  101. bind f5 "exec ammo.cfg"
  102.  
  103. //Quick Console
  104. alias +qc "toggleconsole"
  105. alias -qc "toggleconsole"
  106.  
  107. //Quick Grenade Launch
  108. alias +qg "use Grenades;use Grenade Launcher;+attack;echo Quick Grenade Launch"
  109. alias -qg "-attack;qg_weap"
  110.  
  111. //Identify person in front of you
  112. alias id "cmd id"
  113.  
  114. //Flashlight
  115. alias fl fl_on
  116. alias fl_on "alias fl fl_off;cl_testlights 1;echo Flashlight On"
  117. alias fl_off "alias fl fl_on;cl_testlights 0;echo Flashlight Off"
  118.  
  119. //Night Vision
  120. alias nv nv_on
  121. alias nv_on "alias nv nv_off;r_fullbright 1;echo Night Vision On"
  122. alias nv_off "alias nv nv_on;r_fullbright 0;echo Night Vision Off"
  123.  
  124. //Change Hands
  125. alias hand-left "bind , hand-right;hand 1;echo Left Hand"
  126. alias hand-right "bind , hand-left;hand 0;echo Right Hand"
  127.  
  128. // Quick Grapple
  129. alias +hook "use Grappling Hook;wait;+attack"
  130. alias -hook "-attack;qg_weap"
  131.  
  132. // All Cheats
  133. alias allcheats "give all;god;echo All Cheats;"
  134.  
  135. // Scores
  136. alias +scorescreen "cmd help"
  137. alias -scorescreen "cmd help"
  138.  
  139. // Quick Weapon
  140. alias qw "set qw_msg $msg;msg 3;qw1;qw2;set msg $qw_msg;echo Highest Nonexplosive Weapon"
  141. alias qw1 "wait;use Blaster;wait;use Shotgun;wait;use Super Shotgun;wait;use Machinegun;wait;use Chaingun"
  142. alias qw2 "wait;use hyperblaster"
  143.  
  144. // Rocket Jump
  145. alias +rj "wait;+lookdown;wait;-lookdown;hand 2;+moveup;+attack;echo Rocket Jump"
  146. alias -rj "-attack;-moveup;hand 0;centerview"
  147.  
  148. // Zoom
  149. alias +zoom "fov 20;m_pitch -0.005;m_yaw 0.005"
  150. alias -zoom "fov 90;m_pitch -0.022;m_yaw 0.022;bind ctrl +wideangle"
  151.  
  152. //Wide angle view
  153. alias +wideangle "fov 140"
  154. alias -wideangle "fov 90;bind ctrl +zoom"
  155.  
  156. //Key commands HELP
  157. alias help "bindlist"
  158.  
  159. //
  160. // Settings
  161. //
  162.  
  163. set hostname "noname"
  164. set msg 1
  165. set name noname
  166. set rate 2500
  167. set skin male/howitzer
  168.  
  169. set scr_conspeed 99999 
  170. set cl_pitchspeed 100000
  171. set cl_run 1
  172. set crosshair 1
  173. set freelook 1
  174. set g_select_empty 0
  175. set hand 0
  176. set m_filter 0
  177. set m_pitch -0.022
  178. set sensitivity 7
  179. set skill 2
  180. set m_yaw 0.022
  181.  
  182. clear
  183.  
  184. echo |---------------------------------|
  185. echo | Loading Azurath's Configuration |
  186. echo |---------------------------------|
  187. echo
  188. echo ===================================
  189. echo  Type "help" for playing commands
  190. echo -----------------------------------
  191. echo  Choosing CTF Teams:
  192. echo  Push P for Blue team
  193. echo  Push O for Red team
  194. echo -----------------------------------
  195. echo  Talking to Team-mates:
  196. echo  Push M to talk to everyone
  197. echo  Push N to talk to team only
  198. echo ===================================
  199. echo
  200. echo
  201. echo
  202. echo
  203. echo