home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / bothelp.txt < prev    next >
Encoding:
Text File  |  1998-02-12  |  6.2 KB  |  126 lines

  1. Quake2 Bots are computer controlled multiplayers. Playing a bot is like playing another player in deathmatch (DM) except the other player is not
  2. really another player but the computer controlling its own generated player (It's a mouthful but I hope you understand that)! Bots are not only
  3. limited to DM play - but this is their most common use. 
  4.  
  5. A lot of people, who either can't connect to Quake2 servers on the net with a respectable ping or have limited access time to the net, resort to bots
  6. for their DM adventures. 
  7.  
  8. BUT, most people play bots to gain Quake2 DM experience. If you want to become a resonable DM player and never played a DM game before then
  9. a bot is a great introduction to DM play! Bots give the feel of other REAL LIFE players (wellĂ  most of them) where you can run around the map
  10. and kill and be killed! 
  11.  
  12. Bots are smarter and harder to kill than the standard quake2 monsters. They will strafe and fire, duck rockets, jump over lava, retreat for health and
  13. ammo, use the best weapon they have (if they haven't got a desent weapon they'll go find one), and the list goes on and on! 
  14.  
  15. The bots make it seem that you truly are playing other players and not some stupid monster. They are a great learning tool and will bring you up to
  16. standards in online DM games! 
  17.  
  18.  
  19. First of all, go to the downloads section and get the latest version of the C.R.Bot. 
  20.  
  21. Make sure you have the latest patch for Quake2! If not go to the downloads section. 
  22.  
  23. I will assume you are using Win95/NT. 
  24.  
  25. Unzip the downloaded file into your quake2 directory. For example: If you are using winzip extract all files (overwirting existing and using folders)
  26. into c:\quake2\ given that quake2 is installed on your C drive in the directory \quake2. Change accordingly. If you don't understand this then I can't
  27. really help you. 
  28.  
  29. Make a new shortcut of quake2. You can do this by right clicking in a blank space on your desktop. Select "new" then "shortcut" then click
  30. "browse". Select the quake2 directory and double click on quake2.exe. Click "next" then "finish". You have now made a new quake2 shortcut. 
  31.  
  32. Right click on your new quake2 shortcut and select "properties". Then click the "Shortcut" menu bar. Click at the end of the "target" field and add
  33. the following: 
  34.  
  35.                                             +set game crbot
  36.  
  37. Now click "Apply" then "Ok" and you are done! Now left click on the shortcut to run it. 
  38.  
  39. When Quake2 has loaded bring down the console by pressing "`" (tilde) which is left of the number 1 key. Now type in the following: 
  40.  
  41.                                              deathmatch 1
  42.                                               map base1
  43.  
  44. Note: You are not limited to playing on base1. If you want to play on a different map then instead of typing base1 type the maps name you want to
  45. play on! 
  46.  
  47. Now wait until the map has loaded. Now type the following at the console: 
  48.  
  49.                                               addbots 5 1
  50.  
  51. This will spawn 1 C.R.Bot on the level (somewhere so go find it) with a difficulty setting of 5. If you want more than 1 bot type "addbots 1 #" where
  52. # is the number of bots you want. If you want a challenge you can up the difficulty of the bots by increasing setting 5 to any number up to 10. So if
  53. you wanted 5 of the toughest bots type: 
  54.  
  55.                                              addbots 10 5
  56.  
  57. There is a complete command list here. 
  58.  
  59. There is a Bugs/FAQ page here. 
  60.  
  61. If you still can't get it working go here. 
  62.  
  63.  
  64.  
  65.  Complete Command List
  66.  
  67.  
  68.      addbots -- to spawn several bots; could be a number from 1(low) to 10(most advanced), or could be a range like this: .. that'll allow you to
  69.      create random set of bots with different skills; example: addbots 3..6 5 it'll create 5 bots with random skills from 3 to 6; 
  70.      cmd addbot "" -- add a bot, where is a number from 1 (low) to 10 (most advanced); is 0 if you want female bot or 1 if you want it male; you
  71.      can repeat this command to add more bots; you can also use this command in .CFG files (see BOTS.CFG for example how to do this) to
  72.      create predefined set of bots by typing "exec bots.cfg" in console window; 
  73.      killbot -- remove bot with name from the game permanently; 
  74.      bot_team # -- (# is a number from 0 to 9) you can assign next created bot to specified team; bots from the same team don't attack each other
  75.      unless they'll accidentally hurt each other; team 0 has special meaning, all bots in that team fight for themselves (default team). 
  76.      cmd set_team # -- put yourself into the team number # together with bots; 
  77.      bot_skin # -- default is 1; as bot_team command this one presets the skin for all bots created afterwards; 
  78.      bot_male # -- if 0 than next bot gonna be female, if 1 -- male; 
  79.      obituray_msgs # -- deafult is 1; if it's set to 0 you will not see any "bot killed by bot", "human killed by bot", etc., messages; 
  80.  
  81. Here is list of all skins you can use and their numbers: 
  82.  
  83. Male: 0: cipher 5: major 10: razor 1: claymore 6: nightops 11: recon 2: flak 7: pointman 12: scout 3: grunt 8: psycho 13: sniper 4: howitzer 9: rampage 14:
  84. viper 
  85.  
  86. Female: 0: athena 5: jungle 1: brianna 6: lotus 2: cobalt 7: stiletto 3: ensign 8: venus 4: jezebel 9: voodoo 
  87.  
  88. Note: All commands will be effective only if typed on server; All 'bot_' vars will be saved in config.cfg. 
  89.  
  90. For example, if you want to start the game with 8 bots, two female ones in one team with skill 3, three males in another team with skill 5, three
  91. individual bots with skills 6, 8 and 10 and names, and assign distinctive skins to every team and to individual bots, you have to type in console
  92. window: 
  93.  
  94. bot_male 0
  95. bot_skin 1
  96. bot_team 1
  97. addbots 3 2
  98. bot_male 1
  99. bot_skin 2
  100. bot_team 2
  101. addbots 5 3
  102. cmd addbot scout 6 1 3 0
  103. cmd addbot bitch 8 0 4 0
  104. cmd addbot "ultimate bot" 10 1 5 0
  105.  
  106. External Config file:
  107.  
  108. There are four text files you can edit which contain lines bot will say in different situations: 
  109.  
  110. DEATH.TXT -- when bot dies
  111. KILL.TXT -- when bot kills somebody
  112. PAIN.TXT -- when bot gets hurt by somebody
  113. FIGHT.TXT -- random saying during melee
  114.  
  115.  
  116.  
  117. For more help go here! 
  118.  
  119.  
  120. Download the latest version of the C.R.Bot.
  121.  
  122. Read the Full Review on the C.R.Bot.
  123. Check out the Buglist/FAQ.
  124.  
  125. Back to the Front page.
  126. Read the latest News.