home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / QUAKECTF / CTFBOT.CFG < prev    next >
Text File  |  1997-02-02  |  3KB  |  86 lines

  1. //=============================================
  2. // CTF Bot default key config file.
  3. // Not required for playing, but very helpful.
  4. // See documentation for more info.
  5. //=============================================
  6.  
  7. //=============================================
  8. // Create Bots
  9. //=============================================
  10.  
  11. bind F5 "impulse 100"            // create friend bot
  12. bind F6 "impulse 101"            // create enemy bot
  13. bind F7 "exec makebots.cfg"        // create bots in makebots file
  14.  
  15. //=============================================
  16. // Bot Orders
  17. //=============================================
  18.  
  19. bind a "play misc/talk.wav ; impulse 81"    // more bots attack
  20. bind s "play misc/talk.wav ; impulse 87"    // more bots roam
  21. bind d "play misc/talk.wav ; impulse 82"    // more bots defend
  22. bind e "play misc/talk.wav ; impulse 83"    // request escort
  23. bind c "play misc/talk.wav ; impulse 84"    // closest bot camp here
  24. bind x "play misc/talk.wav ; impulse 85"    // closest bot drop stuff
  25.  
  26. bind f "impulse 80"        // bots on your team report status & weapon
  27. bind z "impulse 86"        // bot status (how many attack/defend/etc)
  28.  
  29. alias +frags "impulse 122;wait;toggleconsole"
  30. alias -frags "toggleconsole"
  31. bind TAB +frags
  32.  
  33. //=============================================
  34. // Bot Skill
  35. //=============================================
  36.  
  37. bind F1 "skill 0;echo next bot skill = 0"    // set next bot skill to 0
  38. bind F2 "skill 1;echo next bot skill = 1"    // set next bot skill to 1
  39. bind F3 "skill 2;echo next bot skill = 2"    // set next bot skill to 2
  40. bind F4 "skill 3;echo next bot skill = 3"    // set next bot skill to 3
  41.  
  42. //=============================================
  43. // Bot Control
  44. //=============================================
  45.  
  46. bind F8 "impulse 103"    // bot debug
  47. bind , "impulse 77"        // decrease bot ping
  48. bind . "impulse 78"        // increase bot ping
  49.  
  50. //=============================================
  51. // Misc Impulses
  52. //=============================================
  53.  
  54. bind p "impulse 40"        // drop rune
  55. bind o "impulse 130"    // toggle target mode
  56. bind i "impulse 120"    // detailed scores
  57. bind u "impulse 121"    // detailed scores everyone
  58.  
  59. bind F9 "impulse 23"    // flag status
  60. bind F11 "impulse 90"    // drop current weapon & ammo
  61.  
  62. //=============================================
  63. // Dynamic Map Creation & Modification
  64. // creating or moving flags (see documentation)
  65. //=============================================
  66. //bind b "impulse 116"    // create/move blue flag
  67. //bind r "impulse 115"    // create/move red flag
  68. //bind m "impulse 117"    // create base stockpile
  69. //bind e "impulse 118"    // print ents
  70.  
  71. //=============================================
  72. // Creating Waypoints
  73. // impulses for adding waypoints to a map (see documentation)
  74. //=============================================
  75. //bind w "impulse 185"        // spawn next waypoint
  76. //bind n "impulse 186"        // start new path of your team
  77. //bind q "impulse 187"        // print all waypoints & stop all paths
  78. //bind m "impulse 188"        // start new general waypoint path
  79. //bind y "impulse 190"         // teleport self to next spawn location
  80.  
  81. echo "¥₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧ƒ"
  82. echo "impulse 199 for help"
  83. echo "¥₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧₧ƒ"
  84.  
  85.  
  86.